@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  outline: none !important;
}

body {
  background: #fff;
  font-family: "微软雅黑";
  box-sizing: border-box;
  font-size: 16px;
  text-rendering: optimizelegibility;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

img,
input {
  border: 0;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #2c66a5;
}

.lf {
  float: left;
}

.fr {
  float: right;
}


/* 主要内容 */
.contain {
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px 75px;
  min-height: 480px;
}

.dqwz {
  position: relative;
  padding-bottom: 25px;
  line-height: 23px;
}
.dqwz_con {
  padding-left: 40px;
  background: url(currentPosition.png) no-repeat left center;
}
    .neirong {
        color: #000000;
        line-height: 45px;
        font-size: 16px;
        padding: 10px 35px;
        min-height: 300px;
    }

    .neirong p:first-child {
        margin-top: 20px;
    }

    .neirong img {
        height: auto !important;
    }
/* 分享 */

.nr_bottom {
  width: 100%;
  line-height: 50px;
  background: #f1f1f1;
  margin-top: 20px;
  text-align: right;
  height: 51px;
  padding: 0 40px;
  margin-bottom: 30px;
}

.nr_bottom .canRea {
  font-size: 14px;
  color: #333;
  float: right;
  padding-right: 30px;
}

.nr_bottom .canRea img {
  margin-right: 10px;
  margin-bottom: 4px;
}

.nr_bottom .social-share-cs {
  float: left;
}

.nr_bottom #share-2 {
  float: left;
}

#shoucang {
  width: 110px;
  float: right;
  margin-right: 30px;
  background: url(shouchang.png) 9px 50% no-repeat;
  text-align: left;
  background-size: 24px 24px;
  padding-left: 42px;
  cursor: pointer;
}


/* 正文 */
.wzy-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 35px;
}

.sour_time {
  color: #757575;
  padding: 0 40px 45px 40px;
  background: url(position_bottom.png) repeat-x center bottom;
}

.sour_time a {
  color: #757575;
}

.sour {
  float: left;
}

.sour span {
  padding-right: 20px;
}

.zihao {
  float: right;
}
.aside {
  display: block;
  background: #ffffff;
  position: fixed;
  top: 50%;
  right: 0;
  width: 90px;
  box-shadow: 0 2px 15px 0 rgba(153, 153, 153, 0.20);
  z-index: 9999;
  transform: translateY(-50%);
  overflow: initial !important;
}

.aside ul {
  width: 100%;
  padding-left: 0;
  margin: 0px;
}

.aside ul li {
  width: 100%;
  padding-bottom: 15px;
  list-style: none;
}

.aside ul li a {
  padding-top: 10px;
  display: block;
  width: 100%;
  text-decoration: none;
}

.aside ul li img {
  display: block;
  margin: 0 auto;
}

.aside ul li span {
  display: block;
  height: 17px;
  margin: 10px auto 0;
  font-size: 15px;
  color: #333333;
  letter-spacing: -0.35px;
  text-align: center;
}

.aside ul li:hover {
  background: #f0f2f5;
}

.aside ul li:last-child {
  display: none;
}

.neirong img {max-width: 90%;}


@media only screen and (max-width: 1420px) {
  
  .contain {
    width: 100%;
    padding: 18px 20px 37px;
  }
}


@media screen and (max-width: 1024px) {
  .neirong{
    min-height:200px;
  }
.zihao {
  display: none;
  }
  .nr_bottom {
      display: none;
  }
  .con h3 {
      margin: 20px 0px;
  }
.sour span {
  float: left;
}
}


@media screen and (max-width: 768px) {
  .con{
      width:100%;
      padding:0px 10px;
  }
  .neirong img{
      max-width: 90%;
      display: inline-block;
  }
  .sour_time{
      padding:0 0 40px 0 ;
  }
  .aside {display: none !important;}
  .sour{display: inline-block;float: none;}
  .sour span{
    display: block;
  }
  #shoucang {
    width: auto;
    float: right;
    margin-right: 0;
    background: url(shouchang.png) 9px 50% no-repeat;
    text-align: left;
    background-size: 24px 24px;
    padding-left: 42px;
    cursor: pointer;
}
}
@media screen and (max-width: 414px) {
  .con h3 {
      line-height: 40px;
  }
  .sour_time{
      line-height: 30px;
  }
  .neirong {
      padding: 10px;
  }
}