/*$$
{"color":[{"val":"#333333","title":"主体文字颜色"},
{"val":"#f3f3f3","title":"英文栏目标题颜色"},
{"val":"#0052cc ","title":"鼠标滑过文字颜色"},
{"val":"#666666","title":"副标题文字颜色"}],
"background":[{"val":"#0052cc","title":"鼠标滑过背景颜色"},
{"val":"#f7f7f7","title":"文章背景颜色"},
{"val":"#666666","title":"默认标题下色块底色"}],
"border":[{"val":"#333333","title":"查看更多边框"},
{"val":"#eeeeee","title":"文章边框"}]}
$$*/
#new_150{
	width: 100%;
	position: relative;
	padding: 50px 0;
}
#new_150 .column{
	width: 100%;
	font-size: 36px;
	font-weight: 550;
	color: #333333;
	line-height:80px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
#new_150 .column::after{
	position: absolute;
	left:50%;
	height: 3px;
	background:rgba(64, 100, 243, 1);
	width: 30px;
	content: '';
	bottom: 0;
	content: '';
	margin-left: -15px;
}
#new_150 .column span{
	position: relative;
	z-index: 100;
}
#new_150 .column i{
	font-size: 60px;
	color: #f3f3f3;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Impact';
	top:-10px;
}
#new_150 .newBox{
	max-width: 1200px;
	margin: 0 auto;
	width:100%;
	display:flex;
}
#new_150 .newCon{
	flex: 1;
	position: relative;
	padding:50px 6px 50px 20px;
	display: flex;
	justify-content: space-between;
}
#new_150 .newCon::after{
	width: calc(100% - 100px);
	background: #f7f7f7;
	position: absolute;
	left: 0;
	top:0;
	content: '';
	height: 100%;
}
#new_150 .newCon::before{
	position: absolute;
	width: 100px;
	content: '';
	top:44px;
	background: rgba(64, 100, 243, 1);
	right: 0;
	height: calc(100% - 88px);
}
#new_150 .newCom{
	position: relative;
	z-index: 100;
	flex: 1;
	height: 100%;
}
#new_150 .newCom .title{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#new_150 .newCom:hover .title{
	color: #0052cc;
}
#new_150 .dotList{
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
}
#new_150 .dot{
  width: 6px;
  height: 6px;
  background: #666666; 
  border-radius: 50%; 
  margin-right:12px; 
  display: block;
  transition: all .8s;
}
#new_150 .dot.active{
	background: rgba(64, 100, 243, 1);
}
#new_150 .newCom .tit-2{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin: 15px 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#new_150 .newCom .more{
	background: url(./../../../static/images/NP00056_03.png) no-repeat right center;
	line-height: 45px;
	color: #333333;
	font-size: 14px;
	border-bottom: #333333 solid 1px;
}
#new_150 .newCom:hover .more{
	background: url(./../../../static/images/NP00056_02.png) no-repeat right center;
}
#new_150 .newConR{
	flex:1;
	width: 320px;
	margin-left: 30px;
}
#new_150 .newImg{
	width: 100%;
	height: auto;
	z-index: 10;
	overflow: hidden;
	position: relative;
}

#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 .newImg:hover .img{
	transform: scale(1.1);
}
#new_150 .newList{
	width:calc(100% / 12 * 4);
	margin-left:calc(100% / 12 * 1);
	border-top: #eeeeee solid 1px;
}
#new_150 .newItem{
	width: 100%;
	height: auto;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: #eeeeee solid 1px;
	position: relative;
	transition: all .8s;
}
#new_150 .newItem::after{
	position: absolute;
	content: '';
	background: url(./../../../static/images/NP00056_01.png) no-repeat center;
	right: 30px;
	top:50%;
	transform: translateY(-50%);
	width: 21px;
	height: 6px;
	transition: all .8s;
}
#new_150 .newItem:hover::after{
	right: 0;
	background: url(./../../../static/images/NP00056_02.png) no-repeat center;
}
#new_150 .newItem .tit-1{
	width: calc(100% - 100px);
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	color: #333333;
	position: relative;
	transition: all .8s;
}

#new_150 .newItem:hover .tit-1{
	color:#0052cc;
}
#new_150 .newItem .tit-2{
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all .8s;
}
#new_150 .newItem:hover .tit-1,
#new_150 .newItem:hover .tit-2{
	margin-left: 30px;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 767px){
	#new_150{
		padding: 20px 0;
	}
	#new_150 .column{
		font-size: 24px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	#new_150 .column i{
		font-size: 40px;
		top:-15px;
	}
	#new_150 .newConR{
		width: 100%;
		margin: 10px 0 0 0;
		
	}
	#new_150 .newBox{
		flex-direction: column;
	}
	#new_150 .newCon{
		padding: 30px 15px;
		flex-direction: column;
	}
	#new_150 .newCon::after{
		display: none;
	}
	#new_150 .newCom .title{
		font-size: 16px;
		line-height: 30px;
	}
	#new_150 .newCom .tit-2{
		font: 12px;
		line-height: 22px;
		height: 44px;
		margin: 5px 0;
	}
	#new_150 .newCom .more{
		line-height: 30px;
	}
	#new_150 .newCon::before{
		display: none;
	}
	#new_150 .dotList{
		height: 10px;
	}
	#new_150 .newList{
		width: calc(100% - 20px);
		margin: 10px;
	}
	#new_150 .newItem .tit-1{
		font-size: 16px;
	}
}