/*相关资讯*/

/*$$

{"color":[{"val":"#e8e8e8","title":"大S字体颜色"},

{"val":"#202020","title":"标题中文字体颜色+列表标题文字颜色"},

{"val":"#999999","title":"标题英文字体颜色 +查看更多"},

{"val":"#303030","title":"列表标题数字颜色"},

{"val":"#909090","title":"列表正文字体颜色+点击查看颜色"},

{"val":"#ffffff","title":"列表选中颜色"}],

"background":[{"val":"#162123","title":"标题横线颜色"},

{"val":"#54800e","title":"列表选中颜色"}],

"border":[{"val":"#999999","title":"查看更多边框颜色"}]}

$$*/

#news_150 {

	width: 1200px;

	margin: 0 auto;

	padding:70px 0;

}



#news_150 .indexTitle {

	width: 100%;

}



#news_150 .titleBig {

	font-size: 130px;

	text-align: center;

	line-height: 130px;

	color: #e8e8e8;

	position: relative;

	z-index: 2;

}



#news_150 .titleCH {

	font-size: 24px;

	line-height: 30px;

	text-align: center;

	color: #202020;

	margin-top: -65px;

	position: relative;

	z-index: 3;

}



#news_150 .titleLine {

	width: 14px;

	height: 1px;

	background: #162123;

	margin: 0 auto;

	margin-top: 15px;

	position: relative;

	z-index: 3;

}



#news_150 .titleEN {

	font-family: arial;

	font-size: 12px;

	line-height: 20px;

	color: #999999;

	text-align: center;

	margin-top: 15px;

}



#news_150 .newsBody {

	width: 100%;

	padding-top: 50px;

}



#news_150 .newsList {

	width: 66.7%;

	float: left;

}



#news_150 .newsList ul {

	width: 100%;

}



#news_150 .newsList ul li {

	float: left;

	width: 50%;

	margin-bottom: 60px;

	padding: 20px 20px 20px 20px;

	box-sizing: border-box;

}



#news_150 .newsListTitle {

	width: 100%;

	height: 40px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding-left: 50px;

	position: relative;

}



#news_150 .newsListTitle img {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 35px;

	height: 100%;

	object-fit: contain;

}



#news_150 .newsList ul li .newsListTitle .newsListTitleA {

	font-size: 16px;

	line-height: 80px;

	color: #202020;

	height: 80px;

	width: calc(100% - 50px);

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}



#news_150 .newsList ul li .newsListTitle .newsListTitleB {

	font-size: 14px;

	line-height: 80px;

	color: #303030;

	width: 140px;

}



#news_150 .newsTitleChar {

	font-size: 12px;

	line-height: 30px;

	color: #909090;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 3;

	margin-top: 10px;

}



#news_150 .newsListFooter {

	width: 100%;

	font-size: 14px;

	line-height: 30px;

	margin-top: 40px;

	color: #909090;

	background: url(/static/images/NP00006_05.png) no-repeat center right;

}

#news_150 .newsList ul li:hover {

	background: #54800e;

}



#news_150 .newsList ul li:hover .newsListTitleA,

#news_150 .newsList ul li:hover .newsListTitleB,

#news_150 .newsList ul li:hover .newsTitleChar {

	color: #ffffff !important;

}



#news_150 .newsList ul li:hover .newsOne {

	display: none !important;

}



#news_150 .newsList ul li:hover .newsTwo {

	display: block !important;

}



#news_150 .newsList ul li:hover .newsListFooter {

	background: url(/static/images/NP00006_05_02.png) no-repeat center right;

	color: #ffffff;

}

#news_150 .newsImg{

	width: 28.75%;

	float: right;

	overflow: hidden;

}

#news_150 .newsImg img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition:transform .3s ease;

}

#news_150 .newsImg:hover img{

	transform: scale(1.1);

}

#news_150 .newsFooter{

	width: 195px;

	margin: 0 auto;

	font-size: 14px;

	text-align: center;

	margin-top: 50px;

	position: relative;

	cursor: pointer;

	

}

#news_150 .newsFooter a{

	display: block;

	width: 100%;

	height: 30px;

	color: #999999;

	line-height: 30px;

	padding-right: 50px;

	background: url(/static/images/NP00006_07.png) no-repeat 90% center;

	border:#999999 1px solid;

}

#news_150 .newsFooter:hover a{

	color: #202020;

}

#news_150 .newsFooter.btnAnimat .inner{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

#news_150 .newsFooter.btnAnimat:before,

#news_150 .newsFooter.btnAnimat:after,

#news_150 .newsFooter.btnAnimat .inner:before,

#news_150 .newsFooter.btnAnimat .inner:after{

	background:#54800e;

}

#news_150 .newsFooter.btnAnimat:before,

#news_150 .newsFooter.btnAnimat:after,

#news_150 .newsFooter.btnAnimat .inner:before,

#news_150 .newsFooter.btnAnimat .inner:after{

	position:absolute;

	content:"";

	display:block;

	-webkit-transition:-webkit-transform 0.3s;

	transition:-webkit-transform 0.3s;

	transition:transform 0.3s;

	transition:transform 0.3s,-webkit-transform 0.3s;

}

#news_150 .newsFooter.btnAnimat:before,

#news_150 .newsFooter.btnAnimat:after{

	left:0;

	width:100%;

	height:1px;

	-webkit-transform:scaleX(0);

	transform:scaleX(0);

}

#news_150 .newsFooter.btnAnimat .inner:before,

#news_150 .newsFooter.btnAnimat .inner:after{

	top:0;

	width:1px;

	height:100%;

	-webkit-transform:scaleY(0);

	transform:scaleY(0);

}



#news_150 .newsFooter.btnAnimat .inner:before{

	left:0;

}

#news_150 .newsFooter.btnAnimat .inner:after{

	right:0;

}

#news_150 .newsFooter.btnAnimat .inner:hover:before,

#news_150 .newsFooter.btnAnimat .inner:hover:after{

	-webkit-transform:scaleY(1);transform:scaleY(1);

}



#news_150 .newsFooter.btnAnimat:before{

	top:0;

}

#news_150 .newsFooter.btnAnimat:after{

	bottom:0;

}

#news_150 .newsFooter.btnAnimat:hover:before,

#news_150 .newsFooter.btnAnimat:hover:after{

	-webkit-transform:scaleX(1);transform:scaleX(1);

}

#news_150 .newsFooter.btnAnimat:hover .inner:before,

#news_150 .newsFooter.btnAnimat:hover .inner:after{

	-webkit-transform:scaleY(1);transform:scaleY(1);

}

#news_150 .newsFooter.btnAnimat.clockwise .inner:before{

	-webkit-transform-origin:top center;

	transform-origin:top center;

}

#news_150 .newsFooter.btnAnimat.clockwise .inner:after{

	-webkit-transform-origin:bottom center;

	transform-origin:bottom center;

}

#news_150 .newsFooter.btnAnimat.clockwise:before{

	-webkit-transform-origin:right center;

	transform-origin:right center;

}

#news_150 .newsFooter.btnAnimat.clockwise:after{

	-webkit-transform-origin:left center;

	transform-origin:left center;

}

#news_150 .newsFooter.btnAnimat.clockwise:hover .inner:before{

	-webkit-transform-origin:bottom center;

	transform-origin:bottom center;

}

#news_150 .newsFooter.btnAnimat.clockwise:hover .inner:after{

	-webkit-transform-origin:top center;

	transform-origin:top center;

}

#news_150 .newsFooter.btnAnimat.clockwise:hover:before{

	-webkit-transform-origin:left center;

	transform-origin:left center;

}

#news_150 .newsFooter.btnAnimat.clockwise:hover:after{

	-webkit-transform-origin:right center;

	transform-origin:right center;

}



@media screen and (max-width:1200px) {

	#news_150{

		width: 96%;

	}

}

/* ipad */

@media screen and (max-width:992px){

	#news_150{

		width: 96%;

	}

	#news_150 .newsImg img{

		height: 470px;

	}

}

/* 手机 */

@media screen and (max-width: 767px) {

	#news_150{

		width: 100%;

		padding: 20px 0;

	}

	#news_150 .newsList{

		float: none;

		width: 96%;

		margin: 0 auto;

	}

	#news_150 .newsImg{

		float: none;

		width: 100%;

		margin: 0 auto;

	}

	#news_150 .newsListTitle{

		display: block;

	}

	#news_150 .newsList ul li .newsListTitle .newsListTitleB,#news_150 .newsList ul li .newsListTitle .newsListTitleA{

		line-height: 20px;

	}

	#news_150 .newsList ul li .newsListTitle .newsListTitleB{

		display: none;

	}

	#news_150 .newsList ul li .newsListTitle .newsListTitleA{

		font-size: 14px;

		width: 100%;

	}

	#news_150 .newsImg img{

		/* height: 250px; */

		object-fit: cover;

	}

	#news_150 .newsList ul li{

		margin-bottom: 0;

		padding: 5px;

		width: 100%;

	}

	#news_150 .newsBody{

		padding-top: 10px;

	}

	#news_150 .newsFooter{

		width: 40%;

	}

	#news_150 .newsListFooter{

		margin: 5px 0;

	}

	#news_150 .titleBig{

		font-size: 110px;

		line-height: 125px;

	}

	#news_150 .newsList ul li .newsListTitle .newsListTitleA{

		line-height: 40px;

		height: 40px;

	}

	#news_150 .newsTitleChar{

		line-height: 20px;

		max-height: 60px;

		margin-top: 5px;

	}

	#news_150 .newsFooter{

		margin-top: 20px;

		width: 50%;

	}

}