/*新闻中心*/
/*$$
{"color":[{"val":"#000000","title":"栏目标题/查看详情 默认文字颜色"},
{"val":"#666666","title":"分类标题默认文字颜色"},
{"val":"#999999","title":"日期默认文字颜色"},
{"val":"#333333","title":"标题默认文字颜色"},
{"val":"#0053b6","title":"鼠标滑过标题文字颜色/移动端分类标题左右两侧按钮颜色"},
{"val":"#ffffff","title":"分类标题/查看详情 鼠标滑过文字颜色"}],
"background":[{"val":"#0053b6","title":"栏目底部边框颜色/查看详情鼠标过滑过 背景颜色"},
{"val":"#6e9d14","title":"分类标题鼠标滑过背景颜色"},
{"val":"#8ac419","title":"分类标题鼠标滑过背景颜色"},
{"val":"#f5f5f5","title":"查看详情默认背景颜色"},
{"val":"#ffffff","title":"查看更多按钮鼠标滑过背景颜色"}],
"border":[{"val":"#e5e5e5","title":"列表数据中标题边框"},
{"val":"#0053b6","title":"查看更多按钮鼠标滑过边框颜色"}]}
$$*/
#new_149{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
#new_149 .column{
	width: 100%;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
	margin: 20px 0 30px 0;
}
#new_149 .column::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 46px;
	height: 3px;
	background: #0053b6;
	left:50%;
	transform: translateX(-50%);
}
#new_149 .column .tit-1{
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}
#new_149 .column .tit-2{
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
#new_149 .classList{
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
}
#new_149 .classname{
	display: inline-block;
	line-height: 35px;
	color: #666666;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	height: 100%;
	width: auto;
	margin: 0 25px;
	z-index: 1;
	overflow: hidden;
	padding: 0 25px;
}
#new_149 .classname i{
	position: relative;
	z-index: 1;
}
#new_149 .classname::before,
#new_149 .classname::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#new_149 .classname::before{
	background: #6e9d14;
}
#new_149 .classname::after{
	background: #8ac419;
}
#new_149 .classname:hover,
#new_149 .classname.active{
	color: #ffffff;
}
#new_149 .classname:hover::before,
#new_149 .classname:hover::after,
#new_149 .classname.active::before,
#new_149 .classname.active::after{
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
#new_149 .classname:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
#new_149 .newlist{
	width: calc(100% + 60px);
	margin-left: -30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}
#new_149 .newlist::before{
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	height: 1px;
	border-bottom: #c7c7c7 dashed 1px;
	content: '';
}
#new_149 .newItem{
	margin:30px 30px;
	padding:20px;
	border-radius: 20px;
	cursor: pointer;
	min-height: 195px;
}
#new_149 .newItem:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.15);
}
#new_149 .newItem .date{
	font-size: 14px;
	color: #999999;
	line-height: 45px;
}
#new_149 .newItem .title{
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	border-bottom: #e5e5e5 solid 1px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}
#new_149 .newItem:hover .title{
	color: #0053b6;
}
#new_149 .newItem .intrs{
	width: 100%;
	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;
	margin: 10px 0;
}
#new_149 .newItem .btnInfo{
	width: 100px;
	height: 40px;
	background: #f5f5f5;
	font-size: 14px;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
#new_149 .newItem .btnInfo::after{
	position: absolute;
	left:0;
	top:0;
	background: #0053b6;
	width: 0;
	height: 100%;
	content:'';
	transition: all .3s;
	
}
#new_149 .newItem .btnInfo i{
	position: relative;
	z-index: 1;	
	color: #000000;
}
#new_149 .newItem:hover .btnInfo i{
	color: #ffffff;
}
#new_149 .newItem:hover .btnInfo::after{
	width: 100%;
}
#new_149 .btn{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
#new_149 .btnMore{
	float: left;
	width: 230px;
	height: 44px;
	display: block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	background: #0053b6;
	color: #ffffff;
}
#new_149 .btnMore span{
	position: relative;
	z-index: 1;
}
#new_149 .btnMore::before{
	position: absolute;
	content: '';
	background: #ffffff;
	top: 0;
	width: 0;
	height: 100%;
	left:50%;
	transition:all .3s;
	border:#0053b6 solid 2px;
	border-radius:40px;

}
#new_149 .btnMore:hover{
	color: #0053b6;
}
#new_149 .btnMore:hover::before{
	width: 100%;
	left:0;
}
#new_149 .classSwiper {
	width: 100%;
	padding: 0 30px;
	position: relative;
	display: none;
	margin: 10px 0;
}

#new_149 .classSwiper .swiper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#new_149 .classSwiper .swiper-slide {
	cursor: pointer;
	color: #666666;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #ebebeb;
	position: relative;
	font-size: 14px;
}

#new_149 .classSwiper .swiper-slide a{
	color: #666666;
}
#new_149 .classSwiper .swiper-slide.click::after{
	position: absolute;
	width: 80%;
	left:10%;
	bottom: 0;
	height: 1px;
	background: #8ac419;
	content: '';
}
#new_149 .case-prev,
#new_149 .case-next {
	position: absolute;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 36px;
	font-size: 34px;
	text-align: center;
	color: #0053b6;
	cursor: pointer;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
	
}

#new_149 .case-prev {
	left: 0;
	padding-right: 2px;
}

#new_149 .case-next {
	right: 0;
	padding-left: 2px;
}
#new_149 .swiper-button-disabled{
	opacity: 0.5;
}
@media screen and (max-width: 1200px) {
	#new_149{
		width: 100%;
		padding: 30px 20px;
	}
	#new_149 .newlist{
		width: 100%;
		margin-left: 0;
		display: block;
	}
	#new_149 .newItem{
		margin: 10px 20px;
		width: calc(33.3% - 40px);
		float: left;
	}
}
@media screen and (max-width: 768px){
	#new_149{
		padding: 20px 0;
	}
	#new_149 .column{
		margin: 0 0 20px 0;
	}
	#new_149 .column .tit-1{
		font-size: 24px;
		line-height: 30px;
	}
	#new_149 .column .tit-2{
		font-size: 14px;
	}
	#new_149 .classname{
		font-size: 14px;
		margin: 0;
		padding: 0 10px;
	}
	#new_149 .newItem{
		width: calc(50% - 20px);
		padding: 0;
		margin: 10px;
	}
	#new_149 .newItem .date{
		line-height: 30px;
	}
	#new_149 .newItem .intrs{
		line-height: 24px;
		max-height: 48px;
	}
	#new_149 .newItem .title{
		line-height: 40px;
	}
	#new_149 .btnMore{
		width: 200px;
		height: 36px;
		font-size: 16px;
	}
	
	#new_149 .btnMore::before{
		padding-top: 7px;
	}
	#new_149 .btn{
		margin-top: 0;
	}
	#new_149 .newlist{
		height: 427px;
		overflow: hidden;
	}
	#new_149 .classList{
		display: none;
	}
	#new_149 .classSwiper{
		display: block;
	}
}