
.newsListCon {
	width: 100%;
	margin-top: 40px;
}

/*.newsListCon .mainCon {
	width: 1400px;
	margin: 0 auto;
}*/

.newsListCon .mainCon .conBox {
	margin: 0 auto;
}

.newsListCon .mainCon .con {
	width: 100%;

}

.newsListCon .mainCon .clearfix {
	width: 100%;
	background: #fff;
	position: relative;
	margin: 0 0 40px ;
	padding: 30px 0;
    border-bottom: 1px solid #efefef;
}



.newsListCon .mainCon .clearfix a{
	display: flex;
}

.newsListCon .mainCon .dt {
	width: 400px;
	min-height: 240px;
	overflow: hidden;
}

.newsListCon .mainCon .dt img {
	display: block;
	transition: all 2s ease-out;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: cover;
}

.newsListCon .mainCon .clearfix:hover .dt img {
	transform: scale(1.2);
}


.newsListCon .mainCon .dd {
	flex: 1;
	height: 170px;
	position: relative;
	margin: 30px;
	
}

.newsListCon .mainCon .dd h3 {
	font-size: 20px;
	font-weight: normal;
	width:70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}

.newsListCon .mainCon .dd h3 a {
	color: #000000;
	text-decoration: none;
}

.newsListCon .mainCon .dd .other{
	display: flex;
	margin-top: 15px;
}
.dd .other .o-item {
    margin-right: 20px;
}
 .dd .other .o-item span.icons {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 3px;
}
 .dd .other .o-item .icon-date {
    background-image: url(../images/date.png);
    background-size: 20px auto;
}
 .dd .other .o-item .icon-check {
    background-image: url(../images/check.png);
    background-size: 20px auto;
}
 .dd .other .o-item .icon-author {
    background-image: url(../images/author.png);
    background-size: 20px auto;
}


.newsListCon .mainCon .dd .ddp {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 17px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;
}

.newsListCon .mainCon .dd .label a:hover {
	color: #d40019;
}


.newsListCon .mainCon .dd .more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	left: 6px;
	bottom: -10px;
}
.newsListCon .mainCon .clearfix:hover  .more {
	background-position: left bottom;
}
.newsListCon .mainCon .clearfix:hover h3 a {
	color: #d40019;
}
.newsListCon .mainCon .clearfix:hover {
	/*box-shadow: 0 0 10px 6px #eeeeee;*/
	z-index: 99;
}
.newsListCon .mainCon .clearfix:hover h3{
	color: #19a8fa;
}

@media screen and (max-width: 1400px) {
	.newsListCon .mainCon{
		width: 96%;
	}
	
}
@media screen and (max-width: 992px) {
	.newsListCon{
		margin-top: 0px;
	}
	.newsListCon .mainCon .dd{
		margin-left: 0px;
	}
	.newsListCon .mainCon .clearfix a{
		flex-direction: column;
	}
	.newsListCon .mainCon .dt{
		display: none !important;
	}
	.newsListCon .mainCon .clearfix {
		padding: 25px;
	}
	.newsListCon .mainCon .dd{margin-left: 0px;}
	.newsListCon .mainCon .dd .rq{display: none;}
	.newsListCon .mainCon .dd h3{width: 100%;font-size: 16px;}
	.newsListCon .mainCon .dd .more{display: none !important;}
	.newsListCon .mainCon .dd .ddp{font-size: 13px;color: #666666;line-height: 20px;margin-top: 4px;}

}
@media screen and (max-width: 769px) {
	.newsListCon .mainCon .clearfix {
		padding: 10px; margin: 0px 0 15px;
	}
	.newsListCon .mainCon .dd{
		margin-right: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.pglt{
		 margin-bottom: 50px !important;
	}
}

/*新闻详细*/
.newconts{
	padding: 40px 0;
}
.news_xx01 {
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: 700;
}
.news_xx02 {
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 35px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news_xx03 {
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.news_xx03 .lishipic {
	padding: 5px;
	border: 1px solid #eee;
}
.news_xx03 p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.news_xx03 .newscont p a{color: #19a8fa;}
.news_xx03 img {
	display: block;
	margin: 20px auto;
}
.news_xx03 table {
	width: 100% !IMPORTANT;
	border: 1px solid #ddd !IMPORTANT;
	border-collapse: collapse !IMPORTANT;
	font-size: 12PX !IMPORTANT;
	word-break: break-all;
	word-wrap: break-word;
}
.news_xx03 table td {
	border: 1px solid #ddd !IMPORTANT;
	padding: 5px !IMPORTANT;
}
.news_sx {
	padding: 0 20px;
	height: 40px;
	border: 1px solid #e1e1e1;
	line-height: 40px;
	color: #555;
	margin-top: 35px;
	font-size: 14px;
	background: #f5f5f5;
}
.news_sx a {
	color: #19a8fa;
}
.n_s {
	width: 48%;
	float: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 48%;
	float: right;
	text-align: right;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


