/*新闻资讯*/
/*$$
{"color":[{"val":"#c79a59","title":"标题中午字体颜色+查看更多+列表标题选中"},
{"val":"#999999","title":"标题英文字体+列表日期+列表正文"},
{"val":"rgba(199,154,89,.8)","title":"查看更多默认文字颜色"},
{"val":"#4f4f4f","title":"列表标题"}],
"background":[{"val":"#c79a59","title":"查看更多鼠标滑过边框"}],
"border":[{"val":"#cccccc","title":"下部分上边框"},
{"val":"#b4b4b4","title":"新闻资讯边框"},
{"val":"rgba(199,154,89,.6)","title":"查看更多默认边框"}]}
$$*/
#news_158 {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

#news_158 .newsTitleA {
	font-size: 26px;
	line-height: 44px;
	color: #c79a59;
	text-align: left;
}

#news_158 .newsTitleB {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	text-align: left;
	text-transform: uppercase;
}

#news_158 .newsTitleC {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	text-align: left;
	margin-top: 25px;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

#news_158 .newsList {
	width: 100%;
	padding: 30px 0;
	margin-top: 30px;
	border-top: #cccccc solid 1px;
}

#news_158 .newsList ul {
	width: 100%;
	padding: 10px;
}

#news_158 .newsList ul li {
	width: 33.3%;
	float: left;
	padding: 25px 20px 20px 20px;
	background: url(/static/images/NP00003_01.png) no-repeat 325px 460px;
	cursor: pointer;
	overflow: hidden;
}
#news_158 .newsListImg{
	overflow: hidden;
	width: 100%;
	height: 241.5px;
	margin: 0 auto;
}
#news_158 .newsListImg img {
	width: 100%;
	height: 100%;
	/*height: 250px;*/
	object-fit: cover;
	overflow: hidden;
	transition:transform .3s ease;
}

#news_158 ul li .newsListA {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #4f4f4f;
}

#news_158 ul li .newsListB {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

#news_158 ul li .newsListC {
	width: 80px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	color: #999999;
	border: #b4b4b4 solid 1px;
	margin-top: 30px;
}

#news_158 ul li p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #4f4f4f;
}

#news_158 .newsList ul li:hover {
	box-shadow:0 0 13px 0 rgba(0,0,0,.22);
}
#news_158 .newsList ul li:hover img{
	transition: transform .3s ease;
	transform:scale(1.1);
}

#news_158 .newsList ul li:hover .newsListA {
	color: #c79a59;
}

#news_158 .newsMore {
	width: 25%;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	cursor: pointer;
	display: block;
}#news_158 .newsMore .btn{
	width: 100%;
	display: block;
	border:rgba(199,154,89,.6) 1px solid;
	height: 50px;
}#news_158 .newsMore i{
	width: auto;
	height: 100%;
	display: block;
	padding-left: 30px;
	color: rgba(199,154,89,.8);
	position: absolute;
	left:50%;
	top:0;
	font-size: 16px;
	line-height: 50px;
	transform: translateX(-50%);
	word-break: keep-all;
}
#news_158 .newsMore:hover i{
	color: #c79a59;
}
#news_158 .newsMore i::before{
    content: '';
    background: url('/static/images/NP00003_02.png') no-repeat left center;
    background-size:9px 9px;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    top:50%;
    margin-top: -4.5px;
}
#news_158 .newsMore.btnAnimat .inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 5px;
}
#news_158 .newsMore.btnAnimat:before,
#news_158 .newsMore.btnAnimat:after,
#news_158 .newsMore.btnAnimat .inner:before,
#news_158 .newsMore.btnAnimat .inner:after{
	background:#c79a59;
}
#news_158 .newsMore.btnAnimat:before,
#news_158 .newsMore.btnAnimat:after,
#news_158 .newsMore.btnAnimat .inner:before,
#news_158 .newsMore.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_158 .newsMore.btnAnimat:before,
#news_158 .newsMore.btnAnimat:after{
	left:0;
	width:100%;
	height:1px;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
#news_158 .newsMore.btnAnimat .inner:before,
#news_158 .newsMore.btnAnimat .inner:after{
	top:0;
	width:1px;
	height:100%;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}

#news_158 .newsMore.btnAnimat .inner:before{
	left:0;
}
#news_158 .newsMore.btnAnimat .inner:after{
	right:0;
}
#news_158 .newsMore.btnAnimat .inner:hover:before,
#news_158 .newsMore.btnAnimat .inner:hover:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}

#news_158 .newsMore.btnAnimat:before{
	top:0;
}
#news_158 .newsMore.btnAnimat:after{
	bottom:0;
}
#news_158 .newsMore.btnAnimat:hover:before,
#news_158 .newsMore.btnAnimat:hover:after{
	-webkit-transform:scaleX(1);transform:scaleX(1);
}
#news_158 .newsMore.btnAnimat:hover .inner:before,
#news_158 .newsMore.btnAnimat:hover .inner:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}
#news_158 .newsMore.btnAnimat.clockwise .inner:before{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#news_158 .newsMore.btnAnimat.clockwise .inner:after{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#news_158 .newsMore.btnAnimat.clockwise:before{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#news_158 .newsMore.btnAnimat.clockwise:after{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#news_158 .newsMore.btnAnimat.clockwise:hover .inner:before{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#news_158 .newsMore.btnAnimat.clockwise:hover .inner:after{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#news_158 .newsMore.btnAnimat.clockwise:hover:before{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#news_158 .newsMore.btnAnimat.clockwise:hover:after{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}

@media screen and (max-width:1200px) {
	#news_158 {
		width: 96%;
		margin: 0 2%;
	}
	#news_158 .newsListImg{
		width: 268px;
		height: 201px;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#news_158 .newsMore{
		width: 30%;
	}
	#news_158 .newsListImg{
		width: 194px;
		height: 145.5px;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#news_158 {
		padding:20px 0;
	}
	#news_158 .newsList{
		margin-top: 15px;
		padding: 10px 0;
	}
	
	#news_158 .newsList ul li{
		width: 50%;
		padding: 5px;
        background: url(/static/images/NP00003_01.png) no-repeat 150px 295px;
	}
    #news_158 .newsList ul{
        padding: 0;
    }
    #news_158 ul li .newsListC{		margin: 8px 0;
    }
	#news_158 .newsMore{
		margin-top:10px;
		width: 50%;
	}	#news_158 .newsMore .btn{
		height: 40px;
	}
	#news_158 .newsMore i{
		line-height: 40px;
	}
	#news_158 .newsListImg{
		width: 100%;
		height: 120px;
	}	#news_158 ul li .newsListA{
		margin-top: 0;
	}
	#news_158 ul li .newsListB{
		display: none;
	}
	#news_158 ul li p{
		margin-top: 0;
		line-height: 24px;
		max-height: 48px;
	}
	#news_158 .newsTitleA{
		font-size: 22px;
		line-height: 40px;
	}
	#news_158 .newsTitleB{
		line-height: 24px;
	}
	#news_158 .newsTitleC{
		line-height: 24px;
		margin-top: 0;
		width: 100%;
	}
}

