.txtoh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* iframe {
    .bk;
    width: 100%;
} */
a:hover {
  color: inherit;
  -webkit-touch-callout: none;
}

body {
  font-family: "微软雅黑", "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1, "PingFang SC", "Lantinghei SC", "Helvetica Neue", "Helvetica, Arial", "STHeitiSC-Light", "simsun", "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: auto;
}

.box {
  width: 1000px;
  margin: 0 auto;
}

.domMobile {
  display: none;
}

@media all and (max-width: 768px) {

  .domPc,
  .domPC {
    display: none;
  }

  .domMobile {
    display: block;
  }

  .box {
    width: 92%;
  }
}

.hide {
  display: none;
}

.hide-always {
  display: none !important;
}

.noEvt {
  pointer-events: none;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("http://www.news.cn/big201710leaderreports/img/mult_report_sub_bg_banner_1.png");
  overflow: hidden;
}

.banner:before {
  content: "";
  position: absolute;
  display: block;
  content: url("http://www.news.cn/big201710leaderreports/mult_report_sub_bg_banner_redcloud.png");
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 1920px;
  height: 106px;
  line-height: 100%;
}

.banner .box {
  position: relative;
  height: 300px;
  line-height: 300px;
  font-size: 0;
}

.banner-pic {
  position: absolute;
  left: 54px;
  bottom: -8px;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 100%;
  width: 220px;
  height: 270px;
}

.banner-pic img {
  width: 100%;
}

.banner-pic-box {
  position: relative;
  height: 100%;
}

.banner-pic-box img {
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.banner-txt {
  z-index: 20;
  /*display: inline-block;
  vertical-align: middle;
  margin-left: 400px;
  max-width: 570px;
  max-width: 780px;
  line-height: 100%;*/
  
  display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	line-height: 100%;
}

.banner-txt h1 {
  padding-bottom: 20px;
  line-height: 78px;
  color: #d90000;
  font-weight: bold;
  font-size: 64px;
  line-height: 100%;
}

.banner-txt h1 span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: bottom;
  line-height: 100px;
  font-size: 40px;
  letter-spacing: 24px;
  font-family: "宋体";
  font-weight: bold;
  display: none;
}

.banner-txt h2 {
  display: none;
  font-size: 22px;
  line-height: 34px;
  color: #3b3b3b;
}

.banner-txt h3 {
  display: none;
  padding-top: 16px;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 26px;
  color: #4f4f4f;
}

.banner-txt h3+a,
.banner-txt>a,
.backhomepage {
  bottom: 114px;
  display: inline-block;
  width: 98px;
  height: 32px;
  line-height: 32px;
  background-color: #d90000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.banner-txt h3+a:hover,
.banner-txt>a:hover,
.backhomepage:hover {
  color: #ff9724;
}

.banner-txt h3+a:before,
.banner-txt>a:before,
.backhomepage:before {
  content: attr(data-des);
}

.logo {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 30;
  display: block;
  width: 102px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("http://www.news.cn/big201710leaderreports/img/logoxinhuanet.png");
}

.pre-data {
  height: 523px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("http://www.news.cn/big201710leaderreports/xibdj20171030.jpg");
}

.pre-data .box {
  position: relative;
}

.leader-info {
  position: absolute;
  top: 6%;
  left: 50%;
}

.leader-info .name {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 50px;
  color: #dd1412;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -moz-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}

.leader-info .position {
  margin-bottom: 30px;
}

.leader-info .position span {
  display: block;
  font-size: 24px;
  line-height: 1.6;
  color: #333;
}

.leader-info .position .position1 {
  -webkit-transition: all 0.3s 0.3s ease-out;
  -moz-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}

.leader-info .position .position2 {
  -webkit-transition: all 0.3s 0.4s ease-out;
  -moz-transition: all 0.3s 0.4s ease-out;
  transition: all 0.3s 0.4s ease-out;
}

.leader-info .position .position3 {
  -webkit-transition: all 0.3s 0.5s ease-out;
  -moz-transition: all 0.3s 0.5s ease-out;
  transition: all 0.3s 0.5s ease-out;
}

.leader-info .position .position4 {
  -webkit-transition: all 0.3s 0.6s ease-out;
  -moz-transition: all 0.3s 0.6s ease-out;
  transition: all 0.3s 0.6s ease-out;
}

.leader-info .see {
  -webkit-transition: all 0.3s 0.7s ease-out;
  -moz-transition: all 0.3s 0.7s ease-out;
  transition: all 0.3s 0.7s ease-out;
}

.leader-info .see a {
  display: inline-block;
  margin-left: 75px;
  width: 171px;
  height: 58px;
  background: url('http://www.news.cn/big201710leaderreports/big19_1030_xbtn.png') no-repeat;
}

@media screen and (min-width: 0px) {

  .leader-info .name,
  .leader-info .position span,
  .leader-info .see {
    opacity: 0;
    margin-left: 2em;
  }

  .leader-info .name,
  .leader-info .position span,
  .leader-info .see {
    opacity: 1;
    margin-left: 0;
  }

  .cover-light {
    opacity: 1;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

@-webkit-keyframes coverTitle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes coverTitle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes coverTitle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.see a {
  position: relative;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
  color: #fff;
}

.see a:before {
  content: attr(data-des);
}

@media screen and (max-width: 768px) {
  .pre-data {
    /* height: 2.7733333333333334rem;
    background-image: url("http://www.newsimg.cn/big201710leaderreports/mobxibannerbg1030.jpg"); */
    background-image: url(http://www.news.cn/big201710leaderreports/big1001ximobbannerbg.jpg);
    height: 5.333333333333333rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .position {
    display: none;
  }

  .leader-info {
    top: 2rem;
    left: 54%;
  }

  .leader-info .name {
    position: relative;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
  }

  .leader-info .name:after {
    content: attr(data-des);
    position: absolute;
    bottom: 0;
    right: -68%;
    font-size: 12px;
    line-height: 100%;
  }

  .leader-info .name,
  .leader-info .see {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .leader-info .see a {
    width: 60px;
    height: 24px;
    margin-left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    line-height: 24px;
    font-size: 12px;
  }

  .leader-info .see {
    height: auto;
    margin-top: 12px;
    margin-left: 6px;
    font-size: 0;
    line-height: 100%;
  }
}

.blocks-tit {
  position: relative;
  height: 36px;
  background-position: center center;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-image: url("http://www.news.cn/big201710leaderreports/img/mult_r_line.png");
  font-size: 0;
}

.blocks-tit a {
  position: relative;
  display: inline-block;
  height: 100%;
  padding: 0 10px 0 18px;
  background-color: #bf0009;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
}

.blocks-tit a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  z-index: 10;
  border-right: 2px solid #fff;
  background-color: #a7a7a7;
  font-size: 0;
}

.blocks-tit a:after {
  content: "";
  position: absolute;
  display: block;
  right: -15px;
  bottom: -15px;
  border-style: solid;
  border-color: #a7a7a7;
  border-width: 14px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.contarinrt {
  padding-bottom: 36px;
}

.contarinrt>.box {
  padding-top: 32px;
}

.more {
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin: 20px auto 0;
}

.footer {
  padding: 44px 0;
  background-color: #e8e8e8;
  font-size: 14px;
  line-height: 30px;
  color: #767676;
  text-align: center;
}

.blocks-list {
  padding-top: 10px;
  padding-bottom: 24px;
}

.blocks-list a {
  font-size: 16px;
  line-height: 40px;
  color: #000;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.blocks-list a:hover {
  color: #ff9724;
}

.sub-txt .blocks-list {
  overflow: hidden;
}

.sub-txt .blocks-list li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-bottom: 1px dashed #333;
  font-size: 0;
  line-height: 40px;
}

.sub-txt .blocks-list li:before,
.sub-txt .blocks-list li:after {
  content: "";
  position: absolute;
  display: block;
  top: 26px;
}

.sub-txt .blocks-list li:before {
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #bf0009;
}

.sub-txt .blocks-list li:after {
  content: attr(data-pt);
  right: 0;
  font-size: 12px;
  line-height: 100%;
  color: #999;
}

.sub-txt .blocks-list a {
  display: inline-block;
  max-width: 880px;
  vertical-align: middle;
}

.sub-pic .container {
  overflow: hidden;
}

.sub-pic .blocks-list {
  width: 105%;
}

.sub-pic .blocks-list li {
  float: left;
  width: 220px;
  margin-right: 40px;
  padding-bottom: 20px;
}

.sub-pic .blocks-list a,
.sub-pic .blocks-list img,
.sub-pic .blocks-list span {
  display: block;
  width: 100%;
}

.sub-pic .blocks-list img {
  height: 123px;
}

.sub-pic .blocks-list a {
  display: inline-block;
  max-width: 880px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  color: #000;
}

.sub-pic .blocks-list span {
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
  height: 78px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .contarinrt .box {
    padding-top: 6px;
  }

  .blocks-tit {
    height: 24px;
  }

  .blocks-tit a {
    font-size: 16px;
  }

  .sub-txt .blocks-list li {
    padding-left: 0;
  }

  .sub-txt .blocks-list li:before,
  .sub-txt .blocks-list li:after {
    display: none;
  }

  .sub-txt .blocks-list a {
    max-width: 100%;
    line-height: 32px;
  }

  .sub-pic .blocks-list {
    width: 100%;
  }

  .sub-pic .blocks-list li {
    width: 4.2rem;
    margin-right: 0;
  }

  .sub-pic .blocks-list li:nth-child(odd) {
    float: left;
  }

  .sub-pic .blocks-list li:nth-child(even) {
    float: right;
  }

  .sub-pic .blocks-list img {
    height: 2.348181818181818rem;
  }

  .sub-pic .blocks-list span {
    font-size: 14px;
  }
}

.cover-content .leader-info .position span {
  font-size: 26px;
}

.m6sub {
  /* .evt-tab{
		height: 422px;
	} */
}

.m6sub .banner:before {
  display: none;
}

.m6sub .banner-pic {
  left: 50%;
  margin-left: -300px;
  bottom: inherit;
  top: 50%;
  margin-top: -120px;
  width: 180px;
  height: 220px;
  display:none;
}

.m6sub .banner-txt {
  /*margin-left: 416px;*/
}

.m6sub .banner-txt h1 {
  padding-bottom: 12px;
  font-size: 48px;
}

.m6sub .banner-txt h2 {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.m6sub .banner-txt h2 span {
  display: block;
}

.m6sub .evt-tab {
  height: 330px;
}

.m6sub .tit-box {
  background-image: url("http://www.news.cn/big201710leaderreports/img/mult_report_demo_6_sprite_tit.png");
}

.m6sub .hdpic .box {
  position: relative;
}

.m6sub .hdpic-tit-box {
  background-position-y: -50px;
}

.m6sub .report-tit-box {
  background-position-y: -100px;
}

.m6sub .headline .box:first-child {
  padding-bottom: 0;
  background: none;
  border: none;
}

.m6sub .evt-options:before {
  display: none;
}

.m6sub .evt-options {
  height: 45px;
  line-height: 45px;
  text-indent: 36px;
}

.m6lkq .evt-tab {
  height: 422px;
}

@media screen and (max-width: 768px) {

  .m6sub .banner,
  .banner {
    height: 4.26666667rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .m6sub .banner .box,
  .banner .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .m6sub .banner:before,
  .banner:before {
    content: "";
    width: 100%;
    height: 1.33333333rem;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("http://www.news.cn/big201710leaderreports/img/mult_report_sub_bg_banner_redcloud.png");
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }

  .m6sub .banner .banner-txt h1,
  .banner .banner-txt h1 {
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 10px;
  }

  .m6sub .banner .banner-txt h1 span,
  .banner .banner-txt h1 span {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    width: auto;
    height: 0.6rem;
  }

  .m6sub .banner .banner-txt h1 span:before,
  .banner .banner-txt h1 span:before {
    top: inherit;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .m6sub .banner .banner-txt h2,
  .banner .banner-txt h2 {
    display: none;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
  }

  .m6sub .banner .banner-txt h3,
  .banner .banner-txt h3 {
    padding: 6px 0;
    font-size: 12px;
    line-height: 20px;
  }

  .m6sub .banner-pic,
  .banner-pic {
    width: 3rem;
  }

  .m6sub .backhomepage,
  .banner-txt h3+a,
  .banner-txt>a,
  .backhomepage {
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    display: block;
	position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 30px;
  }

  .m6sub .banner-txt,
  .banner-txt {
	width:auto;
    margin-left: -110px;
  }

  .m6sub .banner-pic-box {
    height: auto;
  }

  .m6sub .banner-pic {
    height: auto;
    top: 50%;
    margin-left: -3.5rem;
    margin-top: 0;
  }

  .m6sub .banner-pic-box img {
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .logo {
    top: 20px;
    width: 1.33333333rem;
    height: 0.85333333rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

  .blocks-tit a {
    padding: 0 18px;
  }

  .banner-txt .domMobile {
    position: relative;
  }

  .banner-txt .domMobile:before {
    content: "报道专集";
    position: absolute;
    right: -3px;
    bottom: 10px;
    font-size: 24px;
	width:100px;
    line-height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .footer {
    padding: 8px 0;
    font-size: 12px;
    line-height: 20px;
  }
  

}

@media screen and (max-width: 768px) {

  /*-- 常委兼容 --*/
  .m6sub .gwyl {
    display: none;
  }

  .m6sub .banner:before {
    display: none;
  }

  /* .m6sub .banner-pic{
	 	bottom:inherit;
	 	width: 7rem;
	 	height: 8.6rem;
	 }
	 .m6sub .banner-pic-box img{
	 	top: inherit;
	 } */
}

/*# sourceMappingURL=../maps/mult_report_demo_sub.css.map */