/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
input,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;

}

body,
html {
	height: 100%;
	width: 100%;
	font-family: 'Microsoft YaHei';
}

input {
	outline: none;
}

ul,
ol {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.box {
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 24px;
}

.swiper {
	--swiper-theme-color: rgba(216, 216, 216, .9);
	--swiper-pagination-color: rgba(216, 216, 216, .9);
	/* 两种都可以 */
}

.head {
	height: 8.5vw;
	background: url(/skin/2022/img/head_bg.png) repeat-x center top;
	background-size: auto 100%;
	border-top: 0.3vw solid #1494d4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}

.head-wx {
	background: #1494d4;
}

.logo {
	margin-left: 2vw;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.logo img {
	height: 5vw;
	width: auto;
	display: block;
	margin-bottom: 0.5vw;
}

.nav-box {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 8vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.nav-btn {
	position: absolute;
	right: 0;
	top: -1px;
	width: 6.2vw;
	height: 5vw;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
}

.nav-btn::before {
	content: '';
	display: block;
	width: 280%;
	height: 100%;
	background-color: #1494D4;
	position: absolute;
	top: 0;
	left: 0.4vw;
	-webkit-transform: perspective(5vw) rotateX(174deg);
	transform: perspective(5vw) rotateX(174deg);
	/* *  */
}

.nav-btn span {
	display: block;
	width: 2vw;
	height: 0.18vw;
	margin-bottom: 0.52vw;
	border-radius: 4px;
	margin-left: 0.6vw;
	background-color: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.nav-btn span:last-child {
	margin-bottom: 0;
}

.nav-btn-active span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left 50% 0;
	-ms-transform-origin: left 50% 0;
	transform-origin: left 50% 0;
}

.nav-btn-active span:nth-child(2) {
	width: 0;
}

.nav-btn-active span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left 50% 0;
	-ms-transform-origin: left 50% 0;
	transform-origin: left 50% 0;
}

.nav-top {
	color: #fff;
	font-size: 0.94vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .4vw;
	margin-right: 1vw;
	position: relative;
	z-index: 10;
	top: 0;
	-webkit-transition: top .4s;
	-o-transition: top .4s;
	transition: top .4s;
}

.nav-top-active {
	top: 1.5vw;
}

.nav-top ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav-top ul a,
.nav-top-en a {
	color: #fff;
	opacity: .95;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.nav-top li,
.nav-top-en {
	margin-right: 1vw;
	height: 1vw;
	line-height: 1vw;
}

.nav-top li:hover a,
.nav-top-en:hover a {
	opacity: 1;
}

.nav-top-en {
	border-left: rgba(255, 255, 255, 0.37) solid 1px;
	padding-left: 1vw;
}

.search-main {
	position: relative;
	width: 2.5vw;
	height: 2.5vw;
	background: url(/skin/2022/img/search.png) no-repeat center center;
	background-size: 100% 100%;
}

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.5vw;
	height: 2.5vw;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
}

.search-text {
	height: 2.5vw;
	padding: 0 0.6vw;
	display: block;
	background-color: transparent;
	opacity: 0;
	font-size: .8vw;
}

.search-main-box {
	position: absolute;
	width: 2.5vw;
	height: 2.5vw;
	top: 0;
	right: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	overflow: hidden;
}

.search-main-box:hover {
	width: 15vw;
	background-color: #fff;
}

.search-main-box:hover .search-btn {
	opacity: 1;
}

.search-main-box:hover .search-text {
	opacity: 1;
	width: 11.9vw;
}

.nav-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.nav-li {
	width: 7.8vw;
	text-align: center;
}

.nav-li-s {
	background: url(/skin/2022/img/zk.png) no-repeat right .75vw;
	background-size: auto 1vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-a {
	color: #fff;
	font-weight: bold;
	font-size: 1.14vw;
	height: 2.5vw;
	line-height: 2.5vw;
	display: block;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.nav-a:hover {
	color: #e2ca5b;
}

.nav-ul2 {
	width: 12.4vw;
	height: 0;
	background-color: #fff;
	border-top: 0 #ee9640 solid;
	-webkit-box-shadow: 0 0 0.38rem 0 rgb(0 0 0 / 19%);
	box-shadow: 0 0 0.38rem 0 rgb(0 0 0 / 19%);
	opacity: 0;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.nav-a2 {
	height: 3vw;
	color: #1494D4;
	line-height: 3vw;
	height: 3vw;
	display: block;
	background: #fff;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.nav-a2:hover {
	background: #ededed;
}

.nav-li-s:hover .nav-ul2 {
	opacity: 1;
	height: auto;
	border-top: .3vw #ee9640 solid;
	padding: 1vw 0;
}

.head-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url(/skin/2022/img/nav_bg.png) no-repeat center center;
	background-size: cover;
	display: none;
}

.head-mask-main {
	margin-top: 5vw;
	height: calc(100% - 5vw);
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.head-mask-li {
	padding-top: 2.4vw;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.head-mask-zk {
	display: none;
}

.head-mask-li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.3vw;
	height: 3vw;
	line-height: 3vw;
	display: block;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.head-mask-ul {
	padding-bottom: 1vw;
}

.head-mask-li2 a {
	font-size: 1.05vw;
	font-weight: normal;
}

.head-mask-li3 a {
	font-size: .8vw;
	height: 1.4vw;
	line-height: 1.4vw;
	opacity: .75;
}

.head-mask-li3 a:hover {
	opacity: 1;
}

.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .swiper-img-box {
	width: 100%;
	height: 100%;
}

.banner .swiper-img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.list-banner .swiper-img {
	height: 22vw;
}

.banner .swiper-slide-active .swiper-img {
	/* 	animation: bannerUp 8s steps(100,end);
	animation-fill-mode: forwards; */
	transform: scale(1.1);
	transition: transform 5s;
	transition-timing-function: linear;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #1eadff;
	background: rgba(235, 243, 255, .4) url(../img/kd_left.png) no-repeat center center;
	background-size: 80%;
	cursor: pointer;
	-webkit-transition: background-color .4s, opacity .4s;
	-o-transition: background-color .4s, opacity .4s;
	transition: background-color .4s, opacity .4s;
	opacity: 0;
}

.banner .swiper-button-next {
	background: rgba(235, 243, 255, .4) url(../img/kd_right.png) no-repeat center center;
	background-size: 80%;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	display: none;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
	background-color: rgba(235, 243, 255, .8);
}

.index-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.index-title::after {
	content: '';
	display: block;
	width: 70px;
	height: 5px;
	background-color: #007AFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.index-title-text {
	font-size: 30px;
	height: 70px;
	line-height: 70px;
}

.index-title-text span {
	font-size: 14px;
}

.index-more {
	color: #007AFF;
	background: url(/skin/2022/img/title_bg.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 4px 8px;
}

.news {
	padding: 32px 0;
	position: relative;
	z-index: 1;
}

.news-main {
	padding-top: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news-main-l {
	width: 60%;
}

.news-swiper {
	overflow: hidden;
	position: relative;
}

.news-swiper img {
	display: block;
	width: 100%;
	height: 490px;
}

.news-main-r {
	width: 40%;
	margin-left: 20px;
}

.news-list {
	height: 100%;
}

.news-list li {
	height: calc(22% - 1px);
	padding: 0 12px;
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
	-webkit-transition: background-color .4s, height .4s;
	-o-transition: background-color .4s, height .4s;
	transition: background-color .4s, height .4s;
}

.news-list-t {
	height: 100%;
}

.news-list-b {
	height: 0;
	overflow: hidden;
	color: #fff;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list-t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-list-t .date {
	margin-right: 12px;
}

.news-list-t .date span {
	display: block;
	color: #222;
	font-size: 22px;
}

.news-list-t .date span:last-child {
	font-size: 16px;
}

.news-list-text {
	display: block;
	font-size: 22px;
	line-height: 32px;
	height: 64px;
	color: #222;
	margin-bottom: 8px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list .news-list-active {
	height: calc(34% - 1px);
	background: #1494d4 url(../img/xw.png) no-repeat right center;
}

.news-list-active .news-list-t .date span,
.news-list-active .news-list-text {
	color: #fff;
}

.news-list-active .news-list-t {
	height: 60%;
}

.news-list-active .news-list-b {
	height: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.tzgg-bg {
	background-color: #f3f8ff;
	padding-top: 20px;
	padding-bottom: 26px;
}

.tzgg-bg .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tzgg-main {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 24px;
}

.tzgg-list {
	padding: 6px 0;
}

.tzgg-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
}

.tzgg-list li:last-child {
	border-bottom: 0;
}

.tzgg-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 66px;
	padding: 0 6px;
	background-color: #0074b9;
	color: #fff;
	-webkit-transition: color .4s, background-color .4s;
	-o-transition: color .4s, background-color .4s;
	transition: color .4s, background-color .4s;
}

.tzgg-date-t {
	font-size: 22px;
}

.tzgg-date-b {
	font-size: 12px;
}

.tzgg-text {
	margin-left: 14px;
	font-size: 20px;
	line-height: 28px;
	height: 56px;
	color: #383838;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.tzgg-list li:hover .tzgg-date {
	background-color: #dbebff;
	color: #0068b7;
}

.tzgg-list li:hover .tzgg-text {
	color: #0068b7;
}

.hdyg-main {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 24px;
}

.hdyg-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hdyg-list-l {
	width: 330px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 370px;
	position: relative;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.hdyg-list-l .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.hdyg-list-l .swiper-slide a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.hdyg-list-l .swiper-slide:hover a {
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
}

.hdyg-list-r {
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 16px;
}

.hdyg-list-r li {
	height: 50%;
	margin-bottom: 16px;
	border-top: 4px solid #1494D4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	padding: 0 14px;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.hdyg-list-r li:last-child {
	margin: 0;
}

.hdyg-list-text-date {
	font-size: 22px;
	color: #1494d4;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.hdyg-list-text-date img {
	vertical-align: bottom;
	margin-left: 10px;
}

.hdyg-list-text-date span {
	font-size: 14px;
}

.hdyg-list-text-address {
	color: #1494d4;
	font-size: 16px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
	background: url(/skin/2022/img/hdyg_address.png) no-repeat left center;
	background-size: auto 100%;
	padding-left: 24px;
}

.hdyg-list-text {
	color: #333;
	line-height: 26px;
	height: 52px;
	display: block;
	font-size: 18px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.hdyg-list-r .hdyg-list-r-active {
	background-color: #1494d4;
}

.hdyg-list-r-active .hdyg-list-text-date,
.hdyg-list-r-active .hdyg-list-text-address,
.hdyg-list-r-active .hdyg-list-text {
	color: #fff;
}

.hdyg-list-r-active .hdyg-list-text-address {
	background: url(/skin/2022/img/hdyg_address2.png) no-repeat left center;
	background-size: auto 100%;
}

.publicity-bg {
	padding-top: 24px;
	overflow: hidden;
}

.publicity-img {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.publicity-img img {
	display: block;
	width: 100%;
}

.aspect-bg {
	padding-top: 28px;
}

.aspect-title {
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aspect-title-l {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aspect-title-text {
	height: 100%;
	padding-right: 24px;
	margin-right: 24px;
	border-right: 3px solid #1494D4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aspect-title-text-t {
	font-size: 14px;
}

.aspect-title-text-b {
	font-size: 30px;
}

.aspect-title-synopsis {
	color: #a1a0a0;
	font-size: 16px;
	padding-right: 24px;
}

.aspect-title-more {
	color: #007AFF;
	background: url(/skin/2022/img/title_bg.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 4px 8px;
}

.aspect-title-r {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aspect-title-btn-l,
.aspect-title-btn-r {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #1eadff;
	background: #ebf3ff url(../img/kd_left.png) no-repeat center center;
	background-size: 80%;
	cursor: pointer;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.aspect-title-btn-r {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #1eadff;
	background: #ebf3ff url(../img/kd_right.png) no-repeat center center;
	background-size: 80%;
	margin-left: 40px;
}

.aspect-title-btn-l:hover,
.aspect-title-btn-r:hover {
	background-color: #b1d0ff;
}

.aspect-list {
	overflow: hidden;
	max-width: 1920px;
	padding: 18px 14px 28px;
	margin: 0 auto;
}

.aspect-swiper .swiper-slide {
	width: 380px;
}

.aspect-top {
	line-height: 40px;
	height: 40px;
	display: block;
	font-size: 14px;
	color: #383838;
}

.aspect-list-img {
	width: 100%;
	height: 256px;
	position: relative;
	display: block;
	overflow: hidden;
}

.aspect-list-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.aspect-list-text-bg {
	padding: 8px 8px;
	background-color: #fff;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.aspect-list-text {
	color: #383838;
	font-size: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 6px;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.aspect-list-text-t,
.aspect-list-text-b {
	font-size: 14px;
	color: #1494D4;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 24px;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.aspect-list-text-t {
	background: url(/skin/2022/img/time1.png) no-repeat left center;
	background-size: auto 80%;
}

.aspect-list-text-b {
	background: url(/skin/2022/img/hdyg_address.png) no-repeat left center;
	background-size: auto 80%;
}

.aspect-swiper .swiper-slide:hover img {
	width: 120%;
	height: 120%;
	left: -10%;
	top: -10%;
}

.aspect-swiper .swiper-slide:hover .aspect-list-text-bg {
	background-color: #1494d4;
}

.aspect-swiper .swiper-slide:hover .aspect-list-text,
.aspect-swiper .swiper-slide:hover .aspect-list-text-t,
.aspect-swiper .swiper-slide:hover .aspect-list-text-b {
	color: #fff;
}

.aspect-swiper .swiper-slide:hover .aspect-list-text-t {
	background: url(/skin/2022/img/time.png) no-repeat left center;
	background-size: auto 80%;
}

.aspect-swiper .swiper-slide:hover .aspect-list-text-b {
	background: url(/skin/2022/img/hdyg_address2.png) no-repeat left center;
	background-size: auto 80%;
}

.rdsz-bg {
	background: url(/skin/2022/img/rdsz.png) no-repeat center center;
	background-size: auto 100%;
	padding-top: 40px;
	padding-bottom: 50px;
}

.rdsz-title {
	position: relative;
	text-align: center;
	padding-bottom: 16px;
	margin-bottom: 24px;
}

.rdsz-title::after {
	content: '';
	display: block;
	width: 70px;
	height: 5px;
	background-color: #007AFF;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.rdsz-title-en {
	font-size: 14px;
}

.rdsz-title-text {
	font-size: 30px;
}

.rdsz-text {
	max-width: 700px;
	font-size: 14px;
	color: #666;
	margin: 0 auto;
	text-align: center;
	line-height: 26px;
}

.rdsz-swiper {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.rdsz-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 26px;
}

.rdsz-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 36px;
}

.rdsz-li {
	width: 20%;
	text-align: center;
}

.rdsz-img {
	width: 120px;
	height: 120px;
}

.rdsz-ul-text {
	color: #1494d4;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.rdsz-ul-abstract {
	color: #808080;
	font-size: 14px;
}

.rdsz-link-ul {
	color: #666;
}

.rdsz-link-ul li {
	line-height: 36px;
	height: 36px;
	max-width: 180px;
	margin: 0 auto;
	-webkit-transition: background-color .4s;
	-o-transition: background-color .4s;
	transition: background-color .4s;
}

.rdsz-link-ul li:hover {
	background-color: #f0f0f0;
}

.rdsz-link-ul li a {
	color: #666;
}

.media-bg {
	background: url(/skin/2022/img/media.png) no-repeat center 140px;
	background-size: 100% auto;
}

.video-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-l {
	width: 23%;
	background-color: #f2f3f9;
	padding-bottom: 86px;
	border-radius: 0 0 0 86px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.video-l::after {
	content: '';
	position: absolute;
	height: 86px;
	width: 100%;
	left: 0;
	top: -86px;
	background-color: #f2f3f9;
	border-radius: 0 86px 0 0;
}

.video-ul {}

.video-ul li {
	height: 96px;
	line-height: 96px;
	padding: 0 40px;
	color: #383838;
	font-size: 20px;
}

.video-ul li a {
	color: #383838;
	display: block;
	background: url(/skin/2022/img/jt1.png) no-repeat right center;
	background-size: auto 36%;
	border-bottom: 1px solid #929292;
	font-weight: bold;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.video-ul li:hover a {
	color: #1494D4;
	background: url(/skin/2022/img/jt2.png) no-repeat right center;
	background-size: auto 36%;
}

.video-r {
	width: 77%;
	height: 670px;
	background-color: rgba(0, 0, 0, 1);
}

.video-r video {
	width: 100%;
	height: 100%;
	/* background-color: #000; */
}

.media-split {
	width: 18%;
	height: 5px;
	background-color: #ffb80e;
	margin-top: 70px;
	margin-bottom: 30px;
}

.media-title-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}

.media-title-l {
	width: 44%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.media-title-text-t {
	font-size: 14px;
	color: #fff;
}

.media-title-text-b {
	color: #fff;
	font-size: 30px;
	padding-top: 6px;
}

.media-title-more {
	color: #fff;
	background: url(/skin/2022/img/title_bg2.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 4px 8px;
}

.media-title-r {
	margin-right: 56px;
}

.media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.media-list li {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .25);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60% auto;
	cursor: pointer;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.media-list li:nth-child(1) {
	background-image: url(/skin/2022/img/ks.png);
	background-size: 50% auto;
}

.media-list li:nth-child(2) {
	background-image: url(/skin/2022/img/dy.png);
	background-size: 46% auto;
}

.media-list li:nth-child(3) {
	background-image: url(/skin/2022/img/bilibili.png);
	background-size: 60% auto;
}

.media-list li:nth-child(4) {
	background-image: url(/skin/2022/img/wb.png);
	background-size: 60% auto;
}

.media-list li:nth-child(5) {
	background-image: url(/skin/2022/img/wx.png);
	background-size: 60% auto;
}

.media-list li .media-list-b {
	position: relative;
	z-index: 1;
	top: 74px;
	background-color: #fff;
	border-radius: 10px;
	width: 190px;
	height: 216px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.media-list li .media-list-b::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 20px solid #fff;
	top: -16px;
}

.media-list li .media-list-b img {
	width: 180px;
	height: 180px;
}

.media-list li .media-list-b p {
	font-size: 14px;
	color: #808080;
}

.media-main-bg {
	max-width: 1800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.media-main-l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

.media-main-list {
	width: 50%;
	height: 440px;
	position: relative;
	overflow: hidden;
}

.media-main-list-a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.media-main-list-a::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .4);
	transition: background-color .4s;
}

.media-main-list:hover .media-main-list-a {
	height: 120%;
	width: 120%;
	left: -10%;
	top: -10%;
}

.media-main-list:hover .media-main-list-a::after {
	background-color: rgba(0, 0, 0, 0);
}

.media-main-list-text {
	position: absolute;
	color: #fff;
	font-size: 22px;
	padding: 0 12px;
	bottom: 0;
}

.media-main-list-text p {
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.media-main-list-dy,
.media-main-list-wb,
.media-main-list-wx,
.media-main-list-bz {
	height: 60px;
	width: 40px;
}

.media-main-list-dy {
	background: url(/skin/2022/img/dy.png) no-repeat center center;
	border-bottom: 6px solid #1494d4;
}

.media-main-list-wb {
	background: url(/skin/2022/img/wb.png) no-repeat center center;
	border-bottom: 6px solid #ff9600;
}

.media-main-list-wx {
	background: url(/skin/2022/img/wx.png) no-repeat center center;
	border-bottom: 6px solid #1dce00;
}

.media-main-list-bz {
	background: url(/skin/2022/img/bilibili.png) no-repeat center center;
	border-bottom: 6px solid #ff78d7;
}

.link-bg {
	width: 60%;
	padding-top: 34px;
}

.link-bg .index-title::after {
	display: none;
}

.link-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 26px;
}

.link-ul li {
	line-height: 26px;
	font-size: 16px;
	color: #666;
	width: 20%;
	margin-right: 12%;
	border-bottom: 1px solid #d6d6d6;
	padding: 16px 0;
}

.link-ul li a {
	color: #666;
}

.footer {
	background-color: #1494d4;
	position: relative;
	z-index: 1;
}

.footer-t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid #72bfe5;
}

.footer-img {
	display: block;
	height: 80px;
}

.footer-text {
	color: #fff;
	padding-left: 40px;
	line-height: 30px;
}

.footer-qrcode {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-left: 60px;
}

.footer-qrcode-bg {
	position: absolute;
	width: 50%;
	background-color: #f2f3f9;
	top: -228px;
}

.footer-qrcode-bg img {
	display: block;
	width: 90%;
	margin: 5%;
}

.footer-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 0;
}

.footer-b p {
	color: #fff;
	font-size: 14px;
}

.footer-b a {
	color: #fff;
}

.footer-b img {
	display: block;
	margin-right: 60px;
}

/* 列表页 */
.list-banner {
	height: 14vw;
	overflow: visible;
}

.wx-banner {
	height: 8.8vw;
}

.list-title-bg {
	height: 56px;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 7.4vw;
	overflow: hidden;
}

.list-title-bg .box {
	position: relative;
}

.list-title-bg .box::before {
	content: "";
	height: 56px;
	width: 100vw;
	/* background: #1494D4; */
	background-image: linear-gradient(to right, #5944ed, #0bb8fe);
	position: absolute;
	top: -26px;
	display: block;
	left: 2%;
}

.list-title-bg .box:after {
	content: "";
	height: 56px;
	width: 100vw;
	background: #f2f3f9;
	position: absolute;
	top: 0;
	display: block;
	right: 2%;
	z-index: 1;
}

.list-title {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-title-t {
	position: relative;
	z-index: 2;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 8px;
}

.list-title-t a {
	color: #333;
}

.list-title-b {
	position: absolute;
	bottom: 100%;
	z-index: 2;
	font-size: 38px;
	color: #fff;
	padding: 10px 20px;
	background: rgba(0, 0, 0, .4);
	border-top: 4px solid #4562f1;
}

.list-main {
	padding-top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list-main-l {
	width: 73%;
}

.list-main-ul li {
	border-bottom: 1px solid #dcdcdc;
	padding: 24px 0;
}

.list-main-ul .list-main-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 170px;
}

.list-main-img {
	width: 31%;
	height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

.list-main-date {
	width: 64px;
	height: 56px;
	background-color: rgba(20, 148, 212, .8);
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-main-date-t {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	height: 30px;
}

.list-main-date-b {
	font-size: 12px;
	line-height: 18px;
	height: 18px;
}

.list-main-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 32px;
	overflow: hidden;
}

.list-main-text-t {
	font-size: 16px;
	margin-bottom: 12px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.list-main-text-b {
	font-size: 12px;
	color: #868686;
	line-height: 18px;
	max-height: 72px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.list-main-ul li:hover .list-main-text-t {
	color: #1494D4;
}

.list-main-r {
	width: 24%;
}

.list-main-r-title {
	font-size: 20px;
	border-bottom: 1px solid #d6d6d6;
	padding: 12px 0;
	padding-left: 32px;
	background: url(/skin/2022/img/new.png) no-repeat left center;
	background-size: 26px auto;
}

.list-main-r-ul {
	border-left: 1px solid #cfcfcf;
	padding-left: 8px;
	margin-top: 28px;
}

.list-main-r-ul li {
	position: relative;
}

.list-main-r-ul li::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px solid #cfcfcf;
	position: absolute;
	left: -13px;
	top: 8px;
	background-color: #fff;
}

.list-main-r-date {
	font-size: 12px;
	width: 58px;
	height: 26px;
	line-height: 26px;
	background: url(/skin/2022/img/date.png) no-repeat center center;
	background-size: 100% 100%;
	padding-left: 4px;
	text-align: center;
	color: #707070;
	margin-bottom: 20px;
}

.list-main-r-text {
	display: block;
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	padding-left: 4px;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

.list-main-r-text:hover {
	color: #1EADFF;
}

.list-main-r-nav li {
	line-height: 54px;
	height: 54px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}

.list-main-r-nav span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: 'SimHei';
	display: block;
	transition: color .2s;
}

.list-main-r-nav a {
	display: block;
	padding-left: 18px;
	padding-right: 26px;
	color: #666666;
	font-size: 14px;
	transition: color .2s, background-color .2s, font-weight .2s;
}

.list-main-r-nav .hover a {
	background-image: linear-gradient(to right, #5944ed, #0bb8fe);
	color: #fff;
	font-weight: 700;
}

.list-main-r-nav li:hover a {
	background-image: linear-gradient(to right, #5944ed, #0bb8fe);
	color: #fff;
	font-weight: bold;
}

.list-main-r-nav li:hover span {
	color: #fff;
}

.list-content-title {
	color: #333;
	margin-top: 10px;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.list-content-infor {
	text-align: center;
	line-height: 18px;
	color: #999;
	margin-bottom: 20px;
	font-size: 14px;
}

.list-content-infor .list-content-infor-span {
	margin: 0 10px;
	white-space: nowrap;
}

.content-text {
	overflow: hidden;
	min-height: 200px;
	font-family: "SimSun";
}

.content-text img {
	max-width: 100%;
}

.sear_con {
	width: 100%;
}

.sear_con h3 {
	background: #dcdcdc;
	height: 50px;
	line-height: 50px;
	color: #333;
	padding-left: 60px;
	font-size: 16px;
}

.sear_con h3 span {
	color: #680034;
}

.sear_con ul {
	width: 100%;
	height: auto;
}

.sear_con ul li {
	padding: 20px 20px 8px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}

.sear_con ul li a.tit {
	color: #333333;
	font-size: 16px;
	display: block;
}

.sear_con ul li a.tit:hover {
	/* color: #ffc52a; */
	text-decoration: underline;
}

.sear_con ul li p {
	line-height: 28px;
	padding-top: 10px;
}

.sear_con ul li p a {
	color: #ffc52a;
}

.sear_con ul li p a:hover {
	color: #fbcf59;
}

.sear_con ul li i {
	display: block;
	text-align: right;
	*text-align: right;
	color: #999;
}

.content-fx {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.content-fx .content-fx-list {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 8px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: background-color .2s;
}

.content-fx .content-fx-list:nth-child(1) {
	background: url(/skin/2022/img/fx_wb.png) no-repeat center center;
	background-size: 80% 80%;
	background-color: rgba(130, 130, 130, 0.1);
}

.content-fx .content-fx-list:nth-child(2) {
	background: url(/skin/2022/img/fx_wx.png) no-repeat center center;
	background-size: 80% 80%;
	background-color: rgba(130, 130, 130, 0.1);
}

.content-fx .content-fx-list:nth-child(3) {
	background: url(/skin/2022/img/fx_qq.png) no-repeat center center;
	background-size: 80% 80%;
	background-color: rgba(130, 130, 130, 0.1);
}

.content-fx .content-fx-list:nth-child(4) {
	background: url(/skin/2022/img/fx_kj.png) no-repeat center center;
	background-size: 80% 80%;
	background-color: rgba(130, 130, 130, 0.1);
}

.content-fx .content-fx-list:hover {
	background-color: rgba(130, 130, 130, 0.2);
}

.content-fx .content-fx-wx {
	display: flex;
	justify-content: center;
}

.content-fx-b {
	position: relative;
	z-index: 10;
	top: 70px;
	background-color: #fff;
	border-radius: 10px;
	width: 190px;
	height: 216px;
	padding: 8px;
	background-color: rgb(130, 130, 130);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content-fx-b .content-fx-img {
	width: 170px;
	height: 170px;
	padding: 10px;
	background-color: #fff;
}

.content-fx-img canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.content-fx-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.content-fx-b p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 6px;
}

.content-fx-b::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgb(130, 130, 130);
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

.wx-body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.wx-body .box {
	width: 100%;
	box-sizing: border-box;
}

.wx-body .box,
.wx-body .wx-banner,
.wx-body .footer-wx {
	flex-shrink: 0;
}

.wx-body .link-bg {
	padding-top: 2vw;
}

.wx-main {
	flex-grow: 1;
	display: flex;
	padding: .8vw;
}

.wx-main-l {
	width: 44%;
	margin-right: .8vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wx-main-l-box {
	flex-grow: 1;
	flex-shrink: 0;
	height: 33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wx-main-l-box:nth-child(1) {
	background-color: #baddf8;
}

.wx-main-l-box:nth-child(2) {
	margin: .8vw 0;
	background-color: #fff0df;
}

.wx-main-l-box:nth-child(3) {
	background-color: #f7b9b8;
}

.wx-main-l-box img {
	display: flex;
	height: 20vw;
	margin-bottom: 1.5vw;
	margin-top: 1vw;
}

.wx-main-l-box p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 4.6vw;
	color: #505484;
	font-weight: bold;
	margin-bottom: 1vw;
}

.wx-main-r {
	width: 56%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wx-main-r-box {
	flex-grow: 1;
	background-color: skyblue;
	margin-bottom: .4vw;
	background-color: #fed093;
	flex-shrink: 0;
	height: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wx-main-r-box:nth-child(2) {
	margin-top: .4vw;
	margin-bottom: 0;
	background-color: #b6dcb8;
}

.wx-main-r-box img {
	display: block;
	height: 30vw;
	margin-bottom: 1.5vw;
	margin-top: 1vw;
}

.wx-main-r-box p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 4.6vw;
	color: #505484;
	font-weight: bold;
	margin-bottom: 1vw;
}

@media all and (max-width:1800px) {
	.media-main-bg {
		max-width: none;
	}

	.media-main-list {
		height: 24vw;
	}

	.media-main-list-text {
		font-size: 1.22vw;
	}

	.media-main-list-text p {
		line-height: 1.55vw;
		height: 3.11vw;
	}

	.media-main-list-dy,
	.media-main-list-wb,
	.media-main-list-wx,
	.media-main-list-bz {
		height: 3.33vw;
		width: 2.22vw;
		background-size: 1.3vw;
	}

	.media-main-list-dy {
		border-bottom: .33vw solid #1494d4;
	}

	.media-main-list-wb {
		border-bottom: .33vw solid #ff9600;
	}

	.media-main-list-wx {
		border-bottom: .33vw solid #1dce00;
	}

	.media-main-list-bz {
		border-bottom: .33vw solid #ff78d7;
	}
}

@media all and (max-width:1200px) {
	.box {
		padding: 0 2vw;
	}

	.news {
		padding: 2.66vw 2vw;
	}

	.index-title::after {
		width: 5.83vw;
		height: .41vw;
	}

	.index-title-text {
		font-size: 2.5vw;
		height: 5.83vw;
		line-height: 5.83vw;
	}

	.index-title-text span {
		font-size: 1.16vw;
	}

	.index-more {
		padding: .33vw .66vw;
		font-size: 1.33vw;
	}

	.news-main {
		padding-top: 2.66vw;
	}

	.news-swiper img {
		height: 40.83vw;
	}

	.news-main-r {
		margin-left: 1.66vw;
	}

	.news-list {
		height: 40.83vw;
	}

	.news-list li {
		padding: 0 1vw;
	}

	.news-list-t .date {
		margin-right: 1vw;
	}

	.news-list-t .date span {
		font-size: 1.83vw;
	}

	.news-list-t .date span:last-child {
		font-size: 1.33vw;
	}

	.news-list-text {
		font-size: 1.83vw;
		line-height: 2.66vw;
		height: 5vw;
		margin-bottom: .66vw;
	}

	.news-list-b {
		font-size: 1.33vw;
		line-height: 2.66vw;
	}

	.news-list-active .news-list-b {
		height: 5vw;
	}

	.tzgg-bg {
		padding-top: 1.66vw;
		padding-bottom: 2.16vw;
	}

	.tzgg-main {
		margin-right: 2vw;
	}

	.tzgg-list {
		padding: .5vw 0;
	}

	.tzgg-list li {
		padding: 1vw 0;
	}

	.tzgg-date {
		height: 5.5vw;
		padding: 0 .5vw;
	}

	.tzgg-date-t {
		font-size: 1.83vw;
	}

	.tzgg-date-b {
		font-size: 1vw;
	}

	.tzgg-text {
		margin-left: 1.16vw;
		font-size: 1.66vw;
		line-height: 2.33vw;
		height: 4.4vw;
	}

	.hdyg-main {
		margin-left: 2vw;
	}

	.hdyg-list-l {
		height: 30.83vw;
		padding-top: 1.66vw;
	}

	.hdyg-list-l li {
		height: calc(100% - 1.66vw);
	}

	.hdyg-list-r {
		padding-top: 1.66vw;
		margin-left: 1.33vw;
	}

	.hdyg-list-r li {
		margin-bottom: 1.33vw;
		border-top: .33vw solid #1494D4;
		padding: 0 1.16vw;
	}

	.hdyg-list-text-date {
		font-size: 1.83vw;
	}

	.hdyg-list-text-date span {
		font-size: 1.16vw;
	}

	.hdyg-list-text-date img {
		margin-left: .83vw;
		width: 1.25vw;
	}

	.hdyg-list-text-address {
		font-size: 1.33vw;
		padding-left: 2vw;
	}

	.hdyg-list-text {
		line-height: 2.16vw;
		height: 3.9vw;
		font-size: 1.5vw;
		margin-top: .66vw;
	}

	.publicity-bg {
		padding-top: 2vw;
	}

	.publicity-img {
		margin-bottom: 2vw;
	}

	.aspect-bg {
		padding-top: 2vw;
	}

	.aspect-title {
		height: 5.83vw;
	}

	.aspect-title-text {
		padding-right: 2vw;
		margin-right: 2vw;
		border-right: .25vw solid #1494D4;
	}

	.aspect-title-text-t {
		font-size: 1.16vw;
	}

	.aspect-title-text-b {
		font-size: 2.5vw;
	}

	.aspect-title-synopsis {
		font-size: 1.33vw;
		padding-right: 2vw;
	}

	.aspect-title-more {
		font-size: 1.33vw;
		padding: .33vw .66vw;
		white-space: nowrap;
		margin-right: 2vw;
	}

	.aspect-title-btn-l,
	.aspect-title-btn-r {
		width: 4.16vw;
		height: 4.16vw;
	}

	.aspect-title-btn-r {
		width: 4.16vw;
		height: 4.16vw;
		margin-left: 3.33vw;
	}

	.aspect-list {
		padding: 2.33vw 1.16vw;
	}

	.aspect-swiper .swiper-slide {
		width: 30vw;
	}

	.aspect-list-img {
		height: 22.5vw;
	}

	.aspect-list-text-bg {
		padding: .66vw;
	}

	.aspect-list-text {
		font-size: 1.66vw;
		height: 2.33vw;
		line-height: 2.33vw;
		margin-bottom: .5vw;
	}

	.aspect-list-text-t,
	.aspect-list-text-b {
		font-size: 1.16vw;
		height: 2.16vw;
		line-height: 2.16vw;
		padding-left: 2vw;
	}

	.rdsz-bg {
		padding-top: 3.33vw;
		padding-bottom: 4.15vw;
	}

	.rdsz-title {
		padding-bottom: 1.33vw;
		margin-bottom: 2vw;
	}

	.rdsz-title-en {
		font-size: 1.16vw;
	}

	.rdsz-title-text {
		font-size: 2.5vw;
	}

	.rdsz-title::after {
		width: 5.83vw;
		height: .41vw;
	}

	.rdsz-text {
		font-size: 1.16vw;
		line-height: 2.16vw;
	}

	.rdsz-img {
		width: 10vw;
		height: 10vw;
	}

	.rdsz-ul-text {
		font-size: 1.5vw;
		line-height: 3.33vw;
	}

	.rdsz-link-ul li {
		line-height: 3vw;
		height: 3vw;
		font-size: 1.33vw;
	}

	.media-title-r {
		margin-right: 4.66vw;
	}

	.media-bg {
		background: url(/skin/2022/img/media.png) no-repeat center 11.66vw;
		background-size: 100% 200vw;
	}

	.media-list li .media-list-b {
		top: 6.16vw;
		border-radius: .83vw;
		width: 15.83vw;
		height: 18vw;
	}

	.media-list li .media-list-b::after {
		border-left: 1.33vw solid transparent;
		border-right: 1.33vw solid transparent;
		border-bottom: 1.66vw solid #fff;
		top: -1.33vw;
	}

	.media-list li .media-list-b img {
		width: 15vw;
		height: 15vw;
	}

	.media-list li .media-list-b p {
		font-size: 1.16vw;
	}

	.video-l {
		padding-bottom: 7.16vw;
		border-radius: 0 0 0 7.16vw;
	}

	.video-l::after {
		content: '';
		position: absolute;
		height: 7.16vw;
		width: 100%;
		left: 0;
		top: -7.16vw;
		background-color: #f2f3f9;
		border-radius: 0 7.16vw 0 0;
	}

	.video-ul li {
		height: 8vw;
		line-height: 8vw;
		padding: 0 3.33vw;
		font-size: 1.66vw;
	}

	.video-ul li a {
		background-size: 1.66vw;
	}

	.video-r {
		height: 55.8vw;
	}

	.media-split {
		height: .41vw;
		margin-top: 5.8vw;
		margin-bottom: 2.5vw;
	}

	.media-title-bg {
		padding-bottom: 2.5vw;
	}

	.media-title-text-t {
		font-size: 1.66vw;
	}

	.media-title-text-b {
		font-size: 2.5vw;
		padding-top: .5vw;
	}

	.media-title-more {
		padding: .33vw .66vw;
		font-size: 1.33vw;
	}

	.media-list li {
		width: 5vw;
		height: 5vw;
		margin-left: 2.5vw;
	}

	.link-bg {
		padding-top: 2.83vw;
	}

	.link-ul {
		padding-bottom: 2.16vw;
	}

	.link-ul li {
		line-height: 2.16vw;
		font-size: 1.33vw;
		padding: 1.33vw 0;
	}

	.footer-t {
		padding: 2vw;
	}

	.footer-img {
		height: 6.66vw;
	}

	.footer-text {
		padding-left: 3.33vw;
		line-height: 2.5vw;
		font-size: 1.33vw;
	}

	.footer-qrcode {
		margin-left: 5vw;
	}

	.footer-qrcode-bg {
		top: -14vw;
	}

	.footer-b {
		padding: 1vw;
	}

	.footer-b p {
		font-size: 1.16vw;
	}

	.footer-b img {
		margin-right: 5vw;
	}

	/* 列表页 */
	.list-banner {
		height: 15vw;
	}

	.wx-banner {
		height: 8.8vw;
	}

	.list-title-bg {
		height: 4.4vw;
		width: 100%;
		padding-top: 6.4vw;
	}

	.list-title-bg .box::before {
		height: 4.4vw;
		top: -2.16vw;
		left: 2%;
	}

	.list-title-bg .box:after {
		height: 4.4vw;
	}

	.list-title-t {
		font-size: 1.16vw;
		line-height: 2.16vw;
		margin-bottom: .66vw;
	}

	.list-title-b {
		font-size: 2.5vw;
		top: -5.8vw;
	}

	.list-main {
		padding-top: 2.16vw;
	}

	.list-main-ul li {
		padding: 2vw 0;
	}

	.list-main-ul .list-main-flex {
		height: 14.16vw;
	}

	.list-main-date {
		width: 5.33vw;
		height: 4.66vw;
	}

	.list-main-date-t {
		font-size: 2.16vw;
		line-height: 2.5vw;
		height: 2.5vw;
	}

	.list-main-date-b {
		font-size: 1vw;
		line-height: 1.5vw;
		height: 1.5vw;
	}

	.list-main-text {
		margin-left: 2.66vw;
	}

	.list-main-text-t {
		font-size: 1.33vw;
		margin-bottom: 1vw;
		line-height: 2vw;
		max-height: 6vw;
	}

	.list-main-text-b {
		font-size: 1vw;
		line-height: 1.5vw;
		max-height: 6vw;
	}

	.list-main-r-title {
		font-size: 1.66vw;
		padding: 1vw 0;
		padding-left: 32px;
	}

	.list-main-r-ul {
		padding-left: .66vw;
		margin-top: 2.33vw;
	}

	.list-main-r-ul li::after {
		width: .5vw;
		height: .5vw;
		left: -1.08vw;
		top: .66vw;
	}

	.list-main-r-date {
		font-size: 1.16vw;
		width: 4.83vw;
		height: 2.16vw;
		line-height: 2.16vw;
		padding-left: .33vw;
		margin-bottom: 1.66vw;
	}

	.list-main-r-text {
		font-size: 1.16vw;
		margin-bottom: 1.66vw;
		padding-left: .33vw;
	}

	.list-title-b {
		padding: 1.2vw 2.4vw;
	}
}

@media all and (max-width:800px) {
	.nav-box {
		display: none;
	}

	.head {
		height: 14vw;
		border-top: .7vw solid #1494d4;
	}

	.logo img {
		height: 10vw;
		margin-top: 1vw;
	}

	.nav-btn {
		top: -1px;
		width: 14vw;
		height: 12vw;
	}

	.nav-btn::before {
		-webkit-transform: perspective(10vw) rotateX(174deg);
		transform: perspective(10vw) rotateX(174deg);
	}

	.nav-btn span {
		width: 5vw;
		height: 0.6vw;
		margin-bottom: 1.2vw;
		border-radius: 4px;
		margin-left: 0.6vw;
	}

	.head-mask {
		background: #1494D4 url(/skin/2022/img/head_bg.png) repeat-x center top;
		background-size: auto 16vw;
	}

	.head-mask-main {
		padding-top: 0;
		margin-top: 15vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.head-mask-li {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		text-align: left;
		padding: 3vw 0;
		margin: 0 4vw;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
		position: relative;
	}

	.head-mask-li a {
		font-size: 5vw;
		height: 6vw;
		line-height: 6vw;
		display: block;
		-webkit-transition: color .4s;
		-o-transition: color .4s;
		transition: color .4s;
	}

	.head-mask-ul {
		padding-top: 2vw;
		padding-left: 2vw;
		padding-bottom: 0;
		display: none;
	}

	.head-mask-li2 {
		padding: 2vw 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.head-mask-li2:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.head-mask-li2 a {
		font-size: 4.6vw;
	}

	.head-mask-ul2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.head-mask-li3 {
		padding: 1.4vw 0;
		padding-right: 4vw;
	}

	.head-mask-li3:last-child {
		padding-bottom: 0;
	}

	.head-mask-li3 a {
		font-size: 4vw;
	}

	.head-mask-zk {
		width: 6vw;
		height: 6vw;
		background: url(/skin/2022/img/xl.png) no-repeat center center;
		background-size: 80%;
		display: block;
		position: absolute;
		right: 0;
		top: 3vw;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}

	.head-mask-zk-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.banner {
		width: 100%;
		height: 60vw;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}

	.list-banner {
		height: 16vw;
		overflow: visible;
	}

	.wx-banner {
		height: 14.7vw;
	}

	.list-banner .swiper-img {
		height: 26vw;
	}

	.news-main {
		flex-direction: column;
	}

	.news-main-l {
		width: 100%;
		margin-bottom: 12px;
		/* display: none; */
	}

	.news-swiper img {
		height: 60vw;
	}

	.index-title-text {
		font-size: 4.8vw;
		height: 10vw;
		line-height: 10vw;
	}

	.index-title-text span {
		font-size: 2.2vw;
	}

	.index-more {
		padding: 0.6vw 1.2vw;
		font-size: 2.6vw;
	}

	.index-title::after {
		width: 12vw;
		height: .8vw;
	}

	.news-main-r {
		width: 100%;
		margin-left: 0;
	}

	.list-main-r-nav {
		display: none;
	}

	.news-list {
		height: auto;
	}

	.news-list li {
		padding: 2vw 1vw;
	}

	.news-list-t .date {
		margin-right: 2vw;
	}

	.news-list-t .date span {
		font-size: 3.6vw;
	}

	.news-list-t .date span:last-child {
		font-size: 2.2vw;
	}

	.news-list-text {
		font-size: 3.6vw;
		line-height: 5.2vw;
		height: 10.4vw;
		margin-bottom: 0;
	}

	.news-list .news-list-active {
		height: auto;
		/* background-color: transparent; */
	}

	.news-list-active .news-list-t .date span,
	.news-list-active .news-list-text {
		color: #fff;
	}

	.news-list-active .news-list-b {
		display: none;
	}

	.tzgg-bg {
		padding-top: 3.2vw;
		padding-bottom: 4.6vw;
	}

	.tzgg-bg .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tzgg-main {
		width: 100%;
		margin-right: 0;
	}

	.tzgg-list {
		padding: 1vw 0;
	}

	.tzgg-list li {
		padding: 2vw 0;
	}

	.tzgg-date {
		height: 11vw;
		padding: 0 1vw;
	}

	.tzgg-date-t {
		font-size: 4vw;
	}

	.tzgg-date-b {
		font-size: 2.6vw;
	}

	.tzgg-text {
		margin-left: 2.6vw;
		font-size: 3.6vw;
		line-height: 5.2vw;
		height: 10.4vw;
	}

	.hdyg-main {
		margin-left: 0;
		width: 100%;
	}

	.hdyg-list-l {
		height: 64vw;
		padding-top: 3.2vw;
	}

	.hdyg-list-l li {
		height: calc(100% - 3.2vw);
	}

	.hdyg-list-r {
		padding-top: 3.2vw;
		margin-left: 2vw;
		height: 64vw;
	}

	.hdyg-list-r li {
		margin-bottom: 2vw;
		border-top: .6vw solid #1494D4;
		padding: 0 2.2vw;
	}

	.hdyg-list-text-date {
		font-size: 4.2vw;
	}

	.hdyg-list-text-date span {
		font-size: 2.6vw;
	}

	.hdyg-list-text-date img {
		margin-left: 1.3vw;
		width: 2.5vw;
	}

	.hdyg-list-text-address {
		font-size: 2.8vw;
		padding-left: 4vw;
	}

	.hdyg-list-text {
		line-height: 4.4vw;
		height: 8.4vw;
		font-size: 3.4vw;
		margin-top: 2vw;
	}

	.aspect-title {
		height: 10vw;
	}

	.aspect-title-text {
		padding-right: 4vw;
		margin-right: 4vw;
		border-right: 0.5vw solid #1494D4;
	}

	.aspect-title-l {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.aspect-title-text-t {
		font-size: 2.4vw;
	}

	.aspect-title-text-b {
		font-size: 5vw;
	}

	.aspect-title-synopsis {
		display: none;
	}

	.aspect-title-more {
		margin-right: 6vw;
		padding: 0.6vw 1.2vw;
		font-size: 2.6vw;
		margin-left: auto;
	}

	.aspect-title-btn-l,
	.aspect-title-btn-r {
		width: 6vw;
		height: 6vw;
	}

	.aspect-list-img {
		height: 40vw;
	}

	.aspect-list-text-bg {
		padding: 1.4vw;
	}

	.aspect-list-text {
		font-size: 3.6vw;
		height: 6vw;
		line-height: 6vw;
		margin-bottom: 0vw;
	}

	.aspect-list-text-t,
	.aspect-list-text-b {
		font-size: 2.4vw;
		height: 4vw;
		line-height: 4vw;
		padding-left: 4vw;
	}

	.rdsz-title {
		padding-bottom: 2.6vw;
		margin-bottom: 2vw;
	}

	.rdsz-title-en {
		font-size: 2.4vw;
	}

	.rdsz-title-text {
		font-size: 5vw;
	}

	.rdsz-title::after {
		width: 10vw;
		height: .8vw;
	}

	.rdsz-text {
		font-size: 2.4vw;
		line-height: 4vw;
	}

	.rdsz-ul {
		padding-top: 4vw;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.rdsz-li {
		width: 33.33%;
	}

	.rdsz-img {
		width: 20vw;
		height: 20vw;
	}

	.rdsz-ul-text {
		font-size: 3.4vw;
		line-height: 6vw;
	}

	.rdsz-link-ul li {
		line-height: 6vw;
		height: 6vw;
		font-size: 2.8vw;
	}

	.video-bg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.video-r {
		height: 72vw;
		width: 100%;
	}

	.video-l {
		width: 100%;
		padding: 2vw 0;
		border-radius: 0;
	}

	.video-ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.video-ul li {
		height: 10vw;
		width: 24%;
		line-height: 10vw;
		padding: 0 3.33vw;
		font-size: 3.4vw;
	}

	.video-ul li a {
		background-size: 3vw;
	}

	.media-split {
		margin: 5.8vw auto 2.5vw;
	}

	.media-title-bg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.media-title-l {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.media-title-text-t {
		font-size: 3.4vw;
	}

	.media-title-text-b {
		font-size: 5vw;
		padding-top: 1vw;
	}

	.media-title-more {
		padding: 0.6vw 1.2vw;
		font-size: 2.6vw;
		margin: 1vw 0;
	}

	.media-list li {
		width: 10vw;
		height: 10vw;
		margin: 2vw 2.5vw;
	}

	.media-main-bg {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.media-main-l {
		width: 100%;
	}

	.media-main-list {
		height: 48vw;
	}

	.media-main-list-text {
		font-size: 2.6vw;
		padding: 0 2vw;
	}

	.media-main-list-text p {
		line-height: 3.2vw;
		height: 6.2vw;
	}

	.media-main-list-dy,
	.media-main-list-wb,
	.media-main-list-wx,
	.media-main-list-bz {
		height: 6vw;
		width: 4.6vw;
		background-size: 3vw;
	}

	.media-main-list-dy {
		border-bottom: .66vw solid #1494d4;
	}

	.media-main-list-wb {
		border-bottom: .66vw solid #ff9600;
	}

	.media-main-list-wx {
		border-bottom: .66vw solid #1dce00;
	}

	.media-main-list-bz {
		border-bottom: .66vw solid #ff78d7;
	}

	.media-main-r {
		width: 100%;
	}

	.media-title-r {
		margin-right: 0;
	}

	.media-list li .media-list-b {
		top: 14vw;
		border-radius: 1.4vw;
		width: 30vw;
		height: 36vw;
	}

	.media-list li .media-list-b::after {
		border-left: 2.8vw solid transparent;
		border-right: 2.8vw solid transparent;
		border-bottom: 3.6vw solid #fff;
		top: -2.8vw;
	}

	.media-list li .media-list-b img {
		width: 29vw;
		height: 29vw;
	}

	.media-list li .media-list-b p {
		font-size: 2.6vw;
	}

	.link-bg {
		padding-top: 5vw;
		width: 100%;
	}

	.link-ul li {
		line-height: 4vw;
		font-size: 3.4vw;
		padding: 2.6vw 0;
		margin-right: 6vw;
		width: 26vw;
	}

	.footer-t {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 10vw;
		margin-top: 30vw;
	}

	.footer-img {
		height: 12vw;
		margin-top: 1vw;
		margin-bottom: 2vw;
	}

	.footer-text {
		padding-left: 0;
		line-height: 4.4vw;
		font-size: 3.2vw;
	}

	.footer-b p {
		font-size: 3.2vw;
		padding: 0 4vw;
	}

	.footer-qrcode {
		position: absolute;
		top: -28vw;
		z-index: 2;
		width: 36vw;
		height: 36vw;
		margin-left: 0;
	}

	.footer-qrcode-bg {
		position: static;
		width: auto;
	}

	.footer-wx .footer-t {
		margin-top: 0;
		padding-top: 2vw;
	}

	/* 列表页 */
	.list-title-bg {
		height: 7vw;
		padding-top: 8.5vw;
	}

	.list-title-bg .box::before {
		height: 7vw;
	}

	.list-title-bg .box:after {
		height: 7vw;
	}

	.list-title-t {
		font-size: 2.6vw;
		line-height: 5vw;
		margin-bottom: 1vw;
	}

	.list-title-b {
		font-size: 3.6vw;
		top: -7.8vw;
	}

	.list-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.list-main-l {
		width: 100%;
	}

	.list-main-ul li {
		padding: 4vw 0;
	}

	.list-main-ul .list-main-flex {
		height: 24vw;
	}

	.list-main-img {
		width: 34%;
	}

	.list-main-date {
		width: 10vw;
		height: 9vw;
	}

	.list-main-date-t {
		font-size: 4vw;
		line-height: 5vw;
		height: 5vw;
	}

	.list-main-date-b {
		font-size: 2vw;
		line-height: 3vw;
		height: 3vw;
	}

	.list-main-text-t {
		font-size: 2.8vw;
		margin-bottom: 1vw;
		line-height: 4vw;
		max-height: 12vw;
	}

	.list-main-text-b {
		font-size: 2.4vw;
		line-height: 3vw;
		max-height: 12vw;
	}

	.list-main-r {
		width: 100%;
	}

	.list-main-r-title {
		font-size: 3.4vw;
		padding: 2vw 0;
		padding-left: 32px;
	}

	.list-main-r-ul {
		padding-left: 2vw;
		margin-top: 4vw;
	}

	.list-main-r-date {
		font-size: 2.8vw;
		width: 12vw;
		height: 4.4vw;
		line-height: 4.4vw;
		padding-left: .4vw;
		margin-bottom: 3.2vw;
	}

	.list-main-r-text {
		font-size: 3.6vw;
		margin-bottom: 3.2vw;
		padding-left: .6vw;
	}

	.list-main-r-ul li::after {
		width: 1.4vw;
		height: 1.4vw;
		left: -2.86vw;
		top: 1.2vw;
	}
}