/*新闻中心*/

/*$$

{"color":[{"val":"#000000","title":"栏目标题/查看详情 默认文字颜色"},

{"val":"#666666","title":"分类标题默认文字颜色"},

{"val":"#999999","title":"日期默认文字颜色"},

{"val":"#333333","title":"标题默认文字颜色"},

{"val":"#b8060b","title":"鼠标滑过标题文字颜色/移动端分类标题左右两侧按钮颜色"},

{"val":"#ffffff","title":"分类标题/查看详情 鼠标滑过文字颜色"}],

"background":[{"val":"#b8060b","title":"栏目底部边框颜色/查看详情鼠标过滑过 背景颜色"},

{"val":"#6e9d14","title":"分类标题鼠标滑过背景颜色"},

{"val":"#b8060b","title":"分类标题鼠标滑过背景颜色"},

{"val":"#f5f5f5","title":"查看详情默认背景颜色"},

{"val":"#ffffff","title":"查看更多按钮鼠标滑过背景颜色"}],

"border":[{"val":"#e5e5e5","title":"列表数据中标题边框"},

{"val":"#b8060b","title":"查看更多按钮鼠标滑过边框颜色"}]}

$$*/

#new_149 {

	width: 1200px;

	margin: 0 auto;

	position: relative;

}

#new_149 .column {

	width: 100%;

	color: #000000;

	position: relative;

	padding-bottom: 10px;

	margin: 20px 0 30px 0;

}

#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: #b8060b;

}

#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 .newItem {
	width: 100%;
	/* margin-bottom: 50px; */
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);

}

#new_149 .newItem img {
	width: 100%;
	height: 200px;
	object-fit: cover;

}

#new_149 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: -27%;
	right: -30%;
	left: auto;
	width: 100%;
}

#new_149 .swiper-pagination-bullet-active {
	background: #fdb44a;
}

#new_149 .newItem .date {

	font-size: 14px;

	color: #999999;

	line-height: 45px;

}

#new_149 .newItem .title {

	text-align: center;

	font-size: 18px;

	color: #333333;

	font-weight: bold;

	margin-top: 30px;
	margin-bottom: 20px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	width: 100%;

}

#new_149 .newItem:hover .title {

	color: #b8060b;

}

#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 .ljxq {

	width: 100px;

	height: 30px;

	background: #f5f5f5;
	border: 1px solid #b8060b;
	color: #b8060b;

	font-size: 14px;

	display: inline-block;

	float: left;

	text-align: center;

	line-height: 30px;

	border-radius: 20px;

	position: relative;

	overflow: hidden;

}


#new_149 .newItem .lxwm {

	width: 100px;

	height: 30px;

	background: #b8060b;
	border: 1px solid #fff;
	color: #fff;

	font-size: 14px;

	display: inline-block;

	float: left;

	text-align: center;

	line-height: 30px;

	border-radius: 20px;

	position: relative;

	overflow: hidden;

}


#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: #b8060b;

	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: #b8060b solid 2px;

	border-radius: 40px;



}

#new_149 .btnMore:hover {

	color: #b8060b;

}

#new_149 .btnMore:hover::before {

	width: 100%;

	left: 0;

}

#new_149 .classSwiper {

	width: 100%;

	/* padding: 0 30px; */

	position: relative;

	margin: 10px 0;

}



#new_149 .classSwiper .swiper {

	width: 100%;

	margin: 0 auto;

	overflow: hidden;

}


#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: #b8060b;

	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;

}

#new_149 .newItem .link {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#new_149 .newItem .link a {
	width: 30%;
	margin-left: 10px;
	margin-right: 10px;
}

#new_149 .column {

	margin: 0 0 20px 0;

}

#new_149 .column .t {
	font-size: 16px;
	color: #b8060b;
	margin-top: 60px;
	margin-bottom: 50px;
	height: 30px;
	line-height: 30px;
}

#new_149 .column .t .t-1 {
	margin-right: 12px;
	float: left;
	width: 3px;
	height: 30px;
	background: #b8060b;
}

#new_149 .column .t .t-2 {
	text-transform: uppercase;
	vertical-align: bottom;
	float: left;
	font-size: 22px;
}

#new_149 .column .t .t-3 {
	text-transform: uppercase;
	vertical-align: bottom;
	float: left;
	margin-left: 15px;
}

#new_149 .column .t .t-4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: bottom;
	float: right;
	color: #b8060b;
}

#new_149 .newlist {
	overflow: hidden;
}

#new_149 #pc_newlist {
	display: block;
}

#new_149 #wap_newlist {
	display: none;
}

#new_149 .partFourM_t {
	float: left;
	width: 960px;
	height: 43px;
	padding: 7px 10px 0 10px;
}


#new_149 .partFourCon {
	width: 100%;
	height: 800px;
	float: left;
	padding-top: 26px;
}

#new_149 .partFourCon li {
	float: left;
	width: 400px !important;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	padding-left: 17px;
}



@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 .column .t {
		margin: 0;
	}

	#new_149 .column {
		margin: 0;
		padding: 0;
	}

}

@media screen and (max-width: 768px) {

	#new_149 {

		padding: 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 .btnMore {

		width: 200px;

		height: 36px;

		font-size: 16px;

	}



	#new_149 .btnMore::before {

		padding-top: 7px;

	}

	#new_149 .btn {

		margin-top: 0;

	}

	#new_149 .newlist {

		overflow: hidden;

	}

	#new_149 .classList {

		display: none;

	}

	#new_149 .classSwiper {

		display: block;

	}

	#new_149 .column .t {
		font-size: 13px;
	}

	#new_149 #pc_newlist {
		display: none;
	}

	#new_149 #wap_newlist {
		display: block;
	}

	#new_149 .column .t {
		margin-bottom: 0;
		margin-top: 0;
	}

	#new_149 .newItem {
		width: 100%;
		background: #fff;
		margin-bottom: 0;
	}

	#new_149 .classSwiper {

		padding: 0 30px;

	}

	#new_149 .column {
		width: 90%;
		margin: 0 auto;
	}

}