/**
 * @Author: minihui
 * @Date:   2017-05-23-Tue-16-53-29
 * @Last modified by:   minihui
 * @Last modified time: 2017-06-14-Wed-20-23-19
 * @Copyright: Copyright 漏 2000 - 2017 XINHUANET.com銆€All Rights Reserved.
鍒朵綔鍗曚綅锛氭柊鍗庣綉鑲′唤鏈夐檺鍏徃銆€銆€鐗堟潈鎵€鏈� 鏂板崕缃戣偂浠芥湁闄愬叕鍙�
 */
.left {
  float: left;
}
.right {
  float: right;
}
.oh {
  overflow: hidden;
}
.os {
  overflow: scroll;
}
.ov {
  overflow: visible;
}
.bgnr {
  background-repeat: no-repeat;
}
.bgr {
  background-repeat: repeat;
}
.bgrx {
  background-repeat: repeat-x;
}
.bgry {
  background-repeat: repeat-y;
}
.bgCover {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.part {
  width: 1200px;
  margin: 0 auto;
}
.font-xs {
  font-size: 12px;
}
.font-s {
  font-size: 14px;
}
.font-m {
  font-size: 16px;
}
.font-l {
  font-size: 18px;
}
a:hover {
  color: #ff9724!important;
}
/*图片方法代码

img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
img:hover {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
/********************************************************************************
                              椤堕儴
********************************************************************************/
.top-upper {
  width: 100%;
  height: 40px;
  min-width: 1200px;
  background-color: #f3f3f3;
}
.top-upper ul {
  float: right;
}
.top-upper li {
  float: left;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 40px;
}
.top-upper li a {
  color: #999;
}
.top-upper-logo {
  line-height: 40px;
}
li.top-upper-gw {
  color: #5982c7;
}
li.top-upper-gw a {
  color: #5982c7;
}
.top-middle {
  margin: 26px auto;
}
.top-middle-logo {
  width: 302px;
  height: 102px;
  float: left;
}
.top-middle-search {
  width: 254px;
  height: 32px;
  padding: 35px 0;
  float: left;
  position: relative;
  margin-left: 42px;
}
.inputwd {
  width: 232px;
  height: 30px;
  padding: 0 10px;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 30px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  outline: 0;
  border: 1px solid #ebebeb;
}
.submitBtn {
  width: 13px;
  height: 13px;
  background-image: url("http://zhigu.news.cn/20170502/home/img/btn_ser.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 45px;
  background-color: #fff;
  color: #fff;
  border: 0;
  outline: 0;
}
.top-middle-straight {
  width: 390px;
  height: 42px;
  padding: 25px 0 35px;
  float: left;
  margin-left: 50px;
}
.top-middle-straight-logo {
  float: left;
  width: 45px;
  height: 42px;
}
.top-middle-straight-cont {
  float: left;
  width: 325px;
  height: 36px;
  position: relative;
  margin-top: 8px;
}
.top-middle-straight-cont .arrow {
  position: absolute;
  right: 0;
  width: 10px;
  height: 5px;
  cursor: pointer;
}
.top-middle-straight-cont .arrow-up {
  background-image: url("http://tibet.news.cn/2017/img/arrow_up.png");
  top: 6px;
}
.top-middle-straight-cont .arrow-down {
  background-image: url("http://tibet.news.cn/2017/img/arrow_down.png");
  bottom: 6px;
}
.top-middle-straight-swiper {
  height: 36px;
  width: 295px;
}
.top-middle-straight-swiper .swiper-slide {
  width: 100%;
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #696969;
}
.top-middle-straight-swiper .swiper-slide a {
  color: #696969;
}
.top-middle-adv {
  float: right;
  width: 112px;
  height: 42px;
  margin-top: 24px;
}
.top-middle-adv img:hover {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.top-middle-bigAdv {
  float: right;
  width: 576px;
  height: 104px;
  overflow: hidden;
}
.top-middle-bigAdv img:hover {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.top-bottom {
  width: 100%;
  min-width: 1200px;
}
.top-bottom-navBig {
  width: 100%;
  height: 27px;
  padding-bottom: 14px;
  border-bottom: 3px solid #00a0e9;
}
.top-bottom-navBig ul {
  margin: 0 auto;
  width: 1100px;
}
.top-bottom-navBig li {
  height: 27px;
  line-height: 27px;
  color: #305798;
  font-size: 16px;
  margin: 0 12px;
  padding: 0 12px;
  float: left;
}
.top-bottom-navBig li a {
  color: #305798;
}
.top-bottom-navBig .on {
  background-color: #305798;
  color: #fff;
}
.top-bottom-navBig .on a {
  color: #fff;
}
.top-bottom-navSmall {
  height: 56px;
  width: 100%;
  font-size: 14px;
  line-height: 56px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dbdbdb;
}
.top-bottom-navSmall ul {
  width: 1000px;
  margin: 0 auto;
}
.top-bottom-navSmall li {
  float: left;
  padding: 0 15px;
  color: #999999;
}
.top-bottom-navSmall li a {
  color: #999999;
}
li.top-bottom-navSmall-tit {
  font-weight: bold;
  color: #5982c7;
}
/********************************************************************************
                              搴曢儴
********************************************************************************/

/********************************************************************************
                             宸︿晶鏃堕棿
********************************************************************************/
.main-left {
  width: 84px;
  float: left;
  text-align: center;
}
.main-left-time,
.main-left-year {
  font-size: 14px;
  color: #999999;
}
.main-left-day {
  color: #676767;
  font-size: 36px;
  border-bottom: 4px solid #d9d9d9;
}
/********************************************************************************
                             鍙充晶姝ｆ枃
********************************************************************************/
.main-right {
  width: 860px;
  float: right;
}
.main-right-tit {
  margin: 0 auto;
  font-size: 36px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #0068b7;
}
.main-right-info {
  margin-top: 15px;
  margin-bottom: 30px;
}
.main-right-info-left {
  float: left;
}
.main-right-info-left span {
  font-size: 14px;
  padding-right: 20px;
}
.main-right-info-right {
  float: right;
}
.main-right-info-right span {
  font-size: 14px;
}
.info-large,
.info-middle,
.info-small {
  width: 25px;
  height: 22px;
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.info-print {
  padding-left: 28px;
  background-image: url("http://tibet.news.cn/2017/img/share-close-print.png");
  background-position: -42px -184px;
  background-repeat: no-repeat;
  margin-left: 30px;
  display: inline-block;
  cursor: pointer;
}
.info-print:hover {
  background-position: -150px -184px;
}
.main-right-sum {
  background-color: #f5f5f5;
  padding: 55px 45px 10px;
  font-size: 14px;
  line-height: 28px;
  min-height: 40px;
  position: relative;
}
.main-right-sum-name {
  background-color: #0068b7;
  display: inline-block;
  width: 70px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 60px;
  top: -12px;
}
.main-right-sum::before {
  content: "";
  background-image: url("http://tibet.news.cn/2017/img/xinhua-discuss-start.png");
  position: absolute;
  left: 12px;
  top: 55px;
  width: 22px;
  height: 21px;
}
.main-right-sum::after {
  content: "";
  background-image: url("http://tibet.news.cn/2017/img/xinhua-discuss-end.png");
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 22px;
  height: 22px;
}
.main-right-content {
  color: #4f5157;
  line-height: 42px;
  padding: 15px 0;
  max-width: 100%;
  font-size: 16px;
}
.main-right-content p {
  text-indent: 2em;
}
.main-right-content p img {
  margin-left: -2em;
  max-width:100%;
}
.main-right-content p img:hover {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.main-right-content.font-l {
  font-size: 18px;
}
.main-right-content.font-m {
  font-size: 16px;
}
.main-right-content.font-s {
  font-size: 14px;
}
.main-right-logo {
  width: 100px;
  margin: 20px auto;
  text-align: center;
}
.main-right-logo img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border: 1px solid #eee;
}
.main-right-logo span {
  font-size: 14px;
  display: block;
  line-height: 26px;
}
.main-right-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
  background-image: url("http://tibet.news.cn/2017/img/share-close-print.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
.main-right-share-babel {
  font-size: 12px;
  float: left;
  line-height: 32px;
}
.share-xh {
  background-position: 0 -10px;
}
.share-xh:hover {
  background-position: 0 -60px;
}
.share-wx {
  background-position: -52px -10px;
}
.share-wx:hover {
  background-position: -52px -60px;
}
.share-wb {
  background-position: -105px -10px;
}
.share-wb:hover {
  background-position: -105px -60px;
}
.share-kj {
  background-position: -158px -10px;
}
.share-kj:hover {
  background-position: -158px -60px;
}
.main-right-share-wxLay {
  display: none;
  width: 360px;
  height: 440px;
  border: 1px solid #d8d8d8;
  padding: 10px;
  z-index: 99;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -191px;
  margin-top: -231px;
  text-align: center;
}
.main-right-share-wxLay img {
  width: 300px;
  height: 300px;
  display: block;
  margin: 50px auto 0;
}
.main-right-share-wxLay span {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.main-right-share-wxLay .close {
  width: 25px;
  height: 25px;
  border: 1px solid #8a8a8a;
  background-image: url("http://tibet.news.cn/2017/img/close.png");
  position: absolute;
  right: 20px;
  top: 20px;
}
/********************************************************************************
                        鍙充笅瑙掑垎浜� 鍥炲埌椤堕儴
********************************************************************************/
.fixed-share {
  width: 262px;
  height: 156px;
  z-index: 101;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 50px;
}
.fixed-share-icon {
  width: 42px;
  height: 42px;
  display: block;
  background-image: url("http://tibet.news.cn/2017/img/share-close-print.png");
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.fixed-share-wx {
  position: relative;
  height: 42px;
  margin-top: 10px;
}
.fixed-share-wx .fixed-share-icon {
  top: 0;
  background-position: 0 -110px;
}
.fixed-share-all {
  position: relative;
  height: 42px;
  margin-top: 10px;
}
.fixed-share-all .fixed-share-icon {
  background-position: -57px -110px;
}
.fixed-share-toTop {
  position: relative;
  height: 42px;
  margin-top: 10px;
}
.fixed-share-toTop .fixed-share-icon {
  background-position: -114px -110px;
}
.fixed-share-wx-lay {
  width: 120px;
  border: 1px solid #d8d8d8;
  padding: 10px;
  position: absolute;
  right: 52px;
  bottom: 0;
  z-index: 10;
  background-color: #fff;
  font-size: 14px;
  color: #808080;
  display: none;
}
.fixed-share-wx-lay img {
  width: 100%;
  height: auto;
}
.fixed-share-wx-lay span {
  display: block;
  margin: 15px;
  text-align: center;
}
.fixed-share-all-lay {
  width: 220px;
  height: 36px;
  z-index: 2;
  position: absolute;
  right: 52px;
  bottom: 0;
  display: none;
}
.fixed-share-all-lay a {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-right: 10px;
  background-image: url("http://tibet.news.cn/2017/img/share-close-print.png");
  background-repeat: no-repeat;
  cursor: pointer;
}
.fixed-share-all-lay-babel {
  font-size: 12px;
  float: left;
  line-height: 32px;
}
#div_currpage {
  margin-top: 20px;
  text-indent:0em;
}
#div_currpage span {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 12px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 26px;
  background-color: #348CEC;
}
#div_currpage a {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  font-size: 12px;
  color: #818181;
  text-align: center;
  line-height: 26px;
  background-color: #F1F3F5;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

/*# sourceMappingURL=detail.css.map */