.solve-box,
.news-box,
.word-box {
    width: 906px;
    padding-bottom: 50px
}

.solve-box p {
    margin: 24px 0
}

.news-box {
    padding-bottom: 40px
}

.news-box li img {
    float: left;
}

.solve-box .small-titie,
.news-box .small-titie {
    display: block;
    float: right;
    color: #7F7F7F;
    font-size: 14px;
    font-weight: normal;
}

.solve-box li {
    height: 160px;
    padding: 30px 0;
    border-bottom: 1px solid #D9D9D9
}

.solve,
.news {
    width: 686px;
}

.solve h3,
.news h3 {
    border-bottom: none;
    font-size: 14px;
    font-weight: normal;
    color: #666666
}

.news h3 i {
    display: inline-block;
    width: 27px;
    height: 10px;
    background: url(../images/new_1.png) no-repeat center;
    position: relative;
    top: 3px
}

.solve-box li:hover .solve h3,
.news-box li:hover .news h3 {
    color: #2B95FD;
}

.news-box ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px
}

.solve h3 i,
.news-box h3 i {
    width: 28px;
    height: 12px;
    display: inline-block;
    background: url(../images/arrow.png) no-repeat;
    margin-left: 10px
}

.news-box span {
    font-size: 14px;
}

.news-box span i {
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin: 3px 0 0 0;
    background: url(../images/time.png) no-repeat;
}

.news h3 {
    line-height: 18px;
}

.news span {
    display: inline-block;
    color: #a0a0a0;
    margin: 7px 0 5px 0;
}

.solve p,
.news p {
    font-size: 14px;
    color: #666666
}

.solve h3 {
    line-height: 30px;
}

.solve p.time {
    margin: 5px 0 7px 0
}

.news p.time i {
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 5px;
    background: url(../images/time.png) no-repeat;
    position: relative;
    top: 3px
}

.news p {
    margin: 11px 0;
}

.news h2 {
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #333333
}

.news-box li {
    height: 120px;
    padding: 30px 0;
    border-bottom: 1px dotted #D9D9D9
}

.solve-box img {
    float: left;
}

.word-box {
    padding-bottom: 30px;
}

.word h3 {
    font-size: 20px;
    line-height: 78px;
    color: #000;
    border: 0
}

.word input,
.word textarea {
    width: 870px;
    padding: 10px;
    height: 18px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    float: left;
    font-size: 14px
}

.word textarea {
    height: 158px;
    margin-bottom: 38px;
    padding-top: 10px;
    vertical-align: top;
}

.word i {
    color: red;
    margin-left: 5px;
    float: right;
    margin-top: 15px;
}

.word .check-box {
    width: 870px;
    padding: 0 10px;
    padding-top: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    display: block;
    float: left;
}

.word-box button {
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background: #2B95FD;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.checkBox {
    position: relative;
    margin-top: 20px;
}

.checkBox li {
    width: 30%;
    height: 15px;
    position: relative;
    overflow: hidden;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
    background: url(../images/unselect.png) no-repeat;
}

.checkBox li.checked {
    background: url(../images/select.png) no-repeat;
}

.checkBox li label {
    display: block;
}

.checkBox li label input {
    position: absolute;
    left: 0;
    display: block;
    width: 40px;
    filter: Alpha(opacity=0);
    opacity: 0;
}

.iconlast {
    float: right;
    margin-top: 15px;
}

.menu-box h3 {
    padding-bottom: 20px;
}

.contain .word-box .us-title {
    padding-bottom: 20px;
}