@charset "utf-8";

/* CSS Document */
.section {
	margin: 80px auto;
	width: 1200px;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #3177e7;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #3177e7;
}

.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: rgba(0, 0, 0, .7)
}

.mod .inner-caption a {
	color: #eee;
}

.mod .inner-caption a:hover {
	color: #666;
}

.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
	text-align: justify;
	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,#3177e7 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: #000;
}

.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: #3177e7;
	transition: .3s;
}

/* 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 */

/* 背景图区域 begin */
.phd {
	margin-top: 50px;
	height: 700px;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 背景图区域 end */

/* nav begin */
.nav {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #3177e7;
	background-size: cover;
}

.nav-ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.nav-ul li {
	text-align: center;
	background: url("//www.news.cn/fashion/global/lib/image/line-01.png") left center no-repeat;
	padding: 0 13px;
	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;
}

.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: #3177e7;
}

.nav-ul li:hover~li::before {
	left: 50%;
}

/* nav end */

/* section-2 begin */
.section-2 {
	/* width:100%;*/
	background-color: #f3f3f3;
	margin: 0 auto;
}

.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}

.section-2 .section-caption,
.section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-2 .marquee {
	width: 1050px;
	height: 50px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

.section-2 .section-caption {
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color: #3177e7;
}

.section-2 .section-caption a {
	color: #fff;
}

.section-2 .section-caption a:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.section-2 .mod-list li {
	position: relative;
}

.section-2 .mod-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius:50%;box-shadow:0 0 0 5px #fff;*/
	background: #3177e7;
	position: absolute;
	left: 0;
	top: 23px;
}

.section-2 .marquee .mod-list .item {
	line-height: 50px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}

.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}

/* 滚动js自带css */
/* section-2 end */

/* section-3 begin */
.section-3 {
	margin: 40px auto;
}

.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;
	box-sizing: border-box;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #3177e7;
}

.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;
}

.section-3 .note a {
	color: #999;
}

.section-3 .note a:hover {
	color: #666;
}

/* section-3 end */


/* section-11 begin */
.section-11 {
	margin-top: 40px;
	margin-bottom: 60px;
	position: relative;
	font-size: 0;
	+word-spacing: -1px;
}

.section-11 .focus {
	position: absolute;
	top: 30px;
	right: -30px;
	z-index: 2;
}

.section-11 .col-1,
.section-11 .col-2 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-11 .swiper-container-jdt {
	width: 670px;
	overflow: hidden;
	position: relative;
}

.section-11 .col-1 .pic img {
	width: 100%;
	height: auto;
}

.section-11 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 10px 120px 10px 20px;
	line-height: 1.6;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11 .col-1 .title .b-title {
	font-size: 20px;
	font-weight: 700;
}

.section-11 .col-1 .title .b-txt {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: none;
}

.section-11 .col-1 .title a {
	color: #fff;
}

.section-11 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
}

.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-11 .swiper-button-prev,
.section-11 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 0;
	margin-top: 160px;
}

.section-11 .swiper-button-prev {
	left: 0;
}

.section-11 .swiper-button-next {
	right: 0;
}

.section-11 .swiper-button-prev:hover,
.section-11 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
	margin-top: 100px;
}

.section-11 .swiper-pagination-fraction,
.section-11 .swiper-button-prev,
.section-11 .swiper-button-next {
	opacity: 0;
}

.section-11 .swiper-container-jdt:hover .swiper-pagination-fraction,
.section-11 .swiper-container-jdt:hover .swiper-button-next,
.section-11 .swiper-container-jdt:hover .swiper-button-prev {
	opacity: 1;
}

.section-11 .col-2 {
	width: 500px;
	margin-left: 30px;
}

.section-11 .col-2 .mod-topics {
	border-bottom: dotted 1px #d9d9d9;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.section-11 .col-2 .mod-topics:last-child {
	margin-bottom: 0;
}

.section-11 .col-2 .mod-topics .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 .col-2 .mod-topics .abstract {
	color: #888;
	margin-top: 5px;
	text-align: justify;
	-webkit-line-clamp: 2;
}

.section-11 .col-2 .mod-topics:nth-last-child(-n+4) .topic {
	font-size: 18px;
	line-height: 1.8;
}

.section-11 .col-2 .mod-topics:nth-last-child(-n+4) .abstract {
	display: none;
}

/* section-11 end */

/* section-17 begin */
.section-17 {
    position: relative;
    padding: 100px 0;
}

.section-17::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(29, 76, 204, .1), rgba(29, 76, 204, .8)), url(bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
	opacity: .3;
}

.section-17 .unit {
	width: 1200px;
	margin: 0 auto;
}

.section-17 .mod-tile {
	width: calc(100%/3 - 20px);
	margin-left: calc(20px*3 / 2);
	margin-bottom: calc(20px*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.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: #123c9e;
}

.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;
}

.section-17 .mod-tile .abstract a {
	color: #333;
	display: inline;
}

.section-17 .mod-tile .abstract a:hover {
	color: #123c9e;
}

.section-17 .mod-topics {
	padding-bottom: 10px;
	border-bottom: 1px dashed #333;
	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:nth-child(-n+2) .topic{
	font-size: 22px;
} */

.section-17 .mod-topics .topic a {
	color: #333;
}

.section-17 .mod-topics .topic a:hover {
	color: #123c9e;
}

.section-17 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #3177e7;
	position: absolute;
	left: 0;
	top: 7px;
}

/* .section-17 .mod-topics:nth-child(-n+2) .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #3177e7;
	position: absolute;
	left: 0;
	top: 10px;
} */

.section-17 .mod-topics .abstract {
	line-height: 1.8;
	margin-top: 10px;
	color: #333;
	padding-left: 20px;
	-webkit-line-clamp: 2;
}

.section-17 .mod-topics .abstract a {
	color: #333;
}

/* section-17 end */


/* section-18 begin */
.section-18 {
	margin-bottom: 80px;
}

.section-18 .unit {
	width: 1300px;
	padding: 0 50px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.section-18 .swiper-container-jiabin{
	position: relative;
	overflow: hidden;
	width: 1200px;
}

.section-18 .mod-tile {
	width: 100%;
	overflow: hidden;
}

.section-18 .mod-tile .media img {
	width: 100%;
	height: 370px;
}

.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;
	height: 140px;
}

.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: #548cec;
	position: absolute;
	left: 20px;
	top: 20px;
}

.section-18 .mod-tile .unit-title a {
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.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: rgba(51, 51, 51, .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: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-18 .swiper-pagination-fraction,
.section-18 .swiper-button-prev,
.section-18 .swiper-button-next {
	opacity: 1;
}

/* section-18 end */


/* section-19 begin */
.section-19 {
	margin-bottom: 100px;
}

.section-19 .unit {
	width: 1300px;
	padding: 0 50px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.section-19 .swiper-container-yjhx{
	position: relative;
	overflow: hidden;
	width: 1200px;
}

.section-19 .mod-tile {
	width: 100%;
	overflow: hidden;
}

.section-19 .mod-tile .media img {
	width: 100%;
	height: 280px;
}

.section-19 .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;
	display: none;
}

.section-19 .mod-tile .unit-title::after {
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #548cec;
	position: absolute;
	left: 20px;
	top: 20px;
}

.section-19 .mod-tile .unit-title a {
	color: #333;
}

.section-19 .mod-tile .unit-title a:hover {
	color: #dc0000;
}

.section-19 .mod-tile .abstract {
	color: #333;
	width: calc(100% - 30px);
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin: 10px auto 0;
	text-align: justify;
	display: none;
}

.section-19 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
	display: none;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-19 .swiper-button-prev,
.section-19 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .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-19 .swiper-button-prev {
	left: 0;
}

.section-19 .swiper-button-next {
	right: 0;
}

.section-19 .swiper-button-prev:hover,
.section-19 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-19 .swiper-pagination-fraction,
.section-19 .swiper-button-prev,
.section-19 .swiper-button-next {
	opacity: 1;
}

/* section-18 end */

/* section-29 begin */
.section-29 .col-5 {
	/* margin-top:60px;*/
}

.section-29 .col-5 .mod-tile {
	width: calc(100%/4 - 20px);
	margin-bottom: calc(20px*4 / 3);
	margin-left: calc(20px*4 / 3);
	position: relative;
}

.section-29 .col-5 .mod-tile:nth-child(4n+1) {
	margin-left: 0;
}

.section-29 .col-5 .mod-tile .media a {
	display: block;
	overflow: hidden;
}

.section-29 .col-5 .mod-tile .media img {
	width: 100%;
	height: 160px;
}

.section-29 .col-5 .mod-tile .media a img {
	transition: .5s;
	display: block;
}

.section-29 .col-5 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}

.section-29 .col-5 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	height: 65px;
	text-align: center;
	margin-top: 20px;
}

.section-29 .col-5 .mod-tile .caption a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-29 .col-5 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: none;
}

.section-29 .col-5 .mod-tile .abstract a {
	color: #0050eb;
	display: inline;
}

.section-29 .col-5 .mod-tile .abstract a:hover {
	color: #666;
}

.section-29 .col-5 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 560px;
	margin: 0 20px 15px;
}

.section-29 .col-5 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	text-indent: 20px;
	color: #333;
}

.section-29 .col-5 .mod-topics .topic a {
	color: #333;
}

.section-29 .col-5 .mod-topics .topic a:hover {
	color: #666;
}

.section-29 .col-5 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	/*border-radius:50%;box-shadow:0 0 0 5px #fff;*/
	background: #0050eb;
	position: absolute;
	left: 0;
	top: 7px;
}

.section-29 .col-5 .mod-topics .abstract {
	height: 70px;
	line-height: 2.3;
	margin-top: 10px;
	color: #888;
	padding-bottom: 10px;
	padding-left: 20px;
}

.section-29 .col-5 .mod-topics .abstract a {
	color: #0050eb;
}

.section-29 .col-5 .mod-topics .abstract a:hover {
	color: #666;
}

/* section-29 end */

/* section-27 begin */
.section-27 .col-2 {
	padding: 0 30px;
	margin-bottom: 30px;
	position: relative;
}

.section-27 .col-2::after {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: -1;
	content: "";
	width: 100%;
	height: 170px;
	background-color: #3177e7;
}

.section-27 .col-2 .mod-card .media {
	width: 560px;
}

.section-27 .col-2 .mod-card .media a {
	width: 100%;
}

.section-27 .col-2 .mod-card .media img {
	float: left;
	width: 100%;
	height: 360px;
	margin-right: 30px;
}

.section-27 .col-2 .mod-card .topic {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 70px;
}

.section-27 .col-2 .mod-card .topic a {
	color: #fff;
}

.section-27 .col-2 .mod-card .topic a:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.section-27 .col-2 .mod-card .abstract {
	min-height: 90px;
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #fff;
}

.section-27 .col-2 ul {
	margin-top: 35px;
	/* border-top: 1px dashed #a6b8f4;
	padding-top: 20px; */
	width: 550px;
	float: right;
}

.section-27 .col-2 ul li {
	width: 100%;
	line-height: 2;
	font-size: 14px;
	color: #333;
	text-align: justify;
}

/* section-27 end */


/* section-77 begin */
.section-77 {
	margin: 80px 0;
	position: relative;
}
.section-77::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(bg-02.png);
    background-position: right center;
    background-repeat: no-repeat;

    z-index: -1;
}

.section-77 .unit {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}

.section-77 .logo {
	width: calc(100%/5 - 40px);
    margin-left: calc(40px*5 / 4);
    margin-bottom: calc(40px*5 / 4);
}

.section-77 .logo:nth-child(5n+1) {
    margin-left: 0;
}

.section-77 .pic img {
    width: 100%;
    height: 100px;
}


/* section-77 end */

/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 300px;
	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: #3177e7 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: #3177e7;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #3177e7;
	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: #3177e7;
	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;
	box-sizing: border-box;
	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: 18px;
}

.xpage-more-btn a {
	color: #333;
}

.xpage-more-btn:hover {
	background: #3177e7;
	color: #fff;
	border-color: #3177e7;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.section-17 .section-title, 
.section-18 .section-title,
.section-19 .section-title,
.section-29 .section-title,
.section-77 .section-title,
.section-27 .section-title {
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-indent: inherit;
	background: url("tit.png") center center no-repeat;
	background-size: contain;
	border-bottom: 0;
	margin: 0 auto 50px;
}

.section-17 .section-title em,
.section-18 .section-title em,
.section-19 .section-title em,
.section-29 .section-title em,
.section-77 .section-title em,
.section-27 .section-title em {
	display: block;
	text-align: center;
	font-size: 38px;
	padding-right: 30px;
	color: #fff;
}

/* 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/fashion/global/lib/image/bgSjTop.png.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/fashion/global/lib/image/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/fashion/global/lib/image/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/fashion/global/lib/image/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 */
	.widthMain {
		width: 100%;
		margin: .4rem auto;
		box-sizing: border-box;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
		box-sizing: border-box;
	}

	/* 导航 begin */
	.nav {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		background: #3177e7;
		background-size: auto;
		overflow: hidden;
	}

	.nav .swiper-container-nav {
		width: 100%;
		box-sizing: border-box;
		padding-left: .3rem;
		letter-spacing: 0;
	}

	.nav .swiper-slide {
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.nav .swiper-slide:last-child {
		margin-right: .4rem;
	}

	.nav .swiper-slide a {
		color: #fff;
	}

	/* 导航 end */

	/* 滚动新闻 begin */
	.section-gdxw {
		height: 1rem;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		position: relative;
	}

	.section-gdxw .swiper-container-gdxw {
		font-size: .32rem;
		height: 1rem;
		line-height: 1rem;
		overflow: hidden;
		position: relative;
		background-color: #f5f5f5;
	}

	.section-gdxw .section-caption {
		width: .88rem;
		content: "即时";
		position: absolute;
		top: .25rem;
		left: .16rem;
		padding: .1rem .1rem .12rem .1rem;
		color: #fff;
		font-size: .32rem;
		line-height: 1;
		background-image: linear-gradient(#3177e7 0%, #3177e7 100%);
		-webkit-transform: translateY(1px);
		-moz-transform: translateY(0);
		transform: translateY(0);
		z-index: 2;
	}

	.section-gdxw .section-caption a {
		color: #fff;
	}

	.section-gdxw .swiper-slide {
		padding-left: 1.2rem;
		padding-right: .16rem;
		box-sizing: border-box;
		width: 100%;
		height: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-gdxw .swiper-slide a {
		color: #333;
	}

	/* 滚动新闻 end */

	/* section-3 begin */
	.section-3 {
		margin-top: .2rem;
	}

	.section-3 .title {
		color: #333;
		font-size: .48rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		white-space: inherit;
	}

	.section-3 .title a {
		color: #333;
		padding: 0;
	}

	.section-3 .title:hover a {
		color: #333;
		background-color: none;
	}

	.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 .note a {
		color: #999;
	}

	/* section-3 end */

	/* section-3-1 begin */
	.section-3-1 .headLine_tit {
		width: 100%;
		height: inherit;
		line-height: 1.4;
		margin: 0 auto;
		font-size: .4rem;
		font-weight: 700;
		color: #3177e7;
		text-align: justify;
		letter-spacing: -1.5px;
		overflow: hidden;
	}

	.section-3-1 .headLine_tit a {
		color: #3177e7;
		background: #fff;
		padding: 0;
	}

	.section-3-1 .headLine .headLine_tit a:hover {
		color: #fff;
		background: #3177e7;
	}

	.section-3-1 .headLine_txt {
		width: 100%;
		height: inherit;
		line-height: 1.4;
		font-size: .28rem;
		color: #333;
		margin: .1rem auto 0;
		background: none;
		box-sizing: border-box;
		padding: 0;
		display: inherit;
		place-items: inherit;
	}

	.section-3-1 .headLine_txt p {
		-webkit-line-clamp: 10;
	}

	.section-3-1 .headLine_line {
		width: 1200px;
		height: 100px;
		border: 1px solid #cdcdcd;
		margin-top: -140px;
		position: absolute;
		z-index: -1;
		display: none;
	}

	/* section-3-1 end */

	/* section-11 begin */
	.section-11 {
		margin-top: 0;
		position: relative;
		overflow: hidden;
		font-size: 0;
		+word-spacing: -1px;
	}

	.section-11 .focus {
		position: absolute;
		top: 60px;
		right: -43px;
		z-index: 2;
		display: none;
	}

	.section-11 .col-1,
	.section-11 .col-2 {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: 14px;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}

	.section-11 .swiper-container-jdt {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.section-11 .col-1 .pic img {
		width: 100%;
		height: auto;
	}

	.section-11 .col-1 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		background-image: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 153, 255, 0) 90%);
		padding: .2rem 1.2rem .1rem .2rem;
		box-sizing: border-box;
		line-height: 1.6;
	}

	.section-11 .col-1 .title .b-title {
		font-size: .28rem;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-11 .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 .col-1 .title a {
		color: #fff;
	}

	.section-11 .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
		opacity: 1;
	}

	.section-11 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-11 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-11 .swiper-button-prev,
	.section-11 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(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: 25%;
		margin-top: 0;
	}

	.section-11 .swiper-button-prev {
		left: 0;
	}

	.section-11 .swiper-button-next {
		right: 0;
	}

	.section-11 .swiper-button-prev:hover,
	.section-11 .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
		margin-top: -.4rem;
	}

	.section-11 .swiper-pagination-fraction,
	.section-11 .swiper-button-prev,
	.section-11 .swiper-button-next {
		opacity: 1;
	}

	.section-11 .swiper-container-jdt:hover .swiper-pagination-fraction,
	.section-11 .swiper-container-jdt:hover .swiper-button-next,
	.section-11 .swiper-container-jdt:hover .swiper-button-prev {
		opacity: 1;
	}

	.section-11 .col-2 {
		width: 100%;
		margin-left: 0;
		margin-top: .2rem;
	}

	.section-11 .col-2 .mod-topics {
		border-bottom: dotted 1px #d9d9d9;
		margin-bottom: .2rem;
		padding-bottom: .2rem;
	}

	.section-11 .col-2 .mod-topics:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	.section-11 .col-2 .mod-topics .topic {
		font-size: .36rem;
		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 .col-2 .mod-topics .topic a {
		color: #555;
	}

	.section-11 .col-2 .mod-topics .abstract {
		color: #888;
		margin-top: .1rem;
		-webkit-line-clamp: 5;
	}

	.section-11 .col-2 .mod-topics:nth-last-child(-n+4) .topic {
		font-size: .32rem;
		line-height: 1.6;
	}

	.section-11 .col-2 .mod-topics:nth-last-child(-n+4) .abstract {
		display: none;
	}

	/* section-11 end */

	
	/* section-17 */
	.section-17 {
		position: relative;
		padding: .4rem .2rem;
	}

	.section-17::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(rgba(29, 76, 204, .1), rgba(29, 76, 204, .8)), url(bg.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
		opacity: .3;
	}

	.section-17 .unit {
		width: 100%;
		margin: 0 auto;
	}

	.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;
	}

	.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: 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: #123c9e;
	}

	.section-17 .mod-topics {
		padding-bottom: .1rem;
		border-bottom: 1px dashed #333;
		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;
		font-weight: 400;
	}

	/* .section-17 .mod-topics:nth-child(-n+2) .topic{
		font-size: .36rem;
		font-weight: 700;
	} */

	.section-17 .mod-topics .topic a {
		color: #333;
	}

	.section-17 .mod-topics .topic a:hover {
		color: #123c9e;
	}

	.section-17 .mod-topics .topic::after {
		content: "";
		display: block;
		width: .1rem;
		height: .3rem;
		background: #3177e7;
		position: absolute;
		left: 0;
		top: .1rem;
	}

	/* .section-17 .mod-topics:nth-child(-n+2) .topic::after {
		content: "";
		display: block;
		width: .1rem;
		height: .3rem;
		background: #3177e7;
		position: absolute;
		left: 0;
		top: .16rem;
	} */

	.section-17 .mod-topics .abstract {
		font-size: .28rem;
		line-height: 1.6;
		margin-top: 0;
		color: #333;
		padding-left: .2rem;
		text-align: justify;
		-webkit-line-clamp: 2;
	}

	.section-17 .mod-topics .abstract a {
		color: #333;
	}

	/* section-17 end */

	/* section-18 begin */
	.section-18 {
		margin-bottom: .4rem;
	}

	.section-18 .unit {
		width: 100%;
		padding: 0 2%;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}

	.section-18 .swiper-container-jiabin {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.section-18 .mod-tile {
		width: 100%;
		overflow: hidden;
	}

	.section-18 .mod-tile .media img {
		width: 100%;
		height: 4.4rem;
	}

	.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;
		height: 2rem;
	}

	.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: #548cec;
		position: absolute;
		left: .2rem;
		top: .2rem;
	}

	.section-18 .mod-tile .unit-title a {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.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: rgba(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(-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: rgba(76, 126, 237, .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-19 begin */
	.section-19 {
		margin-bottom: .6rem;
	}

	.section-19 .unit {
		width: 100%;
		padding: 0 2%;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}

	.section-19 .swiper-container-yjhx {
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	.section-19 .mod-tile {
		width: 100%;
		overflow: hidden;
	}

	.section-19 .mod-tile .media img {
		width: 100%;
		height: 2.7rem;
	}

	.section-19 .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-19 .mod-tile .unit-title::after {
		content: "";
		display: block;
		width: 1rem;
		height: .1rem;
		/*border-radius: 50%;
		box-shadow: 0 0 0 5px #fff;*/
		background: #548cec;
		position: absolute;
		left: .2rem;
		top: .3rem;
	}

	.section-19 .mod-tile .unit-title a {
		color: #333;
	}

	.section-19 .mod-tile .unit-title a:hover {
		color: #dc0000;
	}

	.section-19 .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-19 .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
		opacity: 0;
		display: none;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-19 .swiper-button-prev,
	.section-19 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(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: 65%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-19 .swiper-button-prev {
		left: 0;
	}

	.section-19 .swiper-button-next {
		right: 0;
	}

	.section-19 .swiper-button-prev:hover,
	.section-19 .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.4rem;
	}

	.section-19 .swiper-pagination-fraction,
	.section-19 .swiper-button-prev,
	.section-19 .swiper-button-next {
		opacity: 1;
	}

	.section-19 .swiper-container-tp:hover .swiper-pagination-fraction,
	.section-19 .swiper-container-tp:hover .swiper-button-next,
	.section-19 .swiper-container-tp:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-19 end */


	/* section-29 begin */
	.section-29 .col-5 {
		margin-top: 0;
	}

	.section-29 .col-5 .mod-tile {
		width: calc(100%/2 - .1rem);
		margin-bottom: calc(.2rem*2 / 2);
		margin-left: calc(.2rem*2 / 2);
		position: relative;
	}

	.section-29 .col-5 .mod-tile:nth-child(4n+1) {
		margin-left: calc(.2rem*2 / 2);
	}

	.section-29 .col-5 .mod-tile:nth-child(2n+1) {
		margin-left: 0;
	}

	/* 必须是这个顺序 */
	.section-29 .col-5 .mod-tile .media a {
		display: block;
		overflow: hidden;
	}

	.section-29 .col-5 .mod-tile .media img {
		width: 100%;
		height: 2rem;
	}

	.section-29 .col-5 .mod-tile .media a img {
		transition: .5s;
		display: block;
	}

	.section-29 .col-5 .mod-tile .media a:hover img {
		transform: scaleX(1.2) scaleY(1.2);
	}

	.section-29 .col-5 .mod-tile .caption {
		line-height: 1.6;
		font-size: .32rem;
		height: auto;
		text-align: center;
		margin-top: .2rem;
	}

	.section-29 .col-5 .mod-tile .caption a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-29 .col-5 .mod-tile .abstract {
		text-align: left;
		margin-top: .1rem;
		color: #888;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: none;
	}

	.section-29 .col-5 .mod-tile .abstract a {
		color: #0050eb;
		display: inline;
	}

	.section-29 .col-5 .mod-tile .abstract a:hover {
		color: #666;
	}

	.section-29 .col-5 .mod-topics {
		padding-bottom: 4px;
		border-bottom: 1px dashed #ccc;
		width: 560px;
		margin: 0 20px 15px;
	}

	.section-29 .col-5 .mod-topics .topic {
		height: inherit;
		line-height: 1.8;
		font-size: 16px;
		position: relative;
		text-indent: 20px;
		color: #333;
	}

	.section-29 .col-5 .mod-topics .topic a {
		color: #333;
	}

	.section-29 .col-5 .mod-topics .topic a:hover {
		color: #666;
	}

	.section-29 .col-5 .mod-topics .topic::after {
		content: "";
		display: block;
		width: 5px;
		height: 15px;
		/*border-radius:50%;box-shadow:0 0 0 5px #fff;*/
		background: #0050eb;
		position: absolute;
		left: 0;
		top: 7px;
	}

	.section-29 .col-5 .mod-topics .abstract {
		height: 70px;
		line-height: 2.3;
		margin-top: 10px;
		color: #888;
		padding-bottom: 10px;
		padding-left: 20px;
	}

	.section-29 .col-5 .mod-topics .abstract a {
		color: #0050eb;
	}

	.section-29 .col-5 .mod-topics .abstract a:hover {
		color: #666;
	}

	/* section-29 end */

	/* section-77  begin */
	.section-77 {
		margin: .4rem auto 0;
	}
	
	.section-77::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(bg-02.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
	}

	.section-77 .unit {
		width: 100%;
		padding: 0 .2rem;
	}

	.section-77 .logo {
		width: calc(100%/2 - .4rem);
		margin-left: calc(.4rem*2 / 1);
		margin-bottom: calc(.2rem*2 / 1);
	}

	.section-77 .logo:nth-child(5n+1) {
		margin-left: calc(0.4rem*2 / 1);
	}

	.section-77 .logo:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-77 .pic img {
		width: 100%;
		height: 1.6rem;
	}
	/* section-77  end */

	/* section-27 begin */
	.section-27 .col-2 {
		padding: 0 .3rem;
		margin-bottom: .2rem;
		position: relative;
	}

	.section-27 .col-2::after {
		position: absolute;
		left: 0;
		top: .8rem;
		z-index: -1;
		content: "";
		width: 100%;
		height: 3rem;
		background-color: #3177e7;
	}

	.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: auto;
		margin-right: 0;
	}

	.section-27 .col-2 .mod-card .topic {
		font-size: .4rem;
		font-weight: 700;
		color: #333;
		line-height: 1.6;
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		white-space: inherit;
		padding-top: .2rem;
	}

	.section-27 .col-2 .mod-card .topic a {
		color: #333;
	}

	.section-27 .col-2 .mod-card .topic a:hover {
		color: #333;
		opacity: .5;
		filter: alpha(opacity=50);
	}

	.section-27 .col-2 .mod-card .abstract {
		min-height: inherit;
		font-size: .28rem;
		text-align: justify;
		line-height: 2;
		padding-top: .1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		color: #333;
	}

	.section-27 .col-2 ul {
		margin-top: .2rem;
		border-top: 1px dashed #ccc;
		padding-top: .2rem;
		width: 100%;
		float: none;
	}

	.section-27 .col-2 ul li {
		width: 100%;
		line-height: 2;
		font-size: .28rem;
		color: #333;
		text-align: justify;
	}

	/* section-27 end */

	/* RTools begin */
	.RTools {
		width: .8rem;
		bottom: 2rem;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #3177e7;
		color: #fff;
	}

	.adBottom {
		background: #3177e7;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #3177e7;
		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: #3177e7;
		width: 100%;
		box-sizing: border-box;
		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;
		box-sizing: border-box;
		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: #3177e7;
		color: #fff;
		border-color: #3177e7;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
	.section-17 .section-title,
	.section-18 .section-title,
	.section-19 .section-title,
	.section-29 .section-title,
	.section-77 .section-title,
	.section-27 .section-title {
		width: 100%;
		height: 1.6rem;
		line-height: 1.6rem;
		text-indent: inherit;
		background: url("tit.png") center center no-repeat;
		background-size: 100%;
		border-bottom: 0;
		margin: 0 auto .3rem;
	}

	.section-17 .section-title em,
	.section-18 .section-title em,
	.section-19 .section-title em,
	.section-29 .section-title em,
	.section-77 .section-title em,
	.section-27 .section-title em {
		display: block;
		text-align: center;
		font-size: .46rem;
		padding-right: .2rem;
		color: #fff;
	}

	/* section-title end */
}