.newsinfo {
    margin: 0 40px;
    position: relative;
}
.news {
    width: 1286px;
    margin: 44px 0;
    cursor: pointer;
}
.img {
    float:left;
}
.info > .news:last-child {
    margin-bottom: 114px;
}
.contents {
    width: 880px;
    height: 214px;
    float: right;
}
.title {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #232323;
    line-height: 20px;
    margin-top: 20px;
}
.time {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.details {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.readmore {
    color: #FFC90C;
}
.turn {
    position: absolute;
    left: 0px;
    bottom: 44px;
}
.first {
    color: #232323;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
#number {
    display: inline-block;
    vertical-align: top;
}
.num {
    color: #232323;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #999;
    font-size: 16px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.info2 {
    margin: 0 auto;
    background: #F7F7F7;
    display:none;
}
.crumbs {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
    margin-left: 30px;
    padding:14px 0;
}
.crumbs > a:hover {
    color: #FFC90C;
}
.des {
    background: #fff;
    margin: 0 auto;
}
.des > .title {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    line-height: 20px;
    text-align: center;
    padding-top: 44px;
    margin-top: 0px;
}
.des > .time {
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
    text-align: center;
    margin: 10px 0 30px;
}
.des > .desimg > img {
    margin: 0 40px 20px;
}
.des > .content {
    width: 1286px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
}
.divider {
    width: 1286px;
    height: 2px;
    background: #D6D6D6;
    margin: 0 auto;
    margin-top: 20px;
}
.nextdes {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin: 20px 0 0 40px;
    padding-bottom: 44px;
    cursor: pointer;
}
.nextdes > span:hover {
    color: #FFC90C;
}

@media screen and (width: 1366px) {
    .des > .desimg > img {
        margin: 0 31px 20px;
    }
}