[v-cloak] {
	display: none;
}

.web-container {
	width: var(--web-width);
	margin: 0 auto;
}

.common-module {
	margin-top: 30px;
}

section.module-box {
	background-color: #f9f9fb;
	padding: 30px 0;
}

section.module-box:nth-child(2n-1) {
	background-color: #fff;
}

.common-title {
	color: #393939;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

.common-title h2 {
	font-size: 28px;
	margin: 0;
	color: #266744;
	letter-spacing: 2px;
}

.common-title-en {
	font-size: 14px;
	color: #abc3b6;
}

.text-more {
	color: #999;
	padding: 3px 6px;
	font-size: 16px;
	display: inline-block;
	font-weight: normal;
	text-align: center;
}

.text-more:hover {
	color: #000;
	opacity: 0.8;
}

a:hover {
	color: var(--web-theme-color);
}

.ant-btn.ant-btn-primary {
	background-color: var(--web-theme-color);
	border-color: var(--web-theme-color);
}

.wrapper {
	min-height: 100vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lang {
	background: #fbf8f8;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}

.lang-name.on {
	color: #000;
}

.lang-cn {
	padding-left: 20px;
	background-position: -10px -42px;
	margin-right: 5px;
}

.lang-en {
	padding-left: 20px;
	background-position: -10px -82px;
}

.adv-modal {
	position: fixed;
	top: 69px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	z-index: 10;
	right: 10px;
	width: 150px;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.banner .minisite-qrcode {
	padding: 10px;
	position: absolute;
	bottom: 0px;
	right: 0;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.banner .minisite-qrcode img {
	width: 100px;
	height: 100px;
}

.banner .minisite-qrcode p {
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-size: 12px;
}

.banner .minisite-qrcode:hover {
	bottom: 0;
	cursor: pointer;
}

.nav {
	height: 50px;
	line-height: 50px;
	background: var(--web-nav-color);
	color: var(--web-nav-font-color);
	position: relative;
	z-index: 10;
}

.nav .nav-menu,
.nav .lang-mobile {
	display: none;
}

.nav-date-content {
	white-space: nowrap;
}

.nav-item {
	position: relative;
	line-height: 1.2;
	text-align: center;
	z-index: 1;
}

.nav-item-p {
	display: block;
	padding: 0 20px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	font-size: 15px;
	text-align: center;
	color: var(--web-nav-font-color);
	overflow: hidden;
}

.nav-item.selected,
.nav-item:hover {
	background: var(--web-nav-active-color);
}

.nav-item.selected .nav-item-p,
.nav-item:hover .nav-item-p {
	color: var(--web-nav-font-active-color);
}

.nav-item .nav-item-second {
	width: 200%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	display: none;
	background: var(--web-nav-color);
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
}

.nav-item .nav-item-second a {
	display: block;
	text-align: center;
	padding: 10px;
	line-height: 1.2;
	color: var(--web-nav-font-color);
}

.nav-item .nav-item-second a:hover {
	background: var(--web-nav-active-color);
	color: var(--web-nav-font-active-color);
}

.nav-item:hover .nav-item-second {
	display: block;
}

.countdown-module .countdown-item {
	text-align: center;
}

.countdown-module .countdown-item-date {
	color: #2e3d4d;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "PT Sans";
}

.countdown-module .countdown-item-tit {
	color: #8f97a7;
	font-size: 0.5rem;
}

.countdown-module .countdown-dot {
	font-size: 1.2rem;
	color: #cccfd6;
	width: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.countdown-module .countdown-status {
	font-size: 0.6rem;
	font-weight: bold;
	margin: 20px 0;
}

.channel-module .channel-item {
	background-image: linear-gradient(to top, #57B6B8, #88CAB0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	padding: 30px 0;
	cursor: pointer;
}

.channel-module .channel-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.channel-module .channel-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	z-index: 1;
}

.channel-module .channel-item-content {
	color: #fff;
	display: block;
	text-align: center;
}

.channel-module .channel-item:not(:last-child) {
	margin-right: 20px;
}

.channel-module .channel-item .icon-box {
	width: 76px;
	height: 76px;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	line-height: 75px;
	text-align: center;
	font-size: 30px;
	margin: 0 auto 15px;
}

.channel-module .channel-item .icon-box i:before {
	width: auto;
}

.channel-module .channel-item .icon-box i {
	font-size: inherit;
}

.channel-module .channel-item .icon-box img {
	width: 68px;
	height: 68px;
	-o-object-fit: contain;
	object-fit: contain;
}

.channel-module .channel-item-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 15px;
}

.channel-module .channel-item-date {
	font-size: 12px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.7);
}

.merge-module {
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}

.merge-module .ant-col,
.merge-module .ant-row {
	position: static;
}

.merge-module .ant-row {
	margin-left: -15px;
	margin-right: -15px;
}

.merge-module .ant-col {
	padding-left: 15px;
	padding-right: 15px;
}

.hytz_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f8f8f8;
}

.merge-module .ant-col .text-more {
	font-size: 16px;
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.merge-module .ant-col .text-more>img {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.text-module .text-title {
	font-size: 60px;
	font-style: italic;
	color: #e1e1ee;
	font-weight: bold;
	position: absolute;
	line-height: 60px;
	line-height: 1;
	top: -20px;
}

.text-module .text-cntitle {
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #fff;
	margin: 0;
	background: #00965F;
	padding-left: 20px;
	padding-right: 40px;
	clip-path: polygon(0 35px, 0px 0px, 75% -100%, 100% 35px);
}

.text-module .text-content {
	display: block;
	font-size: 15px;
	color: #000;
	height: 265px;
	overflow: auto;
	line-height: 25px;
	background-color: #E8F7EE;
}

.carousel-banner-module {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.carousel-banner-module .custom-slick-arrow {
	margin-top: -35px !important;
	display: none !important;
}

.carousel-banner-module:hover .custom-slick-arrow {
	display: block !important;
}

.carousel-banner-module .carousel-banner-item {
	height: 300px;
	display: block;
}

.carousel-banner-module img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.new-module .ant-col:nth-child(n+4) {
	margin-top: 15px;
}

.merge-module .slick-track {
	width: 570px;
	max-width: 100%;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	margin: 0 auto;
}

.merge-module .slick-track a {
	width: 100%;
	display: inline-block;
}

.merge-module .slick-track .slick-active {
	outline: none;
	width: 570px;
	max-width: 100%;
}

.new-module .new-item {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #384352;
	background-color: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.new-module .new-item:hover {
	border-color: var(--web-theme-color);
	-webkit-box-shadow: 0 0 4px #eee;
	box-shadow: 0 0 4px #eee;
}

.new-module .new-item-top {
	padding-bottom: 10px;
	color: var(--web-theme-color);
}

.new-module .new-item-num {
	font-weight: 600;
	font-size: 48px;
	margin-right: 15px;
	line-height: 1;
	background-image: linear-gradient(to bottom, #0F9C68, #E2F3EC);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.new-module .new-item-title {
	font-size: 16px;
	color: #333;
}

.new-module .new-item-date {
	font-weight: 400;
	font-size: 13px;
	color: #999;
}

.new-module>.ant-row-flex {
	margin-left: -7.5px;
	margin-right: -7.5px;
}

.new-module>.ant-row-flex>.ant-col {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.new-module>.ant-row-flex>.ant-col>a {
	height: 100%;
}

.merge-module .text-content span {
	color: #000;
}

.new2-module .ant-col:nth-child(n+3) .new2-item {
	border-top: 1px solid #ebedf3;
}

.new2-module .new2-item {
	display: block;
	border-radius: 3px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	position: relative;
}

.new2-module .new2-item:before {
	width: 5px;
	height: 5px;
	background-color: #aaa;
	content: '';
	position: absolute;
	left: 0px;
	top: 24px;
}

.new2-module .new2-item:hover * {
	color: var(--web-theme-color);
}

.new2-module .new2-item:hover:before {
	background-color: var(--web-theme-color);
}

.ant-carousel .custom-slick-arrow {
	width: 25px;
	line-height: 60px;
	height: 45px;
	background-color: #e4e0e0;
	opacity: 1;
	border-radius: 3px;
	text-align: center;
	margin-top: -45px;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	z-index: 9;
}

.ant-carousel .custom-slick-arrow:hover {
	background-color: #b4afaf;
}

.ant-carousel .custom-dots li button {
	background: var(--web-theme-color) !important;
	opacity: 0.5;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.ant-carousel .custom-dots li button.slick-active {
	opacity: 1;
}

.guest-module .custom-slick-arrow {
	margin-top: -32px;
}

.guest-module .guest-item {
	padding: 40px 20px 30px 20px;
	background-color: var(--web-theme-color);
	display: block;
	height: 100%;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.guest-module .guest-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
	background: url("https://files.sciconf.cn/pc-template/c3/images/export_bg.jpg") bottom no-repeat;
	-o-background-size: cover;
	background-size: cover;
}

.guest-module .guest-item img {
	width: 125px;
	height: 125px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border: 1px solid transparent;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.guest-module .guest-item img:hover {
	border: 1px solid var(--web-theme-color);
}

.guest-module .guest-item h3 {
	color: inherit;
}

.guest-module .guest-item p {
	opacity: 0.7;
}

.goods-module .carousel-goods-module .slick-slider {
	padding-bottom: 30px;
}

.goods-module .goods-item {
	overflow: hidden;
}

.goods-module .goods-item img {
	width: 100%;
	height: 190px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
	box-shadow: 0px 3px 15px 0 rgba(69, 79, 127, 0.22);
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.goods-module .goods-item img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.company-module .carousel-company-module .slick-slider {
	padding-bottom: 30px;
}

.company-module .company-item {
	position: relative;
	background-color: #fff;
	width: 16.666%;
	display: block;
	height: 196px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-right: 0;
	overflow: hidden;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.company-module .company-item:last-child {
	border-right: 1px solid #dcdcdc;
}

.company-module .company-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}

.company-module .company-item-info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.68);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.company-module .company-item-info p {
	padding: 5px;
}

.company-module .company-item-btn {
	font-size: 12px;
	display: inline-block;
	padding: 4px 10px;
	background-color: var(--web-theme-color);
	border-radius: 22px;
	color: #fff;
}

.company-module .company-item:hover .company-item-info {
	opacity: 1;
}

.photos-module {
	position: relative;
	padding: 15px 0;
}

.photos-module:before {
	content: '';
	width: 50%;
	height: 100%;
	background-color: var(--web-theme-color);
	position: absolute;
	left: 0;
	top: 0;
}

.photos-module .photo-title h2 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 5px;
}

.photos-module .photo-title p {
	color: rgba(255, 255, 255, 0.5);
}

.photos-module .photos-item {
	position: relative;
	z-index: 2;
	height: 232px;
}

.photos-module .photos-item img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.photos-module .photos-item-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(https://files.sciconf.cn/pc-template/c3/images/photo_bg.png) center repeat-x;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0;
	padding: 0 30px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	color: #fff;
}

.photos-module .photos-item:hover .photos-item-text {
	opacity: 1;
}

.friend-module .carousel-friend-module .slick-slider {
	padding-bottom: 30px;
}

.friend-module .friend-item {
	width: -webkit-calc(12%);
	width: -moz-calc(12%);
	width: calc(20% - 8px);
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
}

.friend-module .friend-item:last-child {
	margin-right: 0;
}

.friend-module .friend-item img {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	width: 100%;
	height: 65px;
	padding: 5px 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.friend-module .friend-item img:hover {
	border: 1px solid var(--web-theme-color);
}

.footer {
	padding: .5rem;
	font-size: .6rem;
}

.footer a {
	color: #fff;
}

.contact {
	display: flex;
	justify-content: center;
	background-color: #F2F2F2;
	padding: .7rem 0;
}

.contact>div {
	display: flex;
	align-items: center;
}

.contact>div>img {
	width: 1.75rem;
	height: 1.75rem;
	margin-right: .7rem;
}

.contact>div p {
	font-size: .7rem;
	color: #858585;
}

.contact .contact_line {
	height: 1.75rem;
	width: 1px;
	background-color: #858585;
	margin: 0 20px 0 20px;
}

.contact>div p.contact_name {
	font-size: .6rem;
	line-height: 1.3rem;
}

.ant-breadcrumb {
	color: #384352;
}

.ant-breadcrumb * {
	color: inherit !important;
}

.sub-asidebar {
	width: 195px;
}

.sub-asidebar-title {
	background-color: var(--web-theme-color);
	font-weight: bold;
	color: #fff;
	padding: 15px;
	word-break: break-word;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.sub-asidebar-title-en {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: normal;
}

.sub-asidebar-list {
	background-color: #fafafb;
	border: 1px solid #e4e8f1;
	padding: 5px;
}

.sub-asidebar-item {
	padding: 15px;
	color: #000;
}

.sub-asidebar-item-title {
	position: relative;
}

.sub-asidebar-item-entitle {
	color: #999;
	font-size: 11px;
}

.sub-asidebar-item.selected,
.sub-asidebar-item:hover {
	color: #fff;
	background-color: var(--web-theme-color);
}

.sub-asidebar-item.selected *,
.sub-asidebar-item:hover * {
	color: inherit;
}

.sub-asidebar-item.selected .sub-asidebar-item-title:before,
.sub-asidebar-item:hover .sub-asidebar-item-title:before {
	background-color: #fff;
}

.sub-common-module {
	margin-top: 20px;
}

.right-content {
	border-radius: 5px;
	padding: 0 0px 20px 0px;
}

.right-content .fs18 {
	margin-bottom: 0;
	font-size: 1rem;
}

.right-content .common-title {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}

.right-content .sub-new-item {
	padding: 15px 0;
	color: inherit;
}

.right-content .sub-new-item:not(:last-child) {
	border-bottom: 1px dashed #ebedf3;
}

.right-content .sub-new-item:hover * {
	color: var(--web-theme-color);
}

@media screen and (min-width: 768px) {
	.nav-list.flex-item {
		display: flex !important;
	}
}

@media screen and (max-width: 1200px) {
	body {
		min-width: 1040px;
	}

	.web-container {
		width: 1040px;
	}

	.nav-item-p {
		padding: 0 15px;
	}

	.goods-module .goods-item img {
		height: 166px;
	}

	.company-module .company-item {
		height: 174px;
	}

	.photos-module .photos-item {
		height: 205px;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: auto;
	}

	.fs12 {
		font-size: 0.55rem;
	}

	.fs14 {
		font-size: 0.6rem;
	}

	.fs16 {
		font-size: 0.65rem;
	}

	.lang {
		display: none;
	}

	.common-title {
		padding-bottom: 0.5rem;
	}

	.common-title h2 {
		font-size: 0.8rem;
		line-height: 1;
	}

	.common-title-en {
		font-size: 0.5rem;
		margin-top: 0.2rem;
		letter-spacing: 0.2rem;
	}

	section.module-box {
		padding: 1.2rem 0 0.8rem;
	}

	body {
		font-size: 0.6rem;
	}

	.wrapper {
		padding-top: 1.8rem;
	}

	.body-view {
		padding-bottom: 2rem;
	}

	.web-container {
		width: 100%;
		padding: 0 15px;
	}

	.common-module {
		margin-top: 0.8rem;
	}

	.nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 1.8rem;
		line-height: 1.8rem;
		font-size: 0.55rem;
	}

	.nav .nav-menu {
		color: var(--web-nav-font-color);
		display: block;
		position: absolute;
		right: 0;
		padding: 0.5rem;
		font-size: 0.8rem;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.nav .lang-mobile {
		display: block;
		margin-right: 1rem;
	}

	.nav .lang-mobile .ant-divider {
		margin: 0;
	}

	.nav .lang-mobile a {
		padding: 0.3rem;
	}

	.nav .lang-mobile a.selected {
		background: var(--web-nav-active-color);
	}

	.nav .lang-mobile * {
		color: #fff;
	}

	.nav .nav-list {
		display: none;
		position: absolute;
		right: 0;
		top: 1.8rem;
		width: 8rem;
		z-index: 1;
		max-height: 70vh;
		overflow: auto;
		background: var(--web-nav-color);
	}

	.nav .nav-list .nav-item-p {
		line-height: 1.2;
		padding: 0.5rem;
		text-align: left;
		font-size: 0.6rem;
		height: auto;
	}

	.nav .nav-list .nav-item-second {
		position: static;
		width: 100%;
		font-size: 0.5rem;
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: var(--web-nav-active-color);
	}

	.nav .nav-list .nav-item-second a {
		text-align: left;
		position: relative;
		padding: 0.3rem 0.3rem 0.3rem 1rem;
	}

	.nav .nav-list .nav-item-second a:before {
		content: ' - ';
		position: absolute;
		left: 0.5rem;
		top: 0.25rem;
	}

	.minisite-qrcode {
		display: none;
	}

	.countdown-module .countdown-dot {
		width: 1.5rem;
		font-size: 1rem;
	}

	.countdown-module .countdown-item-date {
		font-size: 1rem;
	}

	.channel-module .channel-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.channel-module .channel-item {
		padding: 0.8rem 0;
		width: -webkit-calc(49.75%);
		width: -moz-calc(49.75%);
		width: calc(50% - 0.25rem);
		-webkit-box-flex: initial;
		-webkit-flex: initial;
		-moz-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
	}

	.channel-module .channel-item:nth-child(n) {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	.channel-module .channel-item:nth-child(2n) {
		margin-left: 0.5rem;
	}

	.channel-module .channel-item .icon-box {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 0.8rem;
		margin: 0 auto 0.5rem;
	}

	.channel-module .channel-item .icon-box img {
		width: 1.8rem;
		height: 1.8rem;
	}

	.channel-module .channel-item-title {
		font-size: 0.6rem;
		line-height: 1.5;
		margin-top: 0.3rem;
	}

	.channel-module .channel-item-date {
		font-size: 0.5rem;
		margin-top: 0.1rem;
	}

	.merge-module {
		margin-top: 0.8rem;
		margin-bottom: 0.8rem;
	}

	.merge-module .ant-col,
	.merge-module .ant-row {
		position: static;
	}

	.merge-module .text-module {
		text-align: center;
	}

	.merge-module .text-title {
		display: none;
	}

	.merge-module .text-cntitle {
		font-size: 0.8rem;
		margin-top: 0;
	}

	.merge-module .text-content {
		overflow: auto;
		height: auto;
		font-size: 0.6rem;
	}

	.merge-module .text-more {
		display: none;
	}

	.merge-module .carousel-banner-module {
		height: 8.42rem;
		margin-top: 0.8rem;
	}

	.merge-module .carousel-banner-module .carousel-banner-item {
		height: 8.42rem;
	}

	.new-module .ant-col:nth-child(n) {
		margin-top: 0.5rem;
	}

	.new-module .new-item {
		padding: 0.65rem;
	}

	.new-module .new-item-top {
		padding-bottom: 0.3rem;
	}

	.new-module .new-item-num {
		font-size: 0.7rem;
	}

	.new-module .new-item-title {
		font-size: 0.6rem;
		line-height: 1.4;
		margin-top: 0.3rem;
	}

	.new-module .new-item-date {
		font-size: 0.5rem;
		line-height: 1.4;
	}

	.new2-module .ant-col:nth-child(n):not(:first-child) .new2-item {
		border-top: 1px solid #ebedf3;
	}

	.new2-module .new2-item {
		padding: 0.5rem 0.5rem 0 0.5rem;
	}

	.new2-module .new2-item:before {
		width: 0.2rem;
		height: 0.2rem;
		top: 0.8rem;
	}

	.guest-module .custom-slick-arrow {
		margin-top: -32px;
	}

	.guest-module .ant-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 0.5rem;
	}

	.guest-module .guest-item {
		padding: 1rem 0.6rem;
	}

	.guest-module .guest-item img {
		width: 3.5rem;
		height: 3.5rem;
	}

	.goods-module .carousel-goods-module .slick-slider {
		padding-bottom: 0.8rem;
	}

	.goods-module .ant-row {
		margin: -7.5px !important;
	}

	.goods-module .ant-col {
		padding: 7.5px !important;
	}

	.goods-module .goods-item img {
		height: 4.8rem;
	}

	.company-module .carousel-company-module .slick-slider {
		padding-bottom: 1.5rem;
	}

	.company-module .company-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.company-module .company-item {
		width: 50%;
		height: 7.3rem;
		padding: 0.4rem;
	}

	.company-module .company-item:nth-child(n) {
		border: 1px solid #dcdcdc;
	}

	.company-module .company-item:nth-child(2n) {
		border-left: 0;
	}

	.company-module .company-item-btn {
		font-size: 0.5rem;
		padding: 0.15rem 0.4rem;
		border-radius: 0.8rem;
	}

	.photos-module {
		padding: 0;
		margin: -0.2rem !important;
	}

	.photos-module .photo-title {
		background: var(--web-theme-color);
	}

	.photos-module .photo-title h2 {
		font-size: 0.8rem;
		margin-bottom: 0.2rem;
	}

	.photos-module .ant-col {
		padding: 5px !important;
	}

	.photos-module .photos-item {
		height: 4.2rem;
	}

	.photos-module .photos-item-text {
		padding: 0 1rem;
	}

	.friend-module .carousel-friend-module .slick-slider {
		padding-bottom: 1.2rem;
	}

	.friend-module .friend-list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.friend-module .friend-item {
		width: -webkit-calc(49.75%);
		width: -moz-calc(49.75%);
		width: calc(50% - 0.25rem);
	}

	.friend-module .friend-item:nth-child(n) {
		margin-right: 0.5rem;
	}

	.friend-module .friend-item:nth-child(2n) {
		margin-right: 0;
	}

	.friend-module .friend-item img {
		height: 65px;
		padding: 0.2rem 0.5rem;
	}

	.ant-breadcrumb {
		font-size: 0.6rem;
	}

	.bread {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.sub-asidebar {
		display: none;
	}

	.sub-common-module {
		margin-top: 0.5rem;
	}

	.right-content {
		padding: 0;
	}

	.right-content .common-title {
		padding-bottom: 0.3rem;
	}

	.right-content .sub-new-item {
		position: relative;
		padding: 0.5rem 0 1.5rem;
	}

	.right-content .sub-new-item h3 {
		margin-right: 0;
	}

	.right-content .sub-new-item-date {
		position: absolute;
		right: 3px;
		bottom: 0.5rem;
	}
}


/* 二级页 */
.bread {
	justify-content: left;
}


.footer {
	color: #fff;
	background-color: var(--web-theme-color);
	position: relative;
}

.footer * {
	position: relative;
	z-index: 2;
	color: #fff;
}

.sub-new-list .mr5 {
	font-size: 18px;
}

.sub-new-list .fs14 {
	font-size: 18px;
}

.pagenum {
	height: 30px;
	margin: 30px 0;
	text-align: center;
}

.pagenum a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eeeeee;
	color: #707070;
	border-radius: 5px;
	margin: 0 5px;
}

.pagenum a:hover {
	background-color: #009544;
	color: white;
}

.pagenum a:not(.prev):not(.next).act {
	background: #007C5A;
	color: white;
}

.pagenum span {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #eeeeee;
	color: #707070;
	border-radius: 5px;
	margin: 0 5px;
}

.side {
	border-bottom: 1px solid #e5e5e5;
	margin: 15px;
}

.side ul {
	overflow: hidden;
	margin-bottom: 15px;
	padding-left: 0;
}

.side ul li {
	float: left;
	font-size: 14px;
	font-weight: lighter;
	color: #333;
}

.side ul li a {
	color: #333;
}

li,
ul,
ol {
	list-style: none;
}

.relevant {
    border: 1px dashed #e5e5e5;
    border-left: none;
    border-right: none;
    margin: 40px 40px 20px;
    color: #999999;
    line-height: 240%;
}

.updwon {
    margin-left: 40px;
    margin-bottom: 50px;
}

.updwon p {
    margin-top: 10px;
}

.updwon p a:hover {
    text-decoration: underline;
    color: #b04810;
}

.backYxy{
width: 1170px;margin: 0 auto;position: relative;
}

.backYxy a{
position: absolute;
right: 0;
top: 0;
z-index: 1;
padding: .1rem .35rem .2rem;
background-color: #80C7B1;
color: #fff;
border-radius: 0 0 .3rem .3rem;
}
