﻿@charset "utf-8";

/* CSS Document */
#home-page {
	background-color: #fff5e1;
}

.mainBox {
    padding: 5% 15%;
    margin: 0 auto;
}

.section {
	margin: 80px auto;
	width: 1200px;
	overflow: hidden;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #faaa28;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #faaa28;
}

.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}

.mod .caption a {
	display: block;
}

.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgb(51 51 51 / .7)
}

.mod .inner-caption a {
	color: #eee;
}

.mod .inner-caption a:hover {
	color: #666;
}

.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 22px;
	color: #fff;
	/*background:linear-gradient(to right,#faaa28 0%,#2f1078 100%);*/
	background-color: rgba(204, 204, 204, .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}

.section-title em {
	font-style: normal;
	font-weight: 700;
	color: #333;
}

.section-title .more {
	float: right;
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	text-indent: 0;
	transition: .3s;
}

.section-title .more:hover {
	background-color: rgba(0, 153, 255, .2);
	color: #faaa28;
	transition: .3s;
}

/* page height begin */
#percentageCounter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#percentageCounter h1 {
	font-size: 14px;
	color: rgba(51 51 51 / .2);
	font-weight: 100;
}

/* page height end */

/* top-bar begin */
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(51 51 51 / .2);
	overflow: hidden;
}

.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}

.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}

.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}

.top-bar li:last-of-type::after {
	content: " ";
}

.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}

.top-bar .item a {
	padding: 0 7px;
}

.top-bar .home-site-link {
	color: black;
}

.top-bar a {
	color: #1a1a1a;
}

.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* top-bar end */

/* 背景图区域 begin */
.phd {
	margin-top: 50px;
	height: 650px;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 背景图区域 end */

/* section-3 begin */
.section-3 {
	margin-top: 0;
}

.section-3 .title {
	width: 98.5%;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 40px;
	font-weight: 700;
	color: #faaa28;
	text-align: center;
	letter-spacing: -1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-3 .title a {
	color: #faaa28;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #faaa28;
}

.section-3 .note {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

/* section-3 end */

/* section-vedio begin */
.section-vedio .unit {
	position: relative;
	padding: 8% 0;
}

.section-vedio .unit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("summer-luodi_bg02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    -webkit-filter: blur(8px);
	filter: blur(8px);
	z-index: -1;
}

.section-vedio .section-title {
	width: 830px;
	height: 200px;
	line-height: 200px;
	text-indent: 70px;
	background: url("section-title-bg.png") center center no-repeat;
	background-size: 100%;
	border-bottom: 0;
	margin: 0 auto 40px;
}

.section-vedio .section-title em {
	display: block;
	text-align: center;
	font-size: 40px;
	padding-top: 20px;
	color: #fff;
	font-style: italic;
	text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) 5px 5px 5px;
    -webkit-background-clip: text;
	letter-spacing: 0;
}

.section-vedio #video315 {
	width: 1100px;
	height: 600px;
	position: relative;
	margin: 0 auto;
}

.section-vedio #video315 .media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	z-index: 11;
}

.section-vedio #video315 .media img {
	width: 100%;
	height: 100%;
}

.section-vedio #video315 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.section-vedio .VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
	z-index: 15;
}

.section-vedio .VideoBtn img {
	width: 100%;
	height: 100%;
}

/* section-vedio end */

/* section-11-1 begin */
.section-11-1 {
	margin-top: 80px;
	margin-bottom: 0;
    position: relative;
    overflow: hidden;
    font-size: 0;
    +word-spacing: -1px;	
}

.section-11-1 .focus {
    position: absolute;
    top: 60px;
    right: -43px;
    z-index: 2;
    display: none;
}

.section-11-1 .swiper-container-xctj {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.section-11-1 .col-1 .pic img {
    width: 100%;
	height: 675px;
}

.section-11-1 .col-1 .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* background:rgba(0,0,0,.7);*/
    /* padding:10px 120px 10px 20px;*/
    color: #fff;
    line-height: 1.6;
    background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgba(51 51 51 / .3) 80%, rgba(51 51 51 / 0) 100%);
    padding: 20px 125px 20px 30px;
	display: none;
}

.section-11-1 .col-1 .title .b-title {
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.section-11-1 .col-1 .title .b-txt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    display: none;
}

.section-11-1 .col-1 .title a {
    color: #fff;
}

.section-11-1 .swiper-pagination-fraction {
    bottom: 8px;
    right: 30px;
    left: auto;
    width: auto;
    color: #fff;
    font-size: 30px;
}

.section-11-1 .swiper-pagination-fraction .swiper-pagination-current {
    color: #ff8a00;
}

.section-11-1 .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 18px;
}

.section-11-1 .swiper-button-prev,
.section-11-1 .swiper-button-next {
    width: 40px;
    height: 80px;
    background-color: rgb(237 166 76 / .7);
    padding: 20px 5px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 15px 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-11-1 .swiper-button-prev {
    left: 0;
}

.section-11-1 .swiper-button-next {
    right: 0;
}

.section-11-1 .swiper-pagination-fraction,
.section-11-1 .swiper-button-prev,
.section-11-1 .swiper-button-next {
    opacity: 0;
}

.section-11-1 .swiper-button-prev:hover,
.section-11-1 .swiper-button-next:hover {
    background-color: rgb(250 170 40 / .7);
    height: 200px;
}

.section-11-1 .swiper-container-xctj:hover .swiper-pagination-fraction,
.section-11-1 .swiper-container-xctj:hover .swiper-button-next,
.section-11-1 .swiper-container-xctj:hover .swiper-button-prev {
    opacity: 1;
}

/* .section-11-1 .col-2,
.section-11-1 .col-3 {
    margin-top: 40px;
    width: calc(50% - 30px);
    display: inline-block;
    +display: inline;
    +zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
} */

.section-11-1 .col-2 {
    width: 1200px;
    margin: 0 auto;
}

.section-11-1 .col-2 .mod-topics {
    width: calc(100%/2 - 20px);
    margin-left: calc(20px*2 / 1);
	margin-bottom: calc(20px*2 / 2);
	border-bottom: dashed 1px #d9d9d9;
	padding-bottom: 15px;
	/* -webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s;
	transition: all .5s; */
	display: none;
}

.section-11-1 .col-2 .mod-topics:nth-child(odd) {
    margin-left: 0;
}

.section-11-1 .col-2 .mod-topics:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.section-11-1 .col-2 .mod-topics:last-child {
    margin-bottom: 0;
}

/* .section-11-1 .col-2 .mod-topics:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
} */

.section-11-1 .col-2 .topic {
    font-size: 20px;
    font-weight: 700;
    height: auto;
    line-height: 1.6;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11-1 .col-2 .topic a {
    color: #555;
}

.section-11-1 .col-2 .abstract {
    color: #888;
    margin-top: 5px;
    text-align: justify;
    -webkit-line-clamp: 2;
}

.section-11-1 .col-3 {
    margin-left: 30px;
}

.section-11-1 .col-3 .Collapsing {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 46px;
    cursor: pointer;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 60px;
    border-top: 2px solid #f5f5f5;
    background-image: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 100%);
    color: #555;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11-1 .col-3 .Collapsing .u_num {
    font-style: italic;
    font-weight: bold;
    color: #faaa28;
    font-size: 22px;
    padding-right: 10px;
}

.section-11-1 .col-3 .Collapsing a {
    color: #555;
}

.section-11-1 .col-3 .Collapsing::before {
    content: "展开";
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 0;
    width: 40px;
    font-size: 14px;
    color: #8c8c8c;
    cursor: pointer;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzYxRjY5M0VGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzYxRjY5NEVGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDNjFGNjkxRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDNjFGNjkyRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SEXtYgAAAOlJREFUeNpinL31PyMDA8N/BsoAIxOQWAjEbBQYAtK7EGRQLBDvAGJBMgwRhOqNBRnUB8SOQHwYiBVIMASk9ghUbx/IoGIgzgFiDSA+DsQmRBhiAlWrDtVbzASVmArEgUDMC8QHgNgPjyF+UDW8UD0gvQxMSAo2A7EDEH8G4nVQm9BBNlTuM1TtZpgEE5rCM0BsAcQ3gHgyEPdC1TBB2VOgchZQtXDAgsXWh0BsC8RrgLgIiOWh4sFAvB9Kv0fXxIIjHEAKPYF4NhDHQcUWAXEqEP/CpoEFT6CCNCQA8X1QygXiBnw5ACDAALBxKwYgk6HCAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20%;
}

.section-11-1 .col-3 .Collapsing.on {
    border-top: 2px solid #e74167;
    background-image: linear-gradient(to right, #2d4cbb 0%, #faaa28 100%);
    color: #fff;
}

.section-11-1 .col-3 .Collapsing.on::before {
    content: "合并";
    color: #fff;
}

.section-11-1 .col-3 .Collapsing.on .u_num {
    color: #fff;
}

.section-11-1 .col-3 .Collapsing.on a {
    color: #fff;
}

.section-11-1 .col-3 .coll_body {
    padding: 0 15px 30px;
    background: #fff;
    display: none;
}

.section-11-1 .col-3 .coll_body span {
    font-size: 14px;
    line-height: 2;
    color: #888;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-11-1 .col-3 .coll_body span a {
    color: #888;
}

.section-11-1 .col-3 .coll_body:last-child {
    padding-bottom: 0;
}

.section-11-1 .col-4 {
    width: 1200px;
    margin: 30px auto 0;
}

.section-11-1 .col-4 .item {
    width: calc(100%/2 - 20px);
    margin-left: calc(20px*2 / 1);
	margin-bottom: calc(20px*2 / 2);
	position: relative;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.section-11-1 .col-4 .item:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.section-11-1 .col-4 .item:nth-child(odd) {
	margin-left: 0;
}

.section-11-1 .col-4 .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.section-11-1 .col-4 .item::before {
    content: "";
    width: 5px;
    height: 15px;
    background-color: #faaa28;
    /* -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); */
    position: absolute;
    left: 5px;
    top: 25%;
    margin-top: 0;
}

.section-11-1 .col-4 .item a {
    color: #333;
}

.section-11-1 .col-4 .item a:hover {
    color: #faaa28;
    transition: all .4s ease-in-out;
}

/* section-11-1 end */

/* section-14-2 begin */
#section-14-2 .unit {
	background-image: url("142_bg.png");
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 60px;
	position: relative;
}

#section-14-2 .unit::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 130px;
	height: 130px;
	background-image: url("xwq_logo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 20 !important;
}

#section-14-2 .subtit {
	position: relative;
	text-align: left;
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	color: rgb(249 167 37 / .7);
	font-family: 'Times New Roman', Times, serif;
}

#section-14-2 .subtit::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110px;
	height: 80px;
	background-image: linear-gradient(0deg, rgb(249 167 37 / 1),rgb(249 167 37 / .7));
}

#section-14-2 .areatit {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	right: 20px;
	color: #faaa28;
	font-size: 40px;
	font-weight: 700;
	writing-mode: vertical-rl;
	width: 110px;
	letter-spacing: 20px;
}

#section-14-3 .unit {
	background-image: url("143_bg.png");
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 60px;
	position: relative;
}

#section-14-3 .unit::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 130px;
	height: 130px;
	background-image: url("xwq_logo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 20 !important;
}

#section-14-3 .subtit {
	position: relative;
	text-align: right;
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	color: rgb(249 167 37 / .7);
	font-family: 'Times New Roman', Times, serif;
}

#section-14-3 .subtit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px;
	height: 80px;
	background-image: linear-gradient(0deg, rgb(249 167 37 / 1),rgb(249 167 37 / .7));
}

#section-14-3 .areatit {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	left: -30px;
	color: #faaa28;
	font-size: 40px;
	font-weight: 700;
	writing-mode: vertical-rl;
	width: 110px;
	letter-spacing: 20px;
}

.section-14-2 #video143 {
	margin-left: calc(100% - 1090px);
}

.section-14-2 #video142,
.section-14-2 #video143 {
	width: 1090px;
	height: 615px;
	position: relative;
}

.section-14-2 #video142 .media,
.section-14-2 #video143 .media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	z-index: 11;
}

.section-14-2 #video142 .media img,
.section-14-2 #video143 .media img {
	width: 100%;
	height: 100%;
}

.section-14-2 #video142 video,
.section-14-2 #video143 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.section-14-2 .VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
	z-index: 15;
}

.section-14-2 .VideoBtn img {
	width: 100%;
	height: 100%;
}

/* section-14-2 end */

/* section-17 begin */
#section-17 {
	margin-bottom: 0;
}

.section-17 .mod-tile {
	width: calc(100%/2 - 20px);
	margin-left: calc(20px*2 / 1);
	margin-bottom: calc(20px*2 / 1);
}

.section-17 .mod-tile:nth-child(2n+1) {
	margin-left: 0;
}

.section-17 .mod-tile .media {
	width: 100%;
}

.section-17 .mod-tile .media a {
	display: block;
	overflow: hidden;
    position: relative;
}

.section-17 .mod-tile .media a span {
	width: 48px;
    height: 48px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.section-17 .mod-tile .media  a span img {
	width: 100%;
	height: 100%;
}

.section-17 .mod-tile .media img {
	width: 100%;
	height: 325px;
}

.section-17 .mod-tile .media a img {
	transition: .5s;
	display: block;
}

.section-17 .mod-tile .media a:hover img {
	-webkit-transform: scaleX(1.2) scaleY(1.2);
	transform: scaleX(1.2) scaleY(1.2);
}

.section-17 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	text-align: justify;
	margin-top: 20px;
	color: #333;
}

.section-17 .mod-tile .caption a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-17 .mod-tile .caption a:hover {
	color: #faaa28;
}

.section-17 .mod-tile .abstract {
	text-align: justify;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    display: none;
}

.section-17 .mod-tile .abstract a {
	color: #333;
	display: inline;
}

.section-17 .mod-tile .abstract a:hover {
	color: #faaa28;
}

.section-17 .mod-topics {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	width: calc(100%/2 - 20px);
	margin-left: calc(20px*2 / 1);
	margin-bottom: calc(20px*2 / 2);
}

.section-17 .mod-topics:nth-child(2n+1) {
	margin-left: 0;
}

.section-17 .mod-topics:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.section-17 .mod-topics .topic {
	height: inherit;
	line-height: 1.6;
	font-size: 18px;
	position: relative;
	padding-left: 20px;
	color: #333;
}

.section-17 .mod-topics .topic a {
	color: #333;
}

.section-17 .mod-topics .topic a:hover {
	color: #faaa28;
}

.section-17 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #faaa28;
	position: absolute;
	left: 0;
	top: 7px;
}

.section-17 .mod-topics .abstract {
	line-height: 1.8;
	margin-top: 10px;
	color: #888;
	padding-left: 20px;
	text-align: justify;
}

.section-17 .mod-topics .abstract a {
	color: #faaa28;
}

#section-17-1 .mod-tile {
	width: calc(100%/3 - 20px);
	margin-left: calc(20px*3 / 2);
	margin-bottom: calc(20px*3 / 2);
}

#section-17-1 .mod-tile:nth-child(2n+1) {
	margin-left: calc(20px*3 / 2);
}

#section-17-1 .mod-tile:nth-child(3n+1) {
	margin-left: 0;
}

#section-17-1 .mod-tile .media a {
	display: block;
	overflow: hidden;
    position: relative;
}

#section-17-1 .mod-tile .media img {
	width: 100%;
	height: 215px;
}

#section-17-1 .mod-tile .media a span {
	width: 48px;
    height: 48px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

#section-17-1 .mod-tile .media  a span img {
	width: 100%;
	height: 100%;
}

#section-17-1 .mod-tile .abstract {
	text-align: justify;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* section-17 end */

/* section-18 begin */
#section-18-2,
#section-18-3 {
	margin: 80px auto;
}

#section-18-3 {
	transform: scaleY(-1);
}

.section-18 .unit {
	width: 1300px;
	padding: 0 50px;
	position: relative;
	margin: 0 auto;
}

.section-18 .swiper-container-zuocai,
.section-18 .swiper-container-nianyefan,
.section-18 .swiper-container-sqriji,
.section-18 .swiper-container-gushi {
	position: relative;
	overflow: hidden;
	width: 1200px;
}

.section-18 .mod-tile {
	width: 100%;
	/* padding: 0 20px; */
	overflow: hidden;
}

.section-18 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-18 .mod-tile .unit-title {
	position: relative;
	font-weight: 400;
	background: #e6e6e6;
	color: #333;
	line-height: 1.5;
	width: calc(100% - 30px);
	padding: 30px 20px 15px;
	font-size: 20px;
	margin: -40px auto 0;
	text-align: justify;
}

.section-18 .mod-tile .unit-title::after {
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #faaa28;
	position: absolute;
	left: 20px;
	top: 20px;
}

.section-18 .mod-tile .unit-title a {
	color: #333;
}

.section-18 .mod-tile .unit-title a:hover {
	color: #dc0000;
}

.section-18 .mod-tile .abstract {
	color: #333;
	width: calc(100% - 30px);
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin: 10px auto 0;
	text-align: justify;
}

.section-18 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
	display: none;
}

.section-18 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-18 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-18 .swiper-button-prev,
.section-18 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgb(250 170 40 / .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-18 .swiper-button-prev {
	left: 0;
}

.section-18 .swiper-button-next {
	right: 0;
}

.section-18 .swiper-button-prev:hover,
.section-18 .swiper-button-next:hover {
	background-color: rgb(237 166 76 / .7);
	height: 200px;
}

.section-18 .swiper-pagination-fraction,
.section-18 .swiper-button-prev,
.section-18 .swiper-button-next {
	opacity: 1;
}

.section-18 .swiper-container-tp:hover .swiper-pagination-fraction,
.section-18 .swiper-container-tp:hover .swiper-button-next,
.section-18 .swiper-container-tp:hover .swiper-button-prev {
	opacity: 1;
}

.section-18 .swiper-container-sqriji .mod-tile .unit-title,
.section-18 .swiper-container-gushi .mod-tile .unit-title {
	width: 100%;
	margin-top: 0;
}

.section-18 .swiper-container-sqriji .mod-tile .abstract,
.section-18 .swiper-container-gushi .mod-tile .abstract {
	display: none;
}

/* section-18 end */

/* section-25 begin */
#main-diary {
	padding: 0 5% 5%;
	background-image: url("diary_bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scaleY(-1);
}

.section-25 {
	transform: scaleY(-1);
	padding-bottom: 150px;
}

.section-25 .swiper-container-gdft {
	position: relative;
	overflow: hidden;
}

.section-25 .swiper-slide {
	width: 100%;
}

.section-25 .swiper-slide:nth-child(even) {
	margin-top: 40px;
}

.section-25 .mod-tile {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.section-25 .mod-tile .media {
	width: 100%;
}

.section-25 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-25 .mod-tile .topic {
	font-size: 16px;
	padding: 10px;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.section-25 .mod-tile .topic a {
	color: #fff;
}

.section-25 .mod-tile .topic a:hover {
	color: #1d4ca1;
}

.section-25 .mod-tile .abstract {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: rgb(51 51 51 / .7);
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	cursor: pointer;
}

.section-25 .mod-tile .abstract a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	overflow: hidden;
}

.section-25 .mod-tile:hover .topic {
	opacity: 0;
	bottom: -50px;
}

.section-25 .mod-tile:hover .abstract {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.section-25 .swiper-button-prev,
.section-25 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgb(250 170 40 / .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-25 .swiper-button-prev {
	left: 0;
}

.section-25 .swiper-button-next {
	right: 0;
}

.section-25 .swiper-pagination-fraction,
.section-25 .swiper-button-prev,
.section-25 .swiper-button-next {
	opacity: 0;
}

.section-25 .swiper-button-prev:hover,
.section-25 .swiper-button-next:hover {
	background-color: rgb(237 166 76 / .7);
	height: 200px;
}

.section-25 .swiper-container-gdft:hover .swiper-pagination-fraction,
.section-25 .swiper-container-gdft:hover .swiper-button-next,
.section-25 .swiper-container-gdft:hover .swiper-button-prev {
	opacity: 1;
}

/* section-25 end */

/* section-27 特殊版 begin */
.section-27 {
	margin-top: 0;
}

.section-27 .col-2 {
	padding: 50px;
	position: relative;
    background-color: #faaa28;
    margin-top: 100px;
}

.section-27 .col-2 .mod-card .media {
	width: 600px;
}

.section-27 .col-2 .mod-card .media a {
	width: 100%;
}

.section-27 .col-2 .mod-card .media img {
	float: left;
	width: 100%;
	height: 380px;
	margin-right: 50px;
    margin-top: -100px;
}

.section-27 .col-2 .mod-card .topic {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-top: 10px;
    text-align: justify;
}

.section-27 .col-2 .mod-card .topic a {
	color: #fff;
}

.section-27 .col-2 .mod-card .topic a:hover {
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=70);
}

.section-27 .col-2 .mod-card .abstract {
	min-height: 90px;
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	padding-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	color: #fff;
}

/* section-27 特殊版 end */

/* section-30 begin */
.section-30 {
	position: relative;
	padding: 100px 0;
}

.section-30::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(29 76 204 / .1), rgb(29 76 204 / .8)), url("bg_big03.jpg");
    /* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: .1;
}

.section-30 .swiper-container-3t3d {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.section-30 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 565px;
}

.section-30 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.section-30 .swiper-slide a span {
	display: block;
	width: 100%;
	padding: 20px;
	background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(51 51 51 / .3) 80%, rgb(51 51 51 / 0) 100%);
	color: #fff;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: justify;
}

.section-30 .swiper-pagination-fraction {
	bottom: 60px;
	right: 60px;
	left: auto;
	width: auto;
	color: #999;
	font-size: 30px;
	opacity: 0;
	display: none;
}

.section-30 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-30 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-30 .swiper-button-prev,
.section-30 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgb(250 170 40 / .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-30 .swiper-button-prev {
	left: 0;
}

.section-30 .swiper-button-next {
	right: 0;
}

.section-30 .swiper-button-prev:hover,
.section-30 .swiper-button-next:hover {
	background-color: rgb(237 166 76 / .7);
	height: 200px;
}

.section-30 .swiper-pagination-fraction,
.section-30 .swiper-button-prev,
.section-30 .swiper-button-next {
	opacity: 0;
}

.section-30 .swiper-container-3t3d:hover .swiper-pagination-fraction,
.section-30 .swiper-container-3t3d:hover .swiper-button-next,
.section-30 .swiper-container-3t3d:hover .swiper-button-prev {
	opacity: 1;
}

/* section-30 end */

/* section-30-1 begin */
.section-30-1 {
	position: relative;
	padding: 100px 0;
}

.section-30-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("bg_big03.jpg");
    /* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    z-index: -1;
    opacity: .4;
}

.section-30-1 .swiper-container-3t3d-1 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.section-30-1 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: auto;
	height: 780px;
}

.section-30-1 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.section-30-1 .swiper-slide a span {
	display: block;
	width: 100%;
	padding: 20px;
	background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(51 51 51 / .3) 80%, rgb(51 51 51 / 0) 100%);
	color: #fff;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: justify;
}

.section-30-1 .swiper-pagination-fraction {
	bottom: 60px;
	right: 60px;
	left: auto;
	width: auto;
	color: #999;
	font-size: 30px;
	opacity: 0;
	display: none;
}

.section-30-1 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-30-1 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-30-1 .swiper-button-prev,
.section-30-1 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgb(250 170 40 / .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-30-1 .swiper-button-prev {
	left: 0;
}

.section-30-1 .swiper-button-next {
	right: 0;
}

.section-30-1 .swiper-button-prev:hover,
.section-30-1 .swiper-button-next:hover {
	background-color: rgb(237 166 76 / .7);
	height: 200px;
}

.section-30-1 .swiper-pagination-fraction,
.section-30-1 .swiper-button-prev,
.section-30-1 .swiper-button-next {
	opacity: 0;
}

.section-30-1 .swiper-container-3t3d-1:hover .swiper-pagination-fraction,
.section-30-1 .swiper-container-3t3d-1:hover .swiper-button-next,
.section-30-1 .swiper-container-3t3d-1:hover .swiper-button-prev {
	opacity: 1;
}

/* section-30-1 end */

/* section-31-3 begin */
.section-31-3 .unit {
	position: relative;
	height: 645px;
}

.section-31-3 .unit::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 580px;
	height: 645px;
	background-image: url("313_bg_02.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	z-index: -1;
}

.section-31-3 .subtit {
	content: "";
	position: absolute;
	top: 70px;
	left: 60px;
	text-align: left;
	display: none;
}

.section-31-3 .subtit p {
	font-size: 50px;
	line-height: 1.4;
	text-transform: uppercase;
	color: rgb(249 167 37 / .7);
	font-family: 'Times New Roman', Times, serif;
}

.section-31-3 .subtit span {
	text-align: left;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	color: rgb(249 167 37 / .7);
	font-family: 'Times New Roman', Times, serif;
}

.section-31-3 .areatit {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	padding: 20px;
	background-image: linear-gradient(0deg, rgb(249 167 37 / 1),rgb(249 167 37 / .7));
	width: 400px;
	z-index: 20 !important;
}

.section-31-3:nth-child(even) .unit {
	position: relative;
	height: 645px;
}

.section-31-3:nth-child(even) .unit::after {
	left: inherit;
	right: 0;
	background-image: url("313_bg_01.png");
}

.section-31-3:nth-child(even) .subtit {
	left: inherit;
	right: 60px;
	text-align: right;
}

.section-31-3:nth-child(even) .areatit {
	left: inherit;
	right: 30px;
}

.section-31-3 .col-2 {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}

.section-31-3:nth-child(even) .col-2 {
	right: inherit;
	left: 0;
}

.section-31-3 #video313,
.section-31-3 #video314 {
	width: 800px;
	height: 450px;
	position: relative;
}

.section-31-3 #video313 .media,
.section-31-3 #video314 .media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	z-index: 11;
}

.section-31-3 #video313 .media img,
.section-31-3 #video314 .media img {
	width: 100%;
	height: 100%;
}

.section-31-3 #video313 video,
.section-31-3 #video314 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.section-31-3 .VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
	z-index: 15;
}

.section-31-3 .VideoBtn img {
	width: 100%;
	height: auto;
}

/* section-31-3 end */

/* section-44-2 begin */
.section-44-2 .unit {
	display: grid;
	max-width: 1200px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: repeat(7, 120px);
	grid-gap: 10px 10px;
	grid-auto-flow: row dense;
}

.section-44-2 .item {
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	overflow: hidden;
}

.section-44-2 .item-1 {
	background-color: #ef342a;
	grid-row: 1 / span 4;
	grid-column: 1 / span 2;
}

.section-44-2 .item-2 {
	background-color: #f68f26;
	grid-row: 1 / span 2;
	grid-column: 3 / span 2;
}

.section-44-2 .item-3 {
	background-color: #4ba946;
	grid-row: 3 / span 2;
	grid-column: 3 / span 2;
}

.section-44-2 .item-4 {
	background-color: #0376c2;
	grid-row: 1 / span 4;
	grid-column: 5 / span 2;
}

.section-44-2 .item-5 {
	background-color: #c077af;
	grid-row: 5 / span 3;
	grid-column: 1 / span 3;
}

.section-44-2 .item-6 {
	background-color: #f8d29d;
	grid-row: 5 / span 3;
	grid-column: 4 / span 3;
}

.section-44-2 .item .caption {
	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%;
	height: 80px;
	padding: 15px;
	font-size: 18px;
	line-height: 1.64;
	font-weight: 400;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	background: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgba(51 51 51 / .3) 80%, rgba(51 51 51 / 0) 100%);

	color: #fff;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.section-44-2 .item:hover .caption {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	background: linear-gradient(0deg, rgba(51 51 51 / .5) 0%, rgba(51 51 51 / .5) 80%, rgba(51 51 51 / .5) 100%);
}

.section-44-2 .item .caption a {
	display: block;
	color: #fff;
}

/* section-44-2 end */

/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 180px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
}

.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}

.RTools .qrcode:hover::after {
	content: "扫描分享";
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}

.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}

@keyframes change {
	from {
		width: 48px;
		height: 48px;
		opacity: 1;
	}

	to {
		width: 100px;
		height: 125px;
		opacity: 1;
	}
}

.RTools .gototop {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #faaa28 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.show {
	display: block;
}

/* RTools end */

/* 版权区块 begin */
.adBottom {
	background: #faaa28;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #faaa28;
	text-align: center;
	color: #fff;
	/*border-top:#df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */

/* 区块more begin */
.btn-more {
	margin: 50px auto 0;
	width: 150px;
}

.btn-h-e {
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 0;
	line-height: 1;
	background-color: #faaa28;
	width: 100%;
	text-align: center;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

.btn-h-e::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300px;
	height: 300px;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	z-index: -1;
}

.btn-h-e::after {
	position: absolute;
	top: 40%;
	left: 50%;
	transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
	content: "»";
	font-size: 50px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
}

.btn-h-e:hover {
	color: transparent;
}

.btn-h-e:hover::before,
.btn-h-e:hover::after {
	transition-duration: .15s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	color: #fff;
}

/* 区块more end */

/* xpage begin */
.xpage-more-btn {
	width: 150px;
	text-align: center;
	margin: 50px auto 30px;
	padding: 15px 0;
	border: 1px solid #bbb;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
	background: #eee;
	font-size: 14px;
}

.xpage-more-btn a {
	color: #333;
}

.xpage-more-btn:hover {
	background: #faaa28;
	color: #fff;
	border-color: #faaa28;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.section-11-1 .section-title,
.section-17 .section-title,
.section-18 .section-title,
.section-25 .section-title,
.section-27 .section-title,
.section-30 .section-title,
.section-30-1 .section-title,
.section-44-2 .section-title {
	width: 830px;
	height: 200px;
	line-height: 200px;
	text-indent: 60px;
	background: url("section-title-bg.png") center center no-repeat;
	background-size: 100%;
	border-bottom: 0;
	margin: 0 auto 40px;
}

.section-11-1 .section-title em,
.section-17 .section-title em,
.section-18 .section-title em,
.section-25 .section-title em,
.section-27 .section-title em,
.section-30 .section-title em,
.section-30-1 .section-title em,
.section-44-2 .section-title em {
	display: block;
	text-align: center;
	font-size: 50px;
	padding-top: 20px;
	color: #fff;
	font-style: italic;
	text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) 5px 5px 5px;
    -webkit-background-clip: text;
	letter-spacing: 3px;
}

/* section-title end */

/* ad-area begin */
.ad-ditong {
	width: 1200px;
	margin: 100px auto 0;
}

.ad-ditong img {
	width: 100%;
	height: auto;
}

/* ad-area end */

/* 111111 */
@media screen and (max-width:768px) {
	.abc {
		scale: .8;
	}

    .mainBox {
        padding: 5% 0;
        margin: 0 auto;
    }

	.phd {
		margin-top: 0;
		height: auto;
	}

	.phd img {
		width: 100%;
		height: auto;
	}

	/* 手机导航 begin */
	#mobileHeader {
		width: 100%;
		line-height: 0;
		background: #eee url("//www.news.cn/world/2015/images/bgSjTop.png") 0 0 no-repeat;
		-webkit-background-size: 100% 45px;
		background-size: 100% 45px;
		position: relative;
		display: block;
        /* position: fixed; */
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 0 no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		position: absolute;
		top: 0;
		left: .2rem;
	}

	#mobileHeader .name {
		display: inline-block;
		width: 5rem;
		height: .8rem;
		line-height: 2.7;
		font-size: .32rem;
		padding: 0 0 0 .2rem;
		color: #fff;
		vertical-align: top;
		margin: 0 0 0 1.5rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 -160px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		overflow: hidden;
	}

	#mobileHeader .name a {
		color: #fff;
	}

	#mobileHeader .right {
		display: block;
		width: .6rem;
		height: .9rem;
		position: absolute;
		top: 0;
		right: .2rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 110;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #333;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */

	.widthMain {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	/* section-3 begin */
	.section-3 {
		margin-top: 0;
	}

	.section-3 .title {
		color: #333;
		font-size: .4rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		white-space: inherit;
	}

	.section-3 .title a {
		color: #333;
		padding: 0;
	}

	.section-3 .note {
		color: #999;
		font-size: .28rem;
		line-height: 1.6;
		padding: .1rem 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-align: justify;
	}

	/* section-3 end */

	/* section-vedio begin */
	.section-vedio .unit {
		position: relative;
		padding: 8% 2%;
	}

	.section-vedio .unit::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: url("summer-luodi_bg02.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-filter: blur(8px);
		filter: blur(8px);
		z-index: -1;
	}

	.section-vedio .section-title {
		width: 100%;
		height: 2rem;
		line-height: 1rem;
		text-indent: .6rem;
		background-image: url("section-title-bg.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 100%;
		border-bottom: 0;
		margin: 0 auto .4rem;
	}

	.section-vedio .section-title em {
		display: block;
		text-align: center;
		font-size: .4rem;
		padding-top: .7rem;
		color: #fff;
		font-style: italic;
		text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) .1rem .1rem .1rem;
		-webkit-background-clip: text;
		letter-spacing: -.02rem;
	}

	.section-vedio #video315 {
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
	}

	.section-vedio #video315 .media {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + .02rem);
		height: 100%;
		z-index: 11;
	}

	.section-vedio #video315 .media img {
		width: 100%;
		height: 100%;
	}

	.section-vedio #video315 video {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}

	.section-vedio .VideoBtn {
		position: absolute;
		left: 50%;
		top: 50%;
		display: block;
		width: 1rem;
		height: 1rem;
		-webkit-transform: translateY(-80%) translateX(-50%);
	    transform: translateY(-80%) translateX(-50%);
		cursor: pointer;
		z-index: 15;
	}

	.section-vedio .VideoBtn img {
		width: 100%;
		height: 100%;
	}

	/* section-vedio end */

	/* section-11-1 begin */
    .section-11-1 {
        margin-top: .4rem;
    	margin-bottom: 0;
		padding: 0 .2rem;
		position: relative;
		overflow: hidden;
		font-size: 0;
		+word-spacing: -1px;
    }

    .section-11-1 .focus {
        position: absolute;
		top: 1.2rem;
		right: -.9rem;
		z-index: 2;
		display: none;
    }

    .section-11-1 .swiper-container-xctj {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .section-11-1 .col-1 .pic img {
        width: 100%;
        height: 4rem;
    }

    .section-11-1 .col-1 .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(0deg, rgb(237 166 76 / .7) 0%, rgba(51 51 51 / .3) 80%, rgba(51 51 51 / 0) 100%);
        color: #fff;
        padding: .1rem 1.2rem .1rem .2rem;
        line-height: 1.6;
		display: none;
    }

    .section-11-1 .col-1 .title a {
        color: #fff;
    }

    .section-11-1 .col-1 .title .b-title {
        font-size: .32rem;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .section-11-1 .col-1 .title .b-txt {
        font-size: .28rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: none;
    }

    .section-11-1 .swiper-pagination-fraction {
        bottom: .1rem;
        right: .2rem;
        left: auto;
        width: auto;
        color: #fff;
        font-size: .36rem;
    }

    .section-11-1 .swiper-pagination-fraction .swiper-pagination-current {
        color: #ff8a00;
    }

    .section-11-1 .swiper-pagination-fraction .swiper-pagination-total {
        font-size: .28rem;
    }

    .section-11-1 .swiper-button-prev,
    .section-11-1 .swiper-button-next {
        width: .6rem;
        height: 1.2rem;
        background-color: rgb(237 166 76 / .7);
        padding: .2rem 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background-size: .2rem .36rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .section-11-1 .swiper-button-prev {
        left: 0;
    }

    .section-11-1 .swiper-button-next {
        right: 0;
    }

    .section-11-1 .swiper-pagination-fraction,
    .section-11-1 .swiper-button-prev,
    .section-11-1 .swiper-button-next {
        opacity: 1;
    }

    .section-11-1 .swiper-button-prev:hover,
    .section-11-1 .swiper-button-next:hover {
        background-color: rgb(250 170 40 / .7);
        height: 1.4rem;
    }

    .section-11-1 .col-2,
    .section-11-1 .col-3 {
        display: inline-block;
        +display: inline;
        +zoom: 1;
        font-size: .28rem;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        width: 100%;
        margin-top: .4rem;
    }

    .section-11-1 .col-2 {
        margin-right: 0;
		margin-top: 0;
    }

    .section-11-1 .col-2 .mod-topics {
		width: 100%;
        margin-right: 0;
        border-bottom: dashed 1px #d9d9d9;
        margin-bottom: .2rem;
        padding-bottom: .2rem;
    }

    .section-11-1 .col-2 .mod-topics:nth-child(even) {
        margin-left: 0;
    }

	.section-11-1 .col-2 .mod-topics:last-child {
		margin-bottom: 0;
	}

    .section-11-1 .col-2 .topic {
        font-size: .32rem;
        font-weight: 700;
        height: auto;
        line-height: 1.4;
        color: #555;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: inherit;
    }

    .section-11-1 .col-2 .topic a {
        color: #555;
    }

    .section-11-1 .col-2 .abstract {
		font-size: .28rem;
        color: #888;
        margin-top: .1rem;
        -webkit-line-clamp: 5;
    }

    .section-11-1 .col-3 {
        margin-left: 0;
    }

    .section-11-1 .col-3 .Collapsing {
        position: relative;
        width: 100%;
        height: 1rem;
        line-height: .92rem;
        cursor: pointer;
        margin-bottom: .2rem;
        padding-left: .1rem;
        padding-right: 1rem;
        border-top: 2px solid #f6f5f8;
        background-image: linear-gradient(to right, #f6f5f8 0%, #f6f5f8 100%);
        color: #555;
        font-size: .32rem;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section-11-1 .col-3 .Collapsing .u_num {
        font-style: italic;
        font-weight: bold;
        color: #faaa28;
        font-size: .4rem;
        padding-right: .1rem;
    }

    .section-11-1 .col-3 .Collapsing a {
        color: #555;
    }

    .section-11-1 .col-3 .Collapsing .m_spanImg {
        position: absolute;
        z-index: 2;
        right: .1rem;
        bottom: 0;
        width: .8rem;
        font-size: .28rem;
        color: #8c8c8c;
        cursor: pointer;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzYxRjY5M0VGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzYxRjY5NEVGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDNjFGNjkxRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDNjFGNjkyRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SEXtYgAAAOlJREFUeNpinL31PyMDA8N/BsoAIxOQWAjEbBQYAtK7EGRQLBDvAGJBMgwRhOqNBRnUB8SOQHwYiBVIMASk9ghUbx/IoGIgzgFiDSA+DsQmRBhiAlWrDtVbzASVmArEgUDMC8QHgNgPjyF+UDW8UD0gvQxMSAo2A7EDEH8G4nVQm9BBNlTuM1TtZpgEE5rCM0BsAcQ3gHgyEPdC1TBB2VOgchZQtXDAgsXWh0BsC8RrgLgIiOWh4sFAvB9Kv0fXxIIjHEAKPYF4NhDHQcUWAXEqEP/CpoEFT6CCNCQA8X1QygXiBnw5ACDAALBxKwYgk6HCAAAAAElFTkSuQmCC") no-repeat center right;
        background-size: 20%;
    }

    .section-11-1 .col-3 .Collapsing.on {
        border-top: 2px solid #e74167;
        background-image: linear-gradient(to right, #2d4cbb 0%, #faaa28 100%);
        color: #fff;
    }

    .section-11-1 .col-3 .Collapsing.on .m_spanImg {
        display: none;
    }

    .section-11-1 .col-3 .Collapsing.on .u_num {
        color: #fff;
    }

    .section-11-1 .col-3 .Collapsing.on a {
        color: #fff;
    }

    .section-11-1 .col-3 .coll_body {
        padding: 0 .2rem .2rem;
        background: #fff;
        display: none;
    }

    .section-11-1 .col-3 .coll_body span {
        font-size: 14px;
        text-align: justify;
        line-height: 1.6;
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }

    .section-11-1 .col-3 .coll_body span a {
        color: #888;
    }

    .section-11-1 .col-3 .coll_body:last-child {
        padding-bottom: 0;
    }

    .section-11-1 .col-4 {
        width: 100%;
		margin: 0 auto;
    }

    .section-11-1 .col-4 .item {
        width: 100%;
		margin-left: 0;
		margin-bottom: calc(.2rem*2 / 2);
		position: relative;
		color: #333;
		font-size: .32rem;
		line-height: 1.6;
		padding-left: .4rem;
		padding-bottom: .2rem;
		border-bottom: 1px dashed #d9d9d9;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: inherit;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .5s;
		transition: all .5s;
    }

    .section-11-1 .col-4 .item:hover {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	.section-11-1 .col-4 .item:nth-child(odd) {
		margin-left: 0;
	}
	
	.section-11-1 .col-4 .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

    .section-11-1 .col-4 .item::before {
        content: "";
        width: .1rem;
        height: .3rem;
        background-color: #faaa28;
        /* -webkit-transform: rotate(-45deg);
		transform: rotate(-45deg); */
        position: absolute;
        left: .1rem;
        top: .12rem;
        margin-top: 0;
    }

    .section-11-1 .col-4 .item a {
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .section-11-1 .col-4 .item a:hover {
        color: #faaa28;
        transition: all .4s ease-in-out;
    }

    /* section-11-1 end */

    /* section-14-2 begin */
	#section-14-2 .unit {
		background-image: url("142_bg.png");
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-bottom: .4rem;
		position: relative;
	}
	
	#section-14-2 .unit::after {
		content: "";
		position: absolute;
		right: .1rem;
		bottom: .2rem;
		width: 1rem;
		height: 1rem;
		background-image: url("xwq_logo.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100%;
		z-index: 20 !important;
	}
	
	#section-14-2 .subtit {
		position: relative;
		text-align: left;
		font-size: .4rem;
		line-height: 1;
		text-transform: uppercase;
		color: rgb(249 167 37 / .7);
		font-family: 'Times New Roman', Times, serif;
	}
	
	#section-14-2 .subtit::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.2rem;
		height: 1rem;
		background-image: linear-gradient(0deg, rgb(249 167 37 / 1),rgb(249 167 37 / .7));
	}
	
	#section-14-2 .areatit {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
		right: .1rem;
		color: #faaa28;
		font-size: .4rem;
		font-weight: 700;
		writing-mode: vertical-rl;
		width: 1.2rem;
		letter-spacing: .04rem;
	}
	
	#section-14-3 .unit {
		background-image: url("143_bg.png");
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-bottom: .4rem;
		position: relative;
	}
	
	#section-14-3 .unit::after {
		content: "";
		position: absolute;
		left: .1rem;
		bottom: .2rem;
		width: 1rem;
		height: 1rem;
		background-image: url("xwq_logo.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100%;
		z-index: 20 !important;
	}
	
	#section-14-3 .subtit {
		position: relative;
		text-align: right;
		font-size: .4rem;
		line-height: 1;
		text-transform: uppercase;
		color: rgb(249 167 37 / .7);
		font-family: 'Times New Roman', Times, serif;
	}
	
	#section-14-3 .subtit::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 1.2rem;
		height: 1rem;
		background-image: linear-gradient(0deg, rgb(249 167 37 / 1),rgb(249 167 37 / .7));
	}
	
	#section-14-3 .areatit {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-70%);
		transform: translateY(-60%);
		left: -.6rem;
		color: #faaa28;
		font-size: .4rem;
		font-weight: 700;
		writing-mode: vertical-rl;
		width: 1.2rem;
		letter-spacing: .04rem;
	}
	
	.section-14-2 #video143 {
		margin-left: calc(100% - 90%);
	}

	.section-14-2 #video142,
    .section-14-2 #video143 {
		width: 90%;
		height: auto;
		position: relative;
	}

	.section-14-2 #video142 .media,
	.section-14-2 #video143 .media {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + .02rem);
		height: 100%;
		z-index: 11;
	}

	.section-14-2 #video142 .media img,
	.section-14-2 #video143 .media img {
		width: 100%;
		height: 100%;
	}

	.section-14-2 #video142 video,
    .section-14-2 #video143 video {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}

	.section-14-2 .VideoBtn {
		position: absolute;
		left: 50%;
		top: 50%;
		display: block;
		width: 1rem;
		height: 1rem;
		-webkit-transform: translateY(-80%) translateX(-50%);
	    transform: translateY(-80%) translateX(-50%);
		cursor: pointer;
		z-index: 15;
	}

	.section-14-2 .VideoBtn img {
		width: 100%;
		height: 100%;
	}

	/* section-14-2 end */

    /* section-17 begin */
	#section-17 {
		margin-bottom: 0;
	}

	.section-17 .mod-tile {
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-bottom: calc(.1rem*2 / 1);
	}

	.section-17 .mod-tile:nth-child(3n+1) {
		margin-left: calc(.1rem*2 / 1);
	}

	.section-17 .mod-tile:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-17 .mod-tile .media {
		width: 100%;
	}

	.section-17 .mod-tile .media a {
		display: block;
		overflow: hidden;
        position: relative;
	}

    .section-17 .mod-tile .media a span {
        width: .6rem;
        height: .6rem;
        position: absolute;
        bottom: .2rem;
        left: .2rem;
    }

    .section-17 .mod-tile .media  a span img {
        width: 100%;
        height: 100%;
    }

	.section-17 .mod-tile .media img {
		width: 100%;
		height: 2rem;
	}

	.section-17 .mod-tile .media a img {
		transition: .5s;
		display: block;
	}

	.section-17 .mod-tile .media a:hover img {
		-webkit-transform: scaleX(1.2) scaleY(1.2);
		transform: scaleX(1.2) scaleY(1.2);
	}

	.section-17 .mod-tile .caption {
		line-height: 1.6;
		font-size: .32rem;
		text-align: justify;
		margin-top: .2rem;
		color: #333;
	}

	.section-17 .mod-tile .caption a {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-17 .mod-tile .abstract {
		text-align: justify;
		margin-top: .1rem;
		color: #888;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: none;
	}

	.section-17 .mod-tile .abstract a {
		color: #333;
		display: inline;
	}

	.section-17 .mod-tile .abstract a:hover {
		color: #faaa28;
	}

	.section-17 .mod-topics {
		padding-bottom: .1rem;
		border-bottom: 1px dashed #ccc;
		width: 100%;
		margin-left: 0;
		margin-bottom: .2rem;
	}

	.section-17 .mod-topics:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-17 .mod-topics:nth-last-child(-n+2) {
		margin-bottom: .2rem;
	}

	.section-17 .mod-topics:last-child {
		margin-bottom: 0;
	}

	.section-17 .mod-topics .topic {
		height: inherit;
		line-height: 1.6;
		font-size: .32rem;
		position: relative;
		padding-left: .2rem;
		color: #333;
	}

	.section-17 .mod-topics .topic a {
		color: #333;
	}

	.section-17 .mod-topics .topic a:hover {
		color: #faaa28;
	}

	.section-17 .mod-topics .topic::after {
		content: "";
		display: block;
		width: .1rem;
		height: .3rem;
		background: #faaa28;
		position: absolute;
		left: 0;
		top: .1rem;
	}

	.section-17 .mod-topics .abstract {
		font-size: .28rem;
		line-height: 1.6;
		margin-top: 0;
		color: #888;
		padding-left: .2rem;
		text-align: justify;
		-webkit-line-clamp: 2;
	}

	.section-17 .mod-topics .abstract a {
		color: #faaa28;
	}

	#section-17-1 .mod-tile {
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-bottom: calc(.1rem*2 / 1);
	}

	#section-17-1 .mod-tile:nth-child(3n+1) {
		margin-left: calc(.1rem*2 / 1);
	}

	#section-17-1 .mod-tile:nth-child(odd) {
		margin-left: 0;
	}

	#section-17-1 .mod-tile .media a {
		display: block;
		overflow: hidden;
		position: relative;
	}

	#section-17-1 .mod-tile .media img {
		width: 100%;
		height: 2rem;
	}

	#section-17-1 .mod-tile .media a span {
		width: .6rem;
        height: .6rem;
        position: absolute;
        bottom: .2rem;
        left: .2rem;
	}

	#section-17-1 .mod-tile .media  a span img {
		width: 100%;
		height: 100%;
	}

	#section-17-1 .mod-tile .abstract {
		text-align: justify;
		margin-top: 10px;
		color: #888;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: none;
	}

	/* section-17 end */

	/* section-18 begin */
	#section-18-2,
	#section-18-3 {
		margin: .4rem auto;
	}

	#section-18-3 {
		transform: scaleY(-1);
	}

	.section-18 .unit {
		width: 100%;
		padding: 0 2%;
		position: relative;
		margin: 0 auto;
	}

	.section-18 .swiper-container-zuocai,
	.section-18 .swiper-container-nianyefan,
	.section-18 .swiper-container-sqriji,
	.section-18 .swiper-container-gushi {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.section-18 .mod-tile {
		width: 100%;
		padding: 0 .2rem 0 0;
		overflow: hidden;
	}

	.section-18 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.section-18 .mod-tile .unit-title {
		position: relative;
		font-weight: 400;
		background: #e6e6e6;
		color: #333;
		line-height: 1.5;
		width: calc(100% - .8rem);
		padding: .4rem .2rem .2rem;
		font-size: .32rem;
		margin: -.6rem auto 0;
		text-align: justify;
	}

	.section-18 .mod-tile .unit-title::after {
		content: "";
		display: block;
		width: 1rem;
		height: .1rem;
		/*border-radius: 50%;
		box-shadow: 0 0 0 5px #fff;*/
		background: #faaa28;
		position: absolute;
		left: .2rem;
		top: .3rem;
	}

	.section-18 .mod-tile .unit-title a {
		color: #333;
	}

	.section-18 .mod-tile .unit-title a:hover {
		color: #dc0000;
	}

	.section-18 .mod-tile .abstract {
		color: #333;
		width: calc(100% - .8rem);
		overflow: hidden;
		font-size: .28rem;
		line-height: 1.6;
		margin: .2rem auto 0;
		text-align: justify;
	}

	.section-18 .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
		opacity: 0;
		display: none;
	}

	.section-18 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-18 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-18 .swiper-button-prev,
	.section-18 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(250 170 40 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-18 .swiper-button-prev {
		left: 0;
	}

	.section-18 .swiper-button-next {
		right: 0;
	}

	.section-18 .swiper-button-prev:hover,
	.section-18 .swiper-button-next:hover {
		background-color: rgb(237 166 76 / .7);
		height: 1.4rem;
	}

	.section-18 .swiper-pagination-fraction,
	.section-18 .swiper-button-prev,
	.section-18 .swiper-button-next {
		opacity: 1;
	}

	.section-18 .swiper-container-tp:hover .swiper-pagination-fraction,
	.section-18 .swiper-container-tp:hover .swiper-button-next,
	.section-18 .swiper-container-tp:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-18 end */

	/* section-25 begin */
	#main-diary {
		padding: 2% 2% 7%;
		background-image: url("diary_bg.jpg");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		transform: scaleY(-1);
	}

	.section-25 {
		transform: scaleY(-1);
		padding-bottom: .8rem;
	}

	.section-25 .swiper-container-gdft {
		position: relative;
		overflow: hidden;
	}

	.section-25 .swiper-slide {
		width: 100%;
	}

	.section-25 .swiper-slide:nth-child(even) {
		margin-top: .3rem;
	}

	.section-25 .mod-tile {
		width: 100%;
		margin: 0;
		position: relative;
		overflow: hidden;
	}

	.section-25 .mod-tile .media {
		width: 100%;
	}

	.section-25 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.section-25 .mod-tile .topic {
		font-size: .28rem;
		padding: .1rem;
		color: #fff;
		line-height: 1.4;
		font-weight: 400;
		height: inherit;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.section-25 .mod-tile .topic a {
		color: #fff;
	}

	.section-25 .mod-tile .topic a:hover {
		color: #fff;
	}

	.section-25 .mod-tile .abstract {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: .2rem;
		background: rgb(51 51 51 / .7);
		color: #fff;
		font-size: .28rem;
		line-height: 1.6;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0;
		cursor: pointer;
		display: none;
	}

	.section-25 .mod-tile .abstract a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: block;
		overflow: hidden;
	}

	.section-25 .mod-tile:hover .topic {
		opacity: 1;
		bottom: 0;
	}

	.section-25 .mod-tile:hover .abstract {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.section-25 .swiper-pagination {
		display: none;
	}

	.section-25 .swiper-button-prev,
	.section-25 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(250 170 40 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-25 .swiper-button-prev {
		left: 0;
	}

	.section-25 .swiper-button-next {
		right: 0;
	}

	.section-25 .swiper-pagination-fraction,
	.section-25 .swiper-button-prev,
	.section-25 .swiper-button-next {
		opacity: 1;
	}

	.section-25 .swiper-button-prev:hover,
	.section-25 .swiper-button-next:hover {
		background-color: rgb(237 166 76 / .7);
		height: 1.4rem;
	}

	.section-25 .swiper-container-gdft:hover .swiper-pagination-fraction,
	.section-25 .swiper-container-gdft:hover .swiper-button-next,
	.section-25 .swiper-container-gdft:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-25 end */

    /* section-27 特殊版 begin */
	.section-27 {
		margin-top: 0;
	}

    .section-27 .col-2 {
        padding: .3rem;
        position: relative;
        background-color: #faaa28;
        margin-top: 0;
    }

    .section-27 .col-2 .mod-card .media {
        width: 100%;
    }

    .section-27 .col-2 .mod-card .media a {
        width: 100%;
    }

    .section-27 .col-2 .mod-card .media img {
        float: none;
        width: 100%;
        height: 4.4rem;
        margin-right: 0;
        margin-top: 0;
    }

    .section-27 .col-2 .mod-card .topic {
        font-size: .4rem;
        font-weight: 700;
        color: #fff;
        line-height: 1.4;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        padding-top: .2rem;
        text-align: justify;
    }

    .section-27 .col-2 .mod-card .topic a {
        color: #fff;
    }

    .section-27 .col-2 .mod-card .topic a:hover {
        color: #fff;
        opacity: .7;
        filter: alpha(opacity=70);
    }

    .section-27 .col-2 .mod-card .abstract {
        min-height: inherit;
        font-size: .28rem;
        text-align: justify;
        line-height: 1.6;
        padding-top: .1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        color: #fff;
    }

    /* section-27 特殊版 end */

	/* section-30 begin */
	.section-30 {
		position: relative;
		padding: .6rem .2rem;
	}

	.section-30::before {
		/* content: ""; */
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(rgb(29 76 204 / .1), rgb(29 76 204 / .8)), url("bg_big03.jpg");
		/* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
		opacity: .1;
	}

	.section-30 .swiper-container-3t3d {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	.section-30 .swiper-slide {
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 3.6rem;
	}

	.section-30 .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.section-30 .swiper-slide a span {
		display: block;
		width: 100%;
		padding: .1rem .2rem;
		background: rgb(51 51 51 / .7);
		color: #fff;
		line-height: 1.5;
		font-size: .28rem;
		font-weight: 400;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-30 .swiper-pagination-fraction {
		bottom: .3rem;
		right: .3rem;
		left: auto;
		width: auto;
		color: #999;
		font-size: .36rem;
		opacity: 0;
		display: none;
	}

	.section-30 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-30 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-30 .swiper-button-prev,
	.section-30 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(250 170 40 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-30 .swiper-button-prev {
		left: 0;
	}

	.section-30 .swiper-button-next {
		right: 0;
	}

	.section-30 .swiper-button-prev:hover,
	.section-30 .swiper-button-next:hover {
		background-color: rgb(237 166 76 / .7);
		height: 1.4rem;
	}

	.section-30 .swiper-pagination-fraction,
	.section-30 .swiper-button-prev,
	.section-30 .swiper-button-next {
		opacity: 1;
	}

	.section-30 .swiper-container-3t3d:hover .swiper-pagination-fraction,
	.section-30 .swiper-container-3t3d:hover .swiper-button-next,
	.section-30 .swiper-container-3t3d:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-30 end */

	/* section-30-1 begin */
	.section-30-1 {
		position: relative;
		padding: .6rem .2rem;
	}

	.section-30-1::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("bg_big03.jpg");
		/* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
		background-attachment: fixed;
		z-index: -1;
		opacity: .4;
	}

	.section-30-1 .swiper-container-3t3d-1 {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	.section-30-1 .swiper-slide {
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 9rem;
	}

	.section-30-1 .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.section-30-1 .swiper-slide a span {
		display: block;
		width: 100%;
		padding: .1rem .2rem;
		background: rgb(51 51 51 / .7);
		color: #fff;
		line-height: 1.5;
		font-size: .28rem;
		font-weight: 400;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-30-1 .swiper-pagination-fraction {
		bottom: .3rem;
		right: .3rem;
		left: auto;
		width: auto;
		color: #999;
		font-size: .36rem;
		opacity: 0;
		display: none;
	}

	.section-30-1 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-30-1 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-30-1 .swiper-button-prev,
	.section-30-1 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(250 170 40 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-30-1 .swiper-button-prev {
		left: 0;
	}

	.section-30-1 .swiper-button-next {
		right: 0;
	}

	.section-30-1 .swiper-button-prev:hover,
	.section-30-1 .swiper-button-next:hover {
		background-color: rgb(237 166 76 / .7);
		height: 1.4rem;
	}

	.section-30-1 .swiper-pagination-fraction,
	.section-30-1 .swiper-button-prev,
	.section-30-1 .swiper-button-next {
		opacity: 1;
	}

	.section-30-1 .swiper-container-3t3d-1:hover .swiper-pagination-fraction,
	.section-30-1 .swiper-container-3t3d-1:hover .swiper-button-next,
	.section-30-1 .swiper-container-3t3d-1:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-30-1 end */

	/* section-31-3 begin */
	.section-31-3 .unit {
		position: relative;
		height: 6.24rem;
	}

	.section-31-3 .unit::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 250px;
		height: 280px;
		background-image: url("313_bg_02.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100%;
		overflow: hidden;
		z-index: -1;
	}

	.section-31-3 .subtit {
		content: "";
		position: absolute;
		top: .2rem;
		left: .4rem;
		text-align: left;
		display: none;
	}

	.section-31-3 .subtit p {
		font-size: .52rem;
		line-height: 1.2;
		text-transform: uppercase;
		color: rgb(249 167 37 / .7);
		font-family: 'Times New Roman', Times, serif;
	}

	.section-31-3 .subtit span {
		text-align: left;
		font-size: .32rem;
		line-height: 1;
		text-transform: uppercase;
		color: rgb(249 167 37 / .7);
		font-family: 'Times New Roman', Times, serif;
	}

	.section-31-3 .areatit {
		position: absolute;
		top: inherit;
		bottom: .7rem;
		left: 0;
		-webkit-transform: inherit;
		transform: inherit;
		color: #fff;
		font-size: .32rem;
		font-weight: 700;
		text-align: center;
		padding: .2rem;
		background-image: linear-gradient(0deg, rgb(249 167 37 / 1),rgb(249 167 37 / .7));
		width: 100%;
		z-index: 20 !important;
	}

	.section-31-3:nth-child(even) .unit {
		position: relative;
		height: 6.24rem;
	}

	.section-31-3:nth-child(even) .unit::after {
		left: inherit;
		right: 0;
		background-image: url("313_bg_01.png");
	}

	.section-31-3:nth-child(even) .subtit {
		left: inherit;
		right: .4rem;
		text-align: right;
	}

	.section-31-3:nth-child(even) .areatit {
		left: inherit;
		right: 0;
	}

	.section-31-3 .col-2 {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-60%);
		transform: translateY(-60%);
	}

	.section-31-3:nth-child(even) .col-2 {
		right: inherit;
		left: 0;
	}

	.section-31-3 #video314 {
		/* margin-left: calc(100% - 95%); */
	}

	.section-31-3 #video313,
	.section-31-3 #video314 {
		width: 100%;
		height: auto;
		position: relative;
	}

	.section-31-3 #video313 .media,
	.section-31-3 #video314 .media {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% + .02rem);
		height: 100%;
		z-index: 11;
	}

	.section-31-3 #video313 .media img,
	.section-31-3 #video314 .media img {
		width: 100%;
		height: 100%;
	}

	.section-31-3 #video313 video,
	.section-31-3 #video314 video {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}

	.section-31-3 .VideoBtn {
		position: absolute;
		left: 50%;
		top: 50%;
		display: block;
		width: 1rem;
		height: 1rem;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		cursor: pointer;
		z-index: 15;
	}

	.section-31-3 .VideoBtn img {
		width: 100%;
		height: 100%;
	}

	/* section-31-3 end */

	/* section-44-2 begin */
	.section-44-2 .unit {
		display: grid;
		max-width: 100%;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: repeat(7, .9rem);
		grid-gap: .1rem .1rem;
		grid-auto-flow: row dense;
	}

	.section-44-2 .item {
		font-size: .28rem;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: space-around;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 0;
		overflow: hidden;
	}

	.section-44-2 .item-1 {
		background-color: #ef342a;
		grid-row: 1 / span 4;
		grid-column: 1 / span 2;
	}

	.section-44-2 .item-2 {
		background-color: #f68f26;
		grid-row: 1 / span 2;
		grid-column: 3 / span 2;
	}

	.section-44-2 .item-3 {
		background-color: #4ba946;
		grid-row: 3 / span 2;
		grid-column: 3 / span 2;
	}

	.section-44-2 .item-4 {
		background-color: #0376c2;
		grid-row: 1 / span 4;
		grid-column: 5 / span 2;
	}

	.section-44-2 .item-5 {
		background-color: #c077af;
		grid-row: 5 / span 3;
		grid-column: 1 / span 3;
	}

	.section-44-2 .item-6 {
		background-color: #f8d29d;
		grid-row: 5 / span 3;
		grid-column: 4 / span 3;
	}

	.section-44-2 .item .caption {
		position: absolute;
		left: 0;
		bottom: 0;

		width: 100%;
		height: 1.1rem;
		padding: .1rem;
		font-size: .28rem;
		line-height: 1.64;
		font-weight: 400;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		background: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgba(51 51 51 / .3) 80%, rgba(51 51 51 / 0) 100%);

		color: #fff;

		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.section-44-2 .item:hover .caption {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;

		background: linear-gradient(0deg, rgba(51 51 51 / .5) 0%, rgba(51 51 51 / .5) 80%, rgba(51 51 51 / .5) 100%);
	}

	.section-44-2 .item .caption a {
		display: block;
		color: #fff;
	}

	/* section-44-2 end */

    /* RTools begin */
	.RTools {
		width: .8rem;
		bottom: 1.4rem;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #faaa28;
		color: #fff;
	}

	.adBottom {
		background: #faaa28;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #faaa28;
		text-align: center;
		/*margin-top:.4rem;border-top:#df0045 solid .1rem;*/
	}

	.footer p {
		line-height: 1.8;
		font-size: .2rem;
		margin: 0 auto;
		word-spacing: -1px;
		letter-spacing: -1px;
	}

	/* Copyright end */

	/* 区块more begin */
	.btn-more {
		margin: .4rem auto 0;
		width: 2.4rem;
	}

	.btn-h-e {
		font-size: .28rem;
		border-radius: .1rem;
		color: #fff;
		letter-spacing: 0;
		line-height: 1;
		background-color: #faaa28;
		width: 100%;
		text-align: center;
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .3rem 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		text-decoration: none;
		overflow: hidden;
	}

	.btn-h-e::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		display: block;
		width: 3rem;
		height: 3rem;
		content: "";
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		z-index: -1;
	}

	.btn-h-e::after {
		position: absolute;
		top: 40%;
		left: 50%;
		transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		content: "»";
		font-size: .8rem;
		font-weight: 900;
		line-height: inherit;
		color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		opacity: 0;
		z-index: -1;
	}

	.btn-h-e:hover {
		color: transparent;
	}

	.btn-h-e:hover::before,
	.btn-h-e:hover::after {
		transition-duration: .15s;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		color: #fff;
	}

	/* 区块more end */

	/* xpage begin */
	.xpage-more-btn {
		width: 2.6rem;
		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #eee;
		font-size: .28rem;
	}

	.xpage-more-btn a {
		color: #333;
	}

	.xpage-more-btn:hover {
		background: #faaa28;
		color: #fff;
		border-color: #faaa28;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
	.section-11-1 .section-title,
	.section-17 .section-title,
	.section-18 .section-title,
    .section-25 .section-title,
	.section-27 .section-title,
	.section-30 .section-title,
	.section-30-1 .section-title,
    .section-44-2 .section-title {
		width: 100%;
		height: 2rem;
		line-height: 1rem;
		text-indent: .8rem;
		background-image: url("section-title-bg.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 100%;
		border-bottom: 0;
		margin: 0 auto .4rem;
	}

	.section-11-1 .section-title em,
	.section-17 .section-title em,
	.section-18 .section-title em,
	.section-25 .section-title em,
    .section-27 .section-title em,
	.section-30 .section-title em,
	.section-30-1 .section-title em,
    .section-44-2 .section-title em {
		display: block;
		text-align: center;
		font-size: .44rem;
		padding-top: .7rem;
		color: #fff;
		font-style: italic;
		text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) .1rem .1rem .1rem;
		-webkit-background-clip: text;
		letter-spacing: .06rem;
	}

	/* section-title end */

	/* ad-area begin */
	.ad-area {
		padding: 0 2%;
	}
	.ad-ditong {
		width: 100%;
		margin: .4rem auto 0;
	}

	.ad-ditong img {
		width: 100%;
		height: auto;
	}

	/* ad-area end */
}
