.publicCommon{
	flex-direction:row-reverse;
}

.twoHeading{
	width: 100%;
	padding: 40px 0 20px 0;
	background-color: #f6f6f6;
}
.headingTop{
	width: 90%;
	margin: 0 auto 35px auto;
	text-align: center;
}
.headingTop .title p{
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
}
.hengxian{
	width: 40px;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	background-color: #126EBA;
}



/* 内容 */
.headingList{
	width: 70%;
	margin:0 auto 30px auto;
	text-align: center;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	color: #555555;
	transition: all 0.5s;
}
.headingList .images{
	width: calc(100% - 2px);
	border: 1px solid #d9d9d9;
	overflow: hidden;
}
.headingList .images img{
	width: 100%;
	transition: all 0.8s;
}
.headingList:hover .images img{
	transform: scale(1.04);
}


.headingList .title_p{
	font-size: 14px;
	color: #222;
	text-align: center;
	line-height: 26px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.headingList:hover .title_p{
	color: #126EBA;
}


@media (min-width: 996px) {
	.headingList{
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 996px) {
	.twoHeading{
		padding: 30px 0 1px 0;
	}
	.headingList{
		width: 90%;
		margin: 0 auto 25px auto;
	}
	.headingList .images{
		width: 100px;
	}
	.headingList .title_p{
		margin: 0 0 0 10px;
		line-height: 24px;
		text-align: left;
	}
}







.newsCenton .newslist{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0;
	border-top: 1px solid #ccc;
}
.newsCenton .newslist:first-child{
	border-top: 0;
}
/* 图片 */
.newsCenton .newslist .imgs{
	width: 320px;
	overflow: hidden;
	border-radius: 10px;
}
.newsCenton .newslist .imgs img{
	width: 100%;
	transition: all 1s;
}
.newsCenton .newslist:hover .imgs img{
	transform: scale(1.05);
}


/* 内容 */
.newsCenton .newslist .textBox{
	width: calc(100% - 350px);
}
.newsCenton .newslist .th{
	font-size: 20px;
	color: #222;
	margin-bottom: 15px;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsCenton .newslist:hover .th{
	color: #126eba;
}
.newsCenton .newslist .text{
	font-size: 14px;
	color: #555;
	line-height: 24px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsCenton .newslist .time{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ec5718;
}
.newsCenton .newslist .see{
	width: 140px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	padding: 13px 0;
	transition: all 0.5s;
	background-color: #999;
}
.newsCenton .newslist:hover .see{
	background-color: #126eba;
}

@media (max-width: 996px) {
	.publicCommon .commonLeft{
		display: none;
	}
}

@media (max-width: 540px){
	.newsCenton .newslist{
		flex-wrap: wrap;
	}
	.newsCenton .newslist .imgs{
		width: 100%;
		margin-bottom: 15px;
	}
	.newsCenton .newslist .textBox{
		width: 100%;
	}

}








/* 新闻详情 */
.datailpage{
	width: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
}
.datailcet{
	width: calc(100% - 2px);
	padding-bottom: 60px;
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
}
/* 主体内容 */
.datailcet .datailtop,
.datailcet .datailtext,
.datailcet .datail_butss{
	width: 90%;
	margin: 0 auto;
}
.seemore{
	width: 180px;
}
.seemore .imageIcon img{
	width: 20px;
	height: 15px;
	margin-right: 10px;
}
.seemore:hover .imageIcon img:nth-last-child(1){
	display: block;
}
/* 头部 */
.datailcet .datailtop{
	text-align: center;
	padding: 55px 0 30px 0;
	border-bottom: 1px dashed #d9d9d9;
}
.datailcet .datailtop .detail_tit{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.datailcet .datailtop .detail_tit h2{
	font-size: 24px;
	font-weight: initial;
	font-size: #222222;
}
/* 头部 图标 */
.datailcet .datailtop .detail_topicon .topicon_rigth{
	width: 100%;
	margin-left: 0;
	text-align: left;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	color: #999;
}
/* 内容 */
.datailcet .datailtext{
	padding: 40px 0 50px 0;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px dashed #d9d9d9;
}
.datailcet .datailtext p{
	margin-bottom: 25px;
	text-align: justify;
}
.datailcet .datailtext p:last-child{
	margin-bottom: 0;
}
.datailcet .datailtext img{
	padding: 15px 0;
	width: auto;
	display: flex;
	justify-content: center;
	max-width: 100%;
	margin: 0 auto;
}

/* 上下篇按钮 */
.datailcet .datail_butss{
	display: flex;
	margin: 50px auto;
	justify-content: space-between;
	align-items: flex-start;
}
.datailcet .datail_butss a{
	width: 48%;
	/* 文字溢出... 显示 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #333;
	outline: none;
}
.datailcet .datail_butss a:hover{
	color: #154a9a;
}
.datailcet .datail_butss a:nth-child(1){
	text-align: left;
}
.datailcet .datail_butss a:nth-child(2){
	text-align: right;
}



/* 手机端 */
@media (max-width: 768px) {

	/* 内容 */
	.datailcet .datailtext{
		font-size: 14px;
		padding: 20px 0 25px 0;
	}
	/* 上下篇按钮 */
	.datailcet .datail_butss a{
		font-size: 14px;
	}
}
@media (max-width: 540px) {
	.datailcet{
		padding-bottom: 40px;
	}
	/* 标题 */
	.datailcet .datailtop .detail_tit h2{
		font-size: 20px;
	}
	
	.datailcet .datailtop{
		padding: 40px 0;
	}
	.datailcet .datailtext p {
		margin-bottom: 15px;
		line-height: 26px;
	}
	.datailcet .datail_butss{
		margin: 30px auto 28px auto;
	}
}