@charset "utf-8";

/* CSS Document */
body {
	/* background-image: url("tt.jpg"); */
	background-color: #0e5340!important;
	/* background-position: center 50px;
	background-repeat: no-repeat; */
	/* background-size: contain!important; */
}

.section {
	margin: 100px auto;
	width: 1200px;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #0e5340;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #0e5340;
}

.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-align: justify;
	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,#0e5340 0%,#2f1078 100%);*/
	background-color: rgb(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: rgb(0 153 255 / .2);
	color: #0e5340;
	transition: .3s;
}

/* page height begin */
#percentageCounter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#percentageCounter h1 {
	font-size: 14px;
	color: rgb(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 rgb(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;
	position: relative;
	overflow: hidden;
}

.phd video {
    width: 1920px;
    height: 650px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.main {
	width: 1300px;
	padding: 50px;
	background-color: #ecf7f2;
	margin: 0 auto;
}

/* 背景图区域 end */

/* section-17 begin */
.section-17 {
	margin-top: 0;
	margin-bottom: 0;
}

.section-17 .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-17 .mod-tile {
	width: calc(100%/6 - 20px);
	margin-left: calc(20px*6 / 5);
	margin-bottom: calc(20px*6 / 5);
}

.section-17 .mod-tile:nth-child(6n+1) {
	margin-left: 0;
}

.section-17 .mod-tile .media {
	width: 100%;
}

.section-17 .mod-tile .media a {
	display: block;
	overflow: hidden;
}

.section-17 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.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: left;
	margin-top: 20px;
	color: #333;
    display: none;
}

.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: 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: #0e5340;
}

.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: #0e5340;
}

.section-17 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #0e5340;
	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: #0e5340;
}

.section-17 .contact-tel {
	text-align: center;
    color: #0e5340;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

/* section-17 end */

/* section-26 拼凑版 begin */
.section-26 {
    padding-top: 40px;
    padding-bottom: 50px;
	font-size: 0;
	+word-spacing: -1px;
	overflow: hidden;
}

.section-26 .col-1,
.section-26 .col-2,
.section-26 .col-3 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-26 .col-1 {
	width: 1200px;
    margin: 0 auto;
    display: block;
}

.section-26 .col-1 .accordion {
	width: 100%;
    min-height: 1010px;
	position: relative;
}

.section-26 .col-1 ul>li {
	width: 250px;
	background-color: #d5e7df;
}

.section-26 .col-1 ul>li .link {
	cursor: pointer;
	padding: 25px;
	padding-right: 40px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px dashed #0e5340;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	letter-spacing: 1px;
}

.section-26 .col-1 ul>li:last-child .link {
	border-bottom: 0;
}

.section-26 .col-1 ul>li.open .link {
	color: #0e5340;
	background-color: #deeee7;
	font-weight: 700;
	font-size: 18px;
}

.section-26 .col-1 ul>li i {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	right: 25px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkwNThCNkVBRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkwNThCNkVCRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTA1OEI2RThENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTA1OEI2RTlENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64IARdAAAAYUlEQVR42tRTWwoAIQjMOaYH9JouLQQipQP97A4IkfMIMXH3cQOMS3zIQFV9VifIPKzLSKjE+YyO2Bm/BmYmTFrE0kjcA2YGORCnBiPezqAy2fXAEk/GYNKqV8n/P9MjwAARHTkvNOpBMgAAAABJRU5ErkJggg==");
	font-style: normal;
}

.section-26 .col-1 ul>li.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section-26 .col-1 .schedule-content {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: calc(100% - 250px);
	height: 100%;
	padding-left: 60px;
	background: #ecf7f2;
}

.section-26 .col-1 .schedule-c-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*overflow-y: auto;
    overflow-x: hidden;*/
}

.section-26 .col-1 ol {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
}

.section-26 .col-1 ol>li {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAADCAIAAAA2iEnWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJGOEFDRTdGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJGOEFDRTZGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OTU4MzQwRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OTU4MzQxRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PgwZMgAAABdJREFUeNpiPHPmDAMDAxMDGEApgAADAC3AAmrZw7nBAAAAAElFTkSuQmCC") repeat-y 160px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.section-26 .col-1 ol>li:first-child {
	padding-top: 0;
}

.section-26 .col-1 ol>li .time {
	position: relative;
	top: -3px;
	color: #737373;
	width: 115px;
	font-size: 16px;
	float: left;
}

.section-26 .col-1 ol>li .cont {
	margin-left: 126px;
	padding-left: 40px;
	position: relative;
}

.section-26 .col-1 ol>li .cont:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODMyN0MxRjVGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODMyN0MxRjRGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0YzMzU2MTZGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0YzMzU2MTdGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BiTGnAAAAwElEQVR42mTQywoBcRTH8RkslC0LTzAvwCNIipWykg22wsLK0kphJyVvgMil8AQuL8CevAXfU7/JlFOf5tzmPxc34c0dRQEtpFVfMcTWipCaPSxwR1ksX2rmRJBHR9ej84u1Fnc424ltTLWUw0ssP2nWssVU4KQZkjJT72A7/jt+nP9wg7kt3pBVo4Y3nqiqZ7OrfcwI9o9W2OuxfmRQRzEci5ceJFGMtRSGhwYG6GMS0Z1dXNBERT2ri9hY8RVgAEJyKEp9KwjMAAAAAElFTkSuQmCC") no-repeat center center;
	left: 0;
	top: 0;
}

.section-26 .col-1 ol>li .cont .tit {
	color: #333;
	font-size: 16px;
	position: relative;
	top: -3px;
}

.section-26 .col-1 ol>li .cont .note {
	color: #737373;
	font-size: 14px;
	line-height: 1.6;
}

.section-26 .col-1 .mod-card {
	*zoom: 1;
}

.section-26 .col-1 .mod-card::before,
.section-26 .col-2 .mod-card::after {
	content: "";
	display: table;
}

.section-26 .col-1 .mod-card::after {
	clear: both;
}

.section-26 .col-1 .mod-card .media img {
	/* width: 400px;
	height: auto;
	margin-right: 20px; */
    float: left;
	width: calc(100%/3 - 10px);
    margin-left: calc(10px*3 / 2);
	height: 160px;
	margin-top: calc(10px*3 / 2);
}

.section-26 .col-1 .mod-card .media img:nth-child(3n+1) {
    margin-left: 0;
}

.section-26 .col-1 .mod-card .topic {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
	height: inherit;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: inherit;
	text-align: justify;
}

.section-26 .col-1 .mod-card .topic a {
	color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-26 .col-1 .mod-card .topic_sub {
	font-size: 26px;
	color: #333;
	line-height: 1.4;
    display: inline-block;
	display: none;
}

.section-26 .col-1 .mod-card .topic_title {
	font-size: 18px;
	color: #666;
	line-height: 1.4;
	/* margin-top: 10px; */
    display: inline-block;
    margin-left: 20px;
	display: none;
}

.section-26 .col-1 .mod-card .abstract {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section-26 .col-1 .mod-card .video {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
    margin-top: 30px;
}

.section-26 .col-1 .mod-card .video img {
	width: 100%;
	height: 500px;
}

.section-26 .col-1 .mod-card .vPlay {
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
	display: none;
	cursor: pointer;
	z-index: 3;
}

.section-26 .col-1 .mod-card .vPlay img {
    width: 100%;
    height: 100%;
}

.section-26 .col-1 .mod-card .video-close {
	width: .4rem;
	height: .4rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	background: url(//www.news.cn/politics/70zn/zb01a/images/videoClose.png) 0 0 no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: none;
	transform: rotate(180deg);
}

.section-26 .col-1 .mod-card .VideoHtml {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

.section-26 .col-1 .mod-card .videoFull {
	height: 100vh;
	overflow: hidden;
}

.section-26 .col-1 .mod-card .videoFull .VideoHtml {
	background-color: rgb(51 51 51 / .8);
}

.section-26 .col-1 .mod-card .videoFull #spMobile {
	position: absolute;
	top: 50%;
	margin-top: -2.1rem;
	width: 100%;
	height: auto;
}

.section-26 .col-1 .mod-card .videoFull .video-close {
	top: 50%;
	margin-top: -2.1rem;
}

.section-26 .col-2 {
	width: 660px;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px dashed #ccc;
}

.section-26 .col-2 .mod-card {
	*zoom: 1;
}

.section-26 .col-2 .mod-card::before,
.section-26 .col-2 .mod-card::after {
	content: "";
	display: table;
}

.section-26 .col-2 .mod-card::after {
	clear: both;
}

.section-26 .col-2 .mod-card .media a {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.section-26 .col-2 .mod-card .media img {
	width: 100%;
	height: auto;
}

.section-26 .col-2 .mod-card .topic {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1.6;
	height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.section-26 .col-2 .mod-card .topic a {
	color: #333;
}

.section-26 .col-2 .mod-card .abstract {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section-26 .col-3 {
	width: 500px;
}

.section-26 .col-3 li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 16px;
}

.section-26 .col-3 li a {
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.section-26 .col-3 li a:hover {
	color: #333;
}

/* section-26 拼凑版 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: #0a3b31 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: #0a3b31;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #0a3b31;
	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: #0e5340;
	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: rgb(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: rgb(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: #0e5340;
	color: #fff;
	border-color: #0e5340;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.section-17 .section-title {
	width: 100%;
	height: 150px;
	line-height: 150px;
	text-indent: 0;
	background: url("image-title-17.png") center center no-repeat;
	background-size: cover;
	border-bottom: 0;
	margin: 0 auto 40px;
}

.section-17 .section-title em {
	display: block;
	text-align: center;
	font-size: 40px;
	padding-top: 0;
	color: transparent;
	/* 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 */


/* 111111 */
@media screen and (max-width:768px) {
	.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;
		background-size: cover;
		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;
	}

	.main {
		width: 100%;
		padding: .1rem;
		background-color: #ecf7f2;
		margin: 0 auto;
	}

    /* section-17 begin */
    .section-17 .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

	.section-17 .mod-tile {
		width: calc(100%/3 - .1rem);
		margin-left: calc(.1rem*3 / 2);
		margin-bottom: calc(.1rem*3 / 2);
	}

	.section-17 .mod-tile:nth-child(3n+1) {
		margin-left: 0;
	}

	.section-17 .mod-tile .media {
		width: 100%;
	}

	.section-17 .mod-tile .media a {
		display: block;
		overflow: hidden;
	}

	.section-17 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.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: left;
		margin-top: .2rem;
		color: #333;
        display: none;
	}

	.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: #0e5340;
	}

	.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: #0e5340;
	}

	.section-17 .mod-topics .topic::after {
		content: "";
		display: block;
		width: .1rem;
		height: .3rem;
		background: #0e5340;
		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: #0e5340;
	}

	.section-17 .contact-tel {
		text-align: center;
		color: #0e5340;
		font-size: .32rem;
		font-weight: bold;
		letter-spacing: .02rem;
		margin-top: .2rem;
	}

	/* section-17 end */

    /* section-26 拼凑版 begin */
	.section-26 {
        padding: .2rem;
		font-size: 0;
		+word-spacing: -1px;
		overflow: hidden;
	}

    .section-26::before {}

	.section-26 .col-1,
	.section-26 .col-2,
	.section-26 .col-3 {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: .28rem;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}

	.section-26 .col-1 {
		width: 100%;
	}

	.section-26 .col-1 .accordion {
		width: 100%;
        min-height: 100%;
		position: relative;
	}

	.section-26 .col-1 ul>li {
		width: 100%;
		background-color: #d5e7df;
	}

	.section-26 .col-1 ul>li .link {
		cursor: pointer;
		padding: .4rem .3rem;
		padding-right: .6rem;
		color: #333;
		font-size: .32rem;
		font-weight: 400;
		border-bottom: 1px dashed #0e5340;
		position: relative;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
		letter-spacing: 1px;
	}

	.section-26 .col-1 ul>li:last-child .link {
		border-bottom: 0;
	}

	.section-26 .col-1 ul>li.open .link {
		color: #0e5340;
		background-color: #deeee7;
		font-weight: 700;
		font-size: .4rem;
	}

	.section-26 .col-1 ul>li i {
		position: absolute;
		width: .32rem;
		height: .32rem;
		top: .5rem;
		right: .3rem;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkwNThCNkVBRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkwNThCNkVCRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTA1OEI2RThENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTA1OEI2RTlENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64IARdAAAAYUlEQVR42tRTWwoAIQjMOaYH9JouLQQipQP97A4IkfMIMXH3cQOMS3zIQFV9VifIPKzLSKjE+YyO2Bm/BmYmTFrE0kjcA2YGORCnBiPezqAy2fXAEk/GYNKqV8n/P9MjwAARHTkvNOpBMgAAAABJRU5ErkJggg==");
		font-style: normal;
	}

	.section-26 .col-1 ul>li.open i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.section-26 .col-1 .schedule-content {
		position: inherit;
		top: 0;
		right: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: .2rem .3rem;
		background: #f9fafc;
	}

	.section-26 .col-1 .schedule-c-box {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.section-26 .col-1 ol {
		padding-top: .4rem;
		padding-bottom: .4rem;
		background: #fff;
	}

	.section-26 .col-1 ol>li {
		padding-top: .3rem;
		padding-left: .3rem;
		padding-right: .3rem;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAADCAIAAAA2iEnWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJGOEFDRTdGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJGOEFDRTZGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OTU4MzQwRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OTU4MzQxRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PgwZMgAAABdJREFUeNpiPHPmDAMDAxMDGEApgAADAC3AAmrZw7nBAAAAAElFTkSuQmCC") repeat-y 1.4rem;
		-webkit-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

	.section-26 .col-1 ol>li:first-child {
		padding-top: 0;
	}

	.section-26 .col-1 ol>li .time {
		position: relative;
		top: -3px;
		color: #737373;
		width: .8rem;
		font-size: .28rem;
		float: left;
	}

	.section-26 .col-1 ol>li .cont {
		margin-left: 1rem;
		padding-left: .6rem;
		position: relative;
	}

	.section-26 .col-1 ol>li .cont:before {
		content: "";
		position: absolute;
		width: .2rem;
		height: .2rem;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODMyN0MxRjVGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODMyN0MxRjRGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0YzMzU2MTZGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0YzMzU2MTdGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BiTGnAAAAwElEQVR42mTQywoBcRTH8RkslC0LTzAvwCNIipWykg22wsLK0kphJyVvgMil8AQuL8CevAXfU7/JlFOf5tzmPxc34c0dRQEtpFVfMcTWipCaPSxwR1ksX2rmRJBHR9ej84u1Fnc424ltTLWUw0ssP2nWssVU4KQZkjJT72A7/jt+nP9wg7kt3pBVo4Y3nqiqZ7OrfcwI9o9W2OuxfmRQRzEci5ceJFGMtRSGhwYG6GMS0Z1dXNBERT2ri9hY8RVgAEJyKEp9KwjMAAAAAElFTkSuQmCC") no-repeat center center;
		left: 1px;
		top: 0;
	}

	.section-26 .col-1 ol>li .cont .tit {
		color: #333;
		font-size: .32rem;
		position: relative;
		top: -.06rem;
	}

	.section-26 .col-1 ol>li .cont .note {
		color: #737373;
		font-size: .28rem;
		line-height: 1.6;
	}

	.section-26 .col-1 .mod-card {
		*zoom: 1;
		padding-bottom: 0;
		margin-bottom: 0;
		border: 0;
	}

	.section-26 .col-1 .mod-card::before,
	.section-26 .col-2 .mod-card::after {
		content: "";
		display: table;
	}

	.section-26 .col-1 .mod-card::after {
		clear: both;
	}

	.section-26 .col-1 .mod-card .media img {
		float: left;
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-top: calc(.1rem*2 / 1);
        height: 1.8rem;
	}

    .section-26 .col-1 .mod-card .media img:nth-child(3n+1) {
        margin-left: calc(.1rem*2 / 1);
    }

    .section-26 .col-1 .mod-card .media img:nth-child(2n+1) {
        margin-left: 0;
    }
    
	.section-26 .col-1 .mod-card .topic {
		font-size: .36rem;
		font-weight: 700;
		color: #333;
		line-height: 1.4;
		height: inherit;
		margin-top: 0;
		text-align: justify;
	}

	.section-26 .col-1 .mod-card .topic a {
		color: #333;
        white-space: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
	}

	.section-26 .col-1 .mod-card .topic_sub {
		font-size: .48rem;
		color: #333;
		line-height: 1.6;
		display: none;
	}

	.section-26 .col-1 .mod-card .topic_title {
		font-size: .36rem;
		color: #666;
		line-height: 1.6;
		margin: .1rem 0;
		display: none;
	}

	.section-26 .col-1 .mod-card .abstract {
		font-size: .28rem;
		line-height: 1.6;
		margin-top: .1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
	}

    .section-26 .col-1 .mod-card .video {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
        margin-top: .3rem;
    }
    
    .section-26 .col-1 .mod-card .video img {
        width: 100%;
        height: auto;
    }
    
    .section-26 .col-1 .mod-card .vPlay {
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: none;
        cursor: pointer;
        z-index: 3;
    }
    
    .section-26 .col-1 .mod-card .vPlay img {
        width: 100%;
        height: 100%;
    }
    
    .section-26 .col-1 .mod-card .video-close {
        width: .4rem;
        height: .4rem;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
        background: url(//www.news.cn/politics/70zn/zb01a/images/videoClose.png) 0 0 no-repeat;
        background-size: 100%;
        cursor: pointer;
        display: none;
        transform: rotate(180deg);
    }
    
    .section-26 .col-1 .mod-card .VideoHtml {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
    }
    
    .section-26 .col-1 .mod-card .videoFull {
        height: 100vh;
        overflow: hidden;
    }
    
    .section-26 .col-1 .mod-card .videoFull .VideoHtml {
        background-color: rgb(51 51 51 / .8);
    }
    
    .section-26 .col-1 .mod-card .videoFull #spMobile {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: auto;
    }
    
    .section-26 .col-1 .mod-card .videoFull .video-close {
        top: 50%;
        margin-top: -2.1rem;
    }

	.section-26 .col-2 {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		border-right: 0px dashed #ccc;
	}

	.section-26 .col-2 .mod-card {
		*zoom: 1;
	}

	.section-26 .col-2 .mod-card::before,
	.section-26 .col-2 .mod-card::after {
		content: "";
		display: table;
	}

	.section-26 .col-2 .mod-card::after {
		clear: both;
	}

	.section-26 .col-2 .mod-card .media a {
		float: left;
		width: 3rem;
		margin-right: .2rem;
	}

	.section-26 .col-2 .mod-card .media img {
		width: 100%;
		height: auto;
	}

	.section-26 .col-2 .mod-card {
		padding-bottom: .3rem;
		margin-bottom: .2rem;
		border-bottom: 1px dashed #ccc;
	}

	.section-26 .col-2 .mod-card .topic {
		font-size: .32rem;
		font-weight: 700;
		color: #333;
		line-height: 1.4;
		height: inherit;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.section-26 .col-2 .mod-card .topic a {
		color: #333;
	}

	.section-26 .col-2 .mod-card .abstract {
		font-size: .28rem;
		line-height: 1.4;
		padding-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
	}

	.section-26 .col-3 {
		width: 100%;
	}

	.section-26 .col-3 li {
		width: 100%;
		height: inherit;
		line-height: 1.6;
		color: #333;
		font-size: .28rem;
	}

	.section-26 .col-3 li a {
		color: #333;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.section-26 .col-3 li a:hover {
		color: #333;
	}

	/* section-26 拼凑版 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: #0a3b31;
		color: #fff;
	}

	.adBottom {
		background: #0a3b31;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #0a3b31;
		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: #0e5340;
		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: rgb(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: rgb(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: #0e5340;
		color: #fff;
		border-color: #0e5340;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
    .section-17 .section-title {
		width: 100%;
		height: 1.6rem;
		line-height: 1.6rem;
		text-indent: 0;
		background-image: url("image-title-17.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom: 0;
		margin: 0 auto .4rem;
	}

    .section-17 .section-title em {
		display: block;
		text-align: center;
		font-size: .52rem;
		padding-top: 0;
		color: transparent;
		/* 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: .04rem;
	}

	/* section-title end */
}
