/* news.css - 新闻页面样式文件 */
/* 该文件定义新闻列表、新闻详情及响应式适配样式。*/


#lib_info_detail .ext_mes div,.ey_smnrlb .ext_mes div{display:inline-block;margin:0 8px;font-size:14px;color:#333}
.ey_smnrlb .ext_mes{text-align:center;margin:8px 0}
.wrap{width:1200px;margin:0 auto;zoom:1}
/* 新闻列表主容器 */
.rale_news{padding-bottom:30px;width:100%}
.rale_news .news_title{width:100%;height:30px;line-height:30px}
.rale_news .news_title .title{font-size:22px;color:#191919}
.rale_news .news_title .read_btn{font-size:14px;color:#888}
.rale_news .news_title .read_btn span{font-size:14px;color:#888;font-family:cursive;font-weight:bold}
.rale_news .list{display:grid;grid-template-columns:repeat(4,23.25%);justify-content:space-between;margin-top:23px;width:100%}
.rale_news .list .item{}
.rale_news .list .item .img{display:block;width:100%;text-align:center;text-decoration:none;overflow:hidden;position:relative;padding-top:100%}
.rale_news .list .item .img img{position:absolute;top:0px;right:0px;bottom:0px;left:0px;margin:auto}
.rale_news .list .item .title{display:-webkit-box;margin-top:15px;line-height:20px;height:40px;font-size:16px;color:#333;text-decoration:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.rale_news .list .item .time{margin-top:8px;width:100%;height:21px;line-height:21px;font-size:14px;color:#989898}
.rale_news .list .item .brief{display:-webkit-box;margin-top:6px;line-height:24px;font-size:14px;color:#888;text-decoration:none;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.rale_news .list .item:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media screen and (max-width:1440px){
.wrap{width:95%}
}
.ey_smnrlb{margin:30px 0;overflow:hidden}
.ey_smnrlb>.title{font-size:20px;text-align:center;padding-bottom:10px;color:#222}
.ey_smnrlb>.contents{padding:20px 0;color:#555;line-height:180%;font-size:16px;min-height:300px}
.ey_smnrlb .ext_mes{margin:10px 0 10px}
@media only screen and (max-width:768px){
.ey_smnrlb{margin:10px 0}
.ey_smnrlb>.title{font-size:16px;border-bottom:1px solid #ddd}
.ey_smnrlb>.contents{min-height:200px}
}
.news_title .fl{float:left !important;}
.news_title .fr{float:right !important;}
.clear{margin:0px auto;clear:both;height:0px;font-size:0px;overflow:hidden}
.blank12{margin:0px auto;clear:both;height:12px;font-size:1px;overflow:hidden}
.clean{zoom:1}
.clean:after,.clean:before{content:'';display:table}
.clean:after{clear:both}

/* 栏目图片自适应样式 */
.category-banner{display:block;width:100%;height:auto;object-fit:cover;aspect-ratio:16/5;max-height:20vh}
@media (max-width:768px){
	.category-banner{aspect-ratio:3/1;max-height:40vh}
}
