@charset "utf-8";

/* CSS Document */
body {
	background-color: #fff1e4 !important;
}

.section {
	margin: 80px auto;
	width: 1200px;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #de5a2c;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #de5a2c;
}

.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}

.mod .caption a {
	display: block;
}

.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgb(51 51 51 / .7)
}

.mod .inner-caption a {
	color: #eee;
}

.mod .inner-caption a:hover {
	color: #666;
}

.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 22px;
	color: #fff;
	/*background:linear-gradient(to right,#de5a2c 0%,#2f1078 100%);*/
	background-color: rgb(204 204 204 / .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}

.section-title em {
	font-style: normal;
	font-weight: 700;
	color: #333;
}

.section-title .more {
	float: right;
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	text-indent: 0;
	transition: .3s;
}

.section-title .more:hover {
	background-color: rgb(0 153 255 / .2);
	color: #de5a2c;
	transition: .3s;
}

/* page height begin */
#percentageCounter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#percentageCounter h1 {
	font-size: 14px;
	color: rgb(51 51 51 / .2);
	font-weight: 100;
}

/* page height end */

/* top-bar begin */
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #de5a2c;
	box-shadow: 3px 0 3px rgb(51 51 51 / .2);
	overflow: hidden;
}

.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}

.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}

.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}

.top-bar li:last-of-type::after {
	content: " ";
}

.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}

.top-bar .item a {
	padding: 0 7px;
}

.top-bar .home-site-link {
	color: #fff;
}

.top-bar a {
	color: #fff;
}

.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: 880px;
	position: relative;
	overflow: hidden;
}

.phd video {
	width: 1920px;
	height: 700px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	z-index: 9;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.main {
	position: relative;
	padding-bottom: 100px;
}

.main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("bg.jpg");
	/* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
	background-position: center bottom;
	background-repeat: no-repeat;
	/* background-size: cover; */
	/* background-attachment: fixed; */
	z-index: -1;
}

/* 背景图区域 end */

/* section-11-1 begin */
.section-11-1 {
	margin-top: 60px;
	position: relative;
	overflow: hidden;
	font-size: 0;
	+word-spacing: -1px;
}

.section-11-1 .row {
	width: calc(100% / 2 - 20px);
	float: left;
}

.section-11-1 .row:nth-child(odd) {
	margin-left: calc(20px * 2 / 1);
}

.section-11-1 .col-4 {
	width: 1200px;
	margin: 30px auto 0;
}

.section-11-1 .col-4 .item {
	width: 100%;
	/* margin-left: calc(20px * 2 / 1); */
	margin-bottom: calc(20px * 2 / 2);
	position: relative;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.section-11-1 .col-4 .item:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.section-11-1 .col-4 .item:nth-child(odd) {
	margin-left: 0;
}

.section-11-1 .col-4 .item:nth-last-child(-n+1) {
	margin-bottom: 0;
}

.section-11-1 .col-4 .item::before {
	content: "";
	width: 5px;
	height: 15px;
	background-color: #de5a2c;
	/* -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); */
	position: absolute;
	left: 5px;
	top: 25%;
	margin-top: 0;
}

.section-11-1 .col-4 .item a {
	color: #333;
}

.section-11-1 .col-4 .item a:hover {
	color: #de5a2c;
	transition: all .4s ease-in-out;
}

.section-11-1 .col-4 .pic {
	width: calc(100% / 2 - 20px);
	margin-left: calc(20px* 2 / 1);
	margin-bottom: calc(20px* 2 / 1);
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	position: relative;
}

.section-11-1 .col-4 .pic img {
	width: 100%;
	height: 325px;
}

.section-11-1 .col-4 .pic .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(0 153 255 / 0) 90%);
	color: #fff;
	padding: 20px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.section-11-1 .col-4 .pic .title a {
	color: #fff;
}

.section-11-1 .col-4 .pic:nth-child(1) {
	margin-left: 0;
}

/* section-11-1 end */

/* section-20 begin*/
.section-20 {
	margin-top: 0;
	margin-bottom: 60px;
}

.section-20 .unit {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.section-20 .videoPlay {
	width: 100%;
	position: relative;
}

.section-20 .videoPlay .video-close {
	width: 17px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	background: url(https://www.news.cn/fashion/global/lib/image/icon_video.png) 0 -80px no-repeat;
	cursor: pointer;
	display: none;
}


.section-20 .videoPlay iframe {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 15;
}

.section-20 .videoPlay .vBtn {
	position: absolute;
	width: 100%;
	height: 90%;
	background: url(mel_play.png) center center no-repeat;
	cursor: pointer;
	z-index: 10;
	display: none;
}

.section-20 .videoPlay:nth-child(1) .vBtn {
	display: block;
}

/*.section-20 .videoPlay .vBtn {
	position:absolute;
	width:64px;
	height:64px;
	right:50%;
	bottom:200px;
	background:url(http://www.newsstat.cn/enterprise/yytjbh2019/img/20180413_ct_play_v1.png) no-repeat;
	cursor:pointer;
	z-index:10;
}
*/
.section-20 .videoPlay:nth-child(1) .img img {
	width: 100%;
	height: 675px;
}

.section-20 .videoPlay .img img {
	width: 100%;
	height: 215px;
}

.section-20 .videoPlay .bg {
	background: url(https://www.news.cn/fashion/global/lib/image/20180413_ct_Mob02_v1.png) 50% 0 repeat-x;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.section-20 .videoPlay:nth-child(1) .videotitle {
	font-size: 18px;
}

.section-20 .videoPlay .videotitle {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	line-height: 1.6;
	width: 100%;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: normal;
}

.section-20 .videoPlay .videotitle a {
	color: #fff;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-20 .videoPlay .al {
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-weight: bolder;
	display: none;
}

.section-20 .videoPlay .al:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 30px;
	background: red;
	bottom: 4px;
	right: -5px;
	z-index: 5;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}

.section-20 .videoPlay .hz {
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
}

/* section-20 end */


/* section-30 begin */
.section-30 {
	margin-top: 80px;
	margin-bottom: 100px;
}

.section-30 .unit {
	width: 1500px;
	position: relative;
	margin: 0 auto;
}

.section-30 .swiper-container-3t3d {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.section-30 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: auto;
	height: 775px;
}

.section-30 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.section-30 .swiper-slide a span {
	display: none;
	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 .unit .swiper-button-prev {
	background-image: url(left.png);
	background-size: 100%;
	left: 2%;
}

.section-30 .unit .swiper-button-next {
	background-image: url(right.png);
	background-size: 100%;
	right: 2%;
}

.section-30 .unit .swiper-button-prev, .section-30 .unit .swiper-button-next {
    top: 40%;
    margin-top: 0;
    width: 90px;
    height: 90px;
}

/* section-30 end */

/* section-63 特殊 begin */
.section-63 {
	margin-bottom: 100px;
	position: relative;
}

.section-63 .unit {
	width: 1200px;
	margin: 0 auto;
}

.section-63 .area {
	width: 100%;
	vertical-align: top;
	background-color: inherit;
	padding: 0;
}

.section-63 .mod-card .article,
.section-63 .mod-card {
	*zoom: 1;
}

.section-63 .mod-card::before,
.section-63 .mod-card::after {
	content: "";
	display: table;
}

.section-63 .mod-card .article::after,
.section-63 .mod-card::after {
	clear: both;
}

.section-63 .mod-card {
	/* padding-bottom: 20px; */
	/* border-bottom: 1px dashed #ccc; */
	margin-bottom: 20px;
	width: 100%;
}

.section-63 .area .mod-card:first-child {
	margin-left: 0;
}

.section-63 .mod-card img {
	width: 330px;
	height: 186px;
	float: left;
	margin-right: 30px;
}

.section-63 .mod-card .topic {
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	font-size: 20px;
	padding-top: 5px;
	color: #333;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-63 .mod-card .topic a {
	color: #333;
}

.section-63 .mod-card .topic a:hover {
	color: #de5a2c;
    transition: all .4s ease-in-out;
}

.section-63 .mod-card .abstract {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-top: 5px;
	color: #666;
}

.section-63 .more {
    width: 210px;
    height: 48px;
    background: url(more.png) no-repeat center;
    background-size: 100% 100%;
    margin: 41px auto 0px auto;
    cursor: pointer;
}

.section-63 .more a {
	display: block;
    width: 100%;
    height: 100%;
}
/* section-63 特殊 end */


/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 180px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
}

.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}

.RTools .qrcode:hover::after {
	content: "扫描分享";
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}

.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}

@keyframes change {
	from {
		width: 48px;
		height: 48px;
		opacity: 1;
	}

	to {
		width: 100px;
		height: 125px;
		opacity: 1;
	}
}

.RTools .gototop {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #de5a2c 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: #de5a2c;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #de5a2c;
	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: #de5a2c;
	width: 100%;
	text-align: center;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

.btn-h-e::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300px;
	height: 300px;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgb(255 255 255 / .15);
	border-radius: 50%;
	z-index: -1;
}

.btn-h-e::after {
	position: absolute;
	top: 40%;
	left: 50%;
	transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
	content: "»";
	font-size: 50px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgb(255 255 255 / .15);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
}

.btn-h-e:hover {
	color: transparent;
}

.btn-h-e:hover::before,
.btn-h-e:hover::after {
	transition-duration: .15s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	color: #fff;
}

/* 区块more end */

/* xpage begin */
.xpage-more-btn {
	width: 150px;
	text-align: center;
	margin: 50px auto 30px;
	padding: 15px 0;
	border: 1px solid #bbb;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
	background: #eee;
	font-size: 14px;
}

.xpage-more-btn a {
	color: #333;
}

.xpage-more-btn:hover {
	background: #de5a2c;
	color: #fff;
	border-color: #de5a2c;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.section-20 .section-title,
.section-11-1 .section-title,
.section-63 .section-title,
.section-30 .section-title,
.section-dantiao .section-title {
	width: 750px;
	height: 110px;
	line-height: 100px;
	text-indent: inherit;
	background: url("section-title-bg.png") center center no-repeat;
	background-size: 100%;
	border-bottom: 0;
	margin: 0 auto 50px;
}

.section-20 .section-title em,
.section-11-1 .section-title em,
.section-63 .section-title em,
.section-30 .section-title em,
.section-dantiao .section-title em {
	display: block;
	text-align: center;
	font-size: 40px;
	padding-top: 0px;
	color: #333;
	/* font-style: italic; */
	/* text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) 5px 5px 5px; */
	-webkit-background-clip: text;
	letter-spacing: 3px;
	display: none;
}

.section-20 .section-title {
	background: url("ycsj.png") center center no-repeat;
	background-size: 90%;
}

.section-30 .section-title {
	background: url("wgcj.png") center center no-repeat;
	background-size: 90%;
}

.section-63 .section-title {
	background: url("yctx.png") center center no-repeat;
	background-size: 90%;
}

.section-11-1 .section-title {
	background: url("kyrs.png") center center no-repeat;
	background-size: 90%;
}




/* 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("https://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;
		/* position: fixed; */
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("https://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("https://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("https://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: #333;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */

	.widthMain {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.main {
		position: relative;
		padding-top: .4rem;
		padding-bottom: .4rem;
	}

	.main::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("bg.jpg");
		/* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
	}


	/* section-11-1 begin */
	.section-11-1 {
		margin-top: .6rem;
		margin-bottom: 0;
		padding: 0 .2rem;
		position: relative;
		overflow: hidden;
		font-size: 0;
		+word-spacing: -1px;
	}

	.section-11-1 .row {
		width: inherit;
		float: none;
	}

	.section-11-1 .row:nth-child(odd) {
		margin-left: 0;
	}

	.section-11-1 .col-4 {
		width: 100%;
		margin: 0 auto;
	}

	.section-11-1 .col-4 .item {
		width: 100%;
		margin-left: 0;
		margin-bottom: calc(.2rem*2 / 2);
		position: relative;
		color: #333;
		font-size: .28rem;
		line-height: 1.6;
		padding-left: .4rem;
		padding-bottom: .2rem;
		border-bottom: 1px dashed #d9d9d9;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: inherit;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.section-11-1 .col-4 .item:nth-last-child(-n+1) {
		margin-bottom: calc(.2rem*2 / 2);
	}

	.section-11-1 .col-4 .item:hover {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.section-11-1 .col-4 .item::before {
		content: "";
		width: .1rem;
		height: .3rem;
		background-color: #de5a2c;
		/* -webkit-transform: rotate(-45deg);
		transform: rotate(-45deg); */
		position: absolute;
		left: .1rem;
		top: .1rem;
		margin-top: 0;
	}

	.section-11-1 .col-4 .item a {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-11-1 .col-4 .item a:hover {
		color: #de5a2c;
		transition: all .4s ease-in-out;
	}

	.section-11-1 .col-4 .pic {
		width: 100%;
		margin-left: 0;
		margin-bottom: .3rem;
	}

	.section-11-1 .col-4 .pic img {
		height: auto;
	}

	.section-11-1 .col-4 .pic .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(0 153 255 / 0) 90%);
		color: #fff;
		padding: .2rem;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: .28rem;
	}

	/* section-11-1 end */


	/* section-20 begin */
	.section-20 {
		margin-top: 0;
	}

	.section-20 .unit {
		width: 100%;
	}

	.section-20 .swiper-container-gdsp {
		width: 100%;
	}

	.section-20 .swiper-button-prev,
	.section-20 .swiper-button-next {
		background-size: 0.32rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-20 .videoPlay:nth-child(1) {
		margin-bottom: 0;
	}

	.section-20 .videoPlay:nth-child(1) .img img {
		width: 100%;
		height: auto;
	}

	.section-20 .videoPlay .vBtn {
		height: 85%;
		background-size: 18%;
	}

	.section-20 .videoPlay .videotitle {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		color: #fff;
		line-height: 1.6;
		width: 100%;
		padding: .1rem .2rem;
		font-size: .28rem;
		font-weight: normal;
	}

	.section-20 .videoPlay:nth-child(1) .videotitle {
		font-size: .28rem;
	}

	.section-20 .videoPlay .videotitle a {
		color: #fff;
		overflow: hidden;
		text-align: justify;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.section-20 .videoPlay .bg {
		background: url(https://www.news.cn/fashion/global/lib/image/20180413_ct_Mob02_v1.png) 50% 0 repeat-x;
		height: 1rem;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.section-20 .videoPlay {
		width: 100%;
		margin: .2rem auto 0;
		position: relative;
	}

	.section-20 .videoPlay:nth-child(1) {
		margin-top: 0;
	}

	/* section-20 end */

	/* section-30 begin */
	.section-30 {
		position: relative;
		margin-top: .6rem;
		margin-bottom: .6rem;
	}

	.section-30 .unit {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.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: 7.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: none;
		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 .unit .swiper-button-prev,
	.section-30 .unit .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(51 51 51 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: none;
	}

	.section-30 .unit .swiper-button-prev {
		left: 0;
		background-image: ;
	}

	.section-30 .unit .swiper-button-next {
		right: 0;
		background-image: url(right.png);
	}

	.section-30 .unit .swiper-button-prev:hover,
	.section-30 .unit .swiper-button-next:hover {
		background-color: rgb(222 90 44 / 70%);
		height: 1.4rem;
	}

	.section-30 .unit .swiper-pagination-fraction,
	.section-30 .unit .swiper-button-prev,
	.section-30 .unit .swiper-button-next {
		opacity: 1;
	}

	.section-30 .unit .swiper-container-3t3d:hover .swiper-pagination-fraction,
	.section-30 .unit .swiper-container-3t3d:hover .swiper-button-next,
	.section-30 .unit .swiper-container-3t3d:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-30 end */

	/* section-63 特殊 begin */
	.section-63 {
		position: relative;
	}

	.section-63 .unit {
		width: 100%;
		margin: 0 auto;
	}

	.section-63 .area {
		width: 100%;
		vertical-align: top;
		background-color: inherit;
		padding: 0;
	}

	.section-63 .mod-card .article,
	.section-63 .mod-card {
		*zoom: 1;
	}

	.section-63 .mod-card::before,
	.section-63 .mod-card::after {
		content: "";
		display: table;
	}

	.section-63 .mod-card .article::after,
	.section-63 .mod-card::after {
		clear: both;
	}

	.section-63 .mod-card {
		/* padding-bottom: 20px; */
		/* border-bottom: 1px dashed #ccc; */
		margin-bottom: .4rem;
		width: 100%;
	}

	.section-63 .mod-card:last-child {
		margin-bottom: 0;
	}

	.section-63 .area .mod-card:first-child {
		margin-left: 0;
	}

	.section-63 .mod-card img {
		width: 4rem;
		height: 2.4rem;
		float: left;
		margin-right: .2rem;
	}

	.section-63 .mod-card .topic {
		line-height: 1.6;
		font-weight: 400;
		height: inherit;
		font-size: .28rem;
		padding-top: 3px;
		color: #333;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-63 .mod-card .topic a {
		color: #333;
	}

	.section-63 .mod-card .abstract {
		font-size: .24rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-top: 5px;
		color: #666;
	}

	.section-63 .more {
        width: 2.4rem;
        height: 0.65rem;
        background: url(more-m.png) no-repeat center;
        background-size: 100% 100%;
        margin: 0.35rem auto 0.23rem auto;
        cursor: pointer;
    }

	/* section-63 特殊 end */



	/* section-dantiao begin */
	.section-dantiao {
		position: relative;
		padding: .4rem .2rem 1rem;
	}

	.section-dantiao::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("bg3.png");
		/* background-image: linear-gradient(rgb(15 170 170 / .4), rgb(15 170 170 / .8)); */
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		/* background-attachment: fixed; */
		z-index: -1;
		opacity: 1;
	}

	.section-dantiao .col-2 {
		width: 100%;
		margin: 0 auto;
	}

	.section-dantiao .col-2 .mod-tile {
		position: relative;
	}

	.section-dantiao .col-2 .mod-tile .media {
		width: 100%;
	}

	.section-dantiao .col-2 .mod-tile .media img {
		width: 100%;
		height: 4.2rem;
		float: inherit;
	}

	.section-dantiao .col-2 .mod-tile .caption {
		width: 100%;
		font-size: .32rem;
		padding: .2rem .2rem 0;
		color: #333;
		line-height: 1.4;
		font-weight: 700;
		text-align: justify;
	}

	.section-dantiao .col-2 .mod-tile .caption::before {
		content: "";
		position: absolute;
		left: 10%;
		top: calc(100% - 3.16rem);
		width: 0;
		height: 0;
		z-index: 2;
		border-width: .3rem;
		border-style: solid;
		border-color: transparent transparent #fff transparent;
		margin-left: 0;
	}

	.section-dantiao .col-2 .mod-tile .abstract {
		padding: .2rem .2rem 0;
		text-align: justify;
		line-height: 1.8;
		font-size: .24rem;
		-webkit-line-clamp: 3;
	}

	/* section-dantiao end */

	/* RTools begin */
	.RTools {
		width: .8rem;
		bottom: 1.4rem;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #de5a2c;
		color: #fff;
	}

	.adBottom {
		background: #de5a2c;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #de5a2c;
		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: #de5a2c;
		width: 100%;
		text-align: center;
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .3rem 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		text-decoration: none;
		overflow: hidden;
	}

	.btn-h-e::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		display: block;
		width: 3rem;
		height: 3rem;
		content: "";
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgb(255 255 255 / .15);
		border-radius: 50%;
		z-index: -1;
	}

	.btn-h-e::after {
		position: absolute;
		top: 40%;
		left: 50%;
		transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		content: "»";
		font-size: .8rem;
		font-weight: 900;
		line-height: inherit;
		color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgb(255 255 255 / .15);
		border-radius: 50%;
		opacity: 0;
		z-index: -1;
	}

	.btn-h-e:hover {
		color: transparent;
	}

	.btn-h-e:hover::before,
	.btn-h-e:hover::after {
		transition-duration: .15s;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		color: #fff;
	}

	/* 区块more end */

	/* xpage begin */
	.xpage-more-btn {
		width: 2.6rem;
		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #eee;
		font-size: .28rem;
	}

	.xpage-more-btn a {
		color: #333;
	}

	.xpage-more-btn:hover {
		background: #de5a2c;
		color: #fff;
		border-color: #de5a2c;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
	.section-20 .section-title,
	.section-11-1 .section-title,
	.section-63 .section-title,
	.section-30 .section-title,
	.section-dantiao .section-title {
		width: 100%;
		height: 1.2rem;
		line-height: 1.1rem;
		text-indent: inherit;
		background-image: url("section-title-bg.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 100%;
		border-bottom: 0;
		margin: 0 auto .3rem;
	}

	.section-20 .section-title em,
	.section-11-1 .section-title em,
	.section-63 .section-title em,
	.section-30 .section-title em,
	.section-dantiao .section-title em {
		display: block;
		text-align: center;
		font-size: .44rem;
		padding-top: 0;
		color: #333;
		/* font-style: italic;
		text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) .1rem .1rem .1rem; */
		-webkit-background-clip: text;
		letter-spacing: .04rem;
		display: none;
	}

	.section-20 .section-title {
		background: url("ycsj.png") center center no-repeat;
		background-size: 90%;
	}

	.section-30 .section-title {
		background: url("wgcj.png") center center no-repeat;
		background-size: 90%;
	}

	.section-63 .section-title {
		background: url("yctx.png") center center no-repeat;
		background-size: 90%;
	}

	.section-11-1 .section-title {
		background: url("kyrs.png") center center no-repeat;
		background-size: 90%;
	}


	/* section-title end */
}