@charset "UTF-8";
.mobile-list h2::before,
.mobile-list h2::after {
	content: '';
	position: absolute;
	left: 11.1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 继承用 勿删 */
html {
	font-size: 10px;
}

.mobile-container-w {
	width: 100%;
}

.mobile-container {
	width: 89.3333%;
	margin: 0 auto;
}

.m-logo {
	width: 98%;
	margin: 6rem auto 4rem;
}

.header-saerch {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header-saerch .search-date {
	width: 46%;
	line-height: 1.5;
	color: var(--defaultHoverColor);
}
.header-saerch .search-date ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: 2.4rem;
}
.header-saerch .search-date ul a {
	font-size: 2.4rem;
	color: var(--defaultHoverColor);
}
.header-saerch .search-date ul a:hover {
	font-weight: bold;
}
.header-saerch .search-input {
	width: 50rem;
	height: 7.8rem;
	background: url(../images/search-bg.png) no-repeat center/100% 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 3.7rem 0 2.5rem;
	margin-bottom: 4rem;
}
.header-saerch .search-input input {
	width: 38.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	border-right: 1px solid #e7e7e7;
	font-size: 2.4rem;
}
.header-saerch .search-input img {
	width: 3.4rem;
	height: 3.4rem;
}

.header_banner {
	width: 100%;
	height: 34.2rem;
	border-top: 0.9rem solid #ffe5b4;
}

.header-nav {
	position: relative;
	width: 100%;
	height: 8rem;
	line-height: 8rem;
	padding-top: 0.7rem;
	margin-top: -5rem;
	padding-right: 2rem;
	background: url(../images/navbg-png.png) no-repeat center top;
	-o-background-size: 103% 100%;
	background-size: 103% 100%;
	z-index: 999;
	overflow-x: auto;
	overflow-y: hidden;
}
.header-nav ul {
	width: 170%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 1.5rem;
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--defaultHoverColor);
}
.header-nav ul a {
	font-size: 2.6rem;
	font-weight: bold;
	color: var(--defaultHoverColor);
}

@media screen and (min-width: 1200px) {
	.header-nav ul li.li1:hover ~ .underline,
	.header-nav ul li.li1.current ~ .underline {
		left: 3.5rem;
	}
	.header-nav ul li.li2:hover ~ .underline,
	.header-nav ul li.li2.current ~ .underline {
		left: 25.5rem;
	}
	.header-nav ul li.li3:hover ~ .underline,
	.header-nav ul li.li3.current ~ .underline {
		left: 49.5rem;
	}
	.header-nav ul li.li4:hover ~ .underline,
	.header-nav ul li.li4.current ~ .underline {
		left: 73.5rem;
	}
	.header-nav ul li.li5:hover ~ .underline,
	.header-nav ul li.li5.current ~ .underline {
		left: 97.5rem;
	}
}
/* 内容开始 */
.top-line {
	background: #fafafa;
	padding: 1.5em;
	min-height: 20rem;
	margin: 3.6rem auto;
}
.top-line a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.top-line a h3 {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: var(--defaultHoverColor);
	margin-bottom: 1rem;
}
.top-line a p {
	font-size: 2.4rem;
	line-height: 3rem;
	color: #949393;
}

/* 要闻 */
.yw-swiper {
	/* height: 37rem; */
	/* height: 37rem; */
}
.yw-swiper p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 22%;
	width: 100%;
	min-height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.2rem;
	color: #fff;
	text-indent: 1rem;
	background: rgba(0, 0, 0, 0.5);
}
.yw-swiper .swiper-pagination.swiper-pagination1 {
	right: 0;
	bottom: 0;
	left: auto;
	width: 15rem;
	height: 3.2rem;
	text-align: left;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.yw-swiper .swiper-pagination.swiper-pagination1 .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.yw-swiper .swiper-pagination.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 3rem;
	border-radius: 1rem;
}

/* 切换 */
.yw-tabbar {
	margin: 3.3rem auto;
}
.yw-tabbar .yw-tab-title ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.yw-tabbar .yw-tab-title ul li {
	position: relative;
	height: 3.4rem;
}
.yw-tabbar .yw-tab-title ul li img {
	width: 9.3rem;
	height: 2.3rem;
}
.yw-tabbar .yw-tab-title ul li.current::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.2rem;
	-webkit-transform: translateY(1rem);
	-moz-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	-o-transform: translateY(1rem);
	transform: translateY(1rem);
	background: url(../images/list-border.png) no-repeat center/100%;
}
.yw-tabbar .yw-tab-title ul i {
	margin: 0 5.8rem;
	font-size: 2rem;
	line-height: 1;
	color: #d4d4d4;
}
.yw-tabbar .yw-tab-content {
	width: 100%;
}
.yw-tabbar .yw-tab-content ul {
	margin-top: 4rem;
	width: 100%;
}
.yw-tabbar .yw-tab-content ul li {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 5.6rem;
	text-indent: 3rem;
}
.yw-tabbar .yw-tab-content ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.2rem;
	height: 1.3rem;
	background: url(../images/liststyle.png) no-repeat center/100%;
}
.yw-tabbar .yw-tab-content ul li a {
	max-width: 80%;
	font-size: 2.4rem;
}
.yw-tabbar .yw-tab-content ul li a:hover {
	font-weight: bold;
	color: var(--defaultHoverColor);
}
.yw-tabbar .yw-tab-content ul li span {
	font-size: 1.8rem;
	color: #949393;
}
.yw-tabbar .yw-tab-content ul:nth-child(2) {
	display: none;
}
.yw-tabbar .yw-tab-content ul .tab-more {
	margin-top: 1rem;
	font-size: 1.8rem;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: var(--defaultHoverColor);
}

/* 列表 */
.mobile-list {
	margin-bottom: 5.4rem;
}
.mobile-list h2 {
	position: relative;
	height: 2.4rem;
	margin-bottom: 2rem;
}
.mobile-list h2::after {
	right: 0;
	height: 0.2rem;
	background: #fff3dc;
}
.mobile-list h2::before {
	width: 10.8rem;
	height: 0.5rem;
	background: var(--defaultHoverColor);
	z-index: 999;
}
.mobile-list h2 img {
	width: 9.7rem;
}
.mobile-list ul li {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 6rem;
	text-indent: 3rem;
}
.mobile-list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.1rem;
	height: 2.5rem;
	background: url(../images/liststyle2.png) no-repeat center/100%;
}
.mobile-list ul li a {
	max-width: 80%;
	font-size: 2.4rem;
}
.mobile-list ul li a:hover {
	font-weight: bold;
	color: var(--defaultHoverColor);
}
.mobile-list ul li span {
	font-size: 1.6rem;
	color: #949393;
}

/* 专题专栏 */
.special-container {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 11.9rem;
	margin-bottom: 5.4rem;
}
.special-container .special-title {
	height: 100%;
	width: 3.6rem;
}
.special-container .special-box {
	position: relative;
	width: 95%;
}
.special-container .special-box .special-swiper1 {
	width: 92%;
	height: 12.2rem;
}
.special-container .special-box .special-prev,
.special-container .special-box .special-next {
	width: 1%;
	height: 2%;
	margin-top: auto;
}
.special-container .special-box .special-prev::after,
.special-container .special-box .special-next::after {
	font-size: 3rem;
}
.special-container .special-box .special-prev {
	left: 1rem;
}
.special-container .special-box .special-next {
	right: 1rem;
}

/* 友情链接 */
.minLink {
	background: #cfddf2;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	color: var(--defaultHoverColor);
	padding: 1.6rem 4rem;
}
.minLink a {
	color: var(--defaultHoverColor);
	font-size: 1.6rem;
}
.minLink .link-title {
	height: 4.5rem;
	font-size: 2.4rem;
	line-height: 4.5rem;
	padding-right: 2.4rem;
	border-right: 1px solid var(--defaultHoverColor);
}
.minLink .link-box {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 2rem;
	width: 75%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 2.4rem;
}
.minLink .link-box a {
	text-wrap: nowrap;
}

/* 版权信息 */
.copyright {
	background: var(--defaultHoverColor);
	color: #fff;
}
.copyright .copy-box {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2rem;
}
.copyright .copy-box .copy-logo {
	width: 26.5rem;
}
.copyright .copy-box a {
	color: #fff;
	font-size: 1.4rem;
}
.copyright .copy-box .copy-info {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.4rem;
}
.copyright .copy-box .copy-info dl {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}
.copyright .copy-box .copy-info dl i {
	margin: 0 0.5rem;
}
.copyright .copy-box .copy-info dl img {
	margin-right: 0.5rem;
	width: 1.5rem;
}
