<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * @Author: Minihui 
 * @Date: 2017-09-11 16:37:35 
 * @Last Modified by: Andy
 * @Last Modified time: 2018-02-26 16:18:13
 */
body {
  min-width: 1200px;
  width: 100%;
}

.page {
  overflow: hidden;
}

.gmad {
  width: 210px;
  height: 70px;
  float: right;
  overflow: hidden;
  margin-left: 20px;
  padding-left: 10px;
  margin-top: 15px;
}

.tit1014 .gmad a:before {
  background: none;
}

.tit1014 .tlad a:before {
  background: none;
}

.XYYHlogo {
  width: 115px;
  height: 57px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/logo-xingye.png") center top no-repeat;
  position: absolute;
  left: 0;
  top: 178px;
  z-index: 3;
}

.poster-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10000;
  background: #3580ce;
}

.poster-container::before {
  content: ' ';
  position: absolute;
  z-index: 10;
  margin-left: 50%;
  left: -600px;
  top: 30px;
  width: 100px;
  height: 100px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/poster-logo-home.png") no-repeat center center;
  background-size: contain;
}

.poster-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/poster-bg.jpg") no-repeat;
  background-size: 100% 100%;
  transform: scale(1);
  animation-name: poster-bg;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

@keyframes poster-bg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.poster-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -3%;
  top: 0;
  left: 0;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/poster-slogon-bg.png") no-repeat center center;
  background-size: 33% auto;
}

.poster-slogon {
  position: absolute;
  width: 26%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/poster-slogon.png") no-repeat center center;
  background-size: 100% auto;
  perspective: 300px;
  transform: scale(1);
  animation-name: slogon;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
}

@keyframes slogon {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  70% {
    opacity: 0.7;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.poster-content::after {
  content: ' ';
  position: absolute;
  width: 58%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/poster-silk.png") no-repeat center center;
  background-size: 100%;
  animation-name: silk;
  animation-fill-mode: both;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  perspective: 300px;
}

@keyframes silk {
  0% {
    opacity: 0;
    transform: rotateY(35deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

.banner {
  width: 100%;
  height: 540px;
  background: url("http://www.ln.xinhuanet.com/prds/images/prs3.jpg") center top no-repeat;
  position: relative;
  min-width: 1200px;
}

.banner .topic {
  width: 100%;
  height: 100%;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/topic.png") center top no-repeat;
  position: relative;
  z-index: 3;
}

.banner .XYYHlogo {
  width: 115px;
  height: 88px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/logo-yl.png") center top no-repeat;
  position: absolute;
  left: 50%;
  top: 83px;
  z-index: 3;
  margin-left: 520px;
  cursor: default;
}

.banner .logo {
  width: 105px;
  height: 70px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/logo.png") center top no-repeat;
  position: absolute;
  left: 50%;
  top: 88px;
  z-index: 5;
  margin-left: 405px;
}

.banner .cloud {
  width: 100%;
  height: 364px;
  position: absolute;
  bottom: -16px;
  z-index: 2;
}

.banner .cloud span {
  width: 6804px;
  height: 364px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1701px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/cloud.png") center top repeat-x;
  animation-name: l2r;
  animation-duration: 250s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.banner .nav {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/nav.png") center top no-repeat;
}

@keyframes l2r {
  from {
    margin-left: -1701px;
  }
  to {
    margin-left: -5103px;
  }
}

@keyframes breath {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}

.row-nav {
  width: 100%;
  height: 72px;
  background: #b21415;
  background: linear-gradient(to right, #b21415 0%, #eb100e 100%);
  overflow: visible;
}

.row-nav {
  z-index: 99;
  position: relative;
}

.row-nav .col-2 {
  margin-left: -22px;
}

.row-nav .col-10 {
  margin-left: -50px;
}

.row-nav ul {
  float: left;
  width: 120%;
}

.row-nav li {
  line-height: 72px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.row-nav li:before {
  content: "/";
  position: absolute;
  color: #fff;
  left: -4px;
  top: 0;
}

.row-nav li:first-child:before {
  display: none;
}

.row-nav li a {
  position: relative;
  z-index: 3;
}

.row-nav li:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.4;
  left: 0;
  top: 0;
  transform: skewX(160deg);
  display: none;
  z-index: 0;
}

.row-nav li:hover:after {
  display: block;
  display: none\0;
}

.sub {
  position: absolute;
  left: -13px;
  width: 90px;
  transition: all 0.5s;
  overflow: hidden;
  height: 0px;
  background: #b21415;
  background: linear-gradient(to top, #b21415 0%, #eb100e 100%);
}

.sub a {
  display: block;
  text-align: center;
}

.sub a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.language-more {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-down-white.png") no-repeat right 34px;
  position: relative;
}

.language-more:hover .sub {
  height: 300px;
  padding: 15px 0;
}

.cover {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ccc;
}

.cover .full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cover .hall .bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.cover .hall .bg img {
  height: 100%;
}

.cover .hall .bg img {
  display: block;
  width: 100%;
}

.cover .hall .circle .item {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  position: absolute;
}

.cover .hall .greathall {
  position: absolute;
  top: 20px;
  height: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  animation-delay: 2s;
  animation-duration: 2s;
}

.cover .hall .greathall img {
  height: 100%;
}

.cover .hall .silk {
  position: absolute;
  top: 0;
  height: 29.5%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.cover .hall .silk img {
  height: 100%;
}

.cover .hall .silk img {
  display: block;
  width: 100%;
}

.cover .hall .silk img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cover .main-bg .bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.cover .main-bg .bg img {
  height: 100%;
}

.cover .main-bg .bg img {
  display: block;
  width: 100%;
}

.cover .main-bg .star {
  position: absolute;
  top: 0;
  height: 38%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.cover .main-bg .star img {
  height: 100%;
}

.cover .main-bg .star img {
  display: block;
  width: 100%;
}

.cover .main-bg .wall {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.cover .main-bg .wall img {
  height: 100%;
}

.cover .main-bg .wall img {
  display: block;
  min-width: 120%;
}

.cover .content .logo {
  position: absolute;
  top: 18.52%;
  height: 15.74%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  animation-duration: 5s;
}

.cover .content .logo img {
  height: 100%;
}

.cover .content .text-welcome {
  position: absolute;
  top: 37.96%;
  height: 4.63%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  animation-delay: 4s;
}

.cover .content .text-welcome img {
  height: 100%;
}

.cover .content .text-slogon {
  position: absolute;
  top: 46.3%;
  height: 11.11%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.cover .content .text-slogon img {
  height: 100%;
}

.cover .content .text-slogon img {
  margin-left: 5px;
  margin-right: 5px;
  animation-duration: 3s;
}

.cover .content .text-slogon .index-4 {
  margin-right: 30px;
}

.cover .content .text-slogon .index-5 {
  margin-left: 30px;
}

.cover .content .text-info-date {
  position: absolute;
  top: 62.41%;
  height: 3%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  animation-delay: 4s;
}

.cover .content .text-info-date img {
  height: 100%;
}

.cover .content .text-info-subtract {
  position: absolute;
  top: 68%;
  height: 5.56%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  animation-delay: 4s;
}

.cover .content .text-info-subtract img {
  height: 100%;
}

.cover .content .slide-btn {
  position: absolute;
  top: 80%;
  height: 4.07%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  animation-delay: 5s;
  animation-direction: alternate;
  animation-duration: 1s;
  cursor: pointer;
}

.cover .content .slide-btn img {
  height: 100%;
}

.list-txt-lg {
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

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

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

.list-txt-lg li {
  position: relative;
}

.list-txt-lg li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bf0009;
  position: absolute;
  left: 0;
  top: 12px;
}

.list-txt-sm li {
  position: relative;
}

.list-txt-sm li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bf0009;
  position: absolute;
  left: 0;
  top: 11px;
}

.col-title {
  position: relative;
  z-index: 5;
  display: block;
}

.col-title:before {
  content: "";
  width: 10px;
  height: 22px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/red-separate.png");
  position: absolute;
  left: 0;
  top: 0;
}

.col-title:after {
  content: "";
  width: 70%;
  height: 10px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/border-grey.png");
  top: 5px;
  right: 0;
  display: block;
  position: absolute;
  background-repeat: repeat-x;
}

.row-topnews h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
}

.lh-xl + .hots {
  padding-bottom: 26px;
  font-size: 18px;
  line-height: 34px;
}

.lh-xl + .hots a {
  color: #bf0009;
}

.dt1014 .container {
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 24px #d6d6d6;
  box-sizing: content-box;
  height: 500px;
  overflow: hidden;
}

.dt1014-swiperbox {
  position: relative;
  float: left;
  height: 500px;
  padding: 0;
}

.dt1014-swiper {
  cursor: pointer;
}

.dt1014-swiper,
.dt1014-swiper .swiper-wrapper,
.dt1014-swiper .swiper-slide {
  height: 100%;
}

.dt1014-swiper a,
.dt1014-swiper img {
  display: block;
  width: 100%;
  height: 100%;
}

.video1014-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  display: none;
}

.video1014 {
  display: block;
  width: 100%;
  height: 100%;
}

.video1014-close {
  position: absolute;
  top: -1px;
  right: -33px;
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("http://www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png");
  cursor: pointer;
}

.dt1014-tits {
  position: absolute;
  left: -38px;
  bottom: 35px;
  z-index: 10;
  box-sizing: border-box;
  width: 801px;
  height: 73px;
  line-height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_dt_tit_bg.png");
  font-size: 0;
}

.dt1014-tits a {
  display: none;
  position: absolute;
  padding-top: 24px;
  text-indent: 108px;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}

.dt1014-tits a:first-child {
  display: inherit;
}

.dt1014-arrow {
  position: absolute;
  bottom: 64px;
  right: 17px;
  z-index: 20;
  width: 64px;
  text-align: center;
  font-size: 0;
}

.dt1014-arr {
  position: absolute;
  top: 2px;
  width: 8px;
  height: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dt1014-left {
  left: 0;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_arr_left.png");
}

.dt1014-right {
  right: 0;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_arr_right.png");
}

.dt1014-num {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.dt1014-picbox {
  float: right;
  width: 390px;
  padding: 0;
}

.dt1014-picbox a,
.dt1014-picbox img,
.dt1014-picbox span {
  display: block;
  width: 100%;
}

.dt1014-picbox a,
.dt1014-picbox img {
  position: relative;
  height: 100%;
}

.dt1014-picbox span {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 14px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  font-size: 17px;
  line-height: 26px;
  color: #fff;
}

.dt1014-picbox a {
  height: 245px;
}

.dt1014-picbox a + a {
  margin-top: 10px;
}

.dt1014-tits {
  width: 800px;
  height: 60px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  left: 0;
  bottom: 0;
  padding: 26px 0 10px;
}

.dt1014-tits a {
  padding-top: 0;
  font-size: 18px;
  text-indent: 16px;
}

.dt1014-tits a:hover {
  color: #fff;
}

.dt1014-arrow {
  bottom: 16px;
}

.swiper-slide[data-v~=y] {
  position: relative;
}

.swiper-slide[data-v~=y]:before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 50px;
  z-index: 10;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("http://www.newsres.cn/bigbig201710101700/bundle/s1017_play2.png ");
}

.zone1014 {
  padding-bottom: 22px;
}

.zone1014-txt {
  float: left;
  padding: 0;
}

.zone1014-item + .zone1014-item {
  padding-top: 26px;
}

.zone1014-item .row {
  margin: 0;
}

.zone1014-tit {
  padding-bottom: 6px;
  height: 46px;
  overflow: hidden;
}

.zone1014-tit,
.zone1014-tit a {
  font-size: 30px;
  line-height: 40px;
  color: #bf0009;
  font-weight: bold;
}

.zone1014-tit a + a {
  margin-left: 4px;
}

.zone1014-sub {
  height: 40px;
  overflow: hidden;
}

.zone1014-sub,
.zone1014-sub a {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}

.zone1014-sub a + a {
  margin-left: 4px;
}

.zone1014-agend {
  float: right;
  width: 391px;
  height: 278px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_bg_agdent.png");
  overflow: hidden;
}

.zone1014-arrow {
  position: relative;
  width: 345px;
  height: 70px;
  margin: 0 auto;
}

.zone1014-arrow:before {
  content: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_bg_agdent_tit1.png");
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 10;
  display: block;
  width: 172px;
  height: 51px;
  overflow: hidden;
}

.zone1014-arr {
  position: absolute;
  top: 26px;
  z-index: 10;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.zone1014-left {
  right: 90px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_icon_agend_left.png");
}

.zone1014-right {
  right: 0;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_icon_agend_right.png");
}

.zone1014-day {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 2em;
  font-size: 40px;
  line-height: 100%;
  color: #e30303;
  text-align: center;
  font-weight: bold;
}

.zone1014-day:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}

.zone1014-swiper {
  width: 345px;
  height: 180px;
  margin: 0 auto;
}

.zone1014-swiper .swiper-wrapper,
.zone1014-swiper .swiper-slide,
.zone1014-swiper .zone1014-wrap {
  height: 100%;
}

.zone1014-wrap {
  height: 100%;
  overflow: hidden;
}

.zone1014-wrap a {
  font-size: 20px;
  line-height: 30px;
  color: #e30303;
  font-weight: bold;
}

.zone1014-agend-sub {
  padding-bottom: 16px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  font-weight: normal;
}

.tit1014 {
  position: relative;
  box-sizing: border-box;
  height: 44px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 18px;
  line-height: 44px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0;
}

.tit1014 a {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 100%;
  font-size: 24px;
  text-indent: -9999px;
  background-position: left center;
  background-repeat: no-repeat;
  color: transparent;
}

.tit1014 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e32626;
}

.b10k16, .b10k16-5 {
  display: inline-block;
  width: 56px;
  height: 18px;
  margin-right: 4px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("http://www.newsres.cn/bigbig201710101700/bundle/s1016_icon_fonts.png");
  vertical-align: middle;
}

.b10k16-5 {
  width: 74px;
  background-image: url("http://www.newsres.cn/bigbig201710101700/bundle/s1019_icon_font5.png");
}

/*zf add*/
/*红字a之间不留空*/
.zone1014-item .zone1014-tit a + a {
  margin-left: 0px;
}

/*zf end*/
.witness1014 {
  padding-bottom: 26px;
}

.witness1014 .tit1014 {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_tit_xczj.png");
}

.witness1014-swiper {
  height: 97px;
}

.witness1014-swiper .swiper-wrapper,
.witness1014-swiper .swiper-slide {
  height: 100%;
}

.witness1014-swiper .swiper-slide {
  box-sizing: border-box;
  width: 390px;
  padding: 12px 18px;
  margin-left: 14px;
  background-color: #f0f0f0;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  overflow: hidden;
}

.witness1014-swiper .swiper-slide:first-child {
  margin-left: 0;
}

.witness1014-swiper .swiper-slide &gt; a,
.witness1014-swiper .swiper-slide .witness1014-pic {
  float: right;
  display: block;
  width: 104px;
  height: 72px;
}

.witness1014-swiper .swiper-slide &gt; a img,
.witness1014-swiper .swiper-slide .witness1014-pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.witness1014-swiper .swiper-slide[data-status~=red] {
  background-color: inherit;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_bg_wintess.png");
  background-size: 100% 100%;
}

.witness1014-swiper .swiper-slide[data-status~=red] .witness1014-day {
  background-color: #fff;
  color: #e30303;
}

.witness1014-swiper .swiper-slide[data-status~=red] .witness1014-now {
  color: #f9f3c1;
}

.witness1014-swiper .swiper-slide[data-status~=red] .witness1014-text {
  color: #fff;
}

.witness1014-status {
  font-size: 0;
}

.witness1014-txt {
  float: left;
  width: 214px;
}

.witness1014-day {
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  margin-right: 10px;
  background-color: #e30303;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.witness1014-now {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #808080;
}

.witness1014-text {
  padding-top: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.witness1014 .xczj-links {
  display: inline-block;
  color: #e30303;
  margin-left: 20px;
}

.witness1014 .xczj-links a {
  text-indent: 0;
  position: static;
  width: auto;
  color: #e30303;
  font-size: 14px;
  margin-right: 0.5em;
  line-height: 1.6em;
  padding: 0 10px;
  border-radius: 1em;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.witness1014 .xczj-links a:hover {
  background: #efefef;
  border-color: #ddd;
}

.witness1014 .xczj-links a:before {
  content: none;
}

.qwxhs1014 {
  margin-bottom: -25px;
}

.sqfb1014,
.xhstg1014 {
  width: 49%;
  padding: 0;
}

.sqfb1014 .tit1014 {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_tit_sqfb.png");
}

.xhstg1014 {
  float: right;
}

.xhstg1014 .tit1014 {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/s1014_tit_xhstg.png");
}

.xhstg1014 .tit1014 a {
  width: 120px;
}

.list1014 {
  padding-top: -6px;
}

.list1014 li {
  position: relative;
  padding-left: 16px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.list1014 li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 4px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #e30303;
}

.list1014 a {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}

/*加按发稿时间排序*/
.fgsx_12 {
  float: left;
  font-size: 14px;
  margin-left: 30px;
  color: #999;
}

/*andy end*/
.row-matrix h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -390px;
  background-repeat: no-repeat;
  position: relative;
}

.row-matrix .products {
  text-align: center;
  float: left;
  position: relative;
  left: 50%;
}

.row-matrix .products li {
  float: left;
  position: relative;
  left: -50%;
  width: 64px;
  margin: 0 30px;
}

.row-matrix .products li div {
  height: 64px;
  line-height: 64px;
}

.row-matrix .products li div img {
  width: 100%;
  vertical-align: middle;
}

.row-matrix .products li span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 1.2;
}

.row-matrix .flip-container {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 20px;
  position: relative;
  height: 560px;
  background: #bf0009;
  box-shadow: 0 0 0 10px #bf0009;
}

.row-matrix .flip-container .flip-block {
  position: absolute;
  width: 33.3333%;
  height: 280px;
  transition: all 0.3s;
}

.row-matrix .flip-container .flip-block .flip-item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  width: 100%;
  height: 100%;
  transition: all 1.2s;
  z-index: 1;
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.row-matrix .flip-container .flip-block .flip-item.on {
  z-index: 5;
  opacity: 1;
  transform: scale(1, 1);
}

.row-matrix .flip-container .flip-block .flip-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.row-matrix .flip-container .flip-block .flip-item .btn {
  visibility: hidden;
  opacity: 0;
  content: '查看详情';
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 40px;
  background: #bf0009;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 10px 15px -8px #333, 0 0 0 3px #fff;
  transition: all 0.3s;
}

.row-matrix .flip-container .flip-block .flip-item .btn:hover {
  background: #8c0007;
}

.row-matrix .flip-container .flip-block .flip-item:hover .btn {
  visibility: visible;
  opacity: 0.8;
}

.row-matrix .flip-container .flip-block-2 {
  left: 66.6666%;
}

.row-matrix .flip-container .flip-block-3 {
  top: 280px;
}

.row-matrix .flip-container .flip-block-4 {
  left: 66.6666%;
  top: 280px;
}

.row-matrix .flip-container .flip-block-5 {
  left: 33.3333%;
  height: 186.666666667px;
}

.row-matrix .flip-container .flip-block-6 {
  left: 33.3333%;
  top: 373.333333333px;
  height: 186.666666667px;
}

.row-matrix .flip-container .flip-block-center {
  position: absolute;
  width: 33.3333%;
  height: 280px;
  transition: all 0.3s;
  left: 33.3333%;
  top: 186.666666667px;
  height: 186.666666667px;
}

.row-matrix .flip-container .flip-block-center .flip-item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.row-matrix .flip-container .flip-block-center .flip-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.row-matrix .arrow {
  position: absolute;
  top: 50%;
  margin-top: -69px;
  width: 48px;
  height: 136px;
  left: -80px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-l.png");
  cursor: pointer;
}

.row-matrix .arrow.arrow-right {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-l.png");
  left: auto;
  right: -80px;
}

.row-talking {
  margin-top: -10px;
}

.row-talking h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -290px;
  background-repeat: no-repeat;
  position: relative;
}

.talking-tabs a {
  width: 170px;
  display: inline-block;
  position: relative;
}

.talking-tabs a.active {
  background-color: #bf0009;
  color: #fff;
}

.talking-tabs a.active:before {
  content: "";
  width: 156px;
  height: 46px;
  position: absolute;
  left: 7px;
  top: -6px;
  border: 1px solid #bf0009;
}

.talking-cont {
  position: relative;
  width: 100%;
  height: 380px;
}

.talking-cont-item {
  position: absolute;
  width: 100%;
  height: 380px;
  visibility: hidden;
}

.talking-cont-item.on {
  visibility: visible;
}

.talking-show {
  width: 324px;
  height: 430px;
  position: absolute;
}

.talking-show img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.talking-show .swiper-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 0;
}

.talking-show .swiper-text h3, .talking-show .swiper-text h4, .talking-show .swiper-text p {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}

.talking-show .swiper-text h3 {
  line-height: 30px;
}

.talking-show .swiper-text h4 {
  line-height: 30px;
}

.talking-show .swiper-text p {
  display: block;
}

.talking-show .swiper-text:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.77) 42%, rgba(0, 0, 0, 0.77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c4000000',GradientType=0 );
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}

.talking-swiper {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.talking-swiper .swiper-container {
  width: 100%;
  height: 380px;
}

.talking-swiper .swiper-container img {
  width: 220px;
  height: 268px;
}

.talking-swiper .swiper-container h3 {
  height: 75px;
  overflow: hidden;
}

.talking-swiper .swiper-container h4 {
  height: 36px;
  overflow: hidden;
  font-weight: normal;
}

.talking-swiper .swiper-container p {
  height: 62px;
  overflow: hidden;
}

.talking-arrow-left {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-l.png") no-repeat left top;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -80px;
  width: 48px;
  height: 136px;
}

.talking-arrow-right {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-l.png") no-repeat right top;
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -80px;
  width: 48px;
  height: 136px;
}

.row-fiveyears h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -90px;
  background-repeat: no-repeat;
  position: relative;
}

.row-fiveyears h2 {
  background-position: 50% -90px;
}

.row-fiveyears .col-title:after {
  width: 55%;
}

.row-fiveyears .list-txt-sm li {
  overflow: hidden;
  height: 28px;
}

.list-txt-num li {
  border-bottom: 1px dotted #aaaaaa;
  position: relative;
}

.list-txt-num li:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #aaaaaa;
}

.list-txt-num li a {
  margin-left: 41px;
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  font-size: 16px;
}

.list-txt-num li:nth-child(1):before {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/icon-num.png");
  background-position: -2px 0;
  background-repeat: no-repeat;
}

.list-txt-num li:nth-child(2):before {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/icon-num.png");
  background-position: -42px 0;
  background-repeat: no-repeat;
}

.list-txt-num li:nth-child(3):before {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/icon-num.png");
  background-position: -82px 0;
  background-repeat: no-repeat;
}

.list-txt-num li:nth-child(4):before {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/icon-num.png");
  background-position: -122px 0;
  background-repeat: no-repeat;
}

.list-txt-num li:hover:before {
  background-color: #bf0009;
}

.list-txt-num li:hover a {
  color: #fff;
  background-color: #bf0009;
  font-weight: bold;
}

.impNews img {
  width: 120px;
  height: 90px;
}

.impNews p {
  max-height: 46px;
  overflow: hidden;
}

.power-swiper {
  width: 100%;
  height: 216px;
  margin-top: 28px;
  overflow: hidden;
}

.power-swiper .swiper-slide, .power-swiper img {
  position: relative;
  width: 100%;
  height: 100%;
}

.power-swiper .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  height: 8px;
  text-align: center;
}

.power-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}

.power-swiper .swiper-active-switch {
  background: #bf0009;
}

.power-swiper .swiper-text {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}

.power-swiper .swiper-text h3 {
  z-index: 2;
  position: relative;
}

.power-swiper .swiper-text:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.legal-box {
  width: 100%;
  height: 216px;
  border: 1px solid #bf0009;
  position: relative;
}

.legal-box .arrow-left {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-s.png") no-repeat left top;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 29px;
}

.legal-box .arrow-right {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-s.png") no-repeat right top;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 29px;
}

.legal-box p {
  max-height: 107px;
  overflow: hidden;
}

.legal-box h3 {
  height: 63px;
  overflow: hidden;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/chat-s.png") no-repeat 20px 25px;
  padding-left: 60px;
}

.legal-swiper {
  width: 100%;
  height: 100%;
}

.row-model h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -190px;
  background-repeat: no-repeat;
  position: relative;
}

.row-model .impNews p {
  height: 46px;
  overflow: hidden;
}

.row-model .list-txt-sm li {
  height: 28px;
  overflow: hidden;
}

.row-model .list-txt-sm li:before {
  display: none;
}

.model-list {
  margin-bottom: 40px;
}

.model-list .slimScrollBar {
  opacity: 1 !important;
}

.model-list .slimScrollRail {
  width: 1px !important;
  right: 2px !important;
}

.model-list li {
  margin-bottom: 20px;
  margin-top: 20px;
}

.model-list .list-pic {
  width: 80px;
  height: 80px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/chat-grey.png") no-repeat right center;
  background-size: 100%;
  background: none\0;
}

.model-list .list-pic span {
  width: 95%;
  height: 95%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.model-list .list-pic img {
  width: 100%;
  height: 100%;
}

.model-list .list-text {
  margin-left: 34px;
  height: 79px;
  height: 76px\0;
}

.model-list .list-text h3 {
  max-height: 76.7px;
  overflow: hidden;
}

.model-list li:hover .list-pic,
.model-list li.active .list-pic {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/chat-white.png");
  background: none\0;
}

.model-list li:hover .list-text,
.model-list li.active .list-text {
  background-color: #bf0009;
}

.model-list li:hover .list-text h3,
.model-list li.active .list-text h3 {
  color: #fff;
}

.model-list li:hover .list-text p,
.model-list li.active .list-text p {
  color: #fff;
}

.model-box {
  width: 1204px;
  height: 162px;
  position: relative;
}

.model-box .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.model-box .arrow-left,
.model-box .arrow-right {
  background: #bf0009 url() no-repeat center center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 60px;
  height: 40px;
  z-index: 3;
  border-radius: 30px;
}

.model-box .arrow-left {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-red.png");
  left: -30px;
}

.model-box .arrow-right {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-red.png");
  right: -30px;
}

.model-box .swiper-slide {
  position: relative;
}

.model-box .swiper-slide img {
  width: 236px;
  height: 162px;
}

.model-box .swiper-slide:hover .swiper-text {
  height: 62px;
}

.model-box .swiper-text {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  width: 236px;
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}

.model-box .swiper-text h3 {
  z-index: 2;
  position: relative;
}

.model-box .swiper-text:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.province li {
  width: 13.8%;
  margin-right: 2px;
  margin-bottom: 2px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  cursor: pointer;
  background-color: #d5d5d5;
}

.province .on {
  background-color: #bf0009;
  color: #fff;
}

.model-name {
  width: 96%;
  height: 230px;
  position: relative;
}

.model-name .on {
  background-color: #bf0009;
  display: block;
  color: #fff;
}

.model-name-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  line-height: 40px;
}

.model-name-item .slimScrollDiv {
  overflow: visible !important;
}

.model-name-item .slimScrollBar {
  width: 5px !important;
  opacity: 1 !important;
  right: -12px !important;
}

.model-title {
  color: #d70016;
  font-size: 28px;
  line-height: 30px;
}

.model-form .model-form-keyword {
  float: left;
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  line-height: 32px;
  font-size: 14px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 0.5em;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/icon-search-gray.png") no-repeat right center;
  transition: border-color 0.3s;
}

.model-form .model-form-keyword:hover {
  border-color: #999;
}

.model-form .jump {
  font-size: 12px;
  float: right;
  line-height: 3;
  text-decoration: underline;
  color: #D70016;
}

.model-name-list {
  font-size: 14px;
  line-height: 2;
}

.model-name-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 0 0.5em;
  border-left: 3px solid #eee;
  color: #444;
}

.xselect {
  border: 1px solid #ddd;
  font-size: 14px;
  height: 30px;
  width: 210px;
  line-height: 30px;
  padding: 0 10px;
  float: right;
  position: relative;
  z-index: 100;
  transition: border-color 0.3s;
}

.xselect:hover {
  border-color: #999;
}

.xselect.dropdown .xselect-input:after {
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-top.png");
}

.xselect.dropdown .xselect-list {
  display: block;
}

.xselect .xselect-input {
  color: #999;
  cursor: pointer;
  height: 100%;
  font-size: 12px;
  overflow: hidden;
}

.xselect .xselect-input:after {
  content: ' ';
  color: #fff;
  text-align: center;
  position: absolute;
  right: 4px;
  top: 3px;
  height: 22px;
  width: 22px;
  background: #d70016 url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-bottom.png") no-repeat center center;
  background-size: 60% auto;
}

.xselect .xselect-list {
  position: absolute;
  right: 0;
  top: 39px;
  background: #fff;
  width: 586px;
  height: 451px;
  border: 1px solid #ddd;
  overflow: auto;
  display: none;
  box-shadow: -10px 10px 30px #ddd;
}

.xselect .xselect-list li {
  float: left;
  text-align: center;
  cursor: pointer;
  margin: 10px;
  padding: 0 10px;
  background: #f5f5f5;
  border-radius: 20px;
}

.xselect .xselect-list li.active, .xselect .xselect-list li:hover {
  background: #ccc;
}

.rsbd-box {
  width: 1200px;
}

.rsbd-box .tab_rs {
  width: 1200px;
  overflow: hidden;
  position: relative;
}

.rsbd-box .tab_rs .tabrs_menu {
  width: 245px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #d10518;
}

.rsbd-box .tab_rs .tabrs_menu .selected {
  background-color: #fc9d36;
  cursor: pointer;
}

.rsbd-box .tab_rs .tabrs_menu li {
  width: 245px;
  height: 45px;
  line-height: 46px;
  border-bottom: 0px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #d10518;
}

.rsbd-box .tab_rs .tabrs_menu li + li {
  margin-top: 2px;
}

.rsbd-box .tab_rs .tabrs_box {
  float: right;
  width: 950px;
  height: auto;
  position: relative;
  background: #f6f6f6;
  overflow: hidden;
  padding: 20px 0 20px 0;
  min-height: 374px;
}

.rsbd-box .tab_rs .tabrs_box &gt; div:first-child + div {
  /* 仅针对全国人大 */
}

.rsbd-box .tab_rs .tabrs_box &gt; div:first-child + div .box02-left {
  padding-left: 10px;
}

.rsbd-box .tab_rs .tabrs_box &gt; div:first-child + div .box01-right {
  box-sizing: border-box;
  padding: 0 10px 0 15px;
}

.rsbd-box .tab_rs .hide {
  display: none;
}

.rsbd-box .tab_rs .rebd-box01 .box01 {
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li {
  float: left;
  width: 230px;
  height: auto;
  margin-left: 180px;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li + li {
  margin-left: 140px;
  margin-top: 140px;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li h4 {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  text-align: center;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li h4 span {
  font-size: 22px;
  line-height: 30px;
  color: #D70016;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li h4 span a {
  color: #D70016;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li .img {
  width: 186px;
  height: 229px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li .img img {
  width: 100%;
  height: auto;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li p {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  text-align: center;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box01 li p a {
  color: #D70016;
}

.rsbd-box .tab_rs .rebd-box01 .box02 {
  width: 825px;
  height: 325px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .box02-left {
  float: left;
  width: 230px;
  height: auto;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .box02-left h4 {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  text-align: center;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .box02-left .img {
  width: 149px;
  height: 184px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .box02-left .img img {
  width: 100%;
  height: auto;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .box02-left p {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  text-align: center;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .box02-left p a {
  color: #D70016;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .box01-right {
  float: right;
  width: 580px;
  height: 305px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt {
  font-size: 20px;
  color: #D70016;
  line-height: 35px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt a {
  display: inline-block;
  margin: 0 4px;
  color: #D70016;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt span {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt-list {
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt-list li {
  float: left;
  width: 175px;
  font-size: 20px;
  color: #D70016;
  line-height: 35px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt-list li + li {
  margin-left: 15px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt-list li a {
  color: #D70016;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt-list li span {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt2 {
  font-size: 20px;
  color: #D70016;
  line-height: 35px;
  overflow: hidden;
  margin-top: 35px;
  font-weight: bold;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt2 span {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box02 .txt2 a {
  color: #D70016;
  margin: 0 4px;
}

.rsbd-box .tab_rs .rebd-box01 .box03 {
  width: 230px;
  height: 310px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
}

.rsbd-box .tab_rs .rebd-box01 .box03 h4 {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  text-align: center;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box03 .img {
  width: 149px;
  height: 184px;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 23px;
}

.rsbd-box .tab_rs .rebd-box01 .box03 .img img {
  width: 100%;
  height: auto;
}

.rsbd-box .tab_rs .rebd-box01 .box03 p {
  font-size: 22px;
  font-weight: bold;
  color: #D70016;
  text-align: center;
  line-height: 30px;
}

.rsbd-box .tab_rs .rebd-box01 .box03 p a {
  color: #D70016;
}

.rsbd-box .noblod {
  font-weight: normal !important;
}

.rsbd-box .wh360 {
  width: 360px !important;
}

.rsbd-box .wh420 {
  width: 420px !important;
}

.rsbd-box .imgwh {
  width: 186px !important;
  height: 229px !important;
}

.rsbd-box .h95 {
  margin-top: 95px !important;
}

.dahang {
  width: 541px;
  height: 56px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/rsbg_bgj.jpg") no-repeat;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
}

.rsbig_box {
  width: 541px;
  height: auto;
  margin: 0 auto;
}

.rsbig_box .img {
  width: 178px;
  height: 235px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.rsbig_box .img img {
  width: 100%;
  height: auto;
}

.rsbig_box .titlt {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #333;
}

.rsbig_box .titlt a {
  color: #333;
}

.rssmall_box {
  width: 541px;
  height: auto;
  margin: 0 auto;
}

.rssmall_box .img {
  width: 142px;
  height: 191px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.rssmall_box .img img {
  width: 100%;
  height: auto;
}

.rssmall_box .titlt {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}

.rssmall_box .titlt a {
  color: #333;
}

.list_middle {
  width: 830px;
  height: auto;
  margin: 0 auto;
  list-style: none;
}

.list_middle li {
  float: left;
  width: 118px;
  height: 188px;
  margin: 25px 10px 0 10px;
}

.list_middle li .img {
  width: 118px;
  height: 163px;
  margin: 0 auto;
}

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

.list_middle li .titlt {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-top: 8px;
}

.list_middle li .titlt a {
  color: #333;
}

.txt_box {
  width: 830px;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.txt_box h2 {
  float: left;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  font-weight: normal;
}

.txt_box p {
  float: left;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-left: 20px;
}

.txt_box p a {
  color: #333;
}

.txt1_box {
  width: 830px;
  height: auto;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
  color: #333;
  margin-top: 25px;
}

.txt1_box a {
  color: #333;
  font-size: 16px;
}

.wh001 {
  width: 578px !important;
}

.wh002 {
  width: 725px !important;
}

.wh003 {
  width: 350px !important;
}

.mga50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 70px !important;
}

.row-datanews {
  margin-top: -10px;
}

.row-datanews h2 {
  height: 122px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
  background-image: url("title03.png");
  background-position: 50% 0px;
  background-repeat: no-repeat;
  position: relative;
}

.datanews-swiper {
  height: 471px;
  width: 1232px;
  position: relative;
}

.datanews-swiper .swiper-slide {
  width: 300px;
  position: relative;
}

.datanews-swiper .swiper-slide h3 {
  height: 64px;
  overflow: hidden;
}

.datanews-swiper .swiper-slide:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 40px;
  border-color: transparent transparent transparent #bf000a;
  position: absolute;
  left: 0px;
  bottom: 36px;
  z-index: 3;
}

.datanews-swiper .swiper-slide:hover .swiper-text {
  background-color: #bf0009;
}

.datanews-swiper .swiper-slide:hover h3 {
  color: #fff;
}

.datanews-swiper img {
  width: 270px;
  height: 400px;
  display: block;
  margin-bottom: 1px;
}

.datanews-swiper .swiper-text {
  height: 70px;
  width: 270px;
  position: relative;
  z-index: 2;
  background-color: #f0f0f0;
}

.datanews-box {
  height: 530px;
  position: relative;
}

.datanews-box .swiper-pagination {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 8px;
  text-align: center;
}

.datanews-box .swiper-pagination-switch {
  display: inline-block;
  width: 42px;
  height: 4px;
  background: gray;
  margin: 0 5px;
  cursor: pointer;
}

.datanews-box .swiper-active-switch {
  background: #bf0009;
  height: 8px;
  vertical-align: bottom;
}

.datanews-box .swiper-arrow-pre, .datanews-box .swiper-arrow-next {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-l.png") no-repeat left top;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -100px;
  width: 48px;
  height: 136px;
  cursor: pointer;
}

.datanews-box .swiper-arrow-next {
  right: -80px;
  left: auto;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-l.png");
}

.row-interaction h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -690px;
  background-repeat: no-repeat;
  position: relative;
}

.row-interaction .col-6 .col-title:after {
  width: 56%;
}

.row-interaction .col-12 .col-title:after {
  width: 80%;
}

.row-interaction .impNews {
  position: relative;
}

.row-interaction .impNews img {
  position: relative;
  z-index: 1;
  width: 390px;
  height: 172px;
}

.row-interaction .impNews .text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
}

.row-interaction .impNews .text:before {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.row-interaction .impNews h3 {
  position: relative;
  z-index: 2;
}

.young {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/young-bg.png") no-repeat center 24px;
  padding-top: 100px;
  position: relative;
}

.young .young-tab a {
  width: 160px;
  height: 30px;
  display: inline-block;
  background: #a40000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.young .young-tab .active {
  background: #fff;
  color: #a40000;
}

.young .young-more {
  display: block;
  width: 121px;
  height: 42px;
  position: absolute;
  right: 22px;
  top: 52px;
  z-index: 10;
}

.young .young-cont {
  width: 100%;
  height: 136px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  position: relative;
}

.young .young-cont .young-cont-item {
  position: absolute;
  left: 0;
  top: 5px;
  height: 136px;
  width: 100%;
  visibility: hidden;
}

.young .young-cont .on {
  visibility: visible;
}

.young .young-cont .swiper-container {
  width: 807px;
  height: 136px;
  margin-left: -9px;
}

.young .young-cont .swiper-slide {
  height: 136px;
  position: relative;
}

.young .young-cont .swiper-slide img {
  width: 100%;
  height: 136px;
}

.young .young-cont .swiper-slide .swiper-text {
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 3;
  width: 202px;
  text-align: center;
}

.young .young-cont .swiper-slide .swiper-text:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 180px;
  height: 30px;
  display: block;
  background: #000;
  opacity: 0.5;
}

.young .young-cont .swiper-slide .swiper-text h3 {
  position: relative;
  text-align: center;
  z-index: 5;
}

.young .young-cont .young-arrow-left {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  left: 1px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-red.png");
  cursor: pointer;
  z-index: 10;
}

.young .young-cont .young-arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  right: 2px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-red.png");
  cursor: pointer;
  z-index: 10;
}

.wish {
  height: 640px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/wish-bg.png") 15px 5px no-repeat;
}

.wish-like {
  height: 115px;
  margin-top: 50px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/like-bg.png") center 5px no-repeat;
  position: relative;
}

.wish-list {
  height: 390px;
  width: 360px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}

.wish-list:before {
  content: "";
  width: 141px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/like-logo.png") 0 0 no-repeat;
}

.wish-list-cont {
  height: 350px;
  position: relative;
  overflow-y: scroll;
  border: 1px solid #bf0009;
  border-left: 0;
  border-right: 0;
}

.wish-list-cont img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.wish-list-cont .list-text {
  width: 270px;
  width: 260px\0;
}

@keyframes niceIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  70% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.wish-btn {
  width: 171px;
  height: 52px;
  display: block;
  margin: 10px auto 0;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/btn-wish.png") 0 0 no-repeat;
}

.wish-like-btn {
  width: 96px;
  height: 96px;
  position: absolute;
  left: 145px;
  top: 17px;
  border-radius: 50%;
  cursor: pointer;
}

.wish-like-btn img {
  position: absolute;
  left: 19px;
  top: 13px;
}

.hand-scale {
  animation: niceIn 0.8s .2s ease;
}

.wish-like-result {
  width: 120px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 14px;
}

.wish-like-result span {
  font-size: 18px;
}

.fullSwiper {
  position: relative;
}

.fullSwiper .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.fullSwiper .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}

.fullSwiper .swiper-active-switch {
  background: #bf0009;
}

.fullSwiper img {
  display: block;
  width: 100%;
}

.fullSwiper .swiper-slide {
  position: relative;
}

.fullSwiper .swiper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(191, 0, 9, 0) 0%, #bf0009 100%);
}

.fullSwiper h3 {
  padding-bottom: 60px;
}

.row-hd {
  margin-top: -12px;
  position: relative;
}

.row-hd h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -690px;
  background-repeat: no-repeat;
  position: relative;
}

.row-hd .container {
  position: relative;
}

.row-hd .swiper-slide {
  overflow: hidden;
  position: relative;
}

.row-hd img {
  width: 1200px;
  height: 580px;
  transform: scale(1);
  animation: slowMotion 20s infinite ease-in-out;
}

.row-hd .swiper-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 0%, black 100%);
}

.row-hd .fullSwiper h3 {
  padding-bottom: 30px;
}

.row-hd .swiper-arrow-pre, .row-hd .swiper-arrow-next {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-l.png") no-repeat left top;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -18px;
  width: 48px;
  height: 136px;
  cursor: pointer;
}

.row-hd .swiper-arrow-next {
  right: -80px;
  left: auto;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-l.png");
}

@keyframes slowMotion {
  from, to {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.3);
  }
}

.row-footer {
  background: #eee;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #999;
  line-height: 2;
  margin-top: 100px;
}

.row-lang h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -790px;
  background-repeat: no-repeat;
  position: relative;
}

.row-lang h2 {
  background-position: 55% -790px;
}

.row-lang .tab-nav {
  width: 15%;
  float: left;
}

.row-lang .tab-nav-item {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #d5d5d5;
  margin-bottom: 2px;
  cursor: pointer;
  /* &amp;:hover{
                    background-color: $fc-red;
                    margin-left: -$gap;
                    margin-right: -$gap;
                    a {
                        color: #fff;
                    }
                } */
}

.row-lang .tab-nav-item.active {
  background-color: #bf0009;
  color: #fff;
  margin-left: -5px;
  margin-right: -5px;
}

.row-lang .tab-nav-item.active a {
  color: #fff;
}

.row-lang .tab-content {
  width: 82%;
  float: right;
}

.row-lang .tab-content a {
  color: #333;
}

.row-lang .tab-content-item {
  display: none;
}

.row-lang .tab-content-item.active {
  display: block;
}

.row-lang .tab-content .headline {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 0.5em;
  border-left: 5px solid #bf0009;
  height: 81px;
  overflow: hidden;
}

.row-lang .tab-content .newslist li {
  font-size: 18px;
  line-height: 1.5;
  border-top: 1px dashed #ccc;
  margin-top: 16px;
  padding-top: 16px;
  box-sizing: content-box;
  height: 81px;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
}

.row-lang .tab-content .newslist li:before {
  content: "";
  width: 5px;
  height: 20px;
  background: #bf0009;
  position: absolute;
  left: 0;
  top: 22px;
}

.row-lang .tab-content .newslist .lang-video {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/play-video.png") 0 20px no-repeat;
  padding-left: 60px;
}

.row-lang .tab-content .newslist .lang-video:before {
  display: none;
}

.row-lang .tab-content .newspic {
  display: block;
  width: 95%;
  height: 196px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-right: 0px;
  margin-bottom: 10px;
}

.row-lang .tab-content .newspic img {
  width: 100%;
}

.row-leaders {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  /* &amp;:before {
        content: "";
        width: 100%;
        height: 992px;
        background: url("http://www.newsimg.cn/politics/2018lh/0225/images/leader-bg.png") no-repeat center bottom;
        position: absolute;
        left: 0;
        top: 60px;
        // background-size: 100% 100%;
        z-index: 1;
    } */
}

.row-leaders .arrow-right {
  width: 59px;
  height: 118px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-red-l.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -59px;
  cursor: pointer;
  display: none;
}

.row-leaders .arrow-left {
  width: 59px;
  height: 118px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-red-l.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -59px;
  cursor: pointer;
  display: none;
}

.row-leaders .container {
  position: relative;
  z-index: 3;
}

.row-leaders .col-title {
  font-weight: bold;
}

.row-leaders .col-title:before {
  content: "";
  width: 36%;
  height: 10px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/border-grey.png");
  top: 6px;
  left: 0;
  display: block;
  position: absolute;
  background-repeat: repeat-x;
}

.row-leaders .col-title:after {
  content: "";
  width: 36%;
  height: 10px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/border-grey.png");
  top: 6px;
  right: 0;
  display: block;
  position: absolute;
  background-repeat: repeat-x;
}

.leaders-groupPhoto {
  position: relative;
  margin-bottom: 50px;
}

.leaders-groupPhoto .swiper-slide {
  position: relative;
}

.leaders-groupPhoto .swiper-slide:before {
  content: "";
  width: 100%;
  height: 70px;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

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

.leaders-groupPhoto .leaders-img img {
  width: 100%;
  height: auto;
}

.leaders-groupPhoto .leaders-name {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

.leaders-groupPhoto:hover .arrow-right, .leaders-groupPhoto:hover .arrow-left {
  display: block;
}

.leaders-seven {
  border-bottom: 1px dotted #aaaaaa;
}

.leaders-seven .col-12 {
  margin-top: 30px;
}

.leaders-seven .col-12 a {
  display: block;
  width: 210px;
  margin: 0 auto;
}

.leaders-seven-onlyName {
  width: 940px;
  text-align: center;
  margin: 45px auto 55px;
}

.leaders-seven-onlyName li {
  float: left;
  display: inline-block;
  margin-left: 36px;
  margin-right: 36px;
  text-align: center;
  line-height: 30px;
}

.leaders-seven-onlyName li:first-child {
  line-height: 24px;
}

.leaders-seven-onlyName li:first-child a {
  font-size: 24px;
}

.leaders-tabs a {
  width: 280px;
  display: inline-block;
  position: relative;
}

.leaders-tabs a.active {
  background-color: #ff9e22;
  color: #fff;
}

.leaders-tabs a.active:before {
  content: "";
  width: 264px;
  height: 46px;
  position: absolute;
  left: 7px;
  top: -6px;
  border: 1px solid #ff9e22;
}

.leaders-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.leaders-cont-item {
  display: none;
}

.leaders-cont-item.on {
  display: block;
}

.leaders-cont-item:first-child .leaders-cont-box {
  height: 166px;
}

.leaders-cont-item:first-child h3 {
  line-height: 166px;
}

.leaders-cont-item .col-6 {
  height: 40px;
  line-height: 40px;
}

.leaders-cont-item .col-6 a {
  background-color: #bf0009;
  height: 100%;
  display: block;
}

.leaders-cont-item .col-6 img {
  margin-left: 5px;
}

.leaders-cont-item .col-6:first-child {
  padding-right: 1px;
}

.leaders-cont-item .col-6:last-child {
  padding-left: 1px;
}

.leaders-cont-item .col-12 {
  height: 40px;
  line-height: 40px;
}

.leaders-cont-item .col-12 a {
  background-color: #bf0009;
  height: 100%;
  display: block;
}

.leaders-cont-item .col-12 img {
  margin-left: 5px;
}

.leaders-cont-tabs {
  width: 280px;
}

.leaders-cont-tabs a {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 2px;
  background-color: #bf0009;
}

.leaders-cont-tabs a.active {
  background-color: #ff9e22;
  color: #fff;
}

.leaders-cont-box {
  background-color: #bf0009;
  width: 910px;
  height: 124px;
}

.leaders-cont-box-item {
  display: none;
}

.leaders-cont-box-item.on {
  display: block;
}

.leaders-cont-box-item ul {
  padding: 25px 70px;
  text-align: center;
}

.leaders-cont-box-item li {
  float: left;
  line-height: 40px;
  margin-left: 8px;
  margin-right: 8px;
}

.leaders-cont-box-item h3 {
  line-height: 124px;
  font-size: 45px;
  text-align: center;
}

.leaders-name {
  font-weight: bold;
}

.row-date {
  margin-top: 50px;
}

.row-date .logo {
  float: left;
  background: #B4020B url("http://www.newsimg.cn/politics/2018lh/0225/images/calendar-logo.png") no-repeat center center;
  background-size: 95%;
  width: 140px;
  height: 130px;
}

.row-date .calendar {
  position: relative;
  width: 1060px;
  margin-left: 140px;
  height: 130px;
  background: #bf0009;
  overflow: hidden;
}

.row-date .calendar-container {
  position: relative;
  width: 986px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.row-date .calendar-container .swiper-arrow-pre,
.row-date .calendar-container .swiper-arrow-next {
  width: 26px;
  height: 26px;
  background: #95080E url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-white.png") no-repeat center center;
  text-indent: -50px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -25px;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
}

.row-date .calendar-container .swiper-arrow-pre:hover,
.row-date .calendar-container .swiper-arrow-next:hover {
  background-color: #D8343D;
}

.row-date .calendar-container .swiper-arrow-next {
  left: auto;
  right: -25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-white.png");
}

.row-date .parent-swiper {
  width: 986px;
  height: 100px;
}

.row-date .parent-swiper .slide-parent {
  position: relative;
  height: 100px;
}

.row-date .parent-swiper .slide-parent.today .date {
  background: #FFF3C3;
}

.row-date .parent-swiper .slide-parent .child-container {
  width: 95%;
  height: 100px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.row-date .parent-swiper .slide-parent .child-swiper-arrow-pre,
.row-date .parent-swiper .slide-parent .child-swiper-arrow-next {
  position: absolute;
  width: 14px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  background: #ccc;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-top-white-s.png");
}

.row-date .parent-swiper .slide-parent .child-swiper-arrow-pre:hover,
.row-date .parent-swiper .slide-parent .child-swiper-arrow-next:hover {
  background-color: #E0000F;
}

.row-date .parent-swiper .slide-parent .child-swiper-arrow-next {
  margin-top: 6px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-down-white-s.png");
}

.row-date .parent-swiper .slide-parent .date {
  float: left;
  width: 110px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 46px;
  color: #bf0009;
  font-weight: bold;
  background: #fff;
  border-right: 1px dashed #ccc;
}

.row-date .parent-swiper .slide-parent .date span {
  font-size: 16px;
  font-weight: normal;
}

.row-date .parent-swiper .slide-parent .day-container {
  margin-left: 110px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  background: #fff;
}

.row-date .child-swiper .swiper-slide {
  height: 100px;
}

.row-date .child-swiper .swiper-slide .title {
  line-height: 48px;
  font-size: 18px;
  height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.row-date .child-swiper .swiper-slide .abs {
  margin-top: -6px;
  font-size: 14px;
  line-height: 2em;
  height: 56px;
  overflow: hidden;
  padding-right: 1em;
}

.row-recomendVideo {
  position: relative;
  z-index: 1;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/video-bg.png") no-repeat center top;
  background-size: 100% 100%;
}

.row-recomendVideo h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -490px;
  background-repeat: no-repeat;
  position: relative;
}

.row-recomendVideo .container {
  position: relative;
  z-index: 3;
}

.recom-cont {
  position: relative;
  height: 505px;
}

.recom-cont-item {
  position: absolute;
  z-index: 1;
  display: none;
}

.recom-cont-item.on {
  display: block;
}

.recom-box {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.recom-box-video {
  overflow: hidden;
  height: 460px;
  width: 710px;
  float: left;
  position: relative;
}

.recom-box-video .ifr_video_box {
  height: 460px;
  width: 710px;
}

.recom-box-video:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent url("http://www.newsimg.cn/politics/2018lh/0225/images/play-big.png") no-repeat center center;
  z-index: 1;
  left: 0;
  top: 0;
}

.recom-box-video iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: transparent url("http://www.newsimg.cn/politics/2018lh/0225/images/play-big.png") no-repeat center center;
}

.recom-box-video .recom-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.beginPos {
  right: -710px;
}

.recom-box-swiper {
  width: 490px;
  height: 460px;
  float: left;
  position: relative;
  z-index: 3;
}

.recom-box-swiper .arrow-top {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-top-grey.png") no-repeat right top;
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}

.recom-box-swiper .arrow-down {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-down-grey.png") no-repeat right top;
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}

.recom-box-swiper .swiper-container {
  width: 100%;
  height: 396px;
  top: 35px;
}

.recom-box-swiper .slide-cont {
  height: 100%;
  position: relative;
  padding-top: 21px;
}

.recom-box-swiper .slide-cont:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #aaaaaa;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 1;
}

.recom-box-swiper img {
  width: 140px;
  height: 90px;
  float: left;
  position: relative;
  z-index: 4;
  transition: all 0.7s;
}

.recom-box-swiper .swiper-text {
  position: relative;
  z-index: 4;
}

.recom-box-swiper h3 {
  height: 30px;
  overflow: hidden;
}

.recom-box-swiper p {
  height: 50px;
  overflow: hidden;
}

.recom-box-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}

.recom-box-swiper .swiper-slide:before {
  /* content: "";
            background: $fc-black;
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 4;
            transition: all 2s; */
}

.recom-box-swiper .swiper-slide:after {
  /* content: "";
            background: url("http://www.newsimg.cn/politics/2018lh/0225/images/play.png") no-repeat 0 0;
            width: 50px;
            height: 50px;
            opacity: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -25px;
            margin-top: -25px;
            z-index: 5;
            // transition: all 2s;
            background-size: 100%; */
}

.recom-box-swiper .hover h3 {
  color: #fff;
}

.recom-box-swiper .hover p {
  color: #fff;
}

.recom-box-swiper .hover img {
  margin-left: -156px;
}

.recom-box-swiper .hover .slide-cont:after {
  content: "";
  background: #dc000d;
  background: -moz-linear-gradient(left, #dc000d 0%, #c30011 100%);
  background: -webkit-linear-gradient(left, #dc000d 0%, #c30011 100%);
  background: linear-gradient(to right, #dc000d 0%, #c30011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc000d', endColorstr='#c30011', GradientType=1);
  width: 100%;
  height: 112px;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
  transition: all 0.5s;
}

.recom-box-swiper .on {
  position: relative;
  cursor: pointer;
}

.recom-box-swiper .on:before {
  /* content: "";
            background: $fc-black;
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 4; */
}

.recom-box-swiper .on:after {
  /* content: "";
            background: url("http://www.newsimg.cn/politics/2018lh/0225/images/play.png") no-repeat 0 0;
            width: 50px;
            height: 50px;
            opacity: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -25px;
            margin-top: -25px;
            z-index: 5; // transition: all 2s;
            background-size: 100%; */
}

.recom-box-swiper .on h3 {
  color: #fff;
}

.recom-box-swiper .on p {
  color: #fff;
}

.recom-box-swiper .on img {
  margin-left: -156px;
}

.recom-box-swiper .on .slide-cont:after {
  content: "";
  background: #dc000d;
  background: -moz-linear-gradient(left, #dc000d 0%, #c30011 100%);
  background: -webkit-linear-gradient(left, #dc000d 0%, #c30011 100%);
  background: linear-gradient(to right, #dc000d 0%, #c30011 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc000d', endColorstr='#c30011', GradientType=1);
  width: 100%;
  height: 112px;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
}

.row-nearus h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -890px;
  background-repeat: no-repeat;
  position: relative;
}

.nearus-swiper {
  height: 400px;
  width: 1232px;
  position: relative;
}

.nearus-swiper .swiper-slide {
  width: 300px;
  position: relative;
}

.nearus-swiper img {
  width: 270px;
  height: 400px;
  display: block;
  margin-bottom: 1px;
}

.nearus-box {
  height: 420px;
  position: relative;
}

.nearus-box .swiper-pagination {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 8px;
  text-align: center;
}

.nearus-box .swiper-pagination-switch {
  display: inline-block;
  width: 42px;
  height: 4px;
  background: gray;
  margin: 0 5px;
  cursor: pointer;
}

.nearus-box .swiper-active-switch {
  background: #bf0009;
  height: 8px;
  vertical-align: bottom;
}

.nearus-box .swiper-arrow-pre,
.nearus-box .swiper-arrow-next {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-l.png") no-repeat left top;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -100px;
  width: 48px;
  height: 136px;
  cursor: pointer;
}

.nearus-box .swiper-arrow-next {
  right: -80px;
  left: auto;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-l.png");
}

.sideToHome {
  animation-name: jello0;
  transform-origin: center;
  animation-duration: 2.6s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes jello0 {
  0% {
    transform: scale3d(0.8, 0.8, 1);
    opacity: 0.6;
  }
  50% {
    transform: scale3d(1, 1, 1);
    opacity: 0.9;
  }
  100% {
    transform: scale3d(0.8, 0.8, 1);
    opacity: 0.6;
  }
}

.sidenav {
  width: 80px;
  height: 373px;
  position: fixed;
  right: 0px;
  bottom: 10%;
  margin-top: -100px;
  z-index: 100;
  cursor: pointer;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-all.png") no-repeat left top;
}

.sidenav .link-ad {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 20px;
}

.sidenav .link-top {
  position: absolute;
  width: 80px;
  height: 90px;
  top: 282px;
}

.sidenav .link-close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
}

.nav_right {
  background: #e3181e;
  width: 80px;
  height: 430px;
  position: fixed;
  z-index: 100;
  bottom: 60px;
  right: 0;
}

.nav_right .nav_right-close {
  text-align: right;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  background: #cc0e14;
  color: #fff;
  cursor: pointer;
}

.nav_right .wx {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-logo.png") -15px -10px no-repeat;
  height: 78px;
  position: relative;
  cursor: pointer;
}

.nav_right .wx .wxewm {
  width: 68px;
  height: 68px;
  margin: 3px 0 0 6px;
  display: none;
}

.nav_right .wx .wx_box {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-mob.png") 50% 0 no-repeat;
  left: -270px;
  top: -90px;
  position: absolute;
  width: 268px;
  height: 528px;
  z-index: 8;
  display: none;
}

.nav_right .wx .wx_box ul {
  margin-bottom: 15px;
}

.nav_right .wx .slimScrollDiv {
  z-index: 998;
  margin: 70px 20px 0px 14px;
}

.nav_right .wx .wx_con {
  position: absolute;
}

.nav_right .wx .duo {
  margin: 10px 5px 10px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.nav_right .wx .duo li {
  font-size: 14px;
  clear: both;
  margin: 8px 10px 8px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  position: relative;
  line-height: 25px;
}

.nav_right .wx .duo li a {
  color: #333;
}

.nav_right .wx .duo li .cos {
  position: absolute;
  width: 100%;
  bottom: 0px;
  color: #fff;
  left: 0;
  line-height: 20px;
  position: absolute;
  z-index: 11;
  padding: 0 3%;
}

.nav_right .wx .duo li h3 {
  position: relative;
  z-index: 12;
  font-size: 14px;
  padding: 5px 0;
}

.nav_right .wx .duo li p {
  background: #000;
  position: absolute;
  opacity: 0.5;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  text-indent: -9999em;
}

.nav_right .wx .duo li img {
  width: 55px;
  height: 55px;
  float: right;
  margin-left: 5px;
  display: block;
}

.nav_right .wx .duo li:last-child {
  border: none;
  margin: 8px 10px 0px;
}

.nav_right .wx .duo .img {
  margin: 0;
  padding: 0;
  border: 0;
}

.nav_right .wx .duo .img img {
  width: 232px;
  height: 128px;
  float: none;
  margin-left: 0px;
}

.nav_right .wx .shao {
  margin: 10px 5px 10px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.nav_right .wx .shao li {
  font-size: 15px;
  clear: both;
  margin: 8px 10px 8px;
  overflow: hidden;
  padding-bottom: 8px;
  line-height: 25px;
}

.nav_right .wx .shao li h3 {
  padding: 5px 5px 0px 5px;
  font-size: 15px;
  overflow: hidden;
  color: #333;
}

.nav_right .wx .shao li h3 a {
  color: #333;
}

.nav_right .wx .shao li p {
  padding: 5px 5px 0px 5px;
  font-size: 13px;
  color: #888;
  line-height: 20px;
}

.nav_right .wx .shao li + li {
  display: none;
}

.nav_right .wx .shao .img {
  margin: 0;
  padding: 0;
  border: 0;
  padding-bottom: 8px;
}

.nav_right .wx .shao .img img {
  width: 232px;
  height: 128px;
  float: none;
  margin-left: 0px;
  display: block;
}

.nav_right .wb {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-logo.png") -15px -108px no-repeat;
  height: 78px;
  position: relative;
  border-top: 3px solid #cc0e14;
}

.nav_right .wb .wbewm {
  width: 68px;
  height: 68px;
  margin: 2px 0 0 6px;
  display: none;
}

.nav_right .wb .wb_box {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-mob.png") 50% 0 no-repeat;
  left: -270px;
  top: -160px;
  position: absolute;
  width: 268px;
  height: 528px;
  z-index: 8;
  display: none;
}

.nav_right .wb .wb_box ul {
  margin-bottom: 15px;
}

.nav_right .wb .slimScrollDiv {
  z-index: 998;
  margin: 70px 20px 0px 14px;
}

.nav_right .wb .wb_con {
  position: absolute;
}

.nav_right .wb .wb_con iframe {
  height: 100%;
  width: 250px;
  display: block;
}

.nav_right .kf {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-logo.png") -15px -210px no-repeat;
  height: 78px;
  border-top: 3px solid #cc0e14;
}

.nav_right .kf .kfewm {
  width: 68px;
  height: 68px;
  margin: 2px 0 0 6px;
  display: none;
}

.nav_right .kf .kf_box {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-mob.png") 50% 0 no-repeat;
  left: -270px;
  top: -45px;
  position: absolute;
  width: 268px;
  height: 528px;
  z-index: 8;
  display: none;
}

.nav_right .kf .kf_box ul {
  margin-bottom: 15px;
}

.nav_right .kf .slimScrollDiv {
  z-index: 998;
  margin: 70px 20px 0px 14px;
}

.nav_right .kf .kf_con {
  position: absolute;
}

.nav_right .kf .kf_con iframe {
  height: 100%;
  width: 250px;
  display: block;
}

.nav_right .lhdc {
  background: #e11d28 url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-lhdc.png") 50% 8px no-repeat;
  height: 78px;
  border-top: 3px solid #cc0e14;
}

.nav_right .lhrl {
  background: #e11d28 url("http://www.newsimg.cn/politics/2018lh/0225/images/fixbar-lhrl.png") 50% 8px no-repeat;
  height: 78px;
  border-top: 3px solid #cc0e14;
}

.nav_right .backTop {
  cursor: pointer;
  background: #b0080d;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 1900px) {
  .wx_box {
    display: none !important;
  }
  .wb_box {
    display: none !important;
  }
  .kf_box {
    display: none !important;
  }
}

.row-xi-special {
  width: 100%;
  height: auto;
  margin-top: 45px;
  overflow: hidden;
}

.row-xi-special .xi-special-bigtitle {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  color: #be1313;
  overflow: hidden;
  text-align: center;
}

.row-xi-special .xi-special-bigtitle a {
  color: #be1313;
}

.row-xi-special .xi-area-box {
  width: 100%;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
}

.row-xi-special .xi-area-box .xi-area-box-left {
  float: left;
  width: 666px;
  height: auto;
  position: relative;
}

.row-xi-special .xi-area-box .xi-area-box-left .xi-hf {
  width: 100%;
  height: 92px;
}

.row-xi-special .xi-area-box .xi-area-box-left .video0225-box {
  width: 666px;
  height: 373px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.row-xi-special .xi-area-box .xi-area-box-left .video0225-box iframe {
  width: 666px;
  height: 373px;
}

.row-xi-special .xi-area-box .xi-area-box-left .video0225-box .video0225-close {
  width: 33px;
  height: 32px;
  position: absolute;
  top: 0;
  right: -33px;
  z-index: 50;
  background: url("http://www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png") no-repeat;
  cursor: pointer;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 {
  width: 666px;
  height: 373px;
  position: relative;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .xiarrow-left {
  background: url(http://www.newsres.cn/politics/2018lh/0225/images/xiswip_left.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 120px;
  width: 44px;
  height: 85px;
  z-index: 2;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .xiarrow-right {
  background: url(http://www.newsres.cn/politics/2018lh/0225/images/xiswip_right.png) no-repeat left bottom;
  position: absolute;
  right: 0;
  top: 120px;
  width: 44px;
  height: 85px;
  z-index: 2;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .swiper-container {
  width: 666px;
  height: 373px;
}

.row-xi-special .xi-area-box .xi-area-box-left .swiper-slide {
  position: relative;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .swiper-container .swiper-wrapper .swiper-slide .mul-play {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 70px;
  left: 5px;
  display: none;
  cursor: pointer;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .swiper-container .swiper-wrapper .swiper-slide .mul-play img {
  width: 90px;
  height: 90px;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .swiper-container .swiper-wrapper .swiper-slide img {
  width: 666px;
  height: 373px;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .swiper-container .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  background: url("http://www.newsimg.cn/drone/20170210/images/jczp-wzbj.png") repeat-x;
  z-index: 0;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .swiper-container .swiper-wrapper .swiper-slide .title {
  position: absolute;
  left: 3%;
  bottom: 10px;
  width: 94%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.row-xi-special .xi-area-box .xi-area-box-left .focusBox6 .swiper-container .swiper-wrapper .swiper-slide .title a {
  color: #fff;
}

.row-xi-special .xi-area-box .xi-area-box-right {
  float: right;
  width: 505px;
  height: auto;
  overflow: hidden;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-text {
  width: 100%;
  height: 210px;
  border-bottom: 1px dashed #999;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-text li {
  overflow: hidden;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-text li h2 {
  font-size: 24px;
  font-weight: bold;
  color: #be1313;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-text li h2 a {
  color: #be1313;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-text li p {
  height: 45px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-text li + li {
  margin-top: 12px;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-text li + li h2 {
  font-size: 20px;
  font-weight: normal;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-pic {
  width: 100%;
  height: 137px;
  overflow: hidden;
  margin-top: 24px;
  list-style: none;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-pic li {
  float: left;
  width: 242px;
  height: 137px;
  position: relative;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-pic li img {
  width: 242px;
  height: 137px;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-pic li + li {
  margin-left: 15px;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-pic li span {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 65px;
  left: 10px;
}

.row-xi-special .xi-area-box .xi-area-box-right .xi-area-list-pic li span img {
  width: 48px;
  height: 48px;
}

.row-xi-special .xi-special-samlltitle {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #be1313;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 20px;
}

.row-xi-special .xi-special-samlltitle a {
  color: #be1313;
}

.row-xi-special .news-summary-middle-main-list .mp4html {
  display: none;
}

.row-xi-special .news-summary-middle-main-list li {
  line-height: 40px;
}

.row-xi-special .news-summary-middle-main-list li a {
  position: relative;
  color: #333;
}

.row-xi-special .news-summary-middle-main-list li a .R01 {
  color: red;
  padding-right: 8px;
  cursor: pointer;
}

.row-xi-special .news-summary-middle-main-list li a .R02,
.row-xi-special .news-summary-middle-main-list li a .R03 {
  display: inline-block;
  width: 56px;
  height: 18px;
  margin-right: 4px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("http://www.newsres.cn/bigbig201710101700/bundle/s1016_icon_fonts.png");
  vertical-align: middle;
  margin-top: -3px;
}

.row-xi-special .news-summary-middle-main-list li a .R03 {
  width: 74px;
  background-image: url("http://www.newsres.cn/bigbig201710101700/bundle/s1019_icon_font5.png");
}

.row-xi-special .news-summary-middle-main-list li .audio {
  font-style: normal;
  display: inline-block;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/voice_logo.png") 50% 0 no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: -3px;
  vertical-align: middle;
}

.row-xi-special .news-summary-middle-main-list li .audio.play {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/voice_logo_play.gif") 50% 0 no-repeat;
}

.row-xi-special .news-summary-middle-main-list li a + a:before,
.row-xi-special .news-summary-middle-main-list li i + a:before {
  position: absolute;
  display: block;
  top: 0px;
  left: 10px;
  width: 2px;
  height: 18px;
  background-color: #888;
}

.row-xi-special .news-summary-middle-main-list li .audioUrl {
  display: none;
}

.row-xi-special .news-summary-middle-main-list-wrap {
  color: #333;
  width: 100%;
  height: 35px;
  overflow: hidden;
  font-size: 0;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp {
  height: 35px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0 2px;
  line-height: 35px;
  overflow: hidden;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp span {
  color: #e12929;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp span.audio {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 10px;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp span.audio img {
  width: 30px;
  height: 30px;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp span a {
  color: #e12929;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp a {
  color: #333;
  position: relative;
  margin-left: 20px;
  line-height: 35px;
  font-size: 16px;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp:nth-child(2) a {
  margin-left: 10px;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp:first-child a {
  margin-left: 0;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp:first-child {
  margin-left: 0;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp:before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 10px;
  width: 2px;
  height: 20px;
  background-color: #404040;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp:first-child:before {
  display: none;
}

.row-xi-special .news-summary-middle-main-list-wrap .warp:nth-child(2):before {
  display: none;
}

.row-multimedia .meide-swap-box {
  width: 100%;
  height: 468px;
  margin-top: 20px;
}

.row-multimedia .meide-swap-box .tab1 {
  width: 1200px;
  position: relative;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box {
  width: 370px;
  height: 468px;
  float: right;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu {
  width: 370px;
  height: 468px;
  padding-right: 2px;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li {
  float: left;
  width: 350px;
  height: 116px;
  cursor: pointer;
  background: #eee;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li + li {
  margin-top: 2px;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small {
  width: 330px;
  height: 99px;
  margin: 0 auto;
  margin-top: 10px;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small .img {
  float: left;
  width: 177px;
  height: 99px;
  position: relative;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small .img img {
  width: 177px;
  height: 99px;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small .img span {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50px;
  left: 10px;
  display: none;
  cursor: pointer;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small .img span img {
  width: 48px;
  height: 48px;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small .title {
  float: right;
  width: 145px;
  height: 100px;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small .title a {
  color: #333;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li .pic_small .title a:hover {
  color: #333 !important;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li.selected {
  background-color: #bf0009;
  cursor: pointer;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li.selected .pic_small .title {
  color: #fff;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li.selected .pic_small .title a {
  color: #fff;
}

.row-multimedia .meide-swap-box .tab1 .tab-menu-box .tab_menu li.selected .pic_small .title a:hover {
  color: #Fff !important;
}

.row-multimedia .meide-swap-box .tab1 .tab_box {
  float: left;
  width: 830px;
  height: 468px;
  position: relative;
}

.row-multimedia .meide-swap-box .tab1 .tab_box .pic_big img {
  width: 830px;
  height: 468px;
}

.row-multimedia .meide-swap-box .tab1 .hide {
  display: none;
}

.row-multimedia .meide-swap-box .tab1 .video0225-box {
  width: 830px;
  height: 468px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.row-multimedia .meide-swap-box .tab1 .video0225-box .video0225 {
  width: 830px;
  height: 468px;
}

.row-multimedia .meide-swap-box .tab1 .video0225-box .video0225-close {
  width: 33px;
  height: 32px;
  position: absolute;
  top: 0;
  right: -33px;
  z-index: 50;
  background: url("http://www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png") no-repeat;
  cursor: pointer;
}

.dh-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.row-zeroscene h1 {
  height: 122px;
  width: 100%;
  margin-top: 20px;
  background-image: url("title02.png?0");
  background-position: 58% -1190px;
  background-repeat: no-repeat;
  position: relative;
}

.row-zeroscene h1 {
  background-position: 50% 0px;
}

.row-zeroscene .ljl-box {
  width: 1000px;
  overflow: hidden;
  height: 266px;
  margin-top: -16px;
}

.row-zeroscene .ljl-box .ljl-box-left {
  float: left;
  width: 490px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box {
  width: 742px;
  height: 160px;
  background: url("banner_bg2.png") no-repeat;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left {
  float: left;
  width: 250px;
  height: 120px;
  margin: 12px 0 0 50px;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left .img-bor {
  position: relative;
  width: 180px;
  height: 118px;
  border: 1px solid #e12929;
  background: #fff;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left .img-bor:before {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: -12px;
  width: 11px;
  height: 1px;
  background-color: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left .img-bor:after {
  content: "";
  position: absolute;
  display: block;
  top: 16px;
  left: -22px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left .img-bor .img {
  width: 185px;
  height: 105px;
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 5;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left .img-bor .img img {
  width: 185px;
  height: 105px;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left .img-bor .date {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: -40px;
  z-index: 20;
  background: rgba(225, 41, 41, 0.6);
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-left .img-bor .date p {
  padding-top: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-right {
  float: left;
  width: 390px;
  height: 112px;
  margin: 12px 0 0 20px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-right h2 {
  font-size: 20px;
  color: #333;
  margin-top: 15px;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-right h2 a {
  color: #333;
  font-weight: bold;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .zhibo-box-right p {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  line-height: 25px;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .img-list {
  width: 625px;
  height: auto;
  overflow: hidden;
  margin-top: 18px;
  margin-left: 30px;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .img-list li {
  font-size: 16px;
  color: #333;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  padding-left: 25px;
  position: relative;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .img-list li + li {
  margin-top: 18px;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .img-list li:before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 100%;
}

.row-zeroscene .ljl-box .ljl-box-left .zhibo-box .img-list li a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .jjtab-list2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .jjtab-list2 li {
  width: 100%;
  height: 17px;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .jjtab-list2 li + li {
  margin-top: 18px;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .jjtab-list2 li .title {
  position: relative;
  float: left;
  width: 645px;
  height: 17px;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .jjtab-list2 li .title:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .jjtab-list2 li .title a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .jjtab-list2 li .time {
  float: right;
  width: 83px;
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .dh {
  width: 442px;
  height: 53px;
  margin-top: 25px;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .tit {
  width: 100%;
  height: 105px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .tit img {
  float: left;
  width: 185px;
  height: 105px;
  padding-right: 15px;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .tit h2 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .tit h2 a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxw-box .tit p {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxwlist li {
  height: 25px;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  overflow: hidden;
  position: relative;
  padding-left: 15px;
  margin-top: 12px;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxwlist li:before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666;
}

.row-zeroscene .ljl-box .ljl-box-left .xcxwlist li a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box {
  width: 100%;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 {
  width: 490px;
  position: relative;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_menu {
  width: 100%;
  float: left;
  margin-bottom: 16px;
  z-index: 1;
}
.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_menu b a{color: #da1200;float:right;margin-right: 25px;font-weight: bold;margin-top: 14px;position: relative;}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_menu .selected {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/jjtab02_bg.png") no-repeat;
  cursor: pointer;
  color: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_menu .selected a {
  color: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_menu li {
  width: 133px;
  height: 37px;
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 37px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-left: 5px;
}

.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_menu li a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_menu li + li {
  margin-left: 15px;
}

.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_menu li:before {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/jjtab_doc.png") no-repeat;
}

.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_box {
  width: 490px;
  clear: both;
}

.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_box .jjtab-list li {
  width: 100%;
  overflow: hidden;
  line-height: 25px;
}

.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_box .jjtab-list li + li {
  margin-top: 11px;
}

.row-zeroscene .ljl-box .ljl-box-right.jjtab-box .tab2 .jjtab_box .jjtab-list li .tit {
  position: relative;
  float: left;
  width: 490px;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_box .jjtab-list li .tit:before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666;
}
.row-zeroscene .ljl-box .ljl-box-right .jjtab-box .tab2 .jjtab_box {
  width: 490px;
  clear: both;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_box .jjtab-list li {
  width: 100%;
  overflow: hidden;
  line-height: 25px;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_box .jjtab-list li + li {
  margin-top: 11px;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_box .jjtab-list li .tit {
  position: relative;
  float: left;
  width: 490px;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_box .jjtab-list li .tit:before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666;
}
.row-zeroscene .ljl-box .ljl-box-left  .jjtab-box .tab2 .jjtab_box .jjtab-list li .tit:before {
  content: "";
  position: reletive;
  display: block;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #666;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_box .jjtab-list li .tit a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .jjtab_box .jjtab-list li .time {
  float: right;
  width: 83px;
  line-height: 17px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .jjtab-box .tab2 .hide {
  display: none;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 {
  width: 740px;
  position: relative;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_menu {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 1;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_menu .selected {
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/jjtab_bg.png") no-repeat;
  cursor: pointer;
  color: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_menu .selected a {
  color: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_menu li {
  width: 116px;
  height: 37px;
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 37px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-left: 5px;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_menu li a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_menu li + li {
  margin-left: 15px;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_menu li:before {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/jjtab_doc.png") no-repeat;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .qwtab_box {
  width: 740px;
  height: 160px;
  clear: both;
  top: 60px;
  position: relative;
}

.row-zeroscene .ljl-box .ljl-box-left .zbxwtab-box .tab2 .hide {
  display: none;
}

.row-zeroscene .ljl-box .ljl-box-right {
  float: right;
  width: 490px;
  height: 400px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-right .r-dh-box {
  width: 275px;
  height: auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #e12929;
  font-weight: bold;
  margin-top: 18px;
}

.row-zeroscene .ljl-box .ljl-box-right .r-dh-box a {
  color: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-right .r-dh-box:before {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  left: -10px;
  width: 85px;
  height: 1px;
  background: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-right .r-dh-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  right: -4px;
  width: 86px;
  height: 1px;
  background: #e12929;
}

.row-zeroscene .ljl-box .ljl-box-right .hsy_box {
  width: 375px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.row-zeroscene .ljl-box .ljl-box-right .hsy_box h2 {
  height: 60px;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 30px;
  margin-top: 28px;
}

.row-zeroscene .ljl-box .ljl-box-right .hsy_box h2 a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-right .hsy_box .img {
  margin-top: 20px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-right .hsy_box .img img {
  float: left;
  width: 109px;
  height: 109px;
  border-radius: 100%;
}

.row-zeroscene .ljl-box .ljl-box-right .hsy_box .img p {
  /* margin-top: 3px; */
  /* height: 44px; */
  font-size: 15px;
  color: #333;
  line-height: 25px;
  overflow: hidden;
  padding-left: 38px;
}

.row-zeroscene .ljl-box .ljl-box-right .hsy_box .img p a {
  color: #333;
}

.row-zeroscene .ljl-box .ljl-box-right .xlhlist {
  width: 375px;
  overflow: hidden;
  margin: 0 auto;
  list-style: none;
  margin-top: 20px;
}

.row-zeroscene .ljl-box .ljl-box-right .xlhlist li {
  float: left;
  width: 116px;
  height: 142px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/jcxlh_bg.png") no-repeat;
}

.row-zeroscene .ljl-box .ljl-box-right .xlhlist li p {
  width: 96px;
  height: 73px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.row-zeroscene .ljl-box .ljl-box-right .xlhlist li p a {
  color: #333;
  font-weight: bold;
}

.row-zeroscene .ljl-box .ljl-box-right .xlhlist li + li {
  margin-left: 13px;
}

.row-zeroscene .ljl-box .ljl-box-right .xzczdlist {
  width: 375px;
  height: auto;
  margin: 0 auto;
  list-style: none;
  margin-top: 20px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-right .xzczdlist li {
  float: left;
  width: 78px;
  height: 140px;
  overflow: hidden;
}

.row-zeroscene .ljl-box .ljl-box-right .xzczdlist li + li {
  margin-left: 70px;
}

.row-zeroscene .ljl-box .ljl-box-right .xzczdlist li img {
  width: 78px;
  height: 90px;
}

.row-zeroscene .ljl-box .ljl-box-right .xzczdlist li p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  text-align: center;
}

.row-zeroscene .ljl-box .ljl-box-right .xzczdlist li p a {
  color: #333;
}

.row-meetingreport h2 {
  height: 100px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -1190px;
  background-repeat: no-repeat;
  position: relative;
}

.row-meetingreport h2 {
  background-position: 50% -100px;
}

.meeting-report {
  padding-top: 0px;
  padding-bottom: 0px;
}

.meeting-report .box {
  position: relative;
}

.meeting-report .box-tit {
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/tit_report.png");
}

.meeting-report .report-wrap,
.meeting-report .report-cont {
  height: 100%;
  background: #fff;
}

.meeting-report .meeting-report-cont {
  height: 100%;
  margin-top: 36px;
  background-color: #fff;
}

.meeting-report .report-sfq {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 410px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.meeting-report .report-item {
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.meeting-report .report-item-on {
  width: 1026px;
}

.meeting-report .report-tit {
  float: left;
  width: 42px;
  height: 100%;
  background-color: #232951;
  font-size: 16px;
  cursor: pointer;
}

.meeting-report .report-item-on .report-tit {
  background-color: #cc3333;
}

.meeting-report .report-tit-wrap {
  position: relative;
  width: 1em;
  padding-top: 86px;
  margin: 0 auto;
  line-height: 100%;
  color: #fff;
}

.meeting-report .report-tit-wrap:before {
  content: "";
  position: absolute;
  display: block;
}

.meeting-report .report-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  /* border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6; */
  overflow: hidden;
}

.meeting-report .report-cont {
  width: 984px;
}

.meeting-report .report-tit-wrap:before {
  top: 60px;
  left: 2px;
  width: 11px;
  height: 11px;
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/icon_sqaur_small.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.meeting-report .report-item-on .report-tit-wrap:before {
  top: 55px;
  left: -2px;
  width: 21px;
  height: 21px;
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/icon_square.png");
}

.g-opacity0 .report-tit {
  cursor: default;
}

.report-cont-left {
  float: left;
  width: 370px;
  padding-top: 40px;
  padding-left: 70px;
}

.report-cont-tit {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.report-cont-tit img {
  display: block;
  width: 100%;
  height: 208px;
  padding-bottom: 14px;
}

.report-cont-sub {
  padding-top: 8px;
  font-size: 14px;
  line-height: 26px;
  color: #808080;
}

.report-cont-right {
  position: relative;
  float: right;
  width: 510px;
}

.report-cont-right-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  color: #fff;
}

.report-cont-right-item a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.report-cont-right-wzz {
  /* left: 32px;
	top: 26px;
	width: 144px;
	height: 143px; */
  top: 26px;
  left: 74px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  /* background-image: -moz-linear-gradient( 90deg, rgb(255,113,80) 0%, rgb(255,61,37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,113,80) 0%, rgb(255,61,37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,113,80) 0%, rgb(255,61,37) 100%); */
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/bg_report_right_wzz.png");
  -webkit-box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
  -moz-box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
  box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
}

.report-cont-right-hms {
  /* left: 260px;
	top: 50px;
	width: 130px;
	height: 130px; */
  top: 50px;
  left: 298px;
  width: 96px;
  height: 96px;
  line-height: 96px;
  /* background-image: -moz-linear-gradient( 90deg, rgb(0,164,255) 0%, rgb(0,122,255) 100%);
	  background-image: -webkit-linear-gradient( 90deg, rgb(0,164,255) 0%, rgb(0,122,255) 100%);
	  background-image: -ms-linear-gradient( 90deg, rgb(0,164,255) 0%, rgb(0,122,255) 100%); */
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/bg_report_right_hms.png");
  -webkit-box-shadow: 0px 15px 21px 0px rgba(88, 135, 255, 0.19);
  -moz-box-shadow: 0px 15px 21px 0px rgba(88, 135, 255, 0.19);
  box-shadow: 0px 15px 21px 0px rgba(88, 135, 255, 0.19);
}

.report-cont-right-xzl {
  /* left: 120px;
	top: 110px;
	width: 181px;
	height: 181px; */
  top: 110px;
  left: 158px;
  width: 145px;
  height: 145px;
  line-height: 144px;
  /* background-image: -moz-linear-gradient( 90deg, rgb(255,103,116) 0%, rgb(255,54,66) 100%);
	  background-image: -webkit-linear-gradient( 90deg, rgb(255,103,116) 0%, rgb(255,54,66) 100%);
	  background-image: -ms-linear-gradient( 90deg, rgb(255,103,116) 0%, rgb(255,54,66) 100%); */
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/bg_report_right_xzl.png");
  -webkit-box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
  -moz-box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
  box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
}

.report-cont-right-tjg {
  /* left: 0;
	top: 210px;
	width: 182px;
	height: 182px; */
  top: 210px;
  left: 0;
  width: 146px;
  height: 146px;
  line-height: 146px;
  /* background-image: -moz-linear-gradient( 90deg, rgb(123,218,254) 0%, rgb(77,185,250) 100%);
	  background-image: -webkit-linear-gradient( 90deg, rgb(123,218,254) 0%, rgb(77,185,250) 100%);
	  background-image: -ms-linear-gradient( 90deg, rgb(123,218,254) 0%, rgb(77,185,250) 100%); */
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/bg_report_right_tjg.png");
  -webkit-box-shadow: 0px 15px 21px 0px rgba(88, 186, 255, 0.19);
  -moz-box-shadow: 0px 15px 21px 0px rgba(88, 186, 255, 0.19);
  box-shadow: 0px 15px 21px 0px rgba(88, 186, 255, 0.19);
}

.report-cont-right-cgg {
  top: 276px;
  left: 186px;
  width: 106px;
  height: 106px;
  line-height: 106px;
  /* background-image: -moz-linear-gradient( 90deg, rgb(120,240,213) 0%, rgb(62,204,156) 100%);
	  background-image: -webkit-linear-gradient( 90deg, rgb(120,240,213) 0%, rgb(62,204,156) 100%);
	  background-image: -ms-linear-gradient( 90deg, rgb(120,240,213) 0%, rgb(62,204,156) 100%); */
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/bg_report_right_cgg.png");
  -webkit-box-shadow: 0px 15px 21px 0px rgba(88, 255, 198, 0.19);
  -moz-box-shadow: 0px 15px 21px 0px rgba(88, 255, 198, 0.19);
  box-shadow: 0px 15px 21px 0px rgba(88, 255, 198, 0.19);
}

.report-cont-right-tfz {
  top: 222px;
  left: 340px;
  width: 104px;
  height: 104px;
  line-height: 104px;
  /* background-image: -moz-linear-gradient( 90deg, rgb(255,202,89) 0%, rgb(242,171,35) 100%);
	  background-image: -webkit-linear-gradient( 90deg, rgb(255,202,89) 0%, rgb(242,171,35) 100%);
	  background-image: -ms-linear-gradient( 90deg, rgb(255,202,89) 0%, rgb(242,171,35) 100%); */
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/bg_report_right_tfz.png");
  -webkit-box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
  -moz-box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
  box-shadow: 0px 15px 21px 0px rgba(255, 88, 88, 0.19);
}

.report-temp {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 408px;
  bottom: 1px;
  right: 1px;
}

.editions .box-tit {
  background-image: url("http://www.newsimg.cn/politics/2017lh/img/tit_editions.png");
}

.editions-tab-tit {
  padding-bottom: 34px;
}

.row-local h2 {
  height: 100px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -1000px;
  background-repeat: no-repeat;
  position: relative;
}

.row-local h2 {
  background-position: 50% -1000px;
}

.row-local .dflh-box {
  width: 1200px;
  height: 172px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

.row-local .dflh-box .swiper-container {
  width: 1200px;
  height: 172px;
  color: #fff;
  text-align: center;
}

.row-local .dflh-box .ljhg-nr-box {
  width: 100px;
  height: 172px;
  margin: 0 auto;
  position: relative;
}

.row-local .dflh-box .ljhg-nr-box img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.row-local .dflh-box .ljhg-nr-box p {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

.row-local .dflh-box .ljhg-nr-box p a {
  color: #333;
}

.row-local .dflh-box .dflh-left {
  background: url("http://www.newsimg.cn/politics/2017lh/img/arrow_talking_left.png") no-repeat left top;
  position: absolute;
  left: -40px;
  top: 45px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.row-local .dflh-box .dflh-right {
  background: url("http://www.newsimg.cn/politics/2017lh/img/arrow_talking_right.png") no-repeat left bottom;
  position: absolute;
  right: -40px;
  top: 45px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.row-Flink h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -1090px;
  background-repeat: no-repeat;
  position: relative;
}

.row-Flink h2 {
  background-position: 58% -1100px;
}

.coop-cont {
  position: relative;
  left: -20px;
  width: 1240px;
  padding-top: 40px;
}

.coop-item {
  float: left;
  display: block;
  width: 165px;
  height: 65px;
  padding-bottom: 20px;
  margin: 0 20px;
  overflow: hidden;
}

.coop-item img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

.row-hudong h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -1190px;
  background-repeat: no-repeat;
  position: relative;
}

.row-hudong .hudong-box-left {
  float: left;
  width: 360px;
  height: 670px;
  overflow: hidden;
}

.row-hudong .hudong-box-left .skzs-dh {
  width: 356px;
  height: 24px;
  margin: 0 auto;
}

.row-hudong .hudong-box-left .skzs-pic {
  width: 354px;
  height: 169px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}

.row-hudong .hudong-box-left .skzs-pic img {
  width: 354px;
  height: 169px;
}

.row-hudong .hudong-box-left .skzs-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.row-hudong .hudong-box-left .skzs-list li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 34px;
}

.row-hudong .hudong-box-left .skzs-list li .tit {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
}

.row-hudong .hudong-box-left .skzs-list li .tit a {
  color: #333;
}

.row-hudong .hudong-box-left .skzs-list li .tit:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 9px;
  height: 17px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/skzs_doc.png") no-repeat left center;
}

.row-hudong .hudong-box-left .skzs-list li .txt {
  margin-top: 13px;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.row-hudong .hudong-box-mid {
  float: left;
  width: 402px;
  height: 670px;
  overflow: hidden;
  margin-left: 40px;
}

.row-hudong .hudong-box-mid img {
  width: 402px;
  height: 670px;
}

.row-hudong .hudong-box-right {
  float: right;
  width: 356px;
  height: 670px;
  overflow: hidden;
}

.row-hudong .hudong-box-right .rbd-dh {
  width: 213px;
  height: 132px;
  margin: 0 auto;
}

.row-hudong .hudong-box-right .rbd-pic {
  width: 356px;
  height: 201px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
}

.row-hudong .hudong-box-right .rbd-pic img {
  width: 356px;
  height: 201px;
}

.row-hudong .hudong-box-right .rbd-pic .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  opacity: 0.6;
  background: #000;
  z-index: 0;
}

.row-hudong .hudong-box-right .rbd-pic .tit {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 96%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.row-hudong .hudong-box-right .rbd-pic .tit a {
  color: #fff;
}

.row-hudong .hudong-box-right .rbd-list {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.row-hudong .hudong-box-right .rbd-list li {
  height: 51px;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  padding-left: 55px;
  position: relative;
  margin-top: 10px;
}

.row-hudong .hudong-box-right .rbd-list li a {
  color: #333;
}

.row-hudong .hudong-box-right .rbd-list li.ico01:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 43px;
  height: 51px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/skrlb_doc01.png") no-repeat left center;
}

.row-hudong .hudong-box-right .rbd-list li.ico02:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 43px;
  height: 51px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/skrlb_doc02.png") no-repeat left center;
}

.row-hudong .hudong-box-right .rbd-list li.ico03:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 43px;
  height: 51px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/skrlb_doc03.png") no-repeat left center;
}

.row-hudong .hudong-box-right .rbd-check {
  width: 262px;
  height: 93px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 38px;
}

.row-hudong .hudong-box-right .rbd-check img {
  width: 262px;
  height: 93px;
}

.row-brain h2 {
  height: 100px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -1290px;
  background-repeat: no-repeat;
  position: relative;
}

.row-brain .brain-box-left {
  float: left;
  width: 698px;
  height: 394px;
}

.row-brain .brain-box-left .focusBox_brain {
  width: 698px;
  height: 394px;
  position: relative;
}

.row-brain .brain-box-left .focusBox_brain .swiper-container {
  width: 698px;
  height: 394px;
}

.row-brain .brain-box-left .focusBox_brain .swiper-slide {
  position: relative;
}

.row-brain .brain-box-left .focusBox_brain img {
  width: 698px;
  height: 394px;
}

.row-brain .brain-box-left .focusBox_brain .play {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 140px;
  left: 300px;
}

.row-brain .brain-box-left .focusBox_brain .play img {
  width: 100%;
  height: auto;
}

.row-brain .brain-box-left .focusBox_brain .pagination {
  height: 12px;
  position: absolute;
  right: 10px;
  text-align: center;
  bottom: -20px;
  width: 100%;
  z-index: 2;
}

.row-brain .brain-box-left .focusBox_brain .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #333;
  margin: 0 8px;
  cursor: pointer;
}

.row-brain .brain-box-left .focusBox_brain .swiper-active-switch {
  background: #e12929;
}

.row-brain .brain-box-right {
  float: right;
  width: 465px;
  height: 422px;
  overflow: hidden;
}

.row-brain .brain-box-right .focusBox11 {
  width: 465px;
  height: 422px;
  position: relative;
}

.row-brain .brain-box-right .focusBox11 .swiper-container {
  width: 465px;
  height: 422px;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide {
  position: relative;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr {
  width: 465px;
  height: 325px;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/brain_bg.png");
  border-radius: 10px;
  position: relative;
  margin-top: 68px;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr .img {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  left: 170px;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr .img img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr .tit {
  width: 402px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  color: #e12929;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 72px;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr .tit a {
  color: #e12929;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/brain_bg.png");
  padding: 0 20px;
  display: inline-block;
  position: relative;
  z-index: 9;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr .tit:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e12929;
  top: 12px;
  left: 0;
  z-index: 2;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr .text {
  width: 402px;
  height: 175px;
  line-height: 35px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  margin-top: 23px;
}

.row-brain .brain-box-right .focusBox11 .swiper-slide .brain-nr .text a {
  color: #333;
}

.row-brain .brain-box-right .focusBox11 .pagination {
  position: absolute;
  right: 10px;
  text-align: center;
  bottom: 5px;
  width: 100%;
  z-index: 2;
}

.row-brain .brain-box-right .focusBox11 .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #333;
  margin: 0 8px;
  cursor: pointer;
}

.row-brain .brain-box-right .focusBox11 .swiper-active-switch {
  background: #e12929;
}

.row-zxbb .scroll {
  margin-top: 10px;
  position: relative;
  height: 36px;
  padding: 5px 0;
}

.row-zxbb .scroll-news-tit {
  position: relative;
  float: left;
  width: 90px;
  height: 100%;
  background: url("http://www.newsimg.cn/politics/2018lh/0225/images/jsbb_logo.png") 0 4px no-repeat;
  font-size: 18px;
  line-height: 36px;
  color: #be1313;
  font-weight: bold;
}

.row-zxbb .scroll-news-tit a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 26px;
  padding-left: 24px;
  color: #be1313;
}

.row-zxbb .scroll-news-txt {
  position: relative;
  float: right;
  width: 1080px;
  height: 100%;
  margin: 0 12px 0 0px;
  overflow: hidden;
}

.row-zxbb .scroll-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  line-height: 26px;
  width: 100%;
}

.row-zxbb .scroll-items {
  float: left;
  height: 100%;
}

.row-zxbb .scroll-items a {
  position: relative;
  padding-left: 12px;
  padding-right: 28px;
  font-size: 14px;
  color: #333;
}

.row-zxbb .scroll-items a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/********* 删除此区块显示广告 ************/
/********* 删除此区块显示广告 ************/
/********* 返回新华网首页链接 ************/
.sideToHome {
  display: block;
}

.sideToHome_19index {
  display: none;
}

/********* 返回新华网首页链接 ************/
.row-human h2 {
  height: 100px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 25px;
  background-image: url("http://www.newsimg.cn/politics/2018lh/0225/images/title02.png");
  background-position: 58% -1190px;
  background-repeat: no-repeat;
  position: relative;
}

.row-human h2 {
  background-position: 50% -200px;
}

/*# sourceMappingURL=maps/index.css.map */
</pre></body></html>