/*回收资讯*/
/*$$
{"color":[{"val":"#191919","title":"标题中文颜色"},{"val":"#b80000","title":"标题英文颜色+正文右侧标题"},{"val":"#000000","title":"正文"},{"val":"#ffffff","title":"查看详情"},{"val":"#303030","title":"小标题"},{"val":"#686868","title":"列表正文+时间"}],"background":[{"val":"#ffffff","title":"整体底色"},{"val":"#b80000","title":"查看详情底色"}],"border":[{"val":"#e60012","title":"标题框"},{"val":"#d5d5d5","title":"列表下边框"}]}
$$*/
#news_150 {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

#news_150 .indexTitle {
	width: 50%;
	margin: 0 auto;
}

#news_150 .indexTitleA {
	font-family: "SourceHanSansCN-Regular";
	display: block;
	width: 92%;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	position: relative;
	z-index: 9;
	height: 64px;
}

#news_150 .indexTitleA .en{
	font-family: "SourceHanSansSC-Heavy";
	font-size: 54px;
	line-height: 64px;
	color: #b80000;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
}
#news_150 .indexTitleA .cn{
	font-size: 50px;
	line-height: 64px;
	color: #191919;
	display: inline-block;
}

#news_150 .indexTitleA span {
	font-family: "SourceHanSansSC-Heavy";
	font-size: 54px;
	line-height: 64px;
	color: #b80000;
	background: #ffffff;
	text-transform: uppercase;
}

#news_150 .indexLine {
	width: 100%;
	height: 46px;
	border: #e60012 solid 2px;
	margin-top: -32px;
}

#news_150 .indexTitleB {
	width: 82%;
	margin: 0 auto;
	font-family: "SourceHanSansSC-Light";
	font-size: 17px;
	text-align: center;
	line-height: 22px;
	color: #191919;
	background: #ffffff;
	margin-top: -11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#news_150 .newsBody {
	width: 100%;
	margin-top: 60px;
}

#news_150 .newsChar {
	width: 41.7%;
	float: left;
	padding-right: 20px;
}
#news_150 .newsChar .itemImg{
	width: 100%;
	height: 360px;
	overflow: hidden;
}
#news_150 .newsChar .itemImg:hover img{
	transform: scale(1.1);
}
#news_150 .newsChar img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all .3s ease;
}

#news_150 .newsCharBody {
	width: 100%;
	float: left;
}

#news_150 .newsCharA {
	font-family: "SourceHanSansSC-Regular";
	font-size: 18px;
	line-height: 26px;
	color: #303030;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: bold;
}

#news_150 .newsCharB {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: "SourceHanSansSC-Light";
	font-size: 16px;
	line-height: 20px;
	color: #686868;
	margin-top: 10px;
}

#news_150 .newsCharC {
	font-family: "SourceHanSansCN-Normal";
	font-size: 16px;
	line-height: 22px;
	color: #686868;
	margin-top: 15px;
}

#news_150 .newsCharMore {
	width: 24%;
	float: right;
	line-height: 21px;
	font-family: "SourceHanSansSC-Regular";
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	background: #b80000;
	margin-top: -21px;
}

#news_150 .newsCharMore a {
	color: #ffffff;
	display: block;
	width: 100%;
	cursor: pointer;
}

#news_150 .newsList {
	width: 58.3%;
	float: left;
	padding: 0 40px;
}

#news_150 .newsList ul {
	width: 100%;
}

#news_150 .newsList ul li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:#d5d5d5 solid 1px ;
	overflow: hidden;
}

#news_150 .newsList ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

#news_150 .newsListLeft {
	width: 76.7%;
	float: left;
}

#news_150 .newsListLeftA {
	font-family: "SourceHanSansSC-Regular";
	font-size: 16px;
	line-height: 26px;
	color: #303030;
	height: 26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

#news_150 .newsListLeftB {
	font-family: "SourceHanSansSC-Light";
	font-size: 14px;
	line-height: 36px;
	color: #686868;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#news_150 .newsListRigth{
	width: 18%;
	float: right;
}
#news_150 .newsListRigthA{
	font-family: "SourceHanSansCN-Normal";
	font-size: 48px;
	line-height: 73px;
	text-align: center;
	color: #686868;
}
#news_150 .newsListRigthB{
	font-family: "SourceHanSansCN-Normal";
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	color: #686868;
}
#news_150 .newsList ul li :hover .newsListLeftA{
	color: #b80000;
}

@media screen and (max-width:1200px) {
	#news_150{
		width: 100%;
	}
	#news_150 .newsBody{
		padding-left: 10px;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#news_150{
		width: 100%;
	}
	#news_150 .newsBody{
		padding-left: 10px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#news_150{
		width: 100%;
		padding: 20px 0;
	}
	#news_150 .newsBody{
		padding-left: 0;
	}
	#news_150 .indexTitle{
		width: 90%;
	}
	#news_150 .indexTitleA .en{
		font-size: 30px;
	}
	#news_150 .indexTitleA .cn{
		font-size: 28px;
	}
	#news_150 .newsChar{
		width: 100%;
		float: none;
		padding: 0 10px;
	}
	#news_150 .newsList{
		width: 100%;
		float: none;
		margin-top: 20px;
		padding: 0 10px;
	}
	#news_150 .newsChar .itemImg{
		height: 240px;
	}
	#news_150 .newsListRigthA{
		font-size:32px;
		line-height: 32px;
	}
	#news_150 .newsListLeftB{
		-webkit-line-clamp: 1;
		max-height: 30px;
	}
	#news_150 .newsCharB{
		font-size: 14px;
	}
	#news_150 .indexTitleB{
		font-size: 14px;
	}
	#news_150 .indexLine{
		height: 36px;
	}
	#news_150 .indexTitleA{
		height: 30px;
		margin-bottom: 20px;
	}
	#news_150 .indexTitleA .en,#news_150 .indexTitleA .cn{
		line-height: 40px;
	}
}