﻿@charset "utf-8";

/* CSS Document */
.section {
	margin: 100px auto;
	width: 1200px;
	overflow: hidden;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #b54b3e;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #b54b3e;
}

.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(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;
	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,#b54b3e 0%,#2f1078 100%);*/
	background-color: rgba(204, 204, 204, .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}

.section-title em {
	font-style: normal;
	font-weight: 700;
	color: #333;
}

.section-title .more {
	float: right;
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	text-indent: 0;
	transition: .3s;
}

.section-title .more:hover {
	background-color: rgba(0, 153, 255, .2);
	color: #b54b3e;
	transition: .3s;
}

/* section-0 begin */
.section-0 {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1999;
    display: none;
}

/* section-0 end */

/* page height begin */
#percentageCounter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#percentageCounter h1 {
	font-size: 14px;
	color: rgba(51, 51, 51, .2);
	font-weight: 100;
}

/* page height end */

/* top-bar begin */
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(51, 51, 51, .2);
	overflow: hidden;
}

.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}

.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}

.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}

.top-bar li:last-of-type::after {
	content: " ";
}

.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}

.top-bar .item a {
	padding: 0 7px;
}

.top-bar .home-site-link {
	color: black;
}

.top-bar a {
	color: #1a1a1a;
}

.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* top-bar end */

/* 背景图区域 begin */
.phd {
	margin-top: 50px;
	height: 900px;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 背景图区域 end */

/* section-25 begin */
.section-25 {
	width: 100%;
	margin: 150px auto;
}

.section-25 .areaBg {
	position: relative;
	overflow: hidden;
}
.section-25 .areaBg::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(0deg,rgb(0 0 0 / 65%), rgb(0 0 0 / 0%)),url(bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: 1;
}


.section-25 .swiper-container-gdft {
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	margin: 0 auto;
	width: 1350px;
}

.section-25 .swiper-slide {
	width: 100%;
}

.section-25 .swiper-slide:nth-child(2n) {
	margin-top: 80px;
}

.section-25 .mod-tile {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.section-25 .mod-tile .media {
	width: 100%;
}

.section-25 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-25 .mod-tile .topic {
	font-size: 16px;
	padding: 10px;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.section-25 .mod-tile .topic a {
	color: #fff;
}

.section-25 .mod-tile .topic a:hover {
	color: #1d4ca1;
}

.section-25 .mod-tile .abstract {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: rgb(51 51 51 / .7);
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	cursor: pointer;
}

.section-25 .mod-tile .abstract a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	overflow: hidden;
}

.section-25 .mod-tile:hover .topic {
	opacity: 0;
	bottom: -50px;
}

.section-25 .mod-tile:hover .abstract {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.section-25 .swiper-button-prev,
.section-25 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: 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-25 .swiper-button-prev {
	left: 0;
}

.section-25 .swiper-button-next {
	right: 0;
}

.section-25 .swiper-pagination-fraction,
.section-25 .swiper-button-prev,
.section-25 .swiper-button-next {
	opacity: 0;
}

.section-25 .swiper-button-prev:hover,
.section-25 .swiper-button-next:hover {
	background-color: rgb(181 75 62 / 60%);
	height: 200px;
}

.section-25 .swiper-container-gdft:hover .swiper-pagination-fraction,
.section-25 .swiper-container-gdft:hover .swiper-button-next,
.section-25 .swiper-container-gdft:hover .swiper-button-prev {
	opacity: 1;
}

/* section-25 end */

/* section-30 begin */
.section-30 {
	margin-bottom: 150px;
}

.section-30 .swiper-container-3t3d {
	position: relative;
	width: 1350px;
	margin: 0 auto;
	overflow: hidden;
}

.section-30 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 565px;
}

.section-30 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.section-30 .swiper-slide a span {
	display: block;
	width: 100%;
	padding: 20px;
	background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(51 51 51 / .3) 80%, rgb(51 51 51 / 0) 100%);
	color: #fff;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: justify;
}

.section-30 .swiper-pagination-fraction {
	bottom: 60px;
	right: 60px;
	left: auto;
	width: auto;
	color: #999;
	font-size: 30px;
	opacity: 0;
	display: none;
}

.section-30 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-30 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-30 .swiper-button-prev,
.section-30 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: 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-30 .swiper-button-prev {
	left: 0;
}

.section-30 .swiper-button-next {
	right: 0;
}

.section-30 .swiper-button-prev:hover,
.section-30 .swiper-button-next:hover {
	background-color: rgb(181 75 62 / 60%);
	height: 200px;
}

.section-30 .swiper-pagination-fraction,
.section-30 .swiper-button-prev,
.section-30 .swiper-button-next {
	opacity: 0;
}

.section-30 .swiper-container-3t3d:hover .swiper-pagination-fraction,
.section-30 .swiper-container-3t3d:hover .swiper-button-next,
.section-30 .swiper-container-3t3d:hover .swiper-button-prev {
	opacity: 1;
}

/* section-30 end */

/* section-18 begin */
.section-18 {
    width: 100%;
    margin: 150px auto;
}
.section-18 .swiper-container-xhft {
	position: relative;
	overflow: hidden;
	width: 1350px;
	margin: 0 auto;
}

.section-18 .mod-tile {
	width: 100%;
	padding: 20px;
	overflow: hidden;
}

.section-18 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-18 .mod-tile .unit-title {
	position: relative;
    font-weight: 400;
    background: #f6f6f6;
    color: #333;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    font-size: 18px;
    height: 100px;
    margin: 0 auto;
}

.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: #358c8d;
	position: absolute;
	top: 12px;
}

.section-18 .mod-tile .unit-title a {
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-18 .mod-tile .unit-title a:hover {
	color: #3fa7b0;
}

.section-18 .mod-tile .abstract {
	color: #333;
	width: 230px;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin: 10px auto 0;
}

.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: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-18 .swiper-button-prev {
	left: 0;
}

.section-18 .swiper-button-next {
	right: 0;
}

.section-18 .swiper-button-prev:hover,
.section-18 .swiper-button-next:hover {
	background-color: rgb(181 75 62 / 60%);
	height: 130px;
    margin-top: -1%;
}

.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-56 begin */
.section-56 {
    font-size: 0;
    +word-spacing: -1px;
}

.section-56 .col-1,
.section-56 .col-2 {
    display: inline-block;
    +display: inline;
    +zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}

.section-56 .col-1 {
    width: 680px;
    overflow: hidden;
    margin-right: 40px;
}

.section-56 .col-1 .swiper-container-rdxw {
    position: relative;
    overflow: hidden;
}

.section-56 .col-1 .swiper-slide {
    z-index: 1;
    white-space: nowrap;
    width: 100%;
    height: 500px;
    position: relative;
    display: inline;
    width: 100%;
    overflow: hidden;
}

.section-56 .col-1 .swiper-slide img {
    width: 680px;
    height: 400px;
    display: block;
}

.section-56 .col-1 .e_flt_inf {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #333;
    width: 80%;
    overflow: hidden;
    z-index: 8;
    white-space: normal;
    word-wrap: break-word;
}

.section-56 .col-1 .e_flt_inf h3 {
    font-size: 26px;
	height: 100px;
    padding: 15px 0 10px;
    color: #333;
    line-height: 1.4;
}

.section-56 .col-1 .e_flt_inf h3 a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-56 .col-1 .e_flt_inf h3 a:hover {
    color: #b54b3e;
}

.section-56 .col-1 .e_flt_time {
    position: absolute;
    left: 0;
    bottom: 8%;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    width: 17%;
    border-top: 5px solid #333;
    padding-top: 10px;
}

.section-56 .col-1  .e_bg_flt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(51, 51, 51, .7);
	z-index: 7;
	display: none;
}

.section-56 .swiper-pagination-fraction {
	bottom: 5px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
	display: none;
}

.section-56 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-56 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-56 .swiper-button-prev,
.section-56 .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: 42%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-56 .swiper-button-prev {
	left: 0;
}

.section-56 .swiper-button-next {
	right: 0;
}

.section-56 .swiper-button-prev:hover,
.section-56 .swiper-button-next:hover {
	background-color: rgb(181 75 62 / 60%);
	height: 200px;
}

.section-56 .swiper-pagination-fraction,
.section-56 .swiper-button-prev,
.section-56 .swiper-button-next {
	opacity: 0;
}

.section-56 .swiper-container-rdxw:hover .swiper-pagination-fraction,
.section-56 .swiper-container-rdxw:hover .swiper-button-next,
.section-56 .swiper-container-rdxw:hover .swiper-button-prev {
	opacity: 1;
}

.section-56 .col-2 {
    width: 475px;
    overflow: hidden;
    background-image: url(section-title-focus.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.section-56 .col-2 .mod-card {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.section-56 .col-2 .mod-card .areaLeft {
    width: 270px;
    float: left;
}

.section-56 .col-2 .mod-card .areaRight {
    float: right;
    width: 190px;
    height: 220px;
    overflow: hidden;
}

.section-56 .col-2 .mod-card:nth-of-type(even) .areaLeft {
    float: right;
    margin-top: 20px;
}

.section-56 .col-2 .mod-card:nth-of-type(even) .areaRight {
    float: left;
}

.section-56 .col-2 .mod-card .topic {
    height: inherit;
    line-height: 1.5;
    text-align: left;
    font-size: 20px;
}

.section-56 .col-2 .mod-card:nth-of-type(odd) .topic {
    margin-top: 70px;
}

.section-56 .col-2 .mod-card .topic a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-56 .col-2 .mod-card .topic a:hover {
    color: #b54b3e;
}

.section-56 .col-2 .mod-card .media img {
    width: 100%;
    height: auto;
}

.section-56 .col-2 .mod-card .media a img {
    transition: .5s;
}

.section-56 .col-2 .mod-card .media a:hover img {
    transform: scaleX(1.2) scaleY(1.2);
}

.section-56 .col-2 .mod-card .abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* section-56 end */

/* section-57 begin */
.section-57 {
	text-align: justify;
	font-size: 0;
    width: 100%;
}

.section-57 .main {
    width: 100%;
    background-image: url(section57_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
}

.section-57 .waterfall {
    width: 1200px;
    margin: 0 auto;
}

.section-57 .unit-justify-list {
    display: inline-block;
    width: 380px;
    text-align: left;
    vertical-align: top;
    position: relative;
    height: 900px;
    overflow: hidden;
}

.section-57 .unit-justify-list:nth-of-type(2) {
    margin: 50px 30px 0;
}

.section-57 .unit-justify-list .dym {
    border: 1px solid #efeff0;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.section-57 .unit-justify-list .dym img {
    width: 100%;
    height: auto;
}

.section-57 .unit-justify-list .dym .bfan {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 25%;
    left: 50%;
    margin-left: -50px;
}

.section-57 .unit-justify-list .dym .con-title {
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5;
}

.section-57 .unit-justify-list .dym .con-title a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-57 .unit-justify-list .dym .con-title a:hover {
    color: #b54b3e;
}

.section-57 .justify_fix {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

/* section-57 end */

/* section-58 begin */
.section-58 .zy-Slide {
    position: relative;
    width: 1200px;
    height: 640px;
    overflow: hidden;
}

.section-58 .zy-Slide ul {
    position: relative;
    width: 755px;
}

.section-58 .zy-Slide li {
    position: absolute;
    background: #000;
    width: 0;
    height: 0;
    top: 145px;
    left: 380px;
    z-index: 0;
    cursor: pointer;
    border-radius: 5px;
}

.section-58 .zy-Slide .media {
    height: 100%;
}

.section-58 .zy-Slide .media img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    vertical-align: middle;
}

.section-58 .zy-Slide .mod-tile {
    position: absolute;
    width: 300px;
    left: -555px;
    top: 85px;
}

.section-58 .zy-Slide .mod-tile h3 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.section-58 .zy-Slide .mod-tile h3 a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-58 .zy-Slide .mod-tile h3 a:hover {
    color: #b54b3e;
}

.section-58 .zy-Slide .mod-tile .abstract {
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.section-58 .zy-Slide section:nth-child(1),
.section-58 .zy-Slide section:nth-child(2) {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 70px;
    line-height: 70px;
    margin-top: -20px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(51, 51, 51, .3);
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}

.section-58 .zy-Slide section:nth-child(1):hover,
.section-58 .zy-Slide section:nth-child(2):hover {
    background: #b54b3e;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.section-58 .zy-Slide section:nth-child(1) {
    left: 340px;
}

.section-58 .zy-Slide section:nth-child(2) {
    right: 0;
}

.section-58 .zy-Slide section {
    color: #fff;
}
/* section-58 end */

/* section-59 begin */
.section-59 {
	margin: 100px auto 0;
    background-image: url(http://www.newsimg.cn/fashion/20180321qd/img/zixun.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 100px 0;
}

.section-59 .section-title {
    position: absolute;
    width: 330px;
    height: 120px;
    z-index: 2;
    text-indent: -9999px;
    background-image: url(section-title-selected.png);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-size: contain;
    margin-left: 100px;
    margin-bottom: 0;
}

.section-59 .secCon {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.section-59 .col-1 {
    margin: 160px 50px 0 0;
    width: 550px;
}

.section-59 .col-2 {
    width: 550px;
    margin-left: 50px;
}

.section-59 .item {
    font-size: 20px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
    background-image: url(http://www.newsimg.cn/fashion/20180321qd/img/spot.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.section-59 .item a {
    display: block;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section-59 .item a:hover {
    color: #b54b3e;
}

/* section-59 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: #b54b3e 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: #b54b3e;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #b54b3e;
	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: #b54b3e;
	width: 100%;
	text-align: center;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

.btn-h-e::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300px;
	height: 300px;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	z-index: -1;
}

.btn-h-e::after {
	position: absolute;
	top: 40%;
	left: 50%;
	transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
	content: "»";
	font-size: 50px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
}

.btn-h-e:hover {
	color: transparent;
}

.btn-h-e:hover::before,
.btn-h-e:hover::after {
	transition-duration: .15s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	color: #fff;
}

/* 区块more end */

/* xpage begin */
.xpage-more-btn {
	width: 150px;
	text-align: center;
	margin: 50px auto 30px;
	padding: 15px 0;
	border: 1px solid #bbb;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
	background: #eee;
	font-size: 14px;
}

.xpage-more-btn a {
	color: #333;
}

.xpage-more-btn:hover {
	background: #b54b3e;
	color: #fff;
	border-color: #b54b3e;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.section-title {
	height: 140px;
	line-height: 140px;
	text-indent: -9999px;
    background-color: inherit;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: contain;
	border: 0;
    margin-bottom: 50px;
}

.section-56 .section-title {
	background-image: url(section-title-hot.png);
}

.section-18 .section-title {
	background-image: url(section-title-video.png);
}

.section-25 .section-title {
	background-image: url(section-title-runway.png);
}

.section-title .more {
    display: none;
}

/* 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("http://www.news.cn/world/2015/images/bgSjTop.png") 0 0 no-repeat;
		-webkit-background-size: 100% 45px;
		background-size: 100% 45px;
		position: relative;
		display: block;
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("http://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("http://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("http://www.news.cn/world/2015/images/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 110;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #333;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */

	.widthMain {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	/* section-25 begin */
    .section-25 {
        padding: .4rem .2rem .8rem;
        margin: .3rem auto 0;
        width: 100%;
        position: relative;
    }

    .section-25 .swiper-container-gdft {
		width: 100%;
		position: relative;
		overflow: hidden;
        margin: 0 auto;
		padding: 2rem 0.4rem;
	}

	.section-25 .swiper-slide {
		width: 100%;
	}

	.section-25 .swiper-slide:nth-child(even) {
		margin-top: .3rem;
	}

	.section-25 .mod-tile {
		width: 100%;
		margin: 0;
		position: relative;
		overflow: hidden;
	}

	.section-25 .mod-tile .media {
		width: 100%;
	}

	.section-25 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.section-25 .mod-tile .topic {
		font-size: .28rem;
		padding: .1rem;
		color: #fff;
		line-height: 1.4;
		font-weight: 400;
		height: inherit;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.section-25 .mod-tile .topic a {
		color: #fff;
	}

	.section-25 .mod-tile .topic a:hover {
		color: #fff;
	}

	.section-25 .mod-tile .abstract {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: .2rem;
		background: rgb(51 51 51 / .7);
		color: #fff;
		font-size: .28rem;
		line-height: 1.6;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0;
		cursor: pointer;
		display: none;
	}

	.section-25 .mod-tile .abstract a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: block;
		overflow: hidden;
	}

	.section-25 .mod-tile:hover .topic {
		opacity: 1;
		bottom: 0;
	}

	.section-25 .mod-tile:hover .abstract {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.section-25 .swiper-pagination {
		display: none;
	}

	.section-25 .swiper-button-prev,
	.section-25 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: 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-25 .swiper-button-prev {
		left: 0;
	}

	.section-25 .swiper-button-next {
		right: 0;
	}

	.section-25 .swiper-pagination-fraction,
	.section-25 .swiper-button-prev,
	.section-25 .swiper-button-next {
		opacity: 1;
	}

	.section-25 .swiper-button-prev:hover,
	.section-25 .swiper-button-next:hover {
		background-color: rgb(181 75 62 / 60%);
		height: 1.4rem;
	}

	.section-25 .swiper-container-gdft:hover .swiper-pagination-fraction,
	.section-25 .swiper-container-gdft:hover .swiper-button-next,
	.section-25 .swiper-container-gdft:hover .swiper-button-prev {
		opacity: 1;
	}

    /* section-25 end */

	/* section-30 begin */
	.section-30 {
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.section-30 .swiper-container-3t3d {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	.section-30 .swiper-slide {
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 3.6rem;
	}

	.section-30 .swiper-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.section-30 .swiper-slide a span {
		display: block;
		width: 100%;
		padding: .1rem .2rem;
		background: rgb(51 51 51 / .7);
		color: #fff;
		line-height: 1.5;
		font-size: .28rem;
		font-weight: 400;
		position: absolute;
		left: 0;
		bottom: 0;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-30 .swiper-pagination-fraction {
		bottom: .3rem;
		right: .3rem;
		left: auto;
		width: auto;
		color: #999;
		font-size: .36rem;
		opacity: 0;
		display: none;
	}

	.section-30 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-30 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-30 .swiper-button-prev,
	.section-30 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: 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-30 .swiper-button-prev {
		left: 0;
	}

	.section-30 .swiper-button-next {
		right: 0;
	}

	.section-30 .swiper-button-prev:hover,
	.section-30 .swiper-button-next:hover {
		background-color: rgb(181 75 62 / 60%);
		height: 1.4rem;
	}

	.section-30 .swiper-pagination-fraction,
	.section-30 .swiper-button-prev,
	.section-30 .swiper-button-next {
		opacity: 1;
	}

	.section-30 .swiper-container-3t3d:hover .swiper-pagination-fraction,
	.section-30 .swiper-container-3t3d:hover .swiper-button-next,
	.section-30 .swiper-container-3t3d:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-30 end */

	
	/* section-18 begin */
	.section-18 .swiper-container-xhft {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.section-18 .mod-tile {
		width: 100%;
		padding: .2rem;
		overflow: hidden;
	}

	.section-18 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.section-18 .mod-tile .unit-title {
		position: relative;
		font-weight: 400;
		background: #e6e6e6;
		color: #333;
		line-height: 1.5;
		width: 3.6rem;
		box-sizing: border-box;
		padding: .4rem .2rem .2rem;
		font-size: .36rem;
		margin: -.6rem auto 0;
	}

	.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: #b54b3e;
		position: absolute;
		left: .2rem;
		top: .24rem;
	}

	.section-18 .mod-tile .unit-title a {
		color: #333;
	}

	.section-18 .mod-tile .unit-title a:hover {
		color: #b54b3e;
	}

	.section-18 .mod-tile .abstract {
		color: #333;
		width: 3.6rem;
		overflow: hidden;
		font-size: .28rem;
		line-height: 1.6;
		margin: .2rem auto 0;
	}

	.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: 35%;
		margin-top: 0;
	}

	.section-18 .swiper-button-prev {
		left: 0;
	}

	.section-18 .swiper-button-next {
		right: 0;
	}

	.section-18 .swiper-button-prev:hover,
	.section-18 .swiper-button-next:hover {
		background-color: rgb(181 75 62 / 60%);
		height: 1.8rem;
		margin-top: -.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-56 begin */
	.section-56 {
		font-size: 0;
		+word-spacing: -1px;
	}

	.section-56 .col-1,
	.section-56 .col-2 {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: .28rem;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}

	.section-56 .col-1 {
		width: 100%;
		overflow: hidden;
		margin-right: 0;
		margin-bottom: .3rem;
	}

	.section-56 .col-1 .swiper-container-rdxw {
		position: relative;
		overflow: hidden;
	}

	.section-56 .col-1 .swiper-slide {
		z-index: 1;
		white-space: nowrap;
		width: 100%;
		height: auto;
		position: relative;
		display: inline;
		width: 100%;
		overflow: hidden;
	}

	.section-56 .col-1 .swiper-slide img {
		width: 100%;
		height: auto;
		display: block;
	}

	.section-56 .col-1 .e_flt_inf {
		position: absolute;
		right: 0;
		bottom: 0;
		color: #333;
		width: 100%;
		overflow: hidden;
		z-index: 8;
		white-space: normal;
		word-wrap: break-word;
	}

	.section-56 .col-1 .e_flt_inf h3 {
		font-size: .32rem;
		height: .7rem;
		padding: .1rem 1rem .1rem .1rem;
		color: #fff;
		line-height: 1.4;
	}

	.section-56 .col-1 .e_flt_inf h3 a {
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.section-56 .col-1 .e_flt_inf h3 a:hover {
		color: #b54b3e;
	}

	.section-56 .col-1 .e_flt_time {
		position: absolute;
		left: 0;
		bottom: 8%;
		color: #333;
		font-size: .32rem;
		font-weight: 700;
		width: 17%;
		border-top: .1rem solid #333;
		padding-top: .2rem;
		display: none;
	}

	.section-56 .col-1  .e_bg_flt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: .8rem;
		background-color: rgba(51, 51, 51, .7);
		z-index: 7;
		display: block;
	}

	.section-56 .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
		opacity: 1;
		display: block;
	}

	.section-56 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-56 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-56 .swiper-button-prev,
	.section-56 .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-56 .swiper-button-prev {
		left: 0;
	}

	.section-56 .swiper-button-next {
		right: 0;
	}

	.section-56 .swiper-button-prev:hover,
	.section-56 .swiper-button-next:hover {
		background-color: rgb(181 75 62 / 60%);
		height: 1.4rem;
	}

	.section-56 .swiper-pagination-fraction,
	.section-56 .swiper-button-prev,
	.section-56 .swiper-button-next {
		opacity: 1;
	}

	.section-56 .swiper-container-rdxw:hover .swiper-pagination-fraction,
	.section-56 .swiper-container-rdxw:hover .swiper-button-next,
	.section-56 .swiper-container-rdxw:hover .swiper-button-prev {
		opacity: 1;
	}

	.section-56 .col-2 {
		width: 100%;
		overflow: hidden;
		background-image: inherit;
	}

	.section-56 .col-2 .mod-card {
		padding-bottom: .2rem;
		border-bottom: 1px dashed #ccc;
		margin-bottom: .2rem;
	}

	.section-56 .col-2 .mod-card .areaLeft {
		width: 3.8rem;
		float: left;
	}

	.section-56 .col-2 .mod-card .areaRight {
		float: right;
		width: 3rem;
		height: auto;
		overflow: hidden;
	}

	.section-56 .col-2 .mod-card:nth-of-type(even) .areaLeft {
		float: right;
		margin-top: .4rem;
	}

	.section-56 .col-2 .mod-card:nth-of-type(even) .areaRight {
		float: left;
	}

	.section-56 .col-2 .mod-card .topic {
		height: inherit;
		line-height: 1.5;
		text-align: left;
		font-size: .32rem;
	}

	.section-56 .col-2 .mod-card:nth-of-type(odd) .topic {
		margin-top: .4rem;
	}

	.section-56 .col-2 .mod-card .topic a {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-56 .col-2 .mod-card .topic a:hover {
		color: #b54b3e;
	}

	.section-56 .col-2 .mod-card .media img {
		width: 100%;
		height: auto;
	}

	.section-56 .col-2 .mod-card .media a img {
		transition: .5s;
	}

	.section-56 .col-2 .mod-card .media a:hover img {
		transform: scaleX(1.2) scaleY(1.2);
	}

	.section-56 .col-2 .mod-card .abstract {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	/* section-56 end */

	/* section-57 begin */
	.section-57 .mod-tile {
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-bottom: calc(.1rem*2 / 1);
	}
	
	.section-57 .mod-tile:nth-child(4n+1) {
		margin-left: calc(.1rem*2 / 1);
	}
	
	.section-57 .mod-tile:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.section-57 .mod-tile .media {
		width: 100%;
	}
	
	.section-57 .mod-tile .media a {
		display: block;
		overflow: hidden;
	}
	
	.section-57 .mod-tile .media img {
		width: 100%;
		height: auto;
	}
	
	.section-57 .mod-tile .media a img {
		transition: .5s;
		display: block;
	}
	
	.section-57 .mod-tile .media a:hover img {
		-webkit-transform: scaleX(1.2) scaleY(1.2);
		transform: scaleX(1.2) scaleY(1.2);
	}
	
	.section-57 .mod-tile .caption {
		line-height: 1.6;
		font-size: .32rem;
		text-align: left;
		margin-top: .1rem;
		color: #333;
		height: auto;
	}
	
	.section-57 .mod-tile .caption a {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	
	.section-57 .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-57 .mod-tile .abstract a {
		color: #333;
		display: inline;
	}
	
	.section-57 .mod-tile .abstract a:hover {
		color: #e25b30;
	}

	/* section-57 end */

	/* section-58 begin */
	.section-58 .swiper-container-ttai {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.section-58 .swiper-slide {
		width: 100%;
	}

	.section-58 .mod-tile {
		width: 100%;
		margin: 0;
		position: relative;
		overflow: hidden;
	}

	.section-58 .mod-tile .media {
		width: 100%;
	}

	.section-58 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.section-58 .mod-tile .topic {
		font-size: .28rem;
		padding: .1rem;
		color: #fff;
		line-height: 1.4;
		font-weight: 400;
		height: inherit;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.section-58 .mod-tile .topic a {
		color: #fff;
	}

	.section-58 .mod-tile .topic a:hover {
		color: #fff;
	}

	.section-58 .mod-tile .abstract {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: .2rem;
		background: rgba(51, 51, 51, .7);
		color: #fff;
		font-size: .28rem;
		line-height: 1.6;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0;
		cursor: pointer;
		display: none;
	}

	.section-58 .mod-tile .abstract a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: block;
		overflow: hidden;
	}

	.section-58 .mod-tile:hover .topic {
		opacity: 1;
		bottom: 0;
	}

	.section-58 .mod-tile:hover .abstract {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.section-58 .swiper-pagination {
		display: none;
	}

	.section-58 .swiper-button-prev,
	.section-58 .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-58 .swiper-button-prev {
		left: 0;
	}

	.section-58 .swiper-button-next {
		right: 0;
	}

	.section-58 .swiper-pagination-fraction,
	.section-58 .swiper-button-prev,
	.section-58 .swiper-button-next {
		opacity: 1;
	}

	.section-58 .swiper-button-prev:hover,
	.section-58 .swiper-button-next:hover {
		background-color: rgb(181 75 62 / 60%);
		height: 1.4rem;
	}

	.section-58 .swiper-container-ttai:hover .swiper-pagination-fraction,
	.section-58 .swiper-container-ttai:hover .swiper-button-next,
	.section-58 .swiper-container-ttai:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-58 end */

	/* section-59 begin */
	.section-59 {
		margin: .4rem auto;
		background-image: inherit;
		padding: 0 .2rem;
	}

	.section-59 .section-title {
		position: absolute;
		width: 100%;
		height: 2rem;
		z-index: 2;
		text-indent: -9999px;
		background-image: url(section-title-selected.jpg);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		margin-left: 0;
		margin-bottom: 0;
	}

	.section-59 .secCon {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}

	.section-59 .col-1 {
		margin: 2rem 0 0 0;
		width: 100%;
	}

	.section-59 .col-2 {
		width: 100%;
		margin-left: 0;
	}

	.section-59 .item {
		font-size: .32rem;
		text-indent: .3rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 2;
		background-image: url(data:image/gif;base64,R0lGODlhAwADAIAAAAAAAP///yH5BAAAAAAALAAAAAADAAMAAAIDhH8FADs=);
		background-position: .1rem 50%;
		background-repeat: no-repeat;
	}

	.section-59 .item a {
		display: block;
		color: #333;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.section-59 .item a:hover {
		color: #b54b3e;
	}

	/* section-59 end */

    /* RTools begin */
	.RTools {
		width: .8rem;
		bottom: 2rem;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #b54b3e;
		color: #fff;
	}

	.adBottom {
		background: #b54b3e;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #b54b3e;
		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: #b54b3e;
		width: 100%;
		text-align: center;
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .3rem 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		text-decoration: none;
		overflow: hidden;
	}

	.btn-h-e::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		display: block;
		width: 3rem;
		height: 3rem;
		content: "";
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		z-index: -1;
	}

	.btn-h-e::after {
		position: absolute;
		top: 40%;
		left: 50%;
		transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		content: "»";
		font-size: .8rem;
		font-weight: 900;
		line-height: inherit;
		color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		opacity: 0;
		z-index: -1;
	}

	.btn-h-e:hover {
		color: transparent;
	}

	.btn-h-e:hover::before,
	.btn-h-e:hover::after {
		transition-duration: .15s;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		color: #fff;
	}

	/* 区块more end */

	/* xpage begin */
	.xpage-more-btn {
		width: 2.6rem;
		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #eee;
		font-size: .28rem;
	}

	.xpage-more-btn a {
		color: #333;
	}

	.xpage-more-btn:hover {
		background: #b54b3e;
		color: #fff;
		border-color: #b54b3e;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
	.section-title {
		height: 1.6rem;
		line-height: 1.6rem;
		text-indent: -9999px;
		background-color: inherit;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 150%;
		border: 0;
		margin-bottom: .3rem;
	}
	
	.section-56 .section-title {
		background-image: url(section-title-hot.png);
	}
	
	.section-57 .section-title {
		background-image: url(section-title-vedio.png);
	}
	
	.section-58 .section-title {
		background-image: url(section-title-runway.png);
	}
	
	.section-title .more {
		display: none;
	}

	/* section-title end */
}