/*新闻动态*/
/*$$
{"color":[{"val":"#2b2b2c","title":"标题中文"},
{"val":"#555555","title":"标题英文+查看更多+列表标题"},
{"val":"#ffffff","title":"图片上文字"},
{"val":"#1e73ff","title":"鼠标划过标题文字颜色"},
{"val":"#7e7e7e","title":"列表日期+正文文字"}],
"background":[{"val":"#f6f9ff","title":"查看更多默认底色"},
{"val":"#ffcc00","title":"NEW底色"},
{"val":"#ccdcf6","title":"列表底边框"},
{"val":"#1e73ff","title":"鼠标划过列表信息边框线"}],
"border":[]}
$$*/ 
#news_150 {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

#news_150 .indexTitle {
	width: 100%;
}

#news_150 .indexLeft {
	width: 16.7%;
	float: left;
}

#news_150 .indexLeftA {
	font-size: 28px;
	line-height: 33.34px;
	font-weight: bold;
	color: #2b2b2c;
}

#news_150 .indexLeftB {
	text-transform: uppercase;
	font-family: arial;
	font-size: 14px;
	line-height: 33.34px;
	color: #555555;
}

#news_150 .indexRight{
	width: 16.7%;
	background:#f6f9ff;
	float: right;
	position: relative;
	height: 34px;
}
#news_150 .indexRight::before{
	content: "";
	position: absolute;
	z-index:0;
	left:0;
	top:0;
	width: 0;
	height: 100%;
	background:#1e73ff;
	transition: width .5s ease;
}
#news_150 .indexRight:hover::before{
	width: 100%;
}
#news_150 .indexRight a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	font-size: 18px;
	line-height: 34px;
	color:#555555;
	text-align: center;
	position: absolute;
	left: 0;
	top:0;
	z-index: 10;
}
#news_150 .indexRight:hover a{
	color: #ffffff;
}
#news_150 .newsBody {
	width: 100%;
	margin-top: 40px;
}

#news_150 .newsImg {
	width: 34%;
	float: left;
	position: relative;
	overflow: hidden;
}

#news_150 .newsImg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: transform .3s ease;
}
#news_150 .newsImg:hover img{
	transform: scale(1.1);
}

#news_150 .newsEN {
	padding: 0 5px;
	line-height: 21px;
	font-size: 10px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	background: #ffcc00;
	position: absolute;
	top: 0;
	left: 0;
}

#news_150 .newsChar {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 10px 30px;
	background: rgba(57, 58, 59, 0.69);
}

#news_150 .newsCH {
	font-size: 16px;
	line-height: 33.34px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#news_150 .newsNum {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}

#news_150 .newsList {
	width: 60%;
	float: right;
}

#news_150 .newsList ul {
	width: 100%;
}

#news_150 .newsList ul li{
	width: 100%;
	padding: 10px 25px 10px 0;
	position: relative;
}
#news_150 .newsList ul li::after{
	position: absolute;
	content: '';
	background:#ccdcf6;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
#news_150 .newsList ul li::before{
	position: absolute;
	content: '';
	background:#1e73ff;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 10;
	transition: width .3s ease;
}
#news_150 .newsList ul li:hover::before{
	width: 100%;
}
#news_150 .newsList ul li:hover .newsListTit{
	color: #1e73ff;
}
#news_150 .newsList ul li .newsListTit {
	font-size: 16px;
	line-height: 34px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#news_150 .newsList ul li .newsListNum{
	font-size: 12px;
	line-height: 16px;
	color: #7e7e7e;
}
#news_150 .newsList ul li p{
	font-size: 14px;
	line-height: 33.34px;
	color: #7e7e7e;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media screen and (max-width:1200px) {
	#news_150{
		width: 96%;
	}
	#news_150 .indexLeft{
		width: 45%;
	}
	#news_150 .indexRight{
		width: 20%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#news_150{
		width: 96%;
	}
	#news_150 .indexLeft{
		width: 45%;
	}
	#news_150 .indexRight{
		width: 20%;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#news_150{
		width: 96%;
		padding: 20px 0;
	}
	#news_150 .indexLeft{
		width: 45%;
	}
	#news_150 .indexRight{
		width: 30%;
	}
	#news_150 .newsImg{
		width: 100%;
		height: 240px;
	}
	#news_150 .newsList{
		width: 100%;
		margin-top: 0;
	}
	#news_150 .indexLeftA{
		font-size: 24px;
	}
	#news_150 .newsBody{
		margin-top: 20px;
	}
	#news_150 .newsList ul li{
		padding: 5px 10px;
	}
	#news_150 .newsList ul li p{
		font-size: 14px;
		line-height: 24px;
		height:24px;
		width: 100%;
	}
	#news_150 .newsList ul li .newsListTit{
		font-size: 16px;
		line-height: 36px;
		height: 36px;
		width: 77%;
		float: left;
	}
	#news_150 .newsList ul li .newsListNum{
		width: 23%;
		float: left;
		line-height: 36px;
		height: 36px;
		font-size: 14px;
	}
	#news_150 .indexRight a{
		font-size: 14px;
	}
	#news_150 .newsChar{
		padding: 5px 15px;
	}
	#news_150 .newsCH{
		font-size: 14px;
		line-height: 30px;
	}
}