/**
 * @Author: minihui
 * @Date:   2017-06-07-Wed-15-57-30
 * @Last modified by:   minihui
 * @Last modified time: 2017-06-21-Wed-16-21-13
 * @Copyright: Copyright © 2000 - 2017 XINHUANET.com　All Rights Reserved.
制作单位：新华网股份有限公司　　版权所有 新华网股份有限公司
 */

body {
  min-width: 1200px;
}
.part {
  width: 1200px;
  margin: 0 auto;
}
/********************************************************************************
                                现场直播
  ********************************************************************************/
.part0 {
  background-color: #2f4faf;
  width: 100%;
  height: 122px;
  margin-top: 55px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/live.png");
  background-repeat: no-repeat;
  background-position: 15px 17px;
}
.part0-tit {
  height: 54px;
  font-size: 30px;
  color: #fff;
  margin-left: 138px;
  padding-top: 16px;
}
.part0-tit a {
  color: #fff;
}
.part0-tit i {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #ffbd20;
  font-style: normal;
  float: right;
  margin-right: 15px;
}
.part0-sum {
  margin-left: 138px;
  border-top: 1px solid #3e65db;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
/********************************************************************************
                               图集直播
 ********************************************************************************/
.part1 {
  margin: 48px auto 0;
}
.part1-left {
  width: 796px;
  height: 596px;
  float: left;
  position: relative;
}
.part1-right {
  width: 381px;
  height: 596px;
  float: right;
}
.part1-left-close {
  width: 20px;
  height: 20px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/close1.png");
  position: absolute;
  right: -18px;
  top: -1px;
  display: none;
}
.part1-left-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
}
.part1-left-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  left: 0;
  top: 0;
  display: none;
}
.part1-left-iframe iframe {
  width: 100%;
  height: 100%;
}
.part1-left-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  left: 0;
  top: 0;
  display: none;
}
.part1-left-video video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.part1-left-cont {
  width: 100%;
  height: 84px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.part1-left-cont::before {
  content: "";
  width: 100%;
  height: 84px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.part1-left-tit {
  height: 84px;
  line-height: 84px;
  color: #fff;
  font-size: 24px;
  padding: 0 10px 0 100px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.part1-left-tit a {
  color: #fff;
}
.part1-left-btn {
  width: 90px;
  height: 84px;
  float: left;
  display: inline-block;
  background-color: #55a4fd;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.part1-left-btn a {
  color: #fff;
  line-height: 40px;
}
.part1-mark-pic {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/icon_pic.png");
}
.part1-mark-live {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/icon_live.png");
}
.part1-mark-video {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/icon_video.png");
}
.part1-right ul {
  height: 100%;
  overflow: hidden;
}
.part1-right li {
  width: 381px;
  height: 287px;
  position: relative;
  margin-bottom: 22px;
}
.part1-right-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.part1-right-tit {
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #fff;
  width: 100%;
}
.part1-right-tit a {
  color: #fff;
  position: relative;
  z-index: 2;
}
.part1-right-tit::before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
/********************************************************************************
                               通用栏目条
 ********************************************************************************/
.global-tit {
  width: 100%;
  height: 86px;
  position: relative;
}
.global-tit-cont {
  width: 100%;
  height: 48px;
  background-color: #eeeeee;
  border-top: 2px solid #1267da;
  position: absolute;
  right: 0;
  top: 18px;
}
.global-tit-cont-name {
  font-size: 22px;
  line-height: 48px;
  display: inline-block;
  float: left;
  padding-left: 20px;
}
.global-tit-cont-more {
  font-size: 14px;
  line-height: 48px;
  display: inline-block;
  float: right;
  padding-right: 20px;
}
/********************************************************************************
                               直播摘要
 ********************************************************************************/
.part2 {
  margin: 90px auto 0;
}
.part2-cont-top {
  width: 1252px;
}
.part2-cont-top li {
  width: 566px;
  height: 132px;
  overflow: hidden;
  border-bottom: 1px dotted #9f9f9f;
  float: left;
  margin-right: 60px;
}
.part2-cont-top-tit {
  font-size: 22px;
  line-height: 40px;
  margin-top: 15px;
}
.part2-cont-top-sum {
  font-size: 16px;
  line-height: 28px;
}
.part2-cont-bottom {
  width: 1252px;
  margin-top: 15px;
}
.part2-cont-bottom li {
  width: 566px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  float: left;
  margin-right: 60px;
  font-size: 20px;
}
/********************************************************************************
                               图文直播
 ********************************************************************************/
.part3 {
  margin: 70px auto;
}
.live-box {
  margin-top: 40px;
}
.live-box-top {
  border-bottom: 1px solid #e6e6e6;
}
.styleChoice {
  display: inline-block;
  float: left;
}
.styleChoice li {
  float: left;
  font-size: 20px;
  position: relative;
  line-height: 40px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.styleChoice .on {
  color: #1267da;
}
.styleChoice .on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1267da;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.refresh {
  display: inline-block;
  float: right;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
}
.refresh i {
  padding-left: 5px;
  padding-right: 5px;
}
.refresh i img {
  margin-top: -4px;
}
.live-date {
  text-align: center;
  color: #2997f9;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/date.png");
  background-repeat: no-repeat;
  width: 105px;
  height: 36px;
  font-size: 14px;
  line-height: 32px;
  margin-top: 34px;
}
.live-list-item {
  position: relative;
  padding: 23px 0;
}
.live-list-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #1267da;
  display: block;
  position: absolute;
  left: 52px;
  top: 0;
}
.live-time {
  color: #8b8b8b;
  font-size: 14px;
  position: absolute;
  left: 80px;
  top: 40px;
}
.live-time::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/clock.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 2px;
}
.live-cont {
  position: relative;
  float: right;
  width: 1000px;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  padding: 10px 30px 20px;
}
.live-cont::before {
  content: "";
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/tri.png");
  background-repeat: no-repeat;
  width: 8px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: 18px;
}
.live-cont-name {
  font-size: 16px;
  line-height: 40px;
  color: #1267da;
}
.live-cont-dialogue-txt {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 30px;
}
.live-cont-dialogue-pics {
  margin-top: 15px;
}
.live-cont-dialogue-pics li {
  width: 260px;
  height: 188px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.live-cont-dialogue-pics li img {
  width: 100%;
  height: 100%;
}
.live-cont-btn-favor {
  float: right;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/favor.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  margin-left: 20px;
  width: 50px;
  text-align: left;
  padding-left: 22px;
  color: #4f4f4f;
  cursor: pointer;
}
.live-cont-btn-favor.clicked {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/favoron.png");
  color: #d81e06;
  cursor: default;
}
.live-cont-btn-share {
  float: right;
  color: #4f4f4f;
  text-align: right;
  cursor: pointer;
  height: 22px;
}
.live-cont-btn-share span {
  display: inline-block;
  padding-left: 25px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/share.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.live-cont-btn-share ul {
  display: inline-block;
  float: left;
  width: 0;
  height: 22px;
  overflow: hidden;
  margin-top: -3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.live-cont-btn-share ul.show {
  width: 136px;
}
.live-cont-btn-share li {
  float: left;
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.live-cont-btn-share li:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.share-xh {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/xh.png");
}
.share-wb {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/wb.png");
}
.share-wx {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/wx.png");
}
.share-kj {
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/kj.png");
}
/********************************************************************************
                               弹出层
 ********************************************************************************/
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  display: none;
}
.mask-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/close.png");
  z-index: 2;
  cursor: pointer;
}
.mask-bg {
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 1;
}
.mask-cont {
  width: 600px;
  height: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mask-cont .swiper-container {
  width: 100%;
  height: 100%;
}
.mask-cont .arrow-left {
  width: 50px;
  height: 50px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/left.png");
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.mask-cont .arrow-right {
  width: 50px;
  height: 50px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/right.png");
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.mask-cont .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
.mask-cont .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.mask-cont .swiper-active-switch {
  background: #55a4fd;
}
/********************************************************************************
                               二维码
 ********************************************************************************/
.qrcode {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  display: none;
}
.qrcode-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -89px;
  margin-top: -89px;
  z-index: 2;
  width: 178px;
  padding: 12px;
  background-color: #fff;
  text-align: center;
}
.qrcode-cont-txt {
  margin-top: 12px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}
.qrcode-cont-txt span {
  font-size: 14px;
  font-weight: normal;
}
.qrcode-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/close.png");
  z-index: 2;
  cursor: pointer;
}
.qrcode-bg {
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  body,
  html {
    width: 100%;
    min-width: 100%;
    height: auto;
    overflow-x: hidden;
  }
  .hide {
    display: none;
  }
  .part {
    width: 100%;
  }
  .banner {
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    height: 150px;
  }
  .banner-logo1 {
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
            background-size: auto 100%;
    height: 32px;
    width: 60px;
    margin-left: 10px;
    top: 5px;
  }
  .banner-logo2 {
    height: 18px;
    /*width: 60px;*/
    margin-left: 10px;
    top: 10px;
    left: 60px;
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
       -moz-background-size: auto 100%;
            background-size: auto 100%;
  }
  .banner-tit {
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
    width: 85%;
    background-position: 50% 45px;
  }
  .nav {
    height: 46px;
    margin-top: 0;
  }
  .nav-logo {
    display: none;
  }
  .nav-cont {
    margin-left: 0;
  }
  .nav-cont li {
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    width: 33%;
    margin: 0;
    text-align: center;
  }
  .nav-cont li::before {
    display: none;
  }
  .part0 {
    background-position: 5px 4px;
    height: 98px;
    margin-top: 17px;
  }
  .part0-tit {
    font-size: 18px;
    margin-left: 110px;
    padding-top: 5px;
  }
  .part0-tit a {
    display: block;
  }
  .part0-tit i {
    display: block;
    font-size: 12px;
    float: none;
    line-height: 16px;
    margin-top: 5px;
  }
  .part0-sum {
    display: none;
  }
  .part1 {
    margin-top: 17px;
  }
  .part1-left {
    width: 100%;
    height: auto;
  }
  .part1-left img {
    width: 100%;
    height: auto;
  }
  .part1-left-close {
    width: 20px;
    height: 20px;
    background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/close1.png");
    position: absolute;
    right: -1px;
    top: -18px;
  }
  .part1-left-cont {
    height: 66px;
  }
  .part1-left-cont::before {
    height: 66px;
  }
  .part1-left-tit {
    font-size: 18px;
    padding-left: 75px;
    line-height: 30px;
    height: 66px;
    display: block;
  }
  .part1-left-btn {
    width: 70px;
    height: 66px;
    font-size: 14px;
    background-position: 50% 28px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .part1-left-btn a {
    line-height: 28px;
  }
  .part1-right {
    display: none;
  }
  .part2 {
    margin-top: 5px;
  }
  .part2-cont-bottom {
    display: none;
  }
  .part2-cont-top {
    width: 100%;
    margin-top: 10px;
  }
  .part2-cont-top li {
    width: 92%;
    float: none;
    height: auto;
    padding: 0 4%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .part2-cont-top-tit {
    margin-top: 0;
    font-size: 18px;
  }
  .part2-cont-top-sum {
    font-size: 14px;
  }
  .part3 {
    margin: 5px auto;
  }
  .global-tit {
    height: 50px;
  }
  .global-tit-icon {
    display: none;
  }
  .global-tit-cont {
    width: 100%;
    top: 0;
  }
  .global-tit-cont-name {
    font-size: 18px;
    padding-left: 5px;
  }
  .global-tit-cont-more {
    font-size: 12px;
    padding-right: 5px;
  }
  .global-tit-cont-logo {
    text-align: right;
  }
  .global-tit-cont-logo img {
    width: 70%;
  }
  .live-box {
    margin-top: 15px;
  }
  .styleChoice {
    width: 75%;
    float: left;
  }
  .styleChoice li {
    width: 33%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
  }
  .refresh {
    font-size: 16px;
  }
  .live-date {
    display: none;
  }
  .live-list-item {
    padding: 0;
    margin: 10px 0;
  }
  .live-cont {
    width: 84%;
    padding: 35px 4% 10px;
    margin: 0 4%;
  }
  .live-cont::before {
    display: none;
  }
  .live-time {
    background-image: url("//www.xinhuanet.com/fortune/wsdhzb2017/img/timebg.png");
    left: 0;
    top: 0;
    width: 100px;
    height: 30px;
    z-index: 10;
    color: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
  .live-cont-dialogue-txt {
    font-size: 14px;
    line-height: 24px;
  }
  .live-cont-dialogue-pics li {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .live-cont-btn-share {
    display: none;
  }
  .sideNav {
    display: none;
  }
}
.hide {
  display: none;
}

/*# sourceMappingURL=index.css.map */
