/*$$
{"color":[{"val":"#333333","title":"主体文字颜色"},
{"val":"#edf4ff","title":"英文栏目标题简写文字颜色"},
{"val":"#d5d5d5","title":"栏目标题中间斜线"},
{"val":"#ffffff","title":"按钮文字颜色"},
{"val":"#0052cc","title":"鼠标滑过标题文字颜色"},
{"val":"#666666","title":"副标题文字颜色"}],
"background":[{"val":"#ffa304","title":"查看更多按钮背景颜色"},
{"val":"#2e8bea","title":"了解详情按钮颜色"}],
"border":[{"val":"#eeeeee","title":"边框"}]}
$$*/
#new_150{
	width: 100%;
	position: relative;
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
#new_150 .column{
	width: 100%;
	color: #333333;
}
#new_150 .tit-en{
	font-size: 12px;
	line-height: 70px;
	letter-spacing: 10px;
	position: relative;
}
#new_150 .tit-en i{
	position: relative;
	z-index: 10;
}
#new_150 .tit-en::after{
	position: absolute;
	content: attr(data);
	left: 0;
	font-size:92px;
	color: #edf4ff;
	font-family: 'Book Antiqua';
	font-style: italic;
	font-weight: bold;
}
#new_150 .tit-zh{
	font-size: 36px;
	line-height: 65px;
}
#new_150 .tit-zh i{
	padding-right: 30px;
	position: relative;
}
#new_150 .tit-zh i::after{
	position: absolute;
	right:0;
	width: 30px;
	content: '/';
	color: #d5d5d5;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	top:0;
}
#new_150 .tit-zh i:last-child::after{
	display: none;
}
#new_150 .moreBtn{
	width: 200px;
	height: 52px;
	background: #ffa304 url(./../../../static/images/NP00058_01.png) no-repeat 103px center;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	padding-left: 30px;
	right:0;
	top:95px;
	position: absolute;
	display: flex;
	align-items: center;
}
#new_150 .newBox{
	max-width: 1200px;
	margin: 0 auto;
	width:100%;
}
#new_150 .newCon{
	width: 100%;
	position: relative;
	padding:10px;
	display: flex;
	justify-content: space-between;
	border:#eeeeee solid 1px;
	overflow: hidden;
	margin: 40px 0;
}
#new_150 .newCon::after{
	position: absolute;
	right: -15px;
	bottom: -30px;
	width: 100px;
	height: 100px;
	background: #2e8bea;
	content: '';
	border-radius: 50%;
	transition: all .8s;
}
#new_150 .newCon:hover::after{
	width: 110px;
	height: 110px;
	
}
#new_150 .newCom{
	position: relative;
	z-index: 100;
	flex: 1;
	height: 100%;
	padding-top: 20px;
	padding-right: 90px;
}
#new_150 .newCom .title{
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: #eeeeee solid 1px;
	transition: all .5s;
}
#new_150 .newCon:hover .title{
	color: #0052cc;
	margin-left: 10px;
}
#new_150 .newCom .tit-2{
	font-size: 14px;
	line-height: 30px;
	margin-top: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#new_150 .newCon .more{
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	z-index: 110;
	position: absolute;
	right: 10px;
	bottom: 0;
}

#new_150 .newImg{
	width: 230px;
	height: auto;
	z-index: 10;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
}
#new_150 .newImg .bg{
	width: 100%;
	height: auto;
}
#new_150 .newImg .img{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	transition: all .8s;
}
#new_150 .newCon:hover .img{
	transform: scale(1.1);
}
#new_150 .newList{
	width:calc(100% + 50px);
	margin-left: -25px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
#new_150 .newItem{
	width: calc(100% - 50px);
	margin: 0 25px;
	height: auto;
	padding:0 20px;
	overflow: hidden;
	border: #eeeeee solid 1px;
	position: relative;
	transition: all .8s;
}
#new_150 .newItem::after{
	position: absolute;
	content: '';
	background: url(./../../../static/images/NP00058_02.jpg) no-repeat center;
	top:0;
	left:0;
	width: 100%;
	height: 0;
	transition: all .8s;
}
#new_150 .newItem:hover::after{
	height:100%;
}
#new_150 .newItem .tit-1{
	width: 100%;
	line-height: 60px;
	border-bottom: #eeeeee solid 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #333333;
	position: relative;
	transition: all .8s;
	padding-right: 30px;
	z-index: 10;
}
#new_150 .newItem .tit-1::after{
	position: absolute;
	content: '';
	background: url(./../../../static/images/NP00058_04.png) no-repeat center;
	right:0;
	top:50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	transition: all .8s;
}
#new_150 .newItem:hover .tit-1::after{
	background: url(./../../../static/images/NP00058_03.png) no-repeat center;
}
#new_150 .newItem:hover .tit-1,
#new_150 .newItem:hover .tit-2{
	color:#ffffff;
}
#new_150 .newItem .tit-2{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	transition: all .8s;
	margin: 15px 0;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 1200px) {
	#new_150{
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}
@media screen and (max-width: 767px){
	#new_150{
		padding: 20px 0;
	}
	#new_150 .column{
		padding: 0 15px;
		margin-bottom: 70px;
	}
	#new_150 .tit-en{
		line-height: 50px;
	}
	#new_150 .tit-en::after{
		font-size: 60px;
	}
	#new_150 .tit-zh{
		font-size: 24px;
		line-height:40px;
	}
	#new_150 .tit-zh i::after{
		line-height: 30px;
	}
	#new_150 .moreBtn{
		width: 160px;
		height: 40px;
		font-size: 14px;
		top:130px;
		padding-left: 15px;
		background: #ffa304 url(./../../../static/images/NP00057_02.png) no-repeat 80px center;
	}
	#new_150 .newCon{
		padding: 5px;
		flex-direction: column;
	}
	#new_150 .newImg{
		margin-right: 0;
		width: 100%;
	}
	#new_150 .newCon .more{
		font-size: 12px;
		line-height: 40px;
	}
	#new_150 .newCom{
		padding: 0 60px 0 0;
	}
	#new_150 .newCom .title{
		line-height: 36px;
	}
	#new_150 .newCom .tit-2{
		line-height: 24px;
		margin-top: 5px;
		font-size: 12px;
	}
	#new_150 .newCon::after{
		width: 80px;
		height: 80px;
	}
	#new_150 .newItem{
		margin: 0 10px 10px 10px;
		width: calc(100% - 20px);
		padding:10px;
	}
	#new_150 .newList{
		grid-template-columns: repeat(1,1fr);
		margin: 0;
		width: 100%;
	}
	#new_150 .newItem .tit-1{
		line-height: 40px;
	}
	#new_150 .newItem .tit-2{
		line-height: 24px;
		-webkit-line-clamp: 2;
		max-height: 48px;
		margin: 5px 0;
	}
}