@charset "UTF-8";
body {
	background-color: #f7f8fa;
}

/*新闻动态------------------------------------------------*/
#xinwendt_page .contentBox {
	padding-bottom: 20px;
}

#xinwendt_page .contentBox .cell {
	width: 31.5%;
	font-size: 14px;
	margin: 0 7px 20px;
	cursor: pointer;
}

#xinwendt_page .contentBox .cell:hover {
	/*box-shadow: 0 0 20px rgba(5, 171, 232, .5);*/
	box-shadow: 0 0 10px rgba(80, 120, 150, .5);
}

#xinwendt_page .contentBox .cell .imgBox {
	height: 258px
}

#xinwendt_page .contentBox .cell .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#xinwendt_page .contentBox .cell .bottom {
	padding: 29px 29px 20px 20px;
}

#xinwendt_page .contentBox .cell .bottom .newsDate {
	margin-top: 27px;
}

#xinwendt_page .contentBox .cell .bottom .contentText {
	min-height: 45px;
	margin-top: 22px;
	-webkit-line-clamp: 2; /*控制显示几行*/
}

#xinwendt_page .contentBox .cell .bottom .detail:before {
	content: "";
	display: block;
	width: 57px;
	height: 2px;
	background: #666;
	margin-bottom: 14px;
}

/*新闻动态详情-------------------------------------*/
#xinwendt_detail .box > div {
	display: inline-block;
}

#xinwendt_detail .box .introBox {
	float: left;
	width: calc(100% - 314px);
}

/*#xinwendt_detail .box .introBox .intro {
	text-align: left;
}*/

#xinwendt_detail .box .weinitj {
	float: right;
	width: 294px;
	min-height: 842px;
	border: 1px #f1f2f3 solid;
}

#xinwendt_detail .weinitj .title {
	border-bottom: 1px #E2E2E2 solid;
}

#xinwendt_detail .weinitj .recommend .cell {
	margin-bottom: 20px;
	border: 1px solid #F2F2F2;
}

#xinwendt_detail .weinitj .recommend .cell .imgBox {
	height: 158px;
}

#xinwendt_detail .weinitj .recommend .cell .bottom {
	padding: 19px;
}

#xinwendt_detail .weinitj .recommend .cell .contentText {
	margin-top: 11px;
}

/*768以下---------------------------------------*/
@media (max-width: 768px) {
	#xinwendt_page .contentBox .cell {
		width: 47%;
		vertical-align: top;
	}

	#xinwendt_page .contentBox .cell .imgBox {
		height: 110px
	}

	#xinwendt_page .contentBox .cell .bottom {
		padding: 10px;
	}

	#xinwendt_page .contentBox .cell .bottom > div {
		font-size: 14px;
	}

	#xinwendt_page .contentBox .cell .bottom .newsDate,
	#xinwendt_page .contentBox .cell .bottom .contentText {
		margin-top: 10px;
	}

	#xinwendt_detail .box .introBox {
		width: 100%;
	}

	#pageBar .layui-laypage span,
	#pageBar .layui-laypage a {
		display: none !important;
	}

	#pageBar .layui-laypage a.layui-laypage-prev,
	#pageBar .layui-laypage a.layui-laypage-next {
		display: inline-block !important;
	}
}
