/**
 * @Author: minihui
 * @Date:   2017-06-14-Wed-14-47-33
 * @Last modified by:   minihui
 * @Last modified time: 2017-06-14-Wed-17-16-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;
}
.font-xs {
  font-size: 12px;
}
.font-s {
  font-size: 14px;
}
.font-m {
  font-size: 16px;
}
.font-l {
  font-size: 18px;
}
.font-xl {
  font-size: 20px;
}
.font-xxl {
  font-size: 22px;
}
.font-xxxl {
  font-size: 24px;
}
body {
  min-width: 1200px;
}
.part {
  width: 1200px;
  margin: 0 auto;
}
/********************************************************************************
                                通用栏目条
  ********************************************************************************/
.global-tit {
  width: 100%;
  height: 48px;
  margin-top: 20px;
  position: relative;
}
.global-tit-cont {
  width: 100%;
  height: 48px;
  background-color: #eeeeee;
  border-top: 2px solid #1267da;
  position: absolute;
  right: 0;
  top: 0px;
}
.global-tit-cont-name {
  font-size: 22px;
  line-height: 48px;
  display: inline-block;
  float: left;
  padding-left: 20px;
}
.global-tit-cont-logo {
  display: inline-block;
  float: right;
  line-height: 48px;
  padding-right: 10px;
}
.global-tit-cont-logo img {
  margin-top: -4px;
}
.global-tit-cont-more {
  font-size: 14px;
  line-height: 48px;
  display: inline-block;
  float: right;
  padding-right: 20px;
}
.global-tit-cont::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 0;
  border-color: transparent #0f6f6d transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.picList {
  width: 1225px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.picList li {
  width: 230px;
  float: left;
  margin-right: 12.5px;
  margin-bottom: 10px;
}
.picList li img {
  width: 230px;
  height: 172px;
}
.picList-tit {
  padding: 10px 5px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.sumList {
  margin-top: 30px;
}
.sumList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.sumList-tit {
  font-size: 22px;
  line-height: 34px;
}
.sumList-sum {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  color: #666;
}
.sumList-time {
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  color: #999;
}
.titList {
  margin-top: 30px;
}
.titList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.titList-tit {
  font-size: 22px;
  line-height: 34px;
}
.titList-sum {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  color: #666;
}
.titList-time {
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  color: #999;
}
.titList-img img {
  width: 260px;
  height: 188px;
}
@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;
  }
  .sumList li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sumList-tit {
    font-size: 20px;
    line-height: 20px;
  }
  .sumList-sum {
    font-size: 14px;
  }
  .sumList-time {
    text-align: left;
    font-size: 12px;
  }
  .titList li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .titList-tit {
    font-size: 20px;
    line-height: 20px;
  }
  .titList-sum {
    font-size: 14px;
  }
  .titList-time {
    text-align: left;
    margin-top: 10px;
    font-size: 12px;
  }
  .picList {
    width: 105%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .picList li {
    width: 45%;
    height: 209px;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
    text-align: center;
  }
  .picList li img {
    width: 100%;
    height: auto;
  }
  .picList-tit {
    padding: 10px 5px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
}

/*# sourceMappingURL=style.css.map */
