/**
*
@Date: Fri Dec 20 2019 09:58:03 GMT+0800 (GMT+08:00)
*
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.clearfix:after {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

ol,
ul,
li {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquotebefore,
blockquoteafter,
qbefore,
qafter {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

@-moz-keyframes slide {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -moz-transform: translateY(1.333333rem);
    transform: translateY(1.333333rem);
  }
}

@-webkit-keyframes slide {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(1.333333rem);
    transform: translateY(1.333333rem);
  }
}

@keyframes slide {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(1.333333rem);
    -moz-transform: translateY(1.333333rem);
    transform: translateY(1.333333rem);
  }
}

.totop {
  position: fixed;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.64rem;
  height: 0.64rem;
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/totop.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  z-index: 50;
}

.com-title {
  position: relative;
  line-height: 1rem;
  font-size: 0.533333rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.com-title a {
  color: #fff;
}

.com-title span {
  padding: 0 0.2rem 0 0.133333rem;
  font-size: 0.746667rem;
  font-style: italic;
  color: #fe0000;
}

.com-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.133333rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.053333rem;
  width: 0.666667rem;
  background-color: #cb0000;
}

.swiper-pagination {
  bottom: -0.64rem;
  width: 100%;
  text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.573333rem;
  height: 0.093333rem;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: rgba(255,255,255,0.5);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.list-txt li {
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #551f19;
}

.list-txt li h2 {
  font-size: 0.453333rem;
  line-height: 0.693333rem;
  color: #fff;
}

.list-txt li p {
  margin-top: 0.133333rem;
  font-size: 0.32rem;
  line-height: 0.64rem;
  color: #9c6963;
}

.list-txt li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.list-pic li {
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #551f19;
}

.list-pic li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-pic li img {
  margin-right: 0.346667rem;
  width: 2.666667rem;
  height: auto;
}

.list-pic li h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.453333rem;
  line-height: 0.693333rem;
  color: #fff;
}

.list-pic li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.foot {
  padding: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.48rem;
  text-align: center;
  color: #bb4f51;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#641911), to(#b4191f));
  background-image: -webkit-linear-gradient(bottom, #641911 0%, #b4191f 100%);
  background-image: -moz- oldlinear-gradient(bottom, #641911 0%, #b4191f 100%);
  background-image: linear-gradient(0deg, #641911 0%, #b4191f 100%);
}

.foot p {
  margin-bottom: 0.4rem;
}

.foot p:last-child {
  margin-bottom: 0;
}

body {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  overflow-y: auto;
  background-color: #3c0e09;
}

.layout {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout1 {
  width: 100%;
  height: 100%;
}

.layout1 .banner {
  width: 10rem;
  height: 1.466667rem;
}

.layout1 .banner img {
  width: 100%;
  height: 100%;
}

.layout1 .focus {
  position: relative;
  width: 100%;
  height: -moz-calc(100% - 1.466667rem);
  height: calc(100% - 1.466667rem);
}

.layout1 .focus .focus-img {
  position: relative;
  width: 10rem;
  height: 5.666667rem;
  z-index: 1;
  overflow: hidden;
}

.layout1 .focus .focus-img img {
  width: 100%;
  height: auto;
}

.layout1 .focus:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.466667rem;
  width: 10rem;
  height: 9.466667rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(180,25,31,0)), color-stop(7%, rgba(180,25,31,0.46)), color-stop(8%, rgba(180,25,31,0.53)), color-stop(16%, #b4191f), to(#3c0e09));
  background: -webkit-linear-gradient(top, rgba(180,25,31,0) 0%, rgba(180,25,31,0.46) 7%, rgba(180,25,31,0.53) 8%, #b4191f 16%, #3c0e09 100%);
  background: -moz- oldlinear-gradient(top, rgba(180,25,31,0) 0%, rgba(180,25,31,0.46) 7%, rgba(180,25,31,0.53) 8%, #b4191f 16%, #3c0e09 100%);
  background: linear-gradient(to bottom, rgba(180,25,31,0) 0%, rgba(180,25,31,0.46) 7%, rgba(180,25,31,0.53) 8%, #b4191f 16%, #3c0e09 100%);
  z-index: 2;
}

.layout1 .focus .focus-list {
  position: relative;
  margin-top: 0.4rem;
  padding: 0 0.48rem;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout1 .focus .focus-list li {
  float: left;
  width: 4.266667rem;
  min-height: 4.4rem;
  padding: 0.2rem 0.333333rem;
  -webkit-border-radius: 0.106667rem;
  -moz-border-radius: 0.106667rem;
  border-radius: 0.106667rem;
  border: 0.026667rem solid rgba(255,255,255,0.6);
  background-color: rgba(255,255,255,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout1 .focus .focus-list li:last-child {
  float: right;
}

.layout1 .focus .focus-list li span {
  position: relative;
  line-height: 0.6rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #ecd26b;
}

.layout1 .focus .focus-list li span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.133333rem;
  width: 0.4rem;
  height: 0.04rem;
  background-color: #fff;
}

.layout1 .focus .focus-list li h2 {
  margin-top: 0.4rem;
  line-height: 0.693333rem;
  font-size: 0.453333rem;
  font-weight: bold;
  color: #fff;
}

.layout1 .focus .focus-record {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0.48rem;
  margin-top: 1.066667rem;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout1 .focus .focus-record .focus-date {
  width: 2.466667rem;
  text-align: center;
  color: #fff;
}

.layout1 .focus .focus-record .focus-date .time {
  padding-bottom: 0.2rem;
  font-size: 0.32rem;
  color: #fff;
}

.layout1 .focus .focus-record .focus-date .time .day {
  font-size: 0.986667rem;
  font-weight: bold;
  color: #e5111a;
}

.layout1 .focus .focus-record .focus-date .month {
  position: relative;
  padding-top: 0.266667rem;
  font-size: 0.32rem;
  color: #fff;
}

.layout1 .focus .focus-record .focus-date .month:before {
  content: "";
  position: absolute;
  left: 15%;
  top: 0;
  width: 70%;
  height: 0.026667rem;
  background-color: #fff;
}

.layout1 .focus .focus-record .focus-logo {
  width: 0.426667rem;
  height: 1.28rem;
  margin-right: 0.2rem;
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/icon-jcyl.png");
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}

.layout1 .focus .focus-record .focus-txt {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.333333rem 1rem 0 0.733333rem;
  line-height: 0.56rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #fde78e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout1 .focus .focus-record .focus-txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.333333rem;
  width: 0.36rem;
  height: 0.306667rem;
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/icon-quotes-l.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}

.layout1 .focus .focus-record .focus-txt:after {
  content: "";
  position: absolute;
  right: 0.64rem;
  bottom: 0.2rem;
  width: 0.36rem;
  height: 0.306667rem;
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/icon-quotes-r.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}

.layout1 .next {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.333333rem;
  font-size: 0.32rem;
  color: #831516;
  text-align: center;
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.layout1 .next img,
.layout1 .next span {
  display: block;
  margin: 0.266667rem auto;
}

.layout1 .next img {
  width: 0.48rem;
  height: auto;
}

.layout2 {
  margin-top: 0.4rem;
}

.layout2 .calendar {
  margin: 0.453333rem auto;
  width: 10rem;
}

[data-dpr="1"] .layout2 .calendar {
  height: 668px;
}

[data-dpr="2"] .layout2 .calendar {
  height: 1336px;
}

[data-dpr="3"] .layout2 .calendar {
  height: 2004px;
}

.layout2 .calendar iframe {
  width: 100%;
  height: 100%;
}

.layout3 {
  margin-top: 0.933333rem;
}

.layout3 .scroll {
  position: relative;
  margin: 0.666667rem auto;
}

.layout3 .scroll .swiper-slide {
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout3 .scroll .swiper-slide .slide-cont {
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  overflow: hidden;
  background-color: #b2191f;
}

.layout3 .scroll .swiper-slide .slide-cont .scroll-img {
  position: relative;
  width: 100%;
  height: auto;
}

.layout3 .scroll .swiper-slide .slide-cont .scroll-img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.layout3 .scroll .swiper-slide .slide-cont .scroll-img:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(178,25,31,0)), to(#b2191f));
  background: -webkit-linear-gradient(top, rgba(178,25,31,0) 0%, #b2191f 100%);
  background: -moz- oldlinear-gradient(top, rgba(178,25,31,0) 0%, #b2191f 100%);
  background: linear-gradient(to bottom, rgba(178,25,31,0) 0%, #b2191f 100%);
  z-index: 2;
  content: "";
}

.layout3 .scroll .swiper-slide .slide-cont .scroll-txt {
  padding: 0.266667rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  height: 2.213333rem;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout3 .tab {
  margin-top: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout3 .tab .tab-name {
  margin: 0.453333rem auto;
  font-size: 0.4rem;
  line-height: 0.64rem;
  text-align: center;
}

.layout3 .tab .tab-name a {
  display: inline-block;
  margin-right: 0.2rem;
  text-align: center;
  color: #7e3129;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.layout3 .tab .tab-name a.active {
  font-weight: bold;
  color: #ecd26b;
}

.layout3 .tab .tab-name a:last-child {
  margin-right: 0;
}

.layout3 .tab .tab-cont {
  margin-top: 0.4rem;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout3 .tab .tab-cont .swiper-slide .slide-cont {
  padding: 0.4rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #2c0804;
}

.layout4 {
  margin-top: 1.066667rem;
  padding: 0 0.4rem;
}

.layout4 .comment {
  margin-top: 0.666667rem;
  padding: 0.4rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #2c0804;
}

.layout5 {
  margin-top: 1.066667rem;
}

.layout5 .sightPoint {
  position: relative;
  margin-top: 0.666667rem;
}

.layout5 .sightPoint .slide-cont {
  position: relative;
  padding: 0.24rem;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -moz-transition: transform 0.8s, -moz-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.layout5 .sightPoint .slide-cont i.play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.066667rem;
  height: 1.066667rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/icon-play.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  z-index: 5;
}

.layout5 .sightPoint .slide-cont .sightPoint-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.layout5 .sightPoint .slide-cont .sightPoint-img img {
  width: 100%;
  height: auto;
}

.layout5 .sightPoint .slide-cont .sightPoint-txt {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  font-weight: bold;
  color: #fff;
  z-index: 3;
}

.layout5 .sightPoint .slide-cont:after {
  position: absolute;
  left: 0;
  bottom: -0.013333rem;
  right: 0;
  width: 100%;
  height: 1.333333rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(23%, rgba(0,0,0,0.51)), color-stop(72%, rgba(0,0,0,0.82)), to(rgba(0,0,0,0.82)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 23%, rgba(0,0,0,0.82) 72%, rgba(0,0,0,0.82) 100%);
  background: -moz- oldlinear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 23%, rgba(0,0,0,0.82) 72%, rgba(0,0,0,0.82) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 23%, rgba(0,0,0,0.82) 72%, rgba(0,0,0,0.82) 100%);
  z-index: 2;
  content: "";
}

.layout5 .sightPoint .swiper-slide-active .slide-cont {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.layout6 {
  margin-top: 1.6rem;
  padding: 0 0.4rem;
}

.layout6 .report {
  margin-top: 0.666667rem;
  padding: 0.4rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #2c0804;
}

.layout7 {
  margin-top: 1.066667rem;
  padding: 0 0.4rem;
}

.layout7 .diplomacy {
  margin-top: 0.666667rem;
  padding: 0.4rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #2c0804;
}

.layout8 {
  margin-top: 1.066667rem;
  padding: 0 0.266667rem;
}

.layout8 .selfStudy {
  position: relative;
  margin-top: 0.666667rem;
}

.layout8 .selfStudy .slide-cont {
  position: relative;
  padding: 0 0.133333rem;
}

.layout8 .selfStudy .slide-cont .selfStudy-img {
  position: relative;
  width: 100%;
  height: auto;
}

.layout8 .selfStudy .slide-cont .selfStudy-img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.layout8 .selfStudy .slide-cont .selfStudy-img i.play {
  position: absolute;
  left: 0.133333rem;
  bottom: 0.133333rem;
  width: 0.76rem;
  height: 0.8rem;
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/icon-play2.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  z-index: 5;
}

.layout8 .selfStudy .slide-cont .selfStudy-txt {
  padding: 0.133333rem;
  font-size: 0.32rem;
  line-height: 0.506667rem;
  height: 1.786667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  background-color: #e5e5e5;
  z-index: 3;
}

.layout9 {
  margin-top: 1.6rem;
  padding: 0 0.4rem;
}

.layout9 .goldenFrame {
  position: relative;
  margin-top: 0.666667rem;
}

.layout9 .goldenFrame .goldenFrame-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.layout9 .goldenFrame .goldenFrame-img img {
  width: 100%;
  height: auto;
}

.layout9 .goldenFrame .goldenFrame-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.133333rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  background-color: rgba(45,0,0,0.6);
  z-index: 3;
}

.layout10 {
  margin-top: 1.6rem;
}

.layout10 .tab .tab-name {
  line-height: 0.64rem;
  font-size: 0.48rem;
  text-align: center;
  font-weight: bold;
  color: #d2a39e;
}

.layout10 .tab .tab-name a {
  position: relative;
  padding: 0 0.133333rem;
  color: #d2a39e;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.layout10 .tab .tab-name a.active {
  color: #fff;
}

.layout10 .tab .tab-name a.active:after {
  position: absolute;
  left: 50%;
  bottom: -0.266667rem;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 1.96rem;
  background-color: #cb0000;
  content: "";
}

[data-dpr="1"] .layout10 .tab .tab-name a.active:after {
  height: 2.5px;
}

[data-dpr="2"] .layout10 .tab .tab-name a.active:after {
  height: 5px;
}

[data-dpr="3"] .layout10 .tab .tab-name a.active:after {
  height: 7.5px;
}

.layout10 .tab .tab-cont {
  margin-top: 0.666667rem;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout10 .tab .tab-cont .focus {
  position: relative;
  width: 100%;
  height: auto;
}

.layout10 .tab .tab-cont .focus img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.layout10 .tab .tab-cont .focus h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.133333rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  z-index: 3;
}

.layout10 .tab .tab-cont .list {
  margin-top: 0.4rem;
  padding: 0.4rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #2c0804;
}

.layout10 .tab .tab-cont .more {
  display: block;
  margin: 0.133333rem auto;
  padding: 0.133333rem 0.4rem;
  font-size: 0.373333rem;
  line-height: 0.56rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #2c0804;
  color: #fff;
}

.layout10 .tab .tab-cont .more a {
  color: #fff;
}

.layout11 {
  margin-top: 1.066667rem;
}

.layout11 .jpst {
  margin-top: 0.666667rem;
}

.layout11 .jpst ul {
  width: 9.333333rem;
  margin: 0 auto;
}

.layout11 .jpst li {
  float: left;
  position: relative;
  margin-right: 0.266667rem;
  margin-bottom: 0.4rem;
  width: 4.533333rem;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  border-radius: 0.16rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.layout11 .jpst li:nth-child(even) {
  margin-right: 0;
}

.layout11 .jpst li i.play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/icon-play.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  z-index: 5;
}

.layout11 .jpst li .jpst-img {
  position: relative;
  width: 100%;
  height: auto;
}

.layout11 .jpst li .jpst-img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.layout11 .jpst li .jpst-img:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: -moz- oldlinear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  z-index: 2;
  content: "";
}

.layout11 .jpst li .jpst-txt {
  padding: 0.266667rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  color: #404040;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout12 {
  margin-top: 1.066667rem;
}

.layout12 .list {
  margin-top: 0.666667rem;
}

.layout12 .list ul {
  width: 9.2rem;
  margin: 0 auto;
}

.layout12 .list li {
  float: left;
  width: 2.8rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.layout12 .list li:nth-child(3n) {
  margin-right: 0;
}

.layout12 .list li img {
  width: 100%;
  height: auto;
}

.layout13 {
  margin-top: 1.066667rem;
  padding: 0 0.4rem;
}

.layout13 .special {
  position: relative;
  margin-top: 0.666667rem;
}

.layout13 .special .special-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.layout13 .special .special-img img {
  width: 100%;
  height: auto;
}

.layout13 .special .special-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.133333rem;
  font-size: 0.4rem;
  line-height: 0.56rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  background-color: rgba(45,0,0,0.6);
  z-index: 3;
}

.layout13 .qrcode {
  margin-top: 1.066667rem;
  margin-bottom: 0.533333rem;
  padding: 0.4rem 0.4rem 0 0.4rem;
  background-image: url("//www.xinhuanet.com/politics/xxjxs/20191216/mobile/images/special.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout13 .qrcode li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 0.4rem;
  text-align: center;
}

.layout13 .qrcode li:nth-child(3n) {
  margin-right: 0;
}

.layout13 .qrcode li:nth-child(4) {
  clear: left;
}

.layout13 .qrcode li .qrcode-img {
  width: 100%;
  height: auto;
}

.layout13 .qrcode li .qrcode-img img {
  width: 100%;
  height: auto;
}

.layout13 .qrcode li .qrcode-txt {
  padding: 0.133333rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #fff;
}
