.product_con_ban_w{
	background-image: url('../images/newsban.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
.product_con_ban {
	height: 300px;
	width: 1200px;
	margin: 0 auto;
}

.product_con_ban .tit {
	font-size: 46px;
	font-family: Source Han Sans CN, Source Han Sans CN-Heavy;
	font-weight: 800;
	color: #2468f2;
	line-height: 30px;
	letter-spacing: 2.3px;
	padding-top: 101px;
	padding-bottom: 27px;
}

.product_con_ban>span {
	font-size: 24px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-bottom: 102px;
}

.list_con {
	background-color: #fff;
	padding: 20px 0;
	width: 1200px;
	margin: 0 auto;
}

.list_con_item {
	display: flex;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.item_data,
.item_txt {
	margin-top: 60px;
}

.item_data>p {
	font-size: 26px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: justifyCenter;
	color: #999999;
	line-height: 40px;
}

.item_data>span {
	display: inline-block;
	width: 64px;
	height: 30px;
	border: 1px solid #999999;
	border-radius: 4px;
	font-size: 16px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #999999;
	line-height: 30px;
	margin-top: 19px;
}

.pozhe {
	width: 46px;
	height: 1px;
	background: #999999;
	margin: 0 20px;
	margin-top: 74px;
}

.txt_tit {
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	letter-spacing: 0.8px;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}

.item_txt>span {
	/* display: inline-block; */
	width: 754px;
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #999999;
	letter-spacing: 0.36px;
	line-height: 28px;
	display: -webkit-box;
	/* 将元素转换成弹性伸缩盒子 */
	overflow: hidden;
	/* 隐藏超出部分的内容 */
	text-overflow: ellipsis;
	/* 当内容被修剪时显示省略号 */
	line-clamp: 2;
	/* 限制最大行数为2行 */
	-webkit-line-clamp: 2;
	/* Safari/Chrome特有的属性 */
	-webkit-box-orient: vertical;
	/* 设置垂直布局 */
}

.item_txt {
	display: inline-block;
	width: 754px;
}

.newsimg {
	margin-left: 30px;
	width: 240px;
	height: 160px;
}

.pageDiv{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
	margin-bottom: 70px;
}
.pageDiv span{
	display: inline-block;
	vertical-align: top;
}
.pageDiv .pagePrev,.pageNext{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	text-align: center;
	color: #bbbbbb;
	position: relative;
	margin-right: 20px;
}
.pageDiv a{  
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999999;
	border-radius: 2px;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
	color: #333;
	font-size: 14px;
}
.pagePrev a,.pageNext a{
	color: #bbbbbb;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	border-radius: initial;
	border: none;
}
.pageNext{
	margin-left: 10px;
}
.pageNo{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999999;
	border-radius: 2px;
	text-align: center;
	margin-right: 20px;
}
.pageNo a{
	font-size: 14px;
	color:  ;
}
.pageDiv a.active {
	background:  #2468F2;
	border: 0px;
	color: #fff;
}
.pageNo.active a{
	color: #fff;
}