/*DONGDING-video.css*/
.news_wrapper{background:url(../images/newstb.jpg) no-repeat;background-size: 100%;}
.news_head{padding: 2%;font-size: 1rem;}
.news_head a{color: #fff;font-size: 1rem;}
.news_hot{display: table;width: 90%;margin: 0 auto;background: #FAFAFA;}

/*.news_hot .left{width: 50%;}
.news_hot .left img{border-radius: 1rem;}

.news_hot .right {
	width: 46%;
	padding: 2%;
}
.news_hot .right .txt{padding: 4%;}
.news_hot .right h3{font-size: 1.6rem;position: relative;padding-left:0.6rem;}
.news_hot .right h3::after{content:'';position: absolute;left: 0;top: 0;width: 0.3rem;height: 2.2rem;background: #3D5ED1;}
.news_hot .right p{color: #666;font-size: 1.2rem;margin: 1rem 0; }
.news_hot .right span{
	margin: 1rem 0;
	color: #666;
	font-size: 1.1rem;
	display: block;
}
.news_hot .right .a_link {
	display: inline-block;
	background: #FD6A3E;
	padding: 0.5rem 2rem;
	color: #fff;
	font-size: 1rem;
	border-radius: 0.5rem;
}*/
.title h2,.pro_news .title h3{
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	background: url(../images/pro_h2.png) no-repeat;
	background-size: 1.6rem;
	padding-left: 2.2rem;
}
.title span,.pro_news .title span{
	display: block;
	text-align: right;
	font-size: 1rem;
	margin-right: 2%;
}
.news_com{display: table;width: 100%;}
.news_com .title{text-align:center;margin: 1rem 0;}
.news_com .title span a{color: #fff;}
.news_com .title i {
	font-size: 1rem;
	display: block;
	color: #666;
}
.news_com .left{width: 50%;}
.news_com .right{width: 46%;padding:1% 2%;background: #fff;}
.news_com .right .news_ul{}
.news_com .right .news_ul li{padding: 2.5% 0;}
.news_com .right .news_ul li:nth-child(2){padding: 2.5% 0;border-top: 1px solid #666;
border-bottom: 1px solid #666;}
.news_com .right .news_ul li h3{font-size: 1.4rem;margin: 0.5rem 0;}
.news_com .right .news_ul li p{font-size: 1rem;line-height: 1.4rem;color: #555;}
.news_com .right .news_ul li span{font-size: 1rem;color: #666;}
.news_com .left a{
	display: block;
	position: relative;
}
.news_com .left h3{
	position: absolute;
	bottom: 0;
	height: 1rem;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 2% 0;
	text-align: center;
}
.news_art {
	color: #333;
	background: url(../images/list_proimgb.jpg) repeat;
	padding: 2% 0;margin:2% 0;
}
.news_art .title{text-align:center;}
.news_art .title h2{
	font-size: 1.8rem;
	font-weight: bold;
}
.news_art .title i {
	font-size: 1rem;
	display: block;
	color: #666;
}
.news_art ul{    display: flex;
    flex-wrap: wrap;
    justify-content: start;width: 100%;margin: 2% 0;}
.news_art ul li {
	display: table;
	width: 48%;
	float: left;
	background: #fff;
	margin: 1% 1%;
	box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.15);
	border-radius: 0.5rem;
}
.news_art ul li img{border-radius: 0.5rem;}
.news_art .left{width: 32%;padding: 1%;}
.news_art .right{width: 64%;padding: 1%;}
.news_art .right h3{font-size: 1.4rem;}
.news_art .right p {
	font-size: 1rem;
	margin: 2% 0;
	color: #555;
	height: 2.6rem;
	line-height: 1.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_art .right span{font-size: 1rem;color: #666;}

.pro_news{color: #333;}
.pro_news .title{text-align:center;margin: 1rem 0;}
.pro_news .title i {
	font-size: 1rem;
	display: block;
	color: #666;
}
.pro_news .news_ul{display: table;width: 100%;}
.pro_news .news_ul li{float: left;width: 46%;padding-left: 2%;padding-right: 2%;margin: 0.5rem 0;position: relative;z-index: 1;}
.pro_news .news_ul li h3{font-size: 1.2rem;line-height: 2rem;}

.pro_news .news_ul li p{font-size: 1rem;color: #666;line-height: 1.6rem;height: 3.2rem;margin-bottom:0.5rem;overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.pro_news .news_ul li span {
	margin: 0.2rem 0;
	display: block;
	font-size: 1rem;
}
.pro_news .news_ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../images/pro_newstit.png) no-repeat;
	background-size: 100%;
	z-index: 9999999;
	display: block;
}
.news_com .left img{width:100%}
