@charset "utf-8";
.zixun_banner{
	width: 100%;
	background-image: url('/static/index/images/zixun.png');
	height: 418px;
}
.news_container{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.news_container .hd{
	margin-top: 20px;
}
.news_container .hd ul{
	display: flex;
}
.news_container .hd ul li{
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	position: relative;
	margin-right: 35px;
	font-weight: bold;

}
.news_container .hd ul li.hover{
	color: #1E82C0;
}
.news_container .hd ul li.hover:after{
	content:'';
	position:absolute;
	bottom: 0;;
	left:0;
	display:block;
	width: 100%;
	background: #1E82C0;
	height: 2px;
}
/*.news_container .bd{
	display: flex;
	flex-wrap: wrap;
}*/
.news_container .bd .item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_container .bd .item_show{
	display: block;
}
.news_container .bd .item ul{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	/*margin-right: 50px;*/
	width: 540px;
}
.news_container .bd .item ul li:nth-child(2){
	font-size: 20px;
	line-height: 31px;
	height: 31px;
	font-weight: bold;
	margin-top: 15px;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.news_container .bd .item ul li:nth-child(3){
	margin-top: 15px;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.news_container .bd .item ul li.date{
	margin-top: 15px;
	font-size: 16px;
}
.news_container .bd .item ul li.more{
	text-align: right;
}
.news_container .bd .item img{
	width: 100%;
}
.layui-flow-more{
	width: 100%;
	text-align: center;
}
.layui-flow-more a cite{
	/*font-size: 20px;
	padding: 20px;
	display: block;
	width: 15%;
	margin: 10px auto;*/
}