.boxbg{
    width: 100%;
    background: url('../../img/all-in-one/bg_fanyong.jpg') repeat-y top center;
    background-size: 100% auto;
}

.box1{
    width: 100%;
    height: 260px;
    background: url('../../img/all-in-one/bg_erji.jpg') no-repeat top center;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.news{
    margin-top: 100px;
}

.newstitle{
    width: 214px;
    margin-bottom: 20px;
    display: block;
}

.home{
    width: 68px;
}

.back{
    width: 128px;
    height: 59px;
    background: url('../../img/all-in-one/back.png') no-repeat;
    margin-top: 150px;
    cursor: pointer;
}
.back:hover{
    background: url('../../img/all-in-one/back_hover.png') no-repeat;
}
.back a{
    display: block;
    width: 128px;
    height: 59px;
}

.footer{
    background: #2db5c4;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.contentmain {
    padding: 30px 0 60px;
}

.contentmain dl {
    padding: 10px 48px 10px 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    transition: all 0.4s;
    position: relative;
}

.contentmain dl:hover {
    background-color: #dee9f4;
}

.contentmain dl dd {
    width: 783px;
    padding: 20px 0 20px 20px;
}

.contentmain dl dd i {
    display: block;
    width: 100px;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #4993b5;
    margin-bottom: 12px;
}

.contentmain dl dd a.t {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 16px;
}

.contentmain dl dd em {
    display: block;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    color: #8d98ab;
}

.contentmain a.more {
    position: absolute;
    right: 48px;
    bottom: 20px;
}

.contentmain a.more:hover {
    opacity: 0.8;
}

.contentmain a.more img {
    width: 24px;
    margin-right: 6px;
    vertical-align: middle;
}

.page {
    text-align: center;
    position: relative;
}

.page img {
    width: auto;
    height: 16px;
    margin: 16px auto;
}

.page a,
.page span {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #166481;
    display: inline-block;
    margin-right: 12px;
}

.page .prev,
.page .next {
    width: 120px;
    height: 48px;
    background-color: #4993b5;
    margin: 0;
}

.page .prev {
    position: absolute;
    left: 0;
}

.page .next {
    position: absolute;
    right: 0;
}

.page span.current {
    background-color: #4993b5;
    color: #ffffff;
}

.prev:hover,
.next:hover {
    opacity: 0.9;
}