@charset "UTF-8";
/**
*
@Author: MiniHui
@Date: Sun Sep 29 2019 09:53:50 GMT+0800 (GMT+08:00)
*
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  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: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

@-webkit-keyframes mouseBreath {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes mouseBreath {
  0% {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes mouseBreath {
  0% {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.main {
  position: relative;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 30px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/bg.jpg") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
          background-size: 100% 100%;
}

.main:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50%;
  height: 309px;
  width: 100%;
  content: '';
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/bg-top.png") center 0 no-repeat;
  z-index: 1;
}

.main .main-cont {
  position: relative;
  margin: 0 auto;
  padding-top: 76px;
  width: 1200px;
  z-index: 5;
}

.main .main-cont .top .logo {
  display: block;
  float: left;
  margin-left: 113px;
  margin-top: -14px;
  height: 112px;
  width: 160px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/logo.png") center center no-repeat;
}

.main .main-cont .top .top-center {
  display: block;
  float: left;
  height: 86px;
  width: 585px;
  margin-left: 36px;
}

.main .main-cont .top .top-center .topic {
  display: block;
  height: 58px;
  width: 585px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/topic.png") center center no-repeat;
}

.main .main-cont .top .top-center .enter {
  display: block;
  margin: 15px auto 0;
  height: 26px;
  width: 300px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/enter.png") center center no-repeat;
  -webkit-animation: mouseBreath 1s linear 0s infinite alternate;
     -moz-animation: mouseBreath 1s linear 0s infinite alternate;
          animation: mouseBreath 1s linear 0s infinite alternate;
}

.main .main-cont .top .top-center .enter1 {
  display: block;
  float: left;
  margin-top: 15px;
  margin-left: 180px;
  margin-right: 20px;
  height: 24px;
  width: 105px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/enter1.png") center center no-repeat;
  -webkit-animation: mouseBreath 1s linear 0s infinite alternate;
     -moz-animation: mouseBreath 1s linear 0s infinite alternate;
          animation: mouseBreath 1s linear 0s infinite alternate;
}

.main .main-cont .top .top-center .enter2 {
  display: block;
  float: left;
  margin-top: 15px;
  height: 24px;
  width: 105px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/enter2.png") center center no-repeat;
  -webkit-animation: mouseBreath 1s linear 0s infinite alternate;
     -moz-animation: mouseBreath 1s linear 0s infinite alternate;
          animation: mouseBreath 1s linear 0s infinite alternate;
}

.main .main-cont .top .xh {
  display: block;
  float: right;
  height: 64px;
  width: 103px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/xh.png") center center no-repeat;
}

.main .main-cont .topNews {
  margin: 40px auto 0;
  text-align: center;
}

.main .main-cont .topNews h1 {
  line-height: 50px;
  font-size: 44px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #f31f27;
}

.main .main-cont .topNews h1 a {
  color: #f31f27;
}

.main .main-cont .topNews p {
  line-height: 38px;
  font-size: 20px;
  color: #f31f27;
  font-weight: 600;
}

.main .main-cont .topNews p a {
  color: #f31f27;
}

.main .main-cont .focus {
  position: relative;
  margin-top: 20px;
}

.main .main-cont .focus .layer {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.main .main-cont .focus .layer .close {
  position: absolute;
  right: -32px;
  top: 0;
  height: 32px;
  width: 32px;
  background: url(../images/icon-close.png) center center no-repeat;
  cursor: pointer;
}

.main .main-cont .focus .swiper-container {
  position: relative;
  height: 676px;
  width: 1200px;
}

.main .main-cont .focus .swiper-slide {
  position: relative;
  height: 676px;
  width: 1200px;
}

.main .main-cont .focus .slide-img {
  position: relative;
  height: 676px;
  width: 1200px;
}

.main .main-cont .focus .slide-img img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main .main-cont .focus .slide-img .icon-play {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 78px;
  width: 87px;
  height: 87px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/icon-play.png") 0 0 no-repeat;
  z-index: 10;
}

.main .main-cont .focus .slide-tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  width: 1200px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  z-index: 10;
}

.main .main-cont .focus .slide-tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(39%, rgba(0, 0, 0, 0.37)), color-stop(68%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 39%, rgba(0, 0, 0, 0.65) 68%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 39%, rgba(0, 0, 0, 0.65) 68%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 39%, rgba(0, 0, 0, 0.65) 68%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  z-index: 1;
}

.main .main-cont .focus .slide-tit a {
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 68px;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  color: #fff;
  z-index: 3;
}

.main .main-cont .focus .swiper-button-next,
.main .main-cont .focus .swiper-button-prev {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  width: 32px;
  height: 55px;
  z-index: 10;
  cursor: pointer;
}

.main .main-cont .focus .swiper-button-next {
  right: 10px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/icon-right.png") center center no-repeat;
}

.main .main-cont .focus .swiper-button-prev {
  left: 10px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/icon-left.png") center center no-repeat;
}

.main .main-cont .focus .pagination {
  width: auto;
  z-index: 10;
  bottom: 22px;
  right: 10px;
  left: auto;
  text-align: right;
  position: absolute;
}

.main .main-cont .focus .swiper-pagination-switch {
  background: #fff;
  opacity: 1;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.main .main-cont .focus .swiper-active-switch {
  background: #ff9600;
}

.main .main-cont .scroll {
  position: relative;
  width: 1200px;
  height: 200px;
  margin-top: 23px;
  overflow: hidden;
}

.main .main-cont .scroll .swiper-button-prev,
.main .main-cont .scroll .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 15px;
  height: 34px;
  cursor: pointer;
}

.main .main-cont .scroll .swiper-button-prev {
  left: 0;
  background: url(../images/icon-left-w.png) center center no-repeat;
}

.main .main-cont .scroll .swiper-button-next {
  right: 0;
  background: url(../images/icon-right-w.png) center center no-repeat;
}

.main .main-cont .scroll .swiper-container {
  width: 1132px;
  height: 200px;
}

.main .main-cont .scroll .slide-img {
  width: 280px;
  height: 157px;
  overflow: hidden;
}

.main .main-cont .scroll .slide-img img {
  width: 100%;
  height: 100%;
}

.main .main-cont .scroll .slide-tit {
  line-height: 42px;
  width: 280px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  background: #aa181e;
  color: #fff;
}

.main .main-cont .scroll .slide-tit a {
  color: #fff;
}

.main .main-cont .list {
  margin: 30px auto 0;
}

.main .main-cont .list ul {
  width: 48%;
  margin-top: 15px;
}

.main .main-cont .list ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
  color: #3a2621;
}

.main .main-cont .list ul li a {
  color: #3a2621;
}

.main .main-cont .list ul li a .sp {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  height: 22px;
  width: 24px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/icon-video.png") 0 0 no-repeat;
}

.main .main-cont .list ul li a .tp {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  height: 21px;
  width: 21px;
  background: url("//www.xinhuanet.com/politics/70zn/homepage2/images/icon-pic.png") 0 0 no-repeat;
}

.main .main-cont .list ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.main .main-cont .list ul li.point {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #f31f27;
}

.main .main-cont .list ul li.point a {
  color: #f31f27;
}

/*# sourceMappingURL=maps/index.css.map */
