.news-info-wrap img{
  display: block;
  width: 100%;
  min-height:135px;
  margin:0 auto;
}
.news-info-wrap .mobile-pic{
  display: none;
}
.news-info-content{
  padding:30px 0;
}
.new-list-overview{
  margin-top:20px;
  min-height:200px;
  background:#f8f8f8;
}
.new-list-overview .overview-img{
  width:40%;
}
.new-list-overview .overview-img img{
  display:block;
  width:100%;
  min-height: 200px;
}
.new-list-overview .overview-text{
  width:57%;
  padding-right:7px;
}
.overview-text h3 a{
  display: block;
  width:90%;
  color:#434343;
  font-size: 26px;
  padding:13px 0;
}
.overview-text h3 a:hover{color:#005da2;}
.overview-text h4{
  color:#f2aa00;
  font-size: 20px;
}
.overview-text p{
  padding-top:13px;
  font-size: 14px;
}
.news-list-all{margin-top:18px;}
.news-list-all dl{
  overflow: hidden;
  border-bottom:1px solid #e6e6e6;
  padding:13px 0;
}
.news-list-all dl:first-child{border-top:1px solid #e6e6e6;}
.news-list-all dl dt{
  width:72px;
  height:72px;
  background:#f2aa00;
  color:#fff;
  text-align: center;
  font-weight: normal;
}
.news-list-all dl dt .day{
  display: block;
  font-size: 26px;
  line-height: 30px;
  padding-top:9px;
}
.news-list-all dl dt .year{
  display: block;
  font-size: 16px;
}
.news-list-all dl dd{
  width:75%;
  line-height: 72px;
  padding-left:15px;
}
.news-list-all dl dd a{
  font-size: 20px;
  color:#333;
  display: block;
}
.news-list-all dl dd a:hover{color:#005da2;}
.no-more-list{
  font-size: 20px;
  color:#999;
  text-align: center;
  padding-top:20px;
  display: none;
}
@media(max-width: 769px){
  .news-info-wrap .mobile-pic{
    display: block;
  }
  .news-info-wrap .pc-pic{
    display: none;
  }
  .news-info-content{padding-top:0;}
  .paginations-list{display: none;}
  .no-more-list{display: block;}
}<!--0.0001828670501709-->