﻿@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: #fff;
	background-position: center 46px !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: 40px auto 0px;
	width: 1200px;
}

/* banenr begin*/
.phd {
	margin-top: 45px;
	height: 700px;
}

.phd img {
	width: 100%;
}

#page-pc-header {
	display: none;
}

/* banenr end*/

.index_nav {
	height: 60px;
	background: url(//www.news.cn/travel/zt/2021whwbh/img/navbg.jpg) no-repeat center center;
}

.index_nav ul {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.index_nav ul li {
	padding: 0 60px 0 60px;
}

.index_nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 60px;

}

.dw {
	position: relative;
	top: -100px;
}




/* section2 */
.section-2 {
	width: 1200px;
	background-color: #f2f2f2;
	margin: 40px auto 0 auto;
}

.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}

.section-2 .section-caption,
.section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-2 .marquee {
	width: 1005px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}

.section-2 .section-caption {
	text-align: center;
	line-height: 60px;
	color: #fff;
	padding-right: 0px;
	font-size: 22px;
	font-weight: normal;
	width: 156px;
	background-color: rgb(37, 115, 199);
	height: 60px;

}

.section-2 .section-caption img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.section-2 .section-caption a {
	color: #fff;
}

.section-2 .section-caption a:hover {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.section-2 .mod-list li {
	position: relative;
}

.section-2 .mod-list li a {
	color: #666666;
}

.section-2 .mod-list li::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	*/
	position: absolute;
	border-radius: 50%;
	background: #666;
	left: 0;
	top: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.section-2 .marquee .mod-list .item {
	line-height: 60px;
	padding-right: 20px;
	font-size: 14px;
	text-indent: 15px;
}

.section-2 .mod-list li:hover a {
	color: #2573c7;
}

.section-2 .mod-list li:hover::after {
	background: #2573c7;
}

.section-2 .marquee .str_wrap {
	background: #f3f3f3;
	height: 60px !important;
}

/* 滚动js自带css */
/* section2 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: 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: 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: rgba(215, 1, 0, .8);
}

.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 */

.section-main {
	padding-top: 40px;
}

.section-11 {
	margin-bottom: 25px;
	width: 1200px;
	position: relative;
}

.section-11 .section-left {
	width: 728px;
	height: 364px;
	float: left;
	position: relative;
}

.section-11 .pic img {
	display: block;
	width: 729px;
	height: 364px;
}

.section-11 .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;
}

.section-11 .title a {
	color: #fff;
	font-size: 16px;
}

.section-11 .section-list {
	width: 430px;
	overflow: hidden;
	float: right;
}


.section-11 .section-list ul li {
	border-top: solid 1px #eee;
	padding-top: 35px;
}

.section-11 .section-list ul li:nth-child(1) {
	border-top: 0;
	padding-top: 15px;
}

.section-11 .section-list ul li .tit a {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.section-11 .section-list ul li .tit a:hover {
	color: #b7181e;
}

.section-11 .section-list ul li .note {
	padding-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
	min-height: 88px;
}

.section-11 .section-list ul li .note a {
	color: #808080;
	font-size: 14px;
}

/* section-11 */


.section-title {
	height: 114px;
	background: url(//www.news.cn/travel/zt/2021whwbh/img/titbg1.png) no-repeat center bottom;
	text-align: center;
	color: #000000;
	font-size: 38px;
	padding-top: 12px;
	line-height: 100px;
}

.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-16 begin*/
.section-16 .sec_cont {
	padding-top: 40px;
	position: relative;
	height: 635px;
}

.section-16 .sec_cont .item_div {
	margin-top: 13px;
	width: 290px;
	height: 200px;
	margin-left: 13px;
}

.section-16 .sec_cont .item_div:nth-child(1) {
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(3),
.section-16 .sec_cont .item_div:nth-child(4) {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div:nth-child(3)>a,
.section-16 .sec_cont .item_div:nth-child(4)>a,
.section-16 .sec_cont .item_div:nth-child(3)>a img,
.section-16 .sec_cont .item_div:nth-child(4)>a img {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div:nth-child(4) {
	position: absolute;
	bottom: 0px;
	left: 0;
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(5) {
	position: absolute;
	bottom: 0px;
	right: 303px;
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(6) {
	position: absolute;
	bottom: 0px;
	right: 0;
	margin-left: 0;
}

.section-16 .sec_cont .m_left .item_div:nth-child(1) {
	margin-left: 0;
}

.section-16 .sec_cont .m_right .item_div:nth-child(2) {
	margin-left: 0;
}

.section-16 .sec_cont .item_div>a {
	width: 290px;
	height: 200px;
	float: left;
	position: relative;
}

.section-16 .sec_cont .item_div>a img {
	width: 290px;
	height: 200px;
}

.section-16 .sec_cont .item_div1 {
	width: 593px;
	height: 409px;
	margin-top: 13px;
}

.section-16 .sec_cont .item_div1>a {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div1>a img {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div1 span {
	height: 44px;
	line-height: 44px;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
}

.section-16 .sec_cont .item_div span {
	height: 44px;
	line-height: 44px;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
}

.section-16 .swiper-btn {
	text-align: center;
	padding-top: 30px;
}

.section-16 .swiper-btn .swiper-button-white {
	position: static;
	background-color: rgb(6, 122, 229);
	width: 58px;
	height: 28px;
	display: inline-block;
	margin-top: 0;
	margin-left: 42px;
	margin-right: 42px;
}

.section-16 .swiper-btn .swiper-button-prev {
	background: url("//www.news.cn/travel/zt/2021whwbh/img/zuojian3.png") no-repeat center center #067ae5;
}

.section-16 .swiper-btn .swiper-button-next {
	background: url("//www.news.cn/travel/zt/2021whwbh/img/youjian3.png") no-repeat center center #067ae5;
}

/* section-16 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*/
.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;
	height: 40px;
	overflow: hidden;
	margin-top: 8px;
}

.section-18 .section-list ul li .note a {
	color: #f00;
}

/* section-18 end*/













.LocalStation {
	padding-top: 40px;
}

.LocalStation .locstaT {
	border-bottom: solid 2px #00a0e9;
	font-size: 0;
}

.LocalStation .locstaT a {
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 18px;
	background: #f7f7f7;
	margin-left: 8px;
	border-radius: 3px 3px 0 0;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.LocalStation .locstaT a:nth-child(1) {
	margin-left: 0;
}

.LocalStation .locstaT a.on {
	color: #fff;
	background: #00a0e9;
}

.locstaC .sec {
	padding-top: 3px;
}

.locstaC .sec .sec-top .mod-tile:nth-child(2n+1) {
	margin-left: 0;
}

.locstaC .sec .sec-top .mod-tile {
	width: 575px;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #cbcbcb;
}

.locstaC .sec .sec-top .mod-tile .media {
	width: 175px;
	height: 110px;
}

.locstaC .sec .sec-top .mod-tile .media img {
	width: 175px;
	height: 110px;
	display: ruby-base;
}

.locstaC .sec .sec-top .mod-tile .cont {
	margin-left: 195px;
}

.locstaC .sec .sec-top .mod-tile .cont .unit-tit {
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}

.locstaC .sec .sec-top .mod-tile .cont .unit-tit a {
	color: #262626;
	font-size: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.locstaC .sec .sec-top .mod-tile .cont .unit-tit a:hover {
	color: #00a0e9;
	font-size: 18px;
}

.locstaC .sec .sec-top .mod-tile .cont .abstract {
	padding-top: 10px;
	color: #737373;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}

.locstaC .sec .sec-top .mod-tile .cont .more a {
	color: #00a0e9;
	font-size: 14px;
}

.locstaC .sec .sec-bot {
	padding-top: 15px;
}

.locstaC .sec .sec-bot ul li {
	width: 575px;
	float: left;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	margin-left: 50px;
	box-sizing: border-box;
	padding-left: 15px;
}

.locstaC .sec .sec-bot ul li:nth-child(2n+1) {
	margin-left: 0;
}

.locstaC .sec .sec-bot ul li a {
	color: #4c4c4c;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.locstaC .sec .sec-bot ul li a:hover {
	color: #00a0e9;
}

/* section-15 end */
/* footer 补充 begin */
.footer {

	padding-top: 45px !important;
	padding-bottom: 40px;
	box-sizing: border-box;
	font-size: 14px !important;
	color: #fff !important;
	line-height: 30px !important;
}

/* footer 补充 end */
/*RTools*/
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 200px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
	-mozanimation-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: #067ae5 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;
}


.adBottom {
	background: #00a0e9;
	/*padding: 20px 0 40px;*/
}

.footer {
	margin-top: 90px;
	padding: 70px 0 40px;
	background: #067ae5 !important;
	text-align: center;
	color: #fff !important;
	font-size: 14px !important;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
}

.bigbg {
	padding-top: 1px !important;

}

#page-mobile-header {
	display: none;
}

.section-5 {
	display: none;
}

.section-16 {
	display: block;
}

/* 111111 */

@media screen and (max-width: 768px) {

	.phd {
		margin-top: 0;
		height: auto;
	}

	.phd img {
		width: 100%;
		height: auto;
	}

	/* 手机导航 begin */
	#mobileHeader {
		width: 100%;
		line-height: 0;
		background: #eee url("//www.news.cn/world/2015/images/bgSjTop.png") 0 0 no-repeat;
		-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/world/2015/images/xh_mobile_header.png") 0 0 no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		position: absolute;
		top: 0;
		left: .2rem;
	}

	#mobileHeader .name {
		display: inline-block;
		width: 5rem;
		height: .8rem;
		line-height: 2.7;
		font-size: .32rem;
		padding: 0 0 0 .2rem;
		color: #fff;
		vertical-align: top;
		margin: 0 0 0 1.5rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 -160px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		overflow: hidden;
	}

	#mobileHeader .name a {
		color: #fff;
	}

	#mobileHeader .right {
		display: block;
		width: .6rem;
		height: .9rem;
		position: absolute;
		top: 0;
		right: .2rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 110;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #000;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */
	.widthMain {
		width: 100%;
		margin: .4rem auto;
		box-sizing: border-box;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .3rem auto;
		padding: 0 .2rem;
		box-sizing: border-box;
	}

	/* 导航 begin */
	.nav {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		background: #b50512 url("//www.news.cn/res/xhwimg/enterprise/boaozgqyj2020/img/nav_bg.png") left center no-repeat;
		background-size: auto;
		overflow: hidden;
	}

	.nav .swiper-container-nav {
		width: 100%;
		box-sizing: border-box;
		padding-left: .3rem;
		letter-spacing: 0;
	}

	.nav .swiper-slide {
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.nav .swiper-slide:last-child {
		margin-right: .4rem;
	}

	.nav .swiper-slide a {
		color: #fff;
	}

	/* 导航 end */

	.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 {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
		margin-top: 15px !important;
	}

	/* section2 */
	.section-title {}

	/* section-11 */

	/* section2 */
	.section-2 {
		width: 100%;
		background-color: #f2f2f2;
		margin: 20px auto 0 auto;
	}

	.section-2 .unit {
		font-size: 0;
		width: 100%;
		margin: 0 auto;
	}

	.section-2 .marquee {
		height: 30px;
		margin-left: 96px;
		overflow: hidden;
		width: auto;
	}

	.section-2 .section-caption {
		text-align: center;
		line-height: 30px;
		color: #fff;
		padding-right: 0px;
		font-size: 14px;
		font-weight: normal;
		width: 86px;
		float: left;
		background-color: rgb(37, 115, 199);
		height: 30px;

	}

	.section-2 .section-caption img {
		vertical-align: middle;
		display: inline-block;
		margin-right: 8px;
	}

	.section-2 .section-caption a {
		color: #fff;
	}

	.section-2 .section-caption a:hover {
		color: #fff;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	.section-2 .mod-list li {
		position: relative;
	}

	.section-2 .mod-list li a {
		color: #666666;
	}

	.section-2 .mod-list li::after {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	*/
		position: absolute;
		border-radius: 50%;
		background: #666;
		left: 0;
		top: 12px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}

	.section-2 .marquee .mod-list .item {
		line-height: 30px;
		padding-right: 20px;
		font-size: 14px;
		text-indent: 15px;
	}

	.section-2 .mod-list li:hover a {
		color: #2573c7;
	}

	.section-2 .mod-list li:hover::after {
		background: #2573c7;
	}

	.section-2 .marquee .str_wrap {
		background: #f3f3f3;
		height: 30px !important;
	}

	/* 滚动js自带css */
	/* section2 end */
	/* section-19  begin */

	.section-19 .swiper-container-xctj {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.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: rgba(215, 1, 0, .8);
	}

	.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 */

	.section {
		font-size: 0;
		margin-top: 10px !important;
	}

	.section-main {
		padding-top: 20px;
	}

	.section-11 {
		margin-bottom: 15px;
		width: 100%;
		position: relative;
	}

	.section-11 .section-left {
		width: 100%;
		float: none;
		position: relative;
		height: auto
	}

	.section-11 .pic {
		height: auto !important;
	}

	.section-11 .pic img {
		display: block;
		width: 100%;
		height: auto !important;
	}

	.section-11 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 0px 10px;
		line-height: 36px;
		height: 36px;
		overflow: hidden;
	}

	.section-11 .title a {
		color: #fff;
		font-size: 14px;
	}

	.section-11 .section-list {
		width: 100%;
		overflow: hidden;
		float: right;
	}


	.section-11 .section-list ul li {
		border-top: solid 1px #eee;
		padding-top: 25px;
	}

	.section-11 .section-list ul li:nth-child(1) {
		border-top: 0;
		padding-top: 15px;
	}

	.section-11 .section-list ul li .tit a {
		color: #404040;
		font-size: 16px;
		font-weight: normal;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.section-11 .section-list ul li .tit a:hover {
		color: #b7181e;
	}

	.section-11 .section-list ul li .note {
		padding-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.section-11 .section-list ul li .note a {
		color: #808080;
		font-size: 14px;
	}

	/* section-11 */


	.section-title {
		height: 64px;
		background: url(//www.news.cn/travel/zt/2021whwbh/img/titbga1.png) no-repeat center bottom;
		background-size: 100%;
		text-align: center;
		color: #000000;
		font-size: 24px;
		padding-top: 12px;
		line-height: 50px;
	}

	.section-title span {
		margin-left: 0px;
		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;

	}

	/* 清除浮 动*/
	.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;
		box-sizing: border-box;
		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-16 begin*/

	.section-5 {
		display: block;
	}

	.section-16 {
		display: none;
	}

	.section-5 .swiper-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.section-5 .swiper-container .swiper-slide .pic img {
		width: 100%;
	}

	.section-5 .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: 36px;
		height: 36px;
		overflow: hidden;
		text-align: center;
	}

	.section-5 .swiper-container .swiper-slide .pic .title a {
		color: #fff;
		font-size: 14px;
	}

	.section-5 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0px;
	}

	.section-5 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	/* section-5 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*/



	.LocalStation {
		padding-top: 20px;
	}

	.LocalStation .locstaT {
		border-bottom: solid 2px #00a0e9;
		font-size: 0;
	}

	.Local-content {
		width: 100%;
		overflow-x: auto;
	}

	.LocalStation .locstaT a {
		width: 90px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #4c4c4c;
		font-size: 14px;
		background: #f7f7f7;
		margin-left: 5px;
		border-radius: 3px 3px 0 0;
		display: inline-block;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.LocalStation .locstaT a:nth-child(1) {
		margin-left: 0;
	}

	.LocalStation .locstaT a.on {
		color: #fff;
		background: #00a0e9;
	}

	.locstaC .sec {
		padding-top: 3px;
	}

	.locstaC .sec .sec-top .mod-tile:nth-child(2n+1) {
		margin-left: 0;
	}

	.locstaC .sec .sec-top .mod-tile {
		width: 100%;
		margin-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #cbcbcb;
	}

	.locstaC .sec .sec-top .mod-tile .media {
		width: 130px;
	}

	.locstaC .sec .sec-top .mod-tile .media img {
		width: 130px;
		display: ruby-base;
	}

	.locstaC .sec .sec-top .mod-tile .cont {
		margin-left: 140px;
	}

	.locstaC .sec .sec-top .mod-tile .cont .unit-tit {
		line-height: 18px;
		height: 18px;
		overflow: hidden;
	}

	.locstaC .sec .sec-top .mod-tile .cont .unit-tit a {
		color: #262626;
		font-size: 5px;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.locstaC .sec .sec-top .mod-tile .cont .unit-tit a:hover {
		color: #00a0e9;
		font-size: 18px;
	}

	.locstaC .sec .sec-top .mod-tile .cont .abstract {
		padding-top: 10px;
		color: #737373;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
	}

	.locstaC .sec .sec-top .mod-tile .cont .more a {
		color: #00a0e9;
		font-size: 14px;
	}

	.locstaC .sec .sec-bot {
		padding-top: 10px;
	}

	.locstaC .sec .sec-bot ul li {
		width: 100%;
		float: left;
		height: 28px;
		line-height: 28px;
		overflow: hidden;
		margin-left: 0px;
		box-sizing: border-box;
		padding-left: 12px;
		background: url(//www.news.cn/travel/zt/2021whwbh/img/landian.png) no-repeat left center;
	}

	.locstaC .sec .sec-bot ul li:nth-child(2n+1) {
		margin-left: 0;
	}

	.locstaC .sec .sec-bot ul li a {
		color: #4c4c4c;
		font-size: 14px;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.locstaC .sec .sec-bot ul li a:hover {
		color: #00a0e9;
	}

	/* section-15 end */
	/* footer 补充 begin */
	.footer {
		padding-top: 17px !important;
		margin-top: 30px;
		padding-bottom: 40px;
		box-sizing: border-box;
		font-size: 12px !important;
		color: #fff !important;
		line-height: 30px !important;
		background: #d62c18 !important;
		padding-left: 5px;
		padding-right: 5px;
		background-size: 100% 100% !important;
	}

	/* footer 补充 end */
}
