/*首页 - 新闻*/
.index_news{margin-left:-20px;margin-right:-20px; margin-top:20px; padding-top:20px;}
.index_news .column{padding:0 20px;margin-bottom:25px;}
.index_news a{display:flex;}
.index_news .img{flex:0 0 auto;width:200px; height:150px; display:flex;flex-direction:column;justify-content:center}
.index_news .text{width:100%;overflow:hidden;padding-left:20px}
.index_news .h5{font-size:18px;}
.index_news .p{margin-top:10px;color:#666;line-height:28px;height:84px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.index_news a:hover .h5{color:#133984}
.index_news a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:767px){
	.InfoContent { line-height:2.2; position:relative; overflow:visible !important; color:#666;}
	
}
@media (max-width:479px){
	.InfoContent { line-height:2.2; position:relative; overflow:visible !important; color:#666;}
	/*首页 - 新闻*/
	.index_news a{display:block}
	.index_news .img{width:100%;margin-bottom:15px}
	.index_news .text{padding-left:0}
}
@media (min-width:768px){
	.InfoContent { line-height:2.2; position:relative; overflow:visible !important; color:#666;}
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:30px;}
	.index_news .p{margin-top:15px;}
}
@media (min-width:992px){
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:40px;}
}
@media (min-width:1200px){
	/*首页 - 新闻*/
	.index_news .img{width:220px; height:155px;}
	.index_news .p{margin-top:20px;}
	.index_news .text{padding-left:30px}
}
@media (min-width:1450px){
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:50px;}
}
@media (min-width:1650px){
	/*首页 - 新闻*/
	.index_news .column{margin-bottom:60px;}
	.index_news .img{width:264px; height:156px;}
}
/*新闻中心*/
.news_list{margin-top:-25px}
.news_list a{color:#333;display:flex;flex-direction:row;align-items:center;border-bottom:1px #ebebeb solid;padding:25px 0}
.news_list .img{flex:0 0 auto;width:200px;display:flex;flex-direction:column;justify-content:center}
.news_list .text{width:100%;overflow:hidden;padding-left:20px}
.news_list .h5{font-size:16px;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news_list .p{color:#666;line-height:26px;height:52px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:10px 0 0}
.news_list .text>span{display:block;color:#666;font-family:"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";margin-top:15px}
.news_list .text>span i{font-size:12px}
.news_list a:hover .h5, .news_list a:hover .p, .news_list a:hover span{color:#0f3682;}
.news_list a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:479px){
	.news_list a{display:block}
	.news_list .img{width:100%;margin-bottom:15px}
	.news_list .text{padding-left:0}
}
@media (min-width:768px){
	.news_list .img{width:260px;max-height:160px}
	.news_list .img img{width:100%; max-height:160px; background-size:100%;}
	.news_list .h5{font-size:18px}
	.news_list .p{margin-top:20px}
	.news_list .text>span{margin-top:30px}
}
@media (min-width:992px){
	.news_list .img{width:300px;max-height:180px}
	.news_list .img img{width:100%; max-height:180px; background-size:100%;}
	.news_list .text>span{margin-top:40px}
}