/* 新闻资讯 */
/*$$
{"color":[{"val":"#2d2d2d","title":"默认栏目文字颜色"},
{"val":"#000000","title":"分类/标题 默认文字颜色"},
{"val":"#980000","title":"标题鼠标滑过/查看更多 文字颜色"},
{"val":"#666666","title":"简介文字颜色"},
{"val":"#999999","title":"分类标题/日期默认文字颜色"},
{"val":"#ffffff","title":"鼠标滑过文字颜色"}],
"background":[{"val":"#dddddd","title":"栏目边框背景色"},
{"val":"#980000","title":"分类标题默认选中边框/内容处鼠标滑过背景颜色"}],
"border":[{"val":"#980000","title":"查看更多默认边框"},
{"val":"#ffffff","title":"鼠标滑过查看更多边框"}]}
$$*/
#news_152{
	width: 1200px;
	padding: 60px 0;
	margin: 0 auto;
}
#news_152 .column{
	width: 100%;
	color: #2d2d2d;
	position: relative;
}
#news_152 .column::after{
	position: absolute;
	content: '';
	right:0;
	width: 80%;
	height: 1px;
	background: #dddddd;
	top:78px
}
#news_152 .column .tit-cn{
	font-size: 28px;
	padding-left: 16px;
	position: relative;
	line-height: 60px;
} 
#news_152 .column .tit-cn::after{
	position: absolute;
	left:0;
	width: 4px;
	height: 27px;
	background: rgba(1, 146, 211, 1);
	content: '';
	top:50%;
	transform: translateY(-50%);
}
#news_152 .column .tit-en{
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 36px;
}
#news_152 .news-nav{
	position: absolute!important;
	right: 30px;
	bottom: 15px;
	font-size: 0;
}

#news_152 .news-nav::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#news_152 .news-nav li{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	position: relative;
	padding: 0 5px 20px 5px;
	margin:0 20px;
	cursor: pointer;
}
#news_152 .news-nav li a{
	color: #999999;
}
#news_152 .news-nav li:hover a{
	color: #000000;
}
#news_152 .news-nav li a.cur{
	color: #000000;
}
#news_152 .news-nav a:first-child {
	margin-left: 0px;
}
#news_152 .news_top{
	width:calc(100% + 35px);
	margin-left: -35px;
}
#news_152 .newsL{
	width:calc(66.6% - 35px);
	float: left;
	box-shadow:rgba(204,204,204,.5) 0 0 15px;
	border-radius: 20px;
	padding: 40px;
	height: 280px;
	margin-bottom: 40px;
	margin-left: 35px;
}
#news_152 .imgItem{
	width: 270px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
#news_152 .imgItem img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
#news_152 .imgItem:hover img{
	transform: scale(1.1);
}
#news_152 .newsL .conR{
	width: calc(100% - 320px);
	float: right;
	cursor: pointer;
}
#news_152 .title{
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	max-height: 52px;
}
#news_152 .newsL .conR:hover .title{
	color: rgba(1, 146, 211, 1);
}
#news_152 .intrs{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	max-height: 60px;
	overflow: hidden;
}
#news_152 .newsL .conR:hover .intrs{
	color: #000000;
}
#news_152 .con_bottom{
	margin-top: 50px;
	line-height: 30px;
	width: 100%;
}
#news_152 .con_bottom .btnmore{
	color: rgba(1, 146, 211, 1);
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	border-bottom: rgba(1, 146, 211, 1) solid 1px;
	float: left;
}
#news_152 .con_bottom .date{
	color: #999999;
	font-size: 14px;
	float: right;
}
#news_152 .newsItem{
	width:calc(33.3% - 35px);
	box-shadow:rgba(204,204,204,.5) 0 0 15px;
	border-radius: 20px;
	height: 280px;
	float: left;
	margin-left: 35px;
	padding: 40px;
	margin-bottom: 40px;
	flex-shrink: 1;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#news_152 .news_top .newsItem{
	float: right;
}
#news_152 .newsItem .cont{
	position: relative;
	z-index: 1;
}
#news_152 .newsList{
	width: calc(100% + 35px);	
	margin-left: -35px;
}
#news_152 .newsItem .itemBg{
	position:absolute;
	background: rgba(1, 146, 211, 1); 
	bottom:0; 
	height:0; 
	width: 100%;
	left:0px; 
	bottom:0px; 
	transition: all 0.8s;
	border-radius: 20px;
}
#news_152 .newsItem:hover .itemBg{ 
	height:100%; 
	top:0px; 
}
#news_152 .newsItem:hover .title,
#news_152 .newsItem:hover .intrs,
#news_152 .newsItem:hover .date,
#news_152 .newsItem:hover .btnmore{
	color: #ffffff;
}
#news_152 .newsItem:hover .btnmore{
	border-bottom: #ffffff solid 1px;
}
#news_152 .getmore{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
}
#news_152 .btnMore{
	width: 170px;
	height: 35px;
	border:rgba(1, 146, 211, 1) solid 1px;
	border-radius: 15px;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	transition: all 0.6s;
	overflow: hidden;
	position: relative;	
}
#news_152 .btnMore:hover{
	color: #ffffff;
	background: rgba(1, 146, 211, 1);
}
#news_152 .btnMore .btnbg-x{  
	position:absolute; 
	background: rgba(1, 146, 211, 1); 
	left:50%; 
	width:0; 
	top:0px; 
	bottom:0px; 
	transition: all 0.5s;
}
#news_152 .btnMore:hover .btnbg-x{ 
	width:100%; 
	left:0px; 
}
#news_152 .btnMore i{ 
	position:relative; 
	z-index:1;
	background:url(./../../../static/images/NP00025_02.png) no-repeat right center;
	background-size: 13px 9px;
	padding-right: 20px;
	color: rgba(1, 146, 211, 1);
}
#news_152 .btnMore:hover i{
	color: #ffffff;
	background:url(./../../../static/images/NP00025_03.png) no-repeat right center;
	background-size: 13px 9px;
}
@media screen and (max-width: 1200px){
	#news_152{
		width: 100%;
		padding: 30px 20px;
	}
}
@media screen and (max-width: 768px){
	#news_152{
		padding: 20px;
	}
	#news_152 .column .tit-cn{
		font-size: 18px;
		line-height: 32px;
	}
	#news_152 .column .tit-cn::after{
		height: 20px;
	}
	#news_152 .column .tit-en{
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	#news_152 .column::after{
		width: 65%;
		top:40px;
	}
	#news_152 .news_top{
		width: 100%;
		margin-left: 0;
	}
	#news_152 .newsL{
		width: 100%;
		padding: 20px;
		margin-left: 0;
		height: auto;
		margin-bottom: 20px;
	}
	#news_152 .imgItem{
		width: 100%;
	}
	#news_152 .newsL .conR{
		width: 100%;
		margin-top: 10px;
	}
	#news_152 .newsItem{
		width: 100%;
		margin-left: 0;
		padding: 20px;
		height: auto;
		margin-bottom: 20px;
	}
	#news_152 .newsList{
		width: 100%;
		margin-left: 0;
	}
	#news_152 .title{
		font-size: 16px;
	}
	#news_152 .intrs{
		line-height: 24px;
		margin-top: 10px;		max-height: 48px;
		overflow: hidden;
	}
	#news_152 .con_bottom{
		margin-top: 15px;
	}
	#news_152 .btnMore{
		width: 120px;
		height: 30px;
		line-height: 30px;
	}
	#news_152 .news-nav li{
		font-size: 12px;
		margin: 0 5px;
	}
	#news_152 .news-nav{
		right: 0;
	}
	#news_152 .newsList .newsItem:nth-child(2){
		display: none;
	}
	#news_152 .newsList .newsItem:nth-child(3){
		display: none;
	}
}
