html,
body,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

*,
::after,
::before {
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul {
	padding: 0;
	list-style-type: none;
}

li {
	list-style-type: square;
	color: #555555;
	margin-left: 20px;
}

a {
	text-decoration: none;
	color: #444444;
}

h3 {
	margin: 0;
}

/* li:hover {
	color: #ff7800;
}

a:hover {
	color: #ff7800;
} */

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.top {
	height: 110px;
}

.logo {
	margin-top: 27px;

}

.logo img {
	height: 55px;
	max-width: 350px;
}

.nav {
	margin-top: 30px;
}

.nav ul {}

.nav ul li {
	float: left;
	list-style-type: none;
}

.nav ul li a {
	margin: 0 10px;
	padding: 5px 10px;
	font-size: 18px;
}

.banner {}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* 全屏轮播图样式 */
.fullscreen-carousel {
	width: 100%;
	height: 500px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	margin: 0;
}

.fullscreen-carousel .carousel-slides {
	display: flex;
	transition: transform 0.5s ease;
	height: 100%;
}

.fullscreen-carousel .carousel-slide {
	min-width: 100%;
	position: relative;
}

.fullscreen-carousel .carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fullscreen-carousel .carousel-nav {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.fullscreen-carousel .carousel-dot {
	width: 40px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s;
}

.fullscreen-carousel .carousel-dot.active {
	background-color: white;
	width: 60px;
}

.fullscreen-carousel .carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	font-size: 24px;
}

.fullscreen-carousel .carousel-arrow.prev {
	left: 30px;
}

.fullscreen-carousel .carousel-arrow.next {
	right: 30px;
}


.gonggao {
	margin-top: 35px;
}

.ggtxr {
	margin-left: 30px;
}

.ggnr {
	width: 1380px;
	margin: auto;
	height: 150px;
	/* 	background-image: url(../img/ggnrb.png); */
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
	margin-top: -145px;
}

.ggnrbt {
	width: 323px;
	float: left;
	margin: 35px 0 0 30px;
}

.ggnrbt h3 {
	font-size: 35px;
}

.ggnrbt h4 {
	font-size: 20px;
	float: right;
	margin: 14px 0;
}

.ggnr ul {
	margin-left: 33.5%;
	height: 84px;
	padding: 0;
	padding-top: 33px;
}

.ggnr ul li {
	width: 380px;
	height: 42px;
	line-height: 42px;
	float: left;
	margin-left: 55px;
	margin-right: 23px;
}

.ggnr ul li a {
	float: left;
	margin-left: -56px;
}

.ggnr ul li a h3 {
	margin: 0;
	font-size: 16px;
	display: block;
	width: 380px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-left: 56px;
}

.ggnr ul li span {
	display: none;
}

.ggnr ul li p {
	display: none;
}

.rlzc {
	margin-top: 40px;
	display: flex;
}

.rili {
	width: 800px;
	height: 500px;
}

#calendar {
	width: 100%
}

.zhengce {
	margin-left: 45px;
}

.biaoti {
	margin: 0;
}

.biaoti h5 {
	font-size: 24px;
	margin: 0;
}

.biaoti span {
	display: block;
	margin-top: 5px;
	width: 45px;
	height: 3px;
}

.zhengce ul li {
	line-height: 38px;
	width: 535px;
	margin-left: 20px;
}

.zhengce ul li h3 {
	font-size: 16px;
	display: block;
	width: 440px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}

.zhengce ul li span {
	font-size: 14px;
	float: right;
	color: #999999;
	width: 78px;
	overflow: hidden;
	white-space: nowrap;
}

.zhengce ul li p {
	display: none;
}

.huizhan {
	margin-top: 10px;
	display: flow-root;
}

.hzzhnr {
	width: 980px;
}

.zhnr2 li:nth-child(-n+2) {
	margin-top: 11px;
	display: flex;
}

.zhnr2 li:nth-child(3) {
	margin-top: 20px;
}

.zhnr2 li:nth-child(4) {
	margin-top: 20px;
}

.zhnr2 li:nth-child(-n+2) {
	display: block;
	width: 470px;
	height: 200px;
	float: left;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	margin-right: 36px;
	padding: 20px 25px;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 0;
}

/* .zhnr2 li:nth-child(-n+2):hover {
	border: 1px solid #ff7800;
} */

.zhnr2 li:nth-child(2) {
	margin-right: 0;
}

.zhnr2 li:nth-child(-n+2) h3 {
	font-size: 16px;
	font-weight: bold;
	width: 418px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.zhnr2 li:nth-child(-n+2) span {
	font-size: 14px;
	color: #999999;
	float: left;

}

.zhnr2 li:nth-child(-n+2) p {
	width: 418px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 32px;
}

.zhnr2 li p {


	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: inline-block;
}

.zhnr2 {
	margin-top: 20px;
}

.zhnr2 li {
	float: left;
	width: 450px;
	line-height: 38px;

	position: relative;
}

.zhnr2 li:nth-child(2n-1) {
	margin-right: 36px;
}

.zhnr2 a {}

.zhnr2 a h3 {
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin: 0;
	width: 330px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zhnr2 a span {
	float: right;
	font-size: 14px;
	color: #999999;
	width: 78px;
	overflow: hidden;
	white-space: nowrap;
}

.zhnr2 a p {
	display: none;
}

.zhggt .ad-item:nth-child(3) {
	display: none;
}


.zhggt h3 {
	display: none;
}

.zhggt img {
	display: block;
	margin-top: 26px;
}

.jianjie {
	height: 785px;
	margin-top: 50px;
}
.jianjienrb {
	background: #f7f7f7;
}
.jianjie_img{
	margin-left: -96px;
}

.jianjienr {
	padding-top: 55px;
}
.jianjiexqb{
	width: 1200px;
	height: 490px;
	margin: 85px 0 0 200px;
	
}
.jianjiexq {
	margin-left: 54px;
	margin-top: 40px;
	width: 400px;
	color: #fff;
	line-height: 1.5;
}

.jianjiexq p {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.8;
	height: 257px;
	margin-bottom: 0;
}

.ptjjt {
	width: 700px;
	height: 395px;
	margin-left: 46px;
	margin-top: -80px;
}

.ptjjt img {
	width: 700px;
	height: 395px;
}

.ptjjt video {
	width: 700px;
	height: 395px;
	margin-top: -399px;
	display: block;
}

.jjxggt {
	margin-left: 200px;
	margin-top: 12px;
}

.jjxggt h3 {
	display: none;
}

.jjxggt .ad-item {
	float: left;
	margin-right: 24px;
}

.jjxggt .ad-item:nth-child(6) {
	margin-right: 0;
}

.jjxggt a img {
	width: 180px;
	height: 138px;
}

.chanpin {
	margin-top: 55px;
}

.cptop {
	width: 1400px;
	height: 55px;
}

.tabs-qhsub {
	display: flex;
	line-height: 0;
}

.tabs-qhsub .tabs-qhtit {
	align-items: center;
	justify-content: flex-start;
	display: flex;
	flex: 1;
	font-size: .9rem;
	font-weight: 400;
}

.tabs-qhtit h2 {
	position: relative;
	float: left;
	padding: 0 10px;
	font-size: 20px;
}

.tabs-qhsub .tab-list {
	justify-content: flex-end;
	display: flex;
}

.web_qh .tab-list {
	margin-bottom: -1px;
	margin-right: 10px;
}

.web_qh .tab-list li {
	margin: 0;
	padding: 0 7px;
}

.tabs-qhsub .tab-list li {
	margin-left: .5rem;
	margin-right: 0;
}

.mall_cont li {
	/* width: 195px; */
	padding: 20px;
	padding-bottom: 10px;
	/* text-align: center; */
	border-bottom: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	transition: 1s;
}

.tab-list li {
	display: inline-block;
	margin-right: .5rem;
	position: relative;
}

.web_qh .tab-list li a {
	color: #666;
}

.tab-list li a {
	display: block;
	color: #76838F;
	padding: .6rem .2rem;
	font-size: .75rem;
}

.web_qh .tab-qbk {
	margin-top: 5px;
	border-top: 0;
	display: flex;
}

.web_qh .tab-qbk .tab-qhnr {
	flex: 1;
	padding: 15px 0;
	min-height: 680px;
}

.web_imglb {
	height: auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.web_qh .web_imglb {
	margin: 0 0 -14px -14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web_imglb-item {
	position: relative;
	z-index: 1;
	float: left;
	width: 320px;
	margin-left: 33px;
	background: #fff;
	transition: box-shadow .5s linear, -webkit-box-shadow .5s linear;
	box-sizing: unset;
}

.web_imglb-item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.brick-item-m-2 {
	height: 410px;
}

.web_imglb-item {
	cursor: pointer;
	margin-bottom: 20px;
}

.web_imglb-item>a {
	display: block;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
}

.web_imglb-tp {
	position: relative;
	overflow: hidden;
}

.web_pic-1 .web_imglb-tp {
	width: 259px;
	height: 259px;
	margin: 8px auto 18px;
}

.tab-qhnr .tab-xjnr img {
	max-width: 100%;
}

.web_pic-2 .web_imglb-tp img {
	min-height: 100%;
}

.web_imglb-tp img {
	position: absolute;
	z-index: 1;
}

.web-txt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web_pic-tit {
	margin: 0 10px 2px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.web_imglb-home .price-num {
	margin-top: 11px;
	width: 90%;
	line-height: 1.5;
	overflow: hidden;
	padding: 15px;
}

.web_imglb-home .price {
	font-size: 16px;
	color: #f00;
}

.web_imglb-home .num_y {
	font-size: 14px;
	padding-top: 3px;
	color: #999;
	text-decoration: line-through;
}

.fl_y {
	float: left;
	margin-left: 10px;
}

.web_imglb-home .num_m {
	width: 40px;
	height: 22px;
	background-color: #fff;
	font-size: 12px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f00;
	border: 1px solid #f00;
}

.web_imglb p {
	font-size: 12px;
}

.tabs {
	position: relative;
	margin-bottom: 20px;
}

.tabs-qhsub {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tabs-qhtit h2 {
	margin: 0 20px 0 0;
	font-size: 18px;
}

.tab-titles {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 7px 0 0 0;
}

.tab-titles li {
	list-style-type: none;
	position: relative;
	height: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
}

.tab-titles li:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

/* .tab-titles li.active a {
	color: #ff7800;
}

.tab-titles li.active {
	border: 1px solid #ff7800;
} */

.tab-titles li a {
	display: block;
	padding: 0 30px;
	height: 30px;
}

.current-indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: transparent;
}


.tab-xjnr {
	display: none;
	animation: fadeIn 0.3s;
}

.tab-xjnr.active {
	display: block;
}

.web_imglb p {
	margin: 5px 0;
}

.xwtop {
	width: 100%;
	margin: 0;
	height: 150px;
	background: #f7f7f7;
}

.xwtop .biaoti {
	margin-top: 30px;
}

.xwnr {
	height: 400px;
}

.xwnr1 {
	width: 600px;
	height: 400px;
}

.xwnrgg {
	margin-top: 200px;
}


.xwnrgg img {
	margin-bottom: 20px;
}

.xwnrgg h3 {
	display: none;
}

.loading {
	list-style-type: none;
	color: #999999;
	font-size: 14px;
}

.xwnr2 {
	width: 780px;
	float: right;
}

.xwnr2 li {
	line-height: 38px;
	width: 355px;
	float: left;
	margin-left: 35px;
}

.xwnr2 h3 {
	font-size: 16px;
	display: block;
	width: 260px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}

.xwnr2 span {
	font-size: 14px;
	float: right;
	color: #999999;
	width: 78px;
	overflow: hidden;
	white-space: nowrap;

}

.xwnr2 p {
	display: none;
}

.xwnr2 li:nth-child(1) {
	width: 600px;
	float: left;
	margin: -50px 0 0 -620px;
	display: block;
	height: 210px;
	background: #fff;
	padding: 35px;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
	margin-bottom: 22px;
	border-radius: 8px;
	overflow: hidden;
}

.xwnr2 li:nth-child(1) h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	width: 530px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	line-height: 17px;
}

.xwnr2 li:nth-child(1) span {
	float: left;
	line-height: 20px;
}

.xwnr2 li:nth-child(1) p {
	display: block;
	float: left;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 60px;
}

.ad_05_s {
	margin-top: 20px;
}

.ad_05_s img {
	width: 1400px;
}

.ad_05_s h3 {
	display: none;
}

.qushi {
	margin-top: 30px;
	height: 580px;
}

.qushit {
	height: 360px;
}

.qstl {
	width: 680px;
}

.qstlgd {
	line-height: 35px;
}

.zwf1 {
	width: 680px;
	height: 360px;

}

.qstr {
	width: 720px;
}

.ad_04_s {}

.ad_04_s h3 {
	display: none;
}

.ad_04_s img {
	width: 340px;
	height: 170px;
}

.ad_04_s .ad-item {
	float: left;
	margin-left: 20px;
	margin-bottom: 17px;
}

.qsnr li {
	width: 665px;
	float: left;
	line-height: 38px;
}

.qsnr li:nth-child(2n-1) {
	margin-right: 30px;
}

.qsnr li h3 {
	font-size: 16px;
	display: block;
	width: 560px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}

.qsnr li span {
	font-size: 14px;
	float: right;
	color: #999999;
	width: 78px;
	overflow: hidden;
	white-space: nowrap;
}

.qsnr li p {
	display: none;
	overflow: hidden;
}

.qsnr li:nth-child(-n+2) {
	width: 330px;
	float: left;
	margin: -310px 60px 19px -20px;
	height: 296px;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	padding: 20px 25px;
	box-sizing: border-box;
	overflow: hidden;
}

.qsnr li:nth-child(2) {
	margin-right: 0;
}

.qsnr li:nth-child(-n+2) h3 {
	font-size: 16px;
	font-weight: bold;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.qsnr li:nth-child(-n+2) span {
	float: left;
	line-height: 14px;
}

.qsnr li:nth-child(-n+2) p {
	font-size: 15px;
	display: block;
	float: left;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
	line-height: 28px;
	margin-bottom: 100px;
}

.youlian {
	width: 100%;
	height: 65px;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
}

.youlian h5 {
	font-size: 16px;
	float: left;
	line-height: 30px;
	margin: 15px 0;
}

.youlian a {
	font-size: 16px;
	float: left;
	line-height: 30px;
	margin: 15px 0;
	margin-right: 10px;
}

.foot {
	background: #3a3a3a;
	height: 320px;
}

.foot .sdli li {
	float: left;
	width: 25%;
	margin: 0;
	list-style-type: none;
	margin-top: 30px;
}

.foot .sdli li div {
	width: fit-content;
	margin: 0 auto;
}

.foot .sdli li img {
	float: left;
	height: 50px;
	width: 50px;

	margin-right: 10px;
}

.foot .sdli li h1 {
	float: left;
	line-height: 50px;
	margin: 0;
	color: #fff;
	margin-right: 5px;
}

.foot .sdli li span {
	float: left;
	line-height: 16px;
	margin: 0;
	color: #fff;
	margin-top: 25px;
}

.sdli {
	height: 106px;
	border-bottom: 1px solid #999999;
}

.link {
	margin: 0 auto;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.link a {
	color: #fff;
	margin: 0 10px;
}

.copyright {
	color: #a9a9a9;
	text-align: center;
	margin-top: 20px;
}

.wmwljb {
	text-align: center;
	padding-bottom: 40px;
	margin-top: 30px;
}

/* 新增弹窗样式 */
.web_lt {
	background: #f5f5f5;
	border-top: 1px solid #eee;
}

.web_index {
	background: #f5f5f5;
	padding: 15px 0;
	min-height: 400px;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	display: none;
}

.modal-container {
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
	min-height: 100vh;
	overflow-y: auto;
	z-index: 1001;
	margin-top: -1px;
}

.fanh {
	height: 45px;
}

.fanh button {
	color: #666;
	font-size: 16px;
	height: 40px;
	padding: 5px;
	width: 80px;
	border: 0;
}

.news_det {
	width: 1400px;
}

.article-detail {
	background: #fff;
	padding: 35px;
}

.article-title {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 500;
}

.center {
	text-align: center;
}

.article-author {
	height: 56px;
	background: #f2f2f2;
	padding: 10px;
}

.introduce {
	float: left;
	line-height: 40px;
}

.introduce span {
	float: left;
	margin-right: 20px;
}

.article-date {
	float: right;
	color: #666;
	line-height: 40px;
}

.article-content {
	margin-top: 40px;
	min-height: 200px;
}

.article-content p {
	line-height: 2;
	font-size: 16px;
	margin: 0;
	color: #333;
}

.ad-detail {
	margin-top: 30px;
	margin-bottom: 20px;
	min-height: 150px
}

.ad-detail h3 {
	display: none;
}

.ad-detail img {
	width: 1400px;
	height: auto;
}

.web-crumb ul {
	list-style: none;
	color: #999;
}

.web-crumb ul li {
	display: inline-block;
	font-size: .7rem;
	color: #999;
}

.web-crumb ul li a {
	font-size: .7rem;
}

.web-crumb ul a {
	color: #999;
}

.qyml_list {
	background: #fff;
	margin-top: 10px;
}

.qyml_list ul {
	padding: 30px;
}

.qyml_list ul li {
	height: 120px;
	border-bottom: 1px solid #ebeced;
	list-style-type: none;
	margin-left: 0;
}

.qyml_list ul li img {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px 20px 10px 0;
}

.qyml_list ul li .qyml_list_nr {
	width: 1220px;
	height: 100px;
	float: left;
	margin-top: 10px;
}

.qyml_list_nr h5 {
	margin: 5px;
	font-size: 16px;
}

.qyml_list_nr p {
	margin: 5px;
	font-size: 14px;
	color: #666;
	line-height: 2;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ey-container {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	overflow: hidden;
}

.ey-section--box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 12px -5px rgba(0, 0, 0, 0.1);
}

.ey-section {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.ey-section--b {
	width: 1080px;
}

.ey-section__head {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 56px;
	font-size: 14px;
	border-bottom: 1px solid #ebeced;
}

.obs-navtab {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding-left: 10px;
}

.obs-navtab__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 64px;
	line-height: 64px;
	padding-bottom: 10px;
	cursor: pointer;
	margin-right: 50px;
	font-size: 16px;
	color: #666;
}

.obs-navtab__item span {
	color: #999;
}

.obs-navtab__item:last-child {
	margin-right: 0;
}

.obs-navtab__item.is-active {
	padding-bottom: 8px;
}

.obs-navtab__item.is-active a {
	font-weight: bold;
}

.article-box {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px 24px;
}

.xwlb_n ul {
	margin-top: 5px;
}

.xwlb_n ul li {
	height: 40px;
	border-bottom: 1px solid #ebeced;
	display: flex;
	align-items: center;
}

.xwlb_n ul li h3 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	width: 870px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xwlb_n ul li span {
	right: 30px;
	font-size: 14px;
	color: #666;
	position: absolute;
	width: 78px;
	overflow: hidden;
	white-space: nowrap;
}

.xwlb_n ul li p {
	display: none;
}

/*分页*/
.ey_both {
	margin-top: 20px;
}

.page_cp {
	margin-bottom: 30px;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 8px 16px;
	margin: 0 4px;
	border: 1px solid #ddd;
	color: #333;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #f5f5f5;
}

.pagination .active {
	color: white;
}

.ad_07_s {
	padding-bottom: 17px;
}

.ad_07_s img {
	width: 274px;
	height: 156px;
	margin: 17px 13px 0 13px;
}

.ad_07_s a {
	display: flex
}

.ad_07_s h3 {
	display: none
}

.ey-section--s {
	width: 300px;
}

.ml20 {
	margin-left: 20px !important;
}


.filter {
	background: #fff;
	padding: .5rem 1rem 1rem 0;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter .sx-fl {
	text-align: right;
	padding-top: .9rem;
	color: #999;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.filter .sx-fr {
	padding-left: .5rem;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.filter .sx-fr a {
	padding: .4rem .75rem;
	border-radius: .1rem;
	margin: .5rem .5rem 0 0;
	display: inline-block;
	color: #999;
}

.filter a.active {
	font-weight: bold;
}

.mb-30 {
	margin-bottom: 1.5rem;
}

.webitem {
	margin: 0 0 20px -22px;
}