.news {
	width: 100%
}

.new_banner {
	width: 100%;
	height: 500px;
	background: url(../img/product_img/banner.png) no-repeat;
	background-size: 100% 100%;
	position: relative
}

.new_ban_box {
	width: 567px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	margin-top: -58px
}

.ban_lin {
	width: 147px;
	height: 6px;
	background: #fff;
	margin-top: 36px
}

.ban_con {
	text-align: center;
	margin: 0 24px;
	font-size: 55px;
	font-weight: bold
}

.new_list {
	margin-top: 106px;
	position: relative;
	padding-bottom: 103px
}

.new_tab {
	width: 800px;
	height: 100px;
	background: #fff;
	box-shadow: 0 7px 15px 3px rgba(156, 174, 220, 0.35);
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -400px;
	display: flex;
	cursor: pointer
}

.new_tab li {
	flex: 1;
	text-align: center;
	height: 100%;
	line-height: 100px;
	font-size: 24px;
	width: 400px;
	float: left
}

.new_tab li a {
	display: block;
	color: #666666;
}

.new_tab .isactive {
	background: #5992ff;
	color: #fff
}

.new_tab .isactive a {
	color: #fff;
}

.new_data_box {
	width: 100%;
	text-align: center
}

.new_ul li {
	cursor: pointer;
	position: relative;
	margin-bottom: 33px;
	box-shadow: 0 2px 10px 6px rgba(77, 142, 255, 0.1)
}

.new_ul li:last-child {
	border: 0
}

.new_list_left {
	width: 477px;
	height: 246px;
	z-index: 1;
	position: relative;
	box-shadow: 0 2px 10px 6px rgba(77, 142, 255, 0.1)
}

.new_list_left img {
	width: 100%;
	height: 100%
}

.new_list_right {
	width: 723px;
	height: 246px;
	background: #fff;
	padding: 24px 31px 24px 25px;
	box-sizing: border-box;
	text-align: left
}

.new_list_right h3 {
	font-size: 20px;
	color: #5992ff;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px dashed #5992ff;
	margin-bottom: 15px
}
.new_list_right h3 a{
	color: #5992ff;
}

.new_list_right p {
	width: 506px;
	margin-bottom: 19px;
	line-height: 21px
}
.new_list_right p  a{
	color: #666666;
}

.new_list_right .tips {
	color: #999;
	font-size: 12px;
	line-height: 31px
}

.new_list_right .tips .circle {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #5992ff;
	margin-right: 12px;
	vertical-align: middle
}

.details_btn:hover {
	color: #fff;
	background: #5992ff
}
.details_btn:hover a{
	color: #fff;
}

.details_btn {
	width: 93px;
	height: 31px;
	box-shadow: 0 2px 5px 0 rgba(37, 143, 252, 0.45);
	border-radius: 18px;
	border: 1px solid #5992ff;
	cursor: pointer;
	text-align: center;
	line-height: 31px;
	color: #5992ff;
	font-size: 12px;
	font-weight: 500;
	transition: all .2s
}
.details_btn a{
	color: #5992ff;
}

.nodata {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	padding: 100px 0;
	margin-bottom: 100px
}

.spage-number {
	text-align: center
}

.spage-number span {
	cursor: pointer;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	background: #eee;
	border-radius: 5px;
	line-height: 32px;
	margin-right: 14px;
	color: #333
}

.spage-number span:first-child {
	font-size: 20px;
	line-height: 30px;
	height: 35px;
	font-weight: 300
}

.spage-number span:last-child {
	margin-right: 0;
	font-size: 20px;
	line-height: 35px;
	height: 35px;
	font-weight: 300
}

.spage-number span.active {
	background: #5992ff;
	color: #fff
}

.next_icon {
	display: inline-block;
	transform: rotate(180deg)
}
