.main{

      min-height: 9.47rem;
        padding: 0.37rem 0.1rem 0;
}
/* pc */
@media (min-width: 1024px) {
 .main{
   width:1000px;
   margin:0 auto;
     
 }

}
.wrapper{
  padding:0 0.3rem;
}
h1 {
  font-size: 0.28rem;
  color: #000;
  line-height: 0.36rem;
  font-weight: 700;
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.news_title>a{
  font-size:0.24rem;
  font-weight:normal;
  line-height:0.42rem;
  color:#000;

}
.news_title{
  padding-bottom:0.1rem;
}
.news_description>a {
  font-size: 0.24rem;
  font-weight:lighter;
  line-height:0.36rem;
  color:#000;
}
.list_title{
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.45rem;
  height: 0.45rem;
  width: 1.78rem;
  background: #007b5a;
  text-align: center;
  border-radius: 0.23rem;
  -webkit-border-radius: 0.23rem;
  -moz-border-radius: 0.23rem;
  -ms-border-radius: 0.23rem;
  -o-border-radius: 0.23rem;
  padding-top: 0;
}
.new_item{
  padding:0.35rem 0;
  border-bottom:1px dashed #81511c;
}
.new_item:last-child{
  border-bottom:none;
}
.news_main>h1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.45rem;
  height: 0.45rem;
  width: 1.78rem;
  background: #007b5a;
  text-align: center;
  border-radius: 0.23rem;
  -webkit-border-radius: 0.23rem;
  -moz-border-radius: 0.23rem;
  -ms-border-radius: 0.23rem;
  -o-border-radius: 0.23rem;
  margin-bottom: 0.4rem;
  padding-top:0;
}
.news_main{
  padding: 0.37rem 0.1rem 0;
} 
#news_content .content{
  padding-top:0.55rem;
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 0.45rem;

}

