* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,body{
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}

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

::selection {
  color: #333; }

::-moz-selection {
  color: #333; }

::-webkit-selection {
  color: #333; }

ul, li {
  list-style: none; }

.clear, section:before, section:after, .list:before, .list:after {
  content: "";
  display: table;
  clear: both; }

pre {
  white-space: pre-wrap;
  display: block; }

img{
  pointer-events: none; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select:none;  
  -o-user-select:none;  
  user-select:none;  
}
.boxCenter, #article, #article_data, #change_article{
  width: 1200px;
  margin-left: calc((100vw - 1200px) / 2); }

#article_data{
  width:100%;
  margin-left:0;
  text-align:center;
}


#top{
  top:0;
}
.positionMiddle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.positionCenter {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

section {
  width: 100%;
  height: auto;
  margin: 220px 0 60px; }

#article .title {
  width: 100%;
  height: auto;
  position: relative;
}

#article .new_title {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
  color: #009341;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
#article .new_title::before {
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 8px;
  height: 48px;
  background: #009341;
  margin-right: 15px;
}
#article h1 {
  width: 100%;
  font-size: 42px;
  color: #333;
  padding-bottom: 0;
  line-height: 70px;
  text-align: center; }

#article .text{
  text-align: justify;
  line-height:50px;
  font-size: 20px;
  color: #333;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
#article .img_box{
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
#article .img_box1{
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0px 30px 0px;
}
#article .img_box1 img{
  width: 31%;
  height: 280px;
}
#article .img_box img{
  width: 31%;
  height: 280px;
}
#article .img_box1 div.kong{
  display: inline-block;
  width: 31%;
  height:280px;
}
#article .img_box div.kong{
  display: inline-block;
  width: 31%;
  height:280px;
}
#article pre {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  text-indent:2em;
  line-height: 36px;
  margin: 40px 0; }

#img_box,#img_box>img {
  width: 100%;
  height:384px;
}

#article_data p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px; 
  display:inline-block;}

#article_data p:first-child{
  margin-right:50px;
}

#article_data p:last-child {
  margin-top: 16px; }

/* #change_article {
  margin-top: 50px; } */

#change_article a {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 19px; }

#change_article a:first-child {
  float: left;
  text-align: left;
  margin-top: 18px; }

#change_article a:last-child {
  float: right;
  text-align: right;
  margin-top: 18px; }

#change_article a:hover {
  color: #009341; }


@media (min-width: 415px) {
  #article_mobile{
    display: none;
  }
}
@media (max-width: 415px) {
  #article_pc{
    
  }

  .boxCenter, #article, #article_data, #change_article, #article, #article_data, #change_article {
    width: 100%;
    margin-left: 0; }

    #article .title{
      margin-top: 70px;
    }
    #article h1{
      padding: 0;
      font-size: 20px;
      font-weight: bold;
      line-height:50px;
      color:rgba(0,186,92,1);
    }
    #article_data p:first-child{
      margin: 0;
      text-align: right;
    }
    #article .new_title {
      display: none;
    }
    
    #article .text{
      line-height:26px;
      font-size: 14px;
    }
    #article .img_box{
      width: 100%;
      height: auto; 
      display: block;
      margin:10px 0 0;
    }
    #article .img_box img{
      display: inline-block;
      padding: 10px 0;
      width: 100%;
      height: auto; 
    }
    #article .img_box div.kong{
      display: none;
    }
  #article h1:not(:first-child){
    margin-top:10px;
    margin-bottom:10px;
}

  section {
    margin-top: 0; 
    margin-bottom:30px;
}

  #article pre {
    margin: 0;
    padding: 0 15px;
    font-size: 14px;
   text-indent:2em;
    line-height: 22px; }

  #img_box{
   width:100%;
   padding:0 15px;
   height:150px;
   margin: 5px 0 5px;
   }

  #img_box>img {
    width: 100%;
    height: 100%; }

    #change_article a{
      display: inline-block;
      padding: 0px 10px;
    }

  #change_article a {
      font-size: 12px;
    }

  #article_data {
    display: flex }

  #article_data p {
    font-size: 14px; }

  #article_data p:last-child {
    flex: 1;
    margin: 0px;
    text-align: right }

  #article{
    padding:10px;
  }
 }

/*# sourceMappingURL=infomation.css.map */
