﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
p,
figure,
form,
blockquote,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix::after {
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
}

*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

a:focus {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ul,
ol {
	list-style: none outside none;
}

li {
	list-style-type: none;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5rem;
}

sub {
	bottom: -0.25rem;
}

iframe {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background-position: center 50px !important;
}

img {
	border: 0;
	vertical-align: middle;
	display: block;
}

figure {
	margin: 0;
}

.clearfix {
	display: block;
	#zoom: 1;
}

.clearfix::after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	display: block;
	clear: both;
}


.fl {
	float: left;
}

.fr {
	float: right;
}



.row {
	font-size: 0;
	+word-spacing: -1px;
}

.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

/* top-bar begin */
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}

.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}

.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}

.top-bar li:last-of-type::after {
	content: " ";
}

.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}

.top-bar .item a {
	padding: 0 7px;
}

.top-bar .home-site-link {
	color: black;
}

.top-bar a {
	color: #1a1a1a;
}

.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* top-bar end */

.section {
	margin: 60px auto;
	width: 1200px;
}

/* banenr begin*/
.phd {
	margin-top: 50px;
	height: 640px;
	position: relative;
}

.phd video {
    width: 1920px;
    height: 750px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}

.phd img {
	width: 100%;
}

#page-pc-header {
	display: none;
}

/* banenr end*/

/* section-3 begin */
.section-3 {
	margin: 30px auto -30px;
}

.section-3 .title {
	width: 98.5%;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 40px;
	font-weight: 700;
	color: #333;
	text-align: center;
	letter-spacing: -1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-3 .title a {
	color: #333;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #1f369f;
}

.section-3 .note {
	color: #999;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
	letter-spacing: 1px;
}

/* section-3 end */

/* section-19  begin */

.section-19 .swiper-container-xctj {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.section-19 {
	width: 1200px;
	position: relative;
}

.section-19 .pic img {
	display: block;
}

.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 15px 25px 15px 25px;
}

.section-19 .title .b-title a {
	color: #fff;
	font-size: 18px;
}

.section-19 .title .note {
	color: #fff;
	padding-top: 5px;
	font-size: 14px;
}

.section-19 .title .note a {
	color: #e1351d;
}

.section-19 .swiper-pagination-fraction {
	bottom: 10px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 34px;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}

.section-19 .swiper-button-prev,
.section-19 .swiper-button-next {
	background-color: rgba(48, 48, 48, .7);
	width: 56px;
	height: 110px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px 36px;
}

.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}

.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}

.section-19 .swiper-button-prev:hover,
.section-19 .swiper-button-next:hover {
	background-color: rgb(31 54 159);
}

.section-19 .section-list {
	width: 500px;
	overflow: hidden;
	float: right;
}

.section-19 .section-list .mod-topics {
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.section-19 .section-list .mod-topics:nth-child(1) {
	padding-top: 0;
	margin-top: -5px;
}

.section-19 .section-list .mod-topics .topic a {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-19 .section-list .mod-topics .topic a:hover {
	color: #1381f2;
}

.section-19 .section-list .mod-topics .abstract {
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}


/* section-19  end */

/* section-11 先进版 begin */
.section-11 {
	margin-top: 40px;
	margin-bottom: 80px;
	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: 780px;
	overflow: hidden;
	position: relative;
}

.section-11 .col-1 .pic img {
	width: 100%;
	height: 440px;
}

.section-11 .col-1 .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: 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: 16px;
	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: rgb(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-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: rgb(39 66 149 / 80%);
	height: 200px;
}

.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-1 .pic-list .mod-tile {
	position: relative;
	width: calc(100%/3 - 10px);
	margin-top: calc(10px*3 / 2);
	margin-left: calc(10px*3 / 2);
}

.section-11 .col-1 .pic-list .mod-tile:first-child {
	margin-left: 0;
}

.section-11 .col-1 .pic-list .mod-tile .media {
    width: 100%;
}

.section-11 .col-1 .pic-list .mod-tile .media a {
    display: block;
    overflow: hidden;
}

.section-11 .col-1 .pic-list .mod-tile .media a img {
    transition: .5s;
    display: block;
}
.section-11 .col-1 .pic-list .mod-tile .media img {
    width: 100%;
    height: auto;
}

.section-11 .col-1 .pic-list .mod-tile .abstract {
    display: none;
}

.section-11 .col-1 .pic-list .mod-tile .caption {
	font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
}

.section-11 .col-1 .pic-list .mod-tile .caption a {
    color: #fff;
	overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-11 .col-1 .pic-list .mod-tile .caption a:hover {
    color: #fff;
}

.section-11 .col-1 .pic-list .mod-tile .inner-caption {
    bottom: -60px;
}

.section-11 .col-1 .pic-list .mod-tile:hover .inner-caption {
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.section-11 .col-2 {
	width: 390px;
	height: 440px;
	margin-left: 30px;
	/* overflow-x: hidden;
	overflow-y: auto; */
	overflow: hidden;
}

.section-11 .col-2 .scroll-box {
	padding-right: 10px;
}

.section-11 .col-2 .mod-topics {
	border-bottom: dashed 1px #d9d9d9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.section-11 .col-2 .mod-topics:last-child {
	margin-bottom: 0;
}

.section-11 .col-2 .mod-topics .topic {
	font-size: 18px;
	font-weight: 500;
	height: auto;
	line-height: 1.6;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.section-11 .col-2 .mod-topics .topic a {
	color: #333;
}

.section-11 .col-2 .mod-topics .topic a:hover {
	color: #067ae5;
}

.section-11 .col-2 .mod-topics .abstract {
	color: #888;
	margin-top: 5px;
	-webkit-line-clamp: 4;
	display: none;
}

.section-11 .col-2 .mod-topics:nth-child(-n+1) .topic {
	font-size: 22px;    
	font-weight: 700;
    -webkit-line-clamp: 3;
}

.section-11 .col-2 .mod-topics:nth-child(-n+1) .abstract {
	display: -webkit-box;
}

/* section-11 end */


/* section-17 begin*/
.section-17 .swiper-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-17 .swiper-container .swiper-slide .pic img {
	width: 100%;
}

.section-17 .swiper-container .swiper-slide .pic .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-align: center;
}

.section-17 .swiper-container .swiper-slide .pic .title a {
	color: #fff;
	font-size: 16px;
}

.section-17 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.section-17 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

/* section-17 end*/


/* section-18 begin*/
.bg {
	position: relative;
	padding: 10px 0 40px;
}
.bg::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
    opacity: .8;
}
.section-18 .section-list {
	padding-top: 20px;
}

.section-18 .section-list ul li {
	float: left;
	width: 560px;
	margin-left: 80px;
	padding: 20px 0;
	border-bottom: solid 1px #eee;

}

.section-18 .section-list ul li:nth-child(2n+1) {
	margin-left: 0;
}

.section-18 .section-list ul li .tit a {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.section-18 .section-list ul li .note {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 8px;
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-18 .section-list ul li .note a {
	color: #f00;
}

/* section-18 end*/


/* section-75 begin */
.section-75 {
	margin-bottom: 120px;
	padding-top: 20px;
}

.section-75 .unit {
	position: relative;
	margin-top: 40px;
	padding: 100px 0;
}

.section-75 .unit::before {
	content: "";
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #1f4099;
	background-image: url(bg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    z-index: -1;
}

.section-75 .swiper-container-xbk7 {
	position: relative;
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}

.section-75 .mod-tile {
	position: relative;
}

.section-75 .mod-tile .media img {
	float: right;
	width: 800px;
	height: 450px;
}

.section-75 .mod-tile .contBox {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 10px;
	padding-right: 60px;
}

.section-75 .mod-tile .caption {
	text-align: justify;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-75 .mod-tile .caption a {
	color: #fff;
}

.section-75 .mod-tile .abstract {
	margin-top: 20px;
	color: #fff;
}

.section-75 .unit .swiper-button-prev,
.section-75 .unit .swiper-button-next {
	bottom: 0;
	top: auto;
	margin-top: 0;
	width: 60px;
	height: 60px;
	background-color: #2c5cad;
}

.section-75 .unit .swiper-button-prev:hover,
.section-75 .unit .swiper-button-next:hover {
	background-color: rgb(98 132 229);
}

.section-75 .unit .swiper-button-prev {
	left: 340px;
}

.section-75 .unit .swiper-button-next {
	left: 400px;
}

/* section-75 end */

/* 版权区块 begin */
.adBottom {
	background: #1f369f;
	/*padding: 20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #1f369f;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */
/*RTools*/
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 200px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
}

.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}

.RTools .qrcode:hover::after {
	content: '扫描分享';
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}

.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}


.section-title {
	height: 150px;
	background: url(section-bg.png) no-repeat center bottom;
	text-align: center;
	color: #fff;    
	background-size: contain;
    border-bottom: 0;
    margin: 0 auto 50px;
	font-size: 34px;
	line-height: 64px;
}

.section-title em {
	display: none;
}

.section-title span {
	margin-left: 0px;
	position: relative;
	margin-left: 60px;
	display: inline-block;
}

.section-title span::after {
	content: '';
	border-radius: 50%;
	background-color: rgb(0, 0, 0);
	width: 10px;
	height: 10px;
	position: absolute;
	left: -34px;
	top: 45px;
}

.section-75 .section-title {
	background: url(tanguan.png) no-repeat center bottom;
}

.section-18 .section-title {
	background: url(sulan.png) no-repeat center bottom;
}

@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: #1f369f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.show {
	display: block;
}


/* 版权区块 begin */
.adBottom {
	background: #1f369f;
	/*padding: 20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #1f369f;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */

#page-mobile-header {
	display: none;
}

/* 111111 */

@media screen and (max-width: 768px) {

	/* 手机导航 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 */


	.section-2 .section-caption,
	.section-2 .marquee {
		display: block;
	}

	.phd {
		height: auto;
		margin-top: 0;
	}

	body {
		background: none !important;
	}

	#page-mobile-header {
		display: block;
	}

	#page-pc-header {
		display: none;
	}

	#page-mobile-header img {
		width: 100% !important;
	}

	body {
		font-size: 0;
		padding-top: 0 !important;
	}

	.section {
		margin-top: .4rem !important;
		margin-bottom: .4rem !important;
		padding-left: .2rem;
		padding-right: .2rem;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
	}

	/* section-11 */


	/* section-3 begin */
	.section-3 {
		margin-top: .2rem;
	}

	.section-3 .title {
		color: #333;
		font-size: .4rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		white-space: inherit;
	}

	.section-3 .title a {
		color: #333;
		padding: 0;
	}

	.section-3 .note {
		color: #999;
		font-size: .28rem;
		line-height: 1.6;
		padding: .1rem 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-align: justify;
	}

	/* section-3 end */

	/* section-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: 4.4rem;
	}

	.section-11 .col-1 .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: .1rem 1.2rem .1rem .2rem;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-11 .col-1 .title .b-title {
		font-size: .28rem;
		font-weight: 700;		
	}

	.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: 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%);
	}

	.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: rgb(39 66 149 / 80%);
		height: 1.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%;
		height: auto;
		margin-left: 0;
		margin-top: .2rem;
	}

	.section-11 .col-2 .mod-topics {
		border-bottom: dashed 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: .32rem;
		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: 4;
	}

	.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;
		display: none;
	}

	.section-11 .col-2 .mod-topics:nth-child(-n+1) .topic {
		font-size: .32rem;
		line-height: 1.6;
	}

	.section-11 .col-2 .mod-topics:nth-child(-n+1) .abstract {
		display: none;
	}

	/* section-11 end */
	
	/* section-19  begin */

	.section-19 .swiper-container-xctj {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.section-19 {
		width: 100%;
		position: relative;
	}

	.section-19 .pic img {
		display: block;
		width: 100%;
	}

	.section-19 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 10px;
		font-size: 0;
	}

	.section-19 .title .b-title {
		font-size: 0 !important;
	}

	.section-19 .title .b-title a {
		color: #fff;
		font-size: 14px;
	}

	.section-19 .title .note {
		color: #fff;
		margin-top: 5px;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		display: none;
		overflow: hidden;
	}

	.section-19 .title .note a {
		color: #e1351d;
	}

	.section-19 .swiper-pagination-fraction {
		bottom: 30px;
		right: 30px;
		left: auto;
		width: auto;
		color: #fff;
		font-size: 34px;
		display: none;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-current {
		color: #da0000;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: 22px;
	}

	.section-19 .swiper-button-prev,
	.section-19 .swiper-button-next {
		background-color: rgba(48, 48, 48, .7);
		width: 36px;
		height: 60px;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		font-size: 10px;
		background-size: 10px 18px;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
	}

	.section-19 .swiper-button-prev {
		left: 0;
		top: 40%;
	}

	.section-19 .swiper-button-next {
		right: 0;
		top: 40%;
	}

	.section-19 .swiper-button-prev:hover,
	.section-19 .swiper-button-next:hover {
		background-color: rgb(31 54 159);
	}

	.section-19 .section-list {
		width: 500px;
		overflow: hidden;
		float: right;
	}

	.section-19 .section-list .mod-topics {
		border-top: dotted 1px #d9d9d9;
		margin-top: -1px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.section-19 .section-list .mod-topics:nth-child(1) {
		padding-top: 0;
		margin-top: -5px;
	}

	.section-19 .section-list .mod-topics .topic a {
		color: #404040;
		font-size: 18px;
		font-weight: normal;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-19 .section-list .mod-topics .topic a:hover {
		color: #1381f2;
	}

	.section-19 .section-list .mod-topics .abstract {
		line-height: 24px;
		color: #808080;
		padding-top: 5px;
		font-size: 14px;
	}

	/* section-19  end */


	/* 清除浮动*/
	.fix {
		*zoom: 1;
	}

	.fix:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}


	/* section-17 begin*/
	.section-17 .swiper-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.section-17 .swiper-container .swiper-slide .pic img {
		width: 100%;
	}

	.section-17 .swiper-container .swiper-slide .pic .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;

		overflow: hidden;

		padding: 0.2rem;
		text-align: left;
		font-size: .22rem;
		line-height: 1.4;
	}

	.section-17 .swiper-container .swiper-slide .pic .title a {
		color: #fff;
		font-size: 14px;
	}

	.section-17 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0px;
	}

	.section-17 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	/* section-17 end*/
	/* section-18 begin*/
	.section-18 .section-list {
		padding-top: 10px;
	}

	.section-18 .section-list ul li {
		float: left;
		width: 100%;
		margin-left: 0px;
		padding: 10px 0;
		border-bottom: solid 1px #eee;

	}

	.section-18 .section-list ul li:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-18 .section-list ul li .tit a {
		color: #333333;
		font-size: 14px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.section-18 .section-list ul li .note {
		color: #666666;
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		margin-top: 5px;
	}

	.section-18 .section-list ul li .note a {
		color: #f00;
	}

	/* section-18 end*/

	/* section-75 begin */
	.section-75 {
		margin-top: .4rem;
		margin-bottom: .8rem;
		padding: 0 .2rem;
	}

	.section-75 .unit {
		position: relative;
		margin-top: .4rem;
		padding: .8rem .5rem 0;
	}

	.section-75 .unit::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #1f4099;
		z-index: -1;
	}

	.section-75 .swiper-container-xbk7 {
		position: relative;
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

	.section-75 .mod-tile {
		position: relative;
	}

	.section-75 .mod-tile .media img {
		float: inherit;
		width: 100%;
		height: 4rem;
	}

	.section-75 .mod-tile .contBox {
		width: 100%;
		position: initial;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: .4rem;
		background-color: #f5f5f5;
	}

	.section-75 .mod-tile .caption {
		text-align: justify;
		font-size: .4rem;
		line-height: 1.2;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-75 .mod-tile .caption a {
		color: #333;
	}

	.section-75 .mod-tile .abstract {
		margin-top: .2rem;
		color: #333;
	}

	.section-75 .unit .swiper-button-prev,
	.section-75 .unit .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(51 51 51 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
	}

	.section-75 .unit .swiper-button-prev {
		left: 0;
	}

	.section-75 .unit .swiper-button-next {
		left: inherit;
		right: 0;
	}

	.section-75 .unit .swiper-button-prev:hover,
	.section-75 .unit .swiper-button-next:hover {
		background-color: rgb(98 132 229);
		height: 1.6rem;
		-webkit-transform: translateY(-120%);
		transform: translateY(-120%);
	}

	.section-75 .unit .swiper-button-prev,
	.section-75 .unit .swiper-button-next {
		opacity: 1;
	}

	.section-75 .swiper-container-xbk7:hover .swiper-button-prev,
	.section-75 .swiper-container-xbk7:hover .swiper-button-next {
		opacity: 1;
	}

	/* section-75 end */


	/* RTools begin */
	.RTools {
		width: 40px;
		bottom: 100px;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */
	/* Copyright begin */
	#bottomBody {
		background: #1f369f;
		color: #fff;
	}

	.adBottom {
		background: #1f369f;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #1f369f;
		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 */

	.section-title {
		height: 1.6rem;
		background: url(section-bg.png) no-repeat center center;
		background-size: 260%;
		text-align: center;
		color: #fff;
		font-size: .48rem;
		padding-top: 0.2rem;
		line-height: 1.6rem;
		margin: 0 auto;
	}

	.section-title span {
		margin-left: 0;
		position: relative;
		margin-left: 40px;
		display: inline-block;
	}

	.section-title span::after {
		content: '';
		border-radius: 50%;
		background-color: rgb(0, 0, 0);
		width: 5px;
		height: 5px;
		position: absolute;
		left: -24px;
		top: 22px;

	}

	.section-75 .section-title {
		background: url(tanguan.png) no-repeat center bottom;
		background-size: 180%;
	}
	
	.section-18 .section-title {
		background: url(sulan.png) no-repeat center bottom;
		background-size: 180%;
	}
	
}