/*新闻中心*/
/*$$
{"color":[{"val":"#000000","title":"栏目标题文字颜色"},
{"val":"#ffffff","title":"按钮文字颜色"},
{"val":"#999999","title":"时间文字颜色"},
{"val":"#666666","title":"内容文字颜色"},
{"val":"#b99c62","title":"鼠标滑过文字颜色"},
{"val":"#263053","title":"查看更多文字颜色"}],
"background":[{"val":"#b99c62","title":"栏目按钮背景颜色"},
{"val":"#263053","title":"鼠标滑过背景颜色"}],
"border":[{"val":"#dcdcdc","title":"日期右侧边框"},
{"val":"#263053","title":"查看更多按钮边框"}]}
$$*/
#news_152{
	width: 1200px;
	margin: 0 auto;
	padding: 110px 0;
}
#news_152 .column {
	font-size: 28px;
	color: #000000;
	width: 100%;
	text-align: center;
	line-height: 70px;
	background: url(./../../../static/images/NP00028_02.png) no-repeat bottom center;
	background-size: 448px 31px;
	padding-bottom: 20px;
}
#news_152 .newsBox{
	width: 100%;
	margin: 70px 0;
	font-size: 14px;
}
#news_152 .conL{
	width: 450px;
	float: left;
	height: 540px;
	box-shadow: 0 0 20px 10px rgb(0,0,0,.08);
	cursor: pointer;
}
#news_152 .conL .imgT{
	width: 100%;
	height: 340px;
	overflow: hidden;
}
#news_152 .conL .imgT img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
#news_152 .conL:hover img{
	transform: scale(1.1);
}
#news_152 .conL .con{
	padding: 30px 40px;
}
#news_152 .conL .label{
	height: 28px;
	background: #b99c62;
	border-radius: 20px;
	line-height: 28px;
	text-align: center;
	padding: 0 25px;
	color: #ffffff;
}
#news_152 .conL .time{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
#news_152 .conL .labelCon{
	width: 100%;
	height: 28px;
	margin-bottom: 5px;
}
#news_152 .title{
	font-size: 16px;
	color: #000000;
	line-height: 48px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all .3s;
}
#news_152 .instrs{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	max-height: 60px;
	transition: all .3s;
}
#news_152 .conL:hover .title{
	color: #b99c62;
}
#news_152 .conL:hover .instrs{
	color: #000000;
}
#news_152 .conR{
	width: calc(100% - 510px);
	float: right;
}
#news_152 .newItem{
	height: 150px;
	padding:21px 0;
	width: 100%;
	box-shadow: 0 0 20px 10px rgb(0,0,0,.08);
	margin-bottom: 45px;
	position: relative;
}
#news_152 .newItem::after{
	position: absolute;
	content: '';
	left: 0;
	top:0;
	background: #263053;
	width: 0;
	height: 100%;
	transition: all 1s;
	opacity: 0;
}
#news_152 .newItem:hover::after{
	width: 100%;
	opacity: 1;
}
#news_152 .newItem .date{
	width: 120px;
	border-right: #dcdcdc solid 1px;
	height: 70px;
	float: left;
	margin-top: 25px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#news_152 .newItem .date .day{
	color: #666666;
	font-size: 32px;
	line-height: 40px;
}
#news_152 .newItem .date .year{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
}
#news_152 .newItem:hover .day,
#news_152 .newItem:hover .year,
#news_152 .newItem:hover .title,
#news_152 .newItem:hover .instrs{
	color: #ffffff;
}
#news_152 .newItem .content{
	width: calc(100% - 120px);
	padding: 0 45px;
	float: right;
	position: relative;
	z-index: 1;
}
#news_152 .btnBox{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#news_152 .btnMore{
	width: 175px;
	height: 40px;
	border:#263053 solid 1px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.6s;
	overflow: hidden;
	position: relative;	
}
#news_152 .btnMore::after{  
	position:absolute; 
	background: #263053; 
	left:50%; 
	width:0; 
	top:0px; 
	bottom:0px; 
	transition: all 0.5s;
	content: '';
}
#news_152 .btnMore:hover::after{ 
	width:100%; 
	left:0px; 
}
#news_152 .btnMore i{ 
	position:relative; 
	z-index:1;
	color: #263053;
}
#news_152 .btnMore:hover i{
	color: #ffffff;
}
@media screen and (max-width: 1200px) {
	#news_152{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	#news_152 .newsBox{
		margin: 20px 0;
	}
	#news_152{
		/* padding: 0; */
	}
	#news_152 .column{
		font-size: 20px;
	}
	#news_152 .conL{
		width: 100%;
		height: 380px;
		margin-bottom: 15px;
	}
	#news_152 .newItem{
		padding:10px 0 15px 0;
		height: 110px;
	}
	#news_152 .title{
		line-height: 36px;
	}
	#news_152 .instrs{
		line-height: 24px;
	}
	#news_152 .conL .con{
		padding:15px 20px;
	}
	#news_152 .conL .imgT{
		height: 230px;
	}
	#news_152 .conR{
		width: 100%;
	}
	#news_152 .newItem{
		margin-bottom: 15px;
	}
	#news_152 .newItem .date{
		width: 80px;
		margin-top: 10px;
	}
	#news_152 .newItem .content{
		width: calc(100% - 80px);
		padding: 0 15px;
	}
	
	#news_152 .newItem .date .day{
		font-size: 28px;
	}
}
