/* CSS Document */

#news { padding: 80px 0px 80px 0px; }
#news .list { margin: 0px 0 0px 0; }
#news .list>a { display: block; transition: all .35s; }
#news .list>a:hover { background: #114fb7; }

#news .list>a:nth-child(odd) { background: #FAFAFA; }
#news .list>a:hover:nth-child(odd) { background: #114fb7; }

#news .list>a .wrap { padding: 40px 0px; box-sizing: border-box; border-bottom: 1px solid #e6e6e6; display: flex; align-items: center; }
#news .list>a .wrap .date { width: 120px; height: 135px; border: 1px solid #e6e6e6; display: flex; justify-content: center; align-items: center; flex-direction: column; transition: all .35s; border-radius: 0 0 20px 0; }
#news .list>a:hover .wrap .date { border: 1px solid #fff; background: #fff; border-radius: 0; }
#news .list>a .wrap .date .day { font-size: 5rem; font-weight: 700; color: #2e2d3c; }
#news .list>a .wrap .date .ym { color: #999; font-size: 1.68rem; font-weight: 300; margin-top: 8px; padding-top: 5px; }
#news .list>a .wrap .con { width: calc(100% - 420px); margin-left: 35px; }
#news .list>a .wrap .con .tit { font-size: 2.2rem; color: #2e2d3c; font-weight: 300; transition: all .35s; }
#news .list>a:hover .wrap .con .tit { color: #fff; }
#news .list>a .wrap .con .desc { font-size: 1.5rem; color: #999; line-height: 1.8; margin-top: 20px; transition: all .35s; }
#news .list>a:hover .wrap .con .desc { color: rgba(255,255,255, .7); }
#news .list>a .wrap .img { width: 250px; background: #eee no-repeat center/cover; margin-left: 50px; }

#news-view { padding: 80px 0px 80px 0px; }
#news-view h1 { color: #666666; text-align: center; line-height: 1.5; font-size: 3.6rem; }
#news-view .info { text-align: center; font-weight: 300; font-size: 1.4rem; color: #aaa; padding-bottom: 45px; border-bottom: 1px solid #ddd; }
#news-view .con { font-size: 1.6rem; line-height: 1.8; padding-top: 40px; }

#news-view .back { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; }
#news-view .back div { flex: 1; }
#news-view .back>a { display: inline-block; font-size: 16px; color: #114fb7; font-weight: 300; text-align: center; }
#news-view .back>a::before { content: '\e613'; font-family: 'iconfont_kf'; display: block; font-size: 3rem; margin-bottom: 9px; }
#news-view .back>a:hover { color: #114fb7; }
#news-view #backurl p { line-height: 26px; font-size:16px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

@media (max-width:1679px) {
#news .list>a .wrap .date .day { font-size: 4.6rem; }
#news .list>a .wrap .date .ym { font-size: 1.6rem; margin-top: 6px; padding-top: 5px; }
#news .list>a .wrap .con .tit { font-size: 2rem; }

#news-view h1 { font-size: 3.4rem; }
#news-view .info { font-size: 1.4rem; }
}

@media (max-width:1439px) {
#news .list>a .wrap .date { width: 110px; height: 130px; }
#news .list>a .wrap .date .day { font-size: 4.2rem; }
#news .list>a .wrap .date .ym { font-size: 1.5rem; margin-top: 6px; padding-top: 5px; }
#news .list>a .wrap .con .tit { font-size: 1.9rem; }
#news .list>a .wrap .con .desc { font-size: 1.4rem; }

#news-view h1 { font-size: 3.2rem; }
#news-view .info { font-size: 1.3rem; }
#news-view .con { font-size: 1.5rem; line-height: 1.8; }
#news-view .back>a::before { font-size: 2.8rem; }
}

@media (max-width:1365px) {
#news .list>a .wrap .date { width: 110px; height: 130px; }
#news .list>a .wrap .date .day { font-size: 4rem; }
#news .list>a .wrap .date .ym { font-size: 1.4rem; margin-top: 6px; padding-top: 5px; }
#news .list>a .wrap .con .tit { font-size: 1.8rem; }
#news .list>a .wrap .con .desc { font-size: 1.4rem; }

#news-view h1 { font-size: 3rem; }
#news-view .info { font-size: 1.3rem; }
#news-view .con { font-size: 1.4rem; line-height: 1.8; }
#news-view .back>a { font-size: 1.8rem; margin: auto 13px; }
#news-view .back>a::before { font-size: 2.8rem; }
}

@media (max-width:991.98px) {
#news .list>a .wrap { padding: 25px 0; display: block; }
#news .list>a .wrap .date { display: none; }
#news .list>a .wrap .con { width: 100%; margin-left: 0; }
#news .list>a .wrap .con .tit { font-size: 1.8rem; }
#news .list>a .wrap .con .desc { font-size: 1.4rem; line-height: 1.7; margin-top: 10px; }
#news .list>a .wrap .img { width: 100%; margin-left: 0; margin-top: 12px; }

#news-view { margin: 80px 15px 0px 15px; max-width: unset; }
#news-view h1 { font-size: 2.4rem; }
#news-view .info { font-size: 1.2rem; color: #aaa; padding-bottom: 25px; border-bottom: 1px solid #ddd; }
#news-view .con { font-size: 1.4rem; line-height: 1.8; padding-top: 25px; }

#news-view .back { margin-top: 30px; }
#news-view .back>a { font-size: 14px; }
#news-view .back>a::before { font-size: 2rem; }
#news-view #backurl p { font-size: 14px; }
}

@media (max-width:767.98px) {
}
/* 分页页码 */
.pageSty { margin-top: 30px; }