/* CSS Document */

#news { padding: 80px 0px 80px 0px; }
#news .n_list a { padding: 40px 0px; box-sizing: border-box; border-bottom: 1px solid #e6e6e6; display: flex; justify-content: space-between; align-items: center; transition: all .35s; position: relative; }
#news .n_list a:before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #F18517; z-index: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition: all .5s; transition: all .5s; }
#news .n_list a:hover:before { height: 3px; width: 100%; }

#news .n_list a .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 .n_list a:hover .date { border: 1px solid #F18517; background: #fff; border-radius: 0; }
#news .n_list a .date .day { font-size: 5rem; font-weight: 700; color: #2e2d3c; }
#news .n_list a .date .ym { color: #999; font-size: 1.68rem; font-weight: 300; margin-top: 8px; padding-top: 5px; }

#news .n_list a .con { width: calc(85% - 190px); }
#news .n_list a .con .tit { font-size: 2.2rem; color: #2e2d3c; font-weight: 300; transition: all .35s; }
#news .n_list a:hover .con .tit { color: #F18517; }

#news .n_list a .con .desc { font-size: 1.5rem; color: #999; line-height: 1.8; margin-top: 20px; transition: all .35s; }
#news .n_list a:hover .con .desc { color: rgba(0,0,0, .7); }

#news .n_list a .img { flex: 0 0 15%; aspect-ratio: 16/9; position: relative; overflow: hidden; }
#news .n_list a .img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
#news .n_list a:hover .img img { transform: scale(1.05); -webkit-transform: scale(1.05); }

#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: #009b47; font-weight: 300; text-align: center; }
#news-view .back>a::before { content: '\e613'; font-family: 'iconfont_kf'; display: block; font-size: 3rem; margin-bottom: 0px; }
#news-view .back>a:hover { color: #009b47; }
#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 .n_list a .date .day { font-size: 4.6rem; }
#news .n_list a .date .ym { font-size: 1.6rem; margin-top: 6px; padding-top: 5px; }
#news .n_list a .con .tit { font-size: 2rem; }

#news-view h1 { font-size: 3.4rem; }
#news-view .info { font-size: 1.4rem; }
}

@media (max-width:1439px) {
#news .n_list a .date { width: 110px; height: 130px; }
#news .n_list a .date .day { font-size: 4.2rem; }
#news .n_list a .date .ym { font-size: 1.5rem; margin-top: 6px; padding-top: 5px; }
#news .n_list a .con .tit { font-size: 1.9rem; }
#news .n_list a .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 .n_list a .date { width: 110px; height: 130px; }
#news .n_list a .date .day { font-size: 4rem; }
#news .n_list a .date .ym { font-size: 1.4rem; margin-top: 6px; padding-top: 5px; }
#news .n_list a .con .tit { font-size: 1.8rem; }
#news .n_list a .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 .n_list a { padding: 25px 0; display: block; }
#news .n_list a .date { display: none; }
#news .n_list a .con { width: 100%; margin-left: 0; }
#news .n_list a .con .tit { font-size: 1.8rem; }
#news .n_list a .con .desc { font-size: 1.4rem; line-height: 1.7; margin-top: 10px; }
#news .n_list a .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; }
}

/* 分页页码 */
.pageSty { margin-top: 40px; }