﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
p,
figure,
form,
blockquote,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix::after {
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
}

*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

a:focus {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ul,
ol {
	list-style: none outside none;
}

li {
	list-style-type: none;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5rem;
}

sub {
	bottom: -0.25rem;
}

iframe {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	/* background: #fdecd9 !important; */
	background-position: center 50px !important;
}

img {
	border: 0;
	vertical-align: middle;
	display: block;
}

figure {
	margin: 0;
}

.clearfix {
	display: block;
	#zoom: 1;
}

.clearfix::after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	display: block;
	clear: both;
}


.fl {
	float: left;
}

.fr {
	float: right;
}



.row {
	font-size: 0;
	+word-spacing: -1px;
}

.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

/* 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(0, 0, 0, .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 */

.section {
	margin: 80px auto;
	width: 1200px;
}

/* banenr begin*/
.phd {
	margin-top: 50px;
	height: 800px;
	position: relative;
}

.phd video {
    width: 1920px;
    height: 750px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}

.phd img {
	width: 100%;
}

#page-pc-header {
	display: none;
}

/* banenr end*/

/* nav begin */
.nav {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #d0994e;
	background-size: cover;
	/* margin-bottom: 50px;
	position: fixed;
	_position: absolute; */
	z-index: 1040;
	top: 50px;
}

.nav-ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.nav-ul li {
	text-align: center;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAATCAYAAABRC2cZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJENEJBQzY1QTQ1MDExRTg5QjkyRTFCMDMzOUQ2OERCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJENEJBQzY2QTQ1MDExRTg5QjkyRTFCMDMzOUQ2OERCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkQ0QkFDNjNBNDUwMTFFODlCOTJFMUIwMzM5RDY4REIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ0QkFDNjRBNDUwMTFFODlCOTJFMUIwMzM5RDY4REIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66LoDIAAAAFUlEQVR42mL4//9/HBMDENCEAAgwAD5vA4CjvAC3AAAAAElFTkSuQmCC") left center no-repeat;
	padding: 0 7px;
	font-size: 20px;
	position: relative;
	color: #fff;
	transition: .2s all linear;
	cursor: pointer;
}

.nav-ul li:first-child {
	background: none;
}

.nav-ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 0 40px;
}

.nav-ul li::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 50%;
	width: 0;
	height: 100%;
	border-bottom: 3px solid;
	transition: .2s all linear;
}

.nav-ul li:hover::before {
	width: 100%;
	top: 7px;
	left: 0;
	transition-delay: .1s;
	/*过渡延迟*/
	border-bottom-color: #c79a57;
}

.nav-ul li:hover~li::before {
	left: 50%;
}

/* nav end */

/* section-3 begin */
.section-3 {
	margin: 30px auto -30px;
}

.section-3 .title {
	width: 98.5%;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 40px;
	font-weight: 700;
	color: #333;
	text-align: center;
	letter-spacing: -1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-3 .title a {
	color: #333;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #d0994e;
}

.section-3 .note {
	color: #999;
	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;
	letter-spacing: 1px;
}

/* section-3 end */

/* section-19  begin */

.section-19 .swiper-container-xctj {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.section-19 {
	width: 1200px;
	position: relative;
}

.section-19 .pic img {
	display: block;
}

.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 15px 25px 15px 25px;
}

.section-19 .title .b-title a {
	color: #fff;
	font-size: 18px;
}

.section-19 .title .note {
	color: #fff;
	padding-top: 5px;
	font-size: 14px;
}

.section-19 .title .note a {
	color: #e1351d;
}

.section-19 .swiper-pagination-fraction {
	bottom: 10px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 34px;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #d0994e;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}

.section-19 .swiper-button-prev,
.section-19 .swiper-button-next {
	background-color: rgba(48, 48, 48, .7);
	width: 56px;
	height: 110px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px 36px;
}

.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}

.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}

.section-19 .swiper-button-prev:hover,
.section-19 .swiper-button-next:hover {
	background-color: rgb(219 174 107);
}

.section-19 .section-list {
	width: 500px;
	overflow: hidden;
	float: right;
}

.section-19 .section-list .mod-topics {
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.section-19 .section-list .mod-topics:nth-child(1) {
	padding-top: 0;
	margin-top: -5px;
}

.section-19 .section-list .mod-topics .topic a {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-19 .section-list .mod-topics .topic a:hover {
	color: #1381f2;
}

.section-19 .section-list .mod-topics .abstract {
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}


/* section-19  end */

/* section-11 */


.section-11 {
	width: 1200px;
	position: relative;
}

.section-11 .section-left {
	width: 728px;
	height: 364px;
	float: left;
	position: relative;
}

.section-11 .pic img {
	display: block;
	width: 729px;
	height: 364px;
}

.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
}

.section-11 .title a {
	color: #fff;
	font-size: 16px;
}

.section-11 .section-list {
	width: 430px;
	overflow: hidden;
	float: right;
}

.section-11 .tit {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-11 .section-list ul li {
	border-bottom: dashed 1px #333;
	padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* .section-11 .section-list ul li:nth-child(1) {
	border-top: 0;
	padding-top: 15px;
} */

.section-11 .section-list ul li .tit a {
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.section-11 .section-list ul li .tit a:hover {
	color: #d0994e;
}

.section-11 .section-list ul li .note {
	margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-11 .section-list ul li .note a {
	color: #808080;
	font-size: 14px;
}

/* section-11 */


.section-title {
	height: 110px;
	background: url(section-bg.png) no-repeat center bottom;
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 64px;
	margin-bottom: 40px;
	letter-spacing: 1px;
    font-weight: 700;
}

.section-title em {
	display: block;
    text-align: center;
	font-style: normal;
    font-weight: 700;
    color: #fff;
	padding-top: 36px;
	padding-left: 70px;
}

.section-title span {
	margin-left: 0px;
	position: relative;
	margin-left: 60px;
	display: inline-block;
}

.section-title span::after {
	content: '';
	border-radius: 50%;
	background-color: rgb(0, 0, 0);
	width: 10px;
	height: 10px;
	position: absolute;
	left: -34px;
	top: 45px;

}


/* section-16 begin*/
.section-16 .sec_cont {
	padding-top: 40px;
	position: relative;
	height: 635px;
}

.section-16 .sec_cont .item_div {
	margin-top: 13px;
	width: 290px;
	height: 200px;
	margin-left: 13px;
}

.section-16 .sec_cont .item_div:nth-child(1) {
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(3),
.section-16 .sec_cont .item_div:nth-child(4) {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div:nth-child(3)>a,
.section-16 .sec_cont .item_div:nth-child(4)>a,
.section-16 .sec_cont .item_div:nth-child(3)>a img,
.section-16 .sec_cont .item_div:nth-child(4)>a img {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div:nth-child(4) {
	position: absolute;
	bottom: 0px;
	left: 0;
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(5) {
	position: absolute;
	bottom: 0px;
	right: 303px;
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(6) {
	position: absolute;
	bottom: 0px;
	right: 0;
	margin-left: 0;
}

.section-16 .sec_cont .m_left .item_div:nth-child(1) {
	margin-left: 0;
}

.section-16 .sec_cont .m_right .item_div:nth-child(2) {
	margin-left: 0;
}

.section-16 .sec_cont .item_div>a {
	width: 290px;
	height: 200px;
	float: left;
	position: relative;
}

.section-16 .sec_cont .item_div>a img {
	width: 290px;
	height: 200px;
}

.section-16 .sec_cont .item_div1 {
	width: 593px;
	height: 409px;
	margin-top: 13px;
}

.section-16 .sec_cont .item_div1>a {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div1>a img {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div1 span {
	height: 44px;
	line-height: 44px;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
}

.section-16 .sec_cont .item_div span {
	height: 44px;
	line-height: 44px;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
}

.section-16 .swiper-btn {
	text-align: center;
	padding-top: 30px;
}

.section-16 .swiper-btn .swiper-button-white {
	position: static;
	background-color: rgb(6, 122, 229);
	width: 58px;
	height: 28px;
	display: inline-block;
	margin-top: 0;
	margin-left: 42px;
	margin-right: 42px;
}

.section-16 .swiper-btn .swiper-button-prev {
	background: url("//www.news.cn/travel/zt/2021whwbh/img/zuojian3.png") no-repeat center center #067ae5;
}

.section-16 .swiper-btn .swiper-button-next {
	background: url("//www.news.cn/travel/zt/2021whwbh/img/youjian3.png") no-repeat center center #067ae5;
}

/* section-16 end*/

/* section-17 begin*/
.section-17 .swiper-container .swiper-slide .pic img {
	width: 100%;
}

.section-17 .swiper-container .swiper-slide .pic .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-align: center;
}

.section-17 .swiper-container .swiper-slide .pic .title a {
	color: #fff;
	font-size: 16px;
}

.section-17 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.section-17 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

/* section-17 end*/

/* section-17-1 */
.section-17-1 .mod-tile .media {
	width: 100%;
}

.section-17-1 .mod-tile .media a {
	display: block;
	overflow: hidden;
}

.section-17-1 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-17-1 .mod-tile .media a img {
	transition: .5s;
	display: block;
}

.section-17-1 .mod-tile .media a:hover img {
	-webkit-transform: scaleX(1.2) scaleY(1.2);
	transform: scaleX(1.2) scaleY(1.2);
}

.section-17-1 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	text-align: justify;
	margin-top: 20px;
	color: #333;
}

.section-17-1 .mod-tile .caption a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-17-1 .mod-tile .caption a:hover {
	color: #d0994e;
}

.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-1 .mod-tile .abstract a {
	color: #333;
	display: inline;
}

.section-17-1 .mod-tile .abstract a:hover {
	color: #d0994e;
}

.section-17 .mod-topics .abstract a {
	color: #d0994e;
}

.section-17-1 .mod-tile {
	width: calc(100%/4 - 20px);
	margin-left: calc(20px*4 / 3);
	margin-bottom: calc(20px*4 / 3);
}

.section-17-1 .mod-tile:nth-child(4n+1) {
	margin-left: 0;
}

.section-17-1 .mod-tile .caption {
	font-size: 16px;
	margin-top: 10px;
	color: #333;
}

/* section-17-1 end */

/* section-18 begin*/
.bg {
	position: relative;
	padding: 10px 0 40px;
}
.bg::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
    opacity: .8;
}

.section-18 .section-list ul li {
	float: left;
	width: 560px;
	margin-left: 80px;
	padding: 20px 0;
	border-bottom: solid 1px #eee;

}

.section-18 .section-list ul li:nth-child(2n+1) {
	margin-left: 0;
}

.section-18 .section-list ul li .tit a {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.section-18 .section-list ul li .note {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 8px;
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-18 .section-list ul li .note a {
	color: #666666;
}

/* section-18 end*/

/* section-44 begin */
.section-44 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.section-44 .unit {
	width: 100%;
	overflow: hidden;
}

.section-44 .swiper-container-pichp {
	position: relative;
	width: 1300px;
	/* margin: 0; */
	/* overflow: visible; */
	margin: 0 auto;
	overflow: hidden;
}

.section-44 .unitArea {
	display: grid;
	max-width: 1300px;
	padding-right: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	/* grid-template-rows: repeat(3, 295px); */
	grid-template-rows: repeat(3, 210px);
	grid-gap: 10px 10px;
	grid-auto-flow: row dense;
}

.section-44 .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 .item-1 {
	background-color: #ef342a;
	grid-row: 1 / span 2;
	grid-column: 1 / span 2;
}

.section-44 .item-2 {
	background-color: #f68f26;
	grid-row-start: 1;
	grid-row-end: 2;
}

.section-44 .item-3 {
	background-color: #4ba946;
	grid-row-start: 2;
	grid-row-end: 2;
}

.section-44 .item-4 {
	background-color: #0376c2;
	grid-row: 1 / span 2;
}

.section-44 .item-5 {
	background-color: #c077af;
}

.section-44 .item-6 {
	background-color: #f8d29d;
}

.section-44 .item-7 {
	background-color: #b5a87f;
	grid-column-start: 2;
	grid-column-end: 1;
}

.section-44 .item-8 {
	background-color: #d0e4a9;
	grid-column-start: 2;
	grid-column-end: 4;
}

.section-44 .item-9 {
	background-color: #4dc7ec;
	grid-column-start: 4;
	grid-column-end: 4;
}

.section-44 .item-10 {
	background-color: #666;
	grid-row: 2 / span 2;
	grid-column: 5 / span 2;
}

.section-44 .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%, rgb(51 51 51 / .3) 80%, rgb(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 .item:hover .caption {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: linear-gradient(0deg, rgb(51 51 51 / .5) 0%, rgb(51 51 51 / .5) 80%, rgb(51 51 51 / .5) 100%);
}

.section-44 .item .caption a {
	display: block;
	color: #fff;
}

/* section-44 end */

/* section-75 begin */
.section-75 {
	margin-bottom: 100px;
	padding-top: 80px;
}

.section-75 .unit {
	position: relative;
	padding: 100px 0;
}

.section-75 .unit::before {
	content: "";
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #03468f;
	background-image: url(bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    z-index: -1;
}

.section-75 .swiper-container-xbk7 {
	position: relative;
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}

.section-75 .mod-tile {
	position: relative;
}

.section-75 .mod-tile .media img {
	float: right;
	width: 800px;
	height: 450px;
}

.section-75 .mod-tile .contBox {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 10px;
	padding-right: 60px;
}

.section-75 .mod-tile .caption {
	text-align: justify;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-75 .mod-tile .caption a {
	color: #fff;
}

.section-75 .mod-tile .abstract {
	margin-top: 20px;
	color: #fff;
}

.section-75 .mod-tile .abstract {
    margin-top: 20px;
    color: #fff;
}

.section-75 .unit .swiper-button-prev,
.section-75 .unit .swiper-button-next {
	bottom: 0;
	top: auto;
	margin-top: 0;
	width: 60px;
	height: 60px;
	background-color: #d59142;
}

.section-75 .unit .swiper-button-prev:hover,
.section-75 .unit .swiper-button-next:hover {
	background-color: rgb(178 125 51);
}

.section-75 .unit .swiper-button-prev {
	left: 340px;
}

.section-75 .unit .swiper-button-next {
	left: 400px;
}

/* section-75 end */

/* 版权区块 begin */
.adBottom {
	background: #d0994e;
	/*padding: 20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #d0994e;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */
/*RTools*/
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 200px;
	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: #d0994e 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;
}


/* 版权区块 begin */
.adBottom {
	background: #d0994e;
	/*padding: 20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #d0994e;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */

#page-mobile-header {
	display: none;
}

.section-5 {
	display: none;
}

.section-16 {
	display: block;
}

/* 111111 */

@media screen and (max-width: 768px) {

	/* 手机导航 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;
	}

	#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: #000;
		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 */

	.section-2 .section-caption,
	.section-2 .marquee {
		display: block;
	}

	.phd {
		height: auto;
		margin-top: 0;
	}

	body {
		background: none !important;
	}

	#page-mobile-header {
		display: block;
	}

	#page-pc-header {
		display: none;
	}

	#page-mobile-header img {
		width: 100% !important;
	}

	body {
		font-size: 0;
		padding-top: 0 !important;
	}

	.section {
		margin-top: .4rem !important;
		margin-bottom: .4rem !important;
		padding-left: .2rem;
		padding-right: .2rem;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
	}

	/* 导航 begin */
	.nav {
		width: 100%;
		height: auto;
		line-height: 1.8;
		background: #d0994e;
		background-size: auto;
		overflow: hidden;
	}

	.nav .swiper-container-nav {
		width: 100%;
		box-sizing: border-box;
		padding: .2rem;
		letter-spacing: 0;
		text-align: center;
	}

	.nav .swiper-slide {
		width: auto;
		color: #fff;
		font-size: .34rem;
    	display: inline-block;
		padding-right: 0.3rem;
	}

	.nav .swiper-slide a {
		color: #fff;
	}

	/* 导航 end */

	/* section2 */
	.section-2 {
		width: 100%;
		background-color: #f2f2f2;
		margin: 20px auto 0 auto;
	}

	.section-2 .unit {
		font-size: 0;
		width: 100%;
		margin: 0 auto;
	}

	.section-2 .marquee {
		height: 30px;
		margin-left: 96px;
		overflow: hidden;
		width: auto;
	}

	.section-2 .section-caption {
		text-align: center;
		line-height: 30px;
		color: #fff;
		padding-right: 0px;
		font-size: 14px;
		font-weight: normal;
		width: 86px;
		float: left;
		background-color: rgb(37, 115, 199);
		height: 30px;

	}

	.section-2 .section-caption img {
		vertical-align: middle;
		display: inline-block;
		margin-right: 8px;
	}

	.section-2 .section-caption a {
		color: #fff;
	}

	.section-2 .section-caption a:hover {
		color: #fff;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	.section-2 .mod-list li {
		position: relative;
	}

	.section-2 .mod-list li a {
		color: #666666;
	}

	.section-2 .mod-list li::after {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	*/
		position: absolute;
		border-radius: 50%;
		background: #666;
		left: 0;
		top: 12px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}

	.section-2 .marquee .mod-list .item {
		line-height: 30px;
		padding-right: 20px;
		font-size: 14px;
		text-indent: 15px;
	}

	.section-2 .mod-list li:hover a {
		color: #2573c7;
	}

	.section-2 .mod-list li:hover::after {
		background: #2573c7;
	}

	.section-2 .marquee .str_wrap {
		background: #f3f3f3;
		height: 30px !important;
	}

	/* 滚动js自带css */
	/* section2 end */

	/* section-3 begin */
	.section-3 {
		margin-top: .2rem;
	}

	.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-19  begin */

	.section-19 .swiper-container-xctj {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.section-19 {
		width: 100%;
		position: relative;
	}

	.section-19 .pic img {
		display: block;
		width: 100%;
	}

	.section-19 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 10px;
		font-size: 0;
	}

	.section-19 .title .b-title {
		font-size: 0 !important;
	}

	.section-19 .title .b-title a {
		color: #fff;
		font-size: 14px;
	}

	.section-19 .title .note {
		color: #fff;
		margin-top: 5px;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		display: none;
		overflow: hidden;
	}

	.section-19 .title .note a {
		color: #e1351d;
	}

	.section-19 .swiper-pagination-fraction {
		bottom: 30px;
		right: 30px;
		left: auto;
		width: auto;
		color: #fff;
		font-size: 34px;
		display: none;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-current {
		color: #da0000;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: 22px;
	}

	.section-19 .swiper-button-prev,
	.section-19 .swiper-button-next {
		background-color: rgba(48, 48, 48, .7);
		width: 36px;
		height: 60px;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		font-size: 10px;
		background-size: 10px 18px;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
	}

	.section-19 .swiper-button-prev {
		left: 0;
		top: 40%;
	}

	.section-19 .swiper-button-next {
		right: 0;
		top: 40%;
	}

	.section-19 .swiper-button-prev:hover,
	.section-19 .swiper-button-next:hover {
		background-color: rgb(219 174 107);
	}

	.section-19 .section-list {
		width: 500px;
		overflow: hidden;
		float: right;
	}

	.section-19 .section-list .mod-topics {
		border-top: dotted 1px #d9d9d9;
		margin-top: -1px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.section-19 .section-list .mod-topics:nth-child(1) {
		padding-top: 0;
		margin-top: -5px;
	}

	.section-19 .section-list .mod-topics .topic a {
		color: #404040;
		font-size: 18px;
		font-weight: normal;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-19 .section-list .mod-topics .topic a:hover {
		color: #1381f2;
	}

	.section-19 .section-list .mod-topics .abstract {
		line-height: 24px;
		color: #808080;
		padding-top: 5px;
		font-size: 14px;
	}

	/* section-19  end */


	/* section-11 */
	.section-11 {
		margin-bottom: 15px;
		width: 100%;
		position: relative;
	}

	.section-11 .section-left {
		width: 100%;
		float: none;
		position: relative;
		height: auto
	}

	.section-11 .pic {
		height: auto !important;
	}

	.section-11 .pic img {
		display: block;
		width: 100%;
		height: auto !important;
	}

	.section-11 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 0px 10px;
		line-height: 36px;
		height: 36px;
		overflow: hidden;
	}

	.section-11 .title a {
		color: #fff;
		font-size: 14px;
	}

	.section-11 .section-list {
		width: 100%;
		overflow: hidden;
		float: right;
	}


	.section-11 .section-list ul li {
		border-top: solid 1px #eee;
		padding-top: 25px;
	}

	.section-11 .section-list ul li:nth-child(1) {
		border-top: 0;
		padding-top: 15px;
	}

	.section-11 .section-list ul li .tit a {
		color: #404040;
		font-size: 16px;
		font-weight: normal;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.section-11 .section-list ul li .tit a:hover {
		color: #d0994e;
	}

	.section-11 .section-list ul li .note {
		padding-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.section-11 .section-list ul li .note a {
		color: #808080;
		font-size: 14px;
	}

	/* section-11 */

	/* section-17 begin*/
	.section-17 .swiper-container .swiper-slide .pic img {
		width: 100%;
	}

	.section-17 .swiper-container .swiper-slide .pic .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;

		overflow: hidden;

		padding: 0.2rem;
		text-align: left;
		font-size: .22rem;
		line-height: 1.4;
	}

	.section-17 .swiper-container .swiper-slide .pic .title a {
		color: #fff;
		font-size: 14px;
	}

	.section-17 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0px;
	}

	.section-17 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	/* section-17 end*/

	/* section-17-1 */
	.section-17-1 {
		margin-bottom: 0;
		padding-bottom: .5rem;
	}

	.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(odd) {
		margin-left: 0;
	}

	.section-17-1 .mod-tile:nth-child(even) {
		margin-left: calc(0.1rem*2 / 1);
	}

	.section-17-1 .mod-tile .caption {
		font-size: .32rem;
		margin-top: .2rem;
		color: #333;
	}

	.section-17-1 .mod-tile .abstract {
		display: none;
	}

	/* section-17-1 end */

	/* section-18 begin*/
	.section-18 .section-list ul li {
		float: left;
		width: 100%;
		margin-left: 0px;
		padding: 10px 0;
		border-bottom: solid 1px #eee;

	}

	.section-18 .section-list ul li:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-18 .section-list ul li .tit a {
		color: #333333;
		font-size: 14px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.section-18 .section-list ul li .note {
		color: #666666;
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		margin-top: 5px;
	}

	.section-18 .section-list ul li .note a {
		color: #666666;
	}

	/* section-18 end*/

	/* section-44 begin */
	.section-44 {
		margin-top: .4rem;
		margin-bottom: .4rem;
		padding: 0 .2rem;
	}

	.section-44 .unit {
		width: 100%;
		overflow: hidden;
	}

	.section-44 .swiper-container-pichp {
		position: relative;
		width: 180%;
		margin: 0;
		overflow: visible;
	}

	.section-44 .unitArea {
		display: grid;
		max-width: 100%;
		padding-right: .1rem;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: repeat(3, 2.15rem);
		grid-gap: .1rem .1rem;
		grid-auto-flow: row dense;
		/* grid-template-areas: 
			"item-1 item-1 item-2 item-4 item-5 item-6"
			"item-1 item-1 item-3 item-4 item-7 item-7"
			"item-8 item-9 item-9 item-10 item-7 item-7"; */
	}

	.section-44 .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 .item-1 {
		background-color: #ef342a;
		grid-row: 1 / span 2;
		grid-column: 1 / span 2;
	}

	.section-44 .item-2 {
		background-color: #f68f26;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.section-44 .item-3 {
		background-color: #4ba946;
		grid-row-start: 2;
		grid-row-end: 2;
	}

	.section-44 .item-4 {
		background-color: #0376c2;
		grid-row: 1 / span 2;
	}

	.section-44 .item-5 {
		background-color: #c077af;
	}

	.section-44 .item-6 {
		background-color: #f8d29d;
	}

	.section-44 .item-7 {
		background-color: #b5a87f;
		grid-column-start: 2;
		grid-column-end: 1;
	}

	.section-44 .item-8 {
		background-color: #d0e4a9;
		grid-column-start: 2;
		grid-column-end: 4;
	}

	.section-44 .item-9 {
		background-color: #4dc7ec;
		grid-column-start: 4;
		grid-column-end: 4;
	}

	.section-44 .item-10 {
		background-color: #666;
		grid-row: 2 / span 2;
		grid-column: 5 / span 2;
	}

	.section-44 .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%, rgb(51 51 51 / .3) 80%, rgb(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 .item:hover .caption {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;

		background: linear-gradient(0deg, rgb(51 51 51 / .5) 0%, rgb(51 51 51 / .5) 80%, rgb(51 51 51 / .5) 100%);
	}

	.section-44 .item .caption a {
		display: block;
		color: #fff;
	}

	/* section-44 end */

	/* section-75 begin */
	.section-75 {
		margin-top: .4rem;
		margin-bottom: .4rem;
		padding: 0 .2rem;
	}

	.section-75 .unit {
		position: relative;
		padding: .8rem .5rem 0;
	}

	.section-75 .unit::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #03468f;
		z-index: -1;
	}

	.section-75 .swiper-container-xbk7 {
		position: relative;
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

	.section-75 .mod-tile {
		position: relative;
	}

	.section-75 .mod-tile .media img {
		float: inherit;
		width: 100%;
		height: 4rem;
	}

	.section-75 .mod-tile .contBox {
		width: 100%;
		position: initial;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: .4rem;
		background-color: #f5f5f5;
	}

	.section-75 .mod-tile .caption {
		text-align: justify;
		font-size: .4rem;
		line-height: 1.2;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-75 .mod-tile .caption a {
		color: #333;
	}

	.section-75 .mod-tile .abstract {
		margin-top: .2rem;
		color: #333;
	}

	.section-75 .unit .swiper-button-prev,
	.section-75 .unit .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(51 51 51 / .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(-200%);
		transform: translateY(-200%);
	}

	.section-75 .unit .swiper-button-prev {
		left: 0;
	}

	.section-75 .unit .swiper-button-next {
		left: inherit;
		right: 0;
	}

	.section-75 .unit .swiper-button-prev:hover,
	.section-75 .unit .swiper-button-next:hover {
		background-color: rgb(178 125 51);
		height: 1.4rem;
		-webkit-transform: translateY(-180%);
		transform: translateY(-180%);
	}

	.section-75 .unit .swiper-button-prev,
	.section-75 .unit .swiper-button-next {
		opacity: 1;
	}

	.section-75 .swiper-container-xbk7:hover .swiper-button-prev,
	.section-75 .swiper-container-xbk7:hover .swiper-button-next {
		opacity: 1;
	}

	/* section-75 end */

	.section-title {
		height: 2rem;
		background: url(section-bg.png) no-repeat center center;
		background-size: 260%;
		text-align: center;
		color: #fff;
		font-size: .48rem;
		padding-top: 0.2rem;
		line-height: 1.4rem;
		margin-bottom: 0.2rem;
	}

	.section-title em {
		font-size: .48rem;
		padding-top: .3rem;
		padding-left: .8rem;
		line-height: 1.4rem;
	}

	.section-title span {
		margin-left: 0;
		position: relative;
		margin-left: 40px;
		display: inline-block;
	}

	.section-title span::after {
		content: '';
		border-radius: 50%;
		background-color: rgb(0, 0, 0);
		width: 5px;
		height: 5px;
		position: absolute;
		left: -24px;
		top: 22px;

	}

	/* 清除浮 动*/
	.fix {
		*zoom: 1;
	}

	.fix:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}



	/* RTools begin */
	.RTools {
		width: 40px;
		bottom: 100px;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */
	/* Copyright begin */
	#bottomBody {
		background: #d0994e;
		color: #fff;
	}

	.adBottom {
		background: #d0994e;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #d0994e;
		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 */
}
