.pdtb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.w1440 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.ac {
    text-align: center;
}
 .overview .pic {
    width: 960px;
}
.news-list {width: 100%;height: auto;overflow: hidden;padding:0;}
.news-list li {width: calc(25% - 60px);
  float: left;
  margin-right: 20px;
  margin-bottom: 60px;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 5px;}

 .news-list li:hover {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  box-shadow: 0 3px 6px -4px rgba(0, 61, 87, 0.12), 0 6px 16px rgba(5, 53, 130, 0.08), 0 9px 28px 8px rgba(0, 45, 112, 0.05);
}

.news-list li:nth-child(4n) {margin-right: 0;}
.newspicdiv{
    width: 100%;
    overflow:hidden;
    height: 200px;
}

.news-list .pic{max-width: 100%;height: 193px;background: #eee;border-radius: 8px;position: relative;}
.news-list .info{padding-top: 27px;text-align: left;}
.news-list .tit{font-size: 16px;line-height: 24px;color: rgba(32,36,37,0.60);height:48px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.news-list .info .day{font-family: Impact;font-size: 30px;color: #202425;line-height: 30px;}
.news-list .info .date{font-size: 16px;color: #202425;line-height: 20px;}


.nodatas{
width: 100%;
  margin: 150px 0px;
  text-align: center;
}
.nodatas img{ max-width: 300px;}


.textInfo {
  width: 1440px;
  margin: -180px auto 0px auto;
  padding: 50px 0 100px 0;
  background: #fff;
}

.textInfo .news-detail {
    margin: 0 auto;
    width: 1200px;
}
.textInfo  .news-detail .row {
    display: flex;
    justify-content: space-between;
}

.textInfo .f30 {
    font-size: 30px;
}
.textInfo .text-primary {
    color: #202425;
}
.textInfo .lh40 {
    line-height: 40px;
}
.textInfo .mt20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.textInfo .col-xs-6 {
    width: 50%;
}
.textInfo .time .no {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #202425;
    font-family: Impact;
}
.textInfo .text-primary {
    color: #202425;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.textInfo .f14 {
    font-size: 14px;
}
.textInfo .text-primary {
    color: #202425;
}
.textInfo .lh20 {
    line-height: 20px;
}

.ar {
    text-align: right;
}.mr20 {
    margin-right: 20px;
}
.f30 {
    font-size: 30px;
}
.icfont {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
}
.mr10 {
    margin-right: 10px;
}
.mt100{margin-top: 100px;}
.col-xs-6.ar {
    display: flex;
    justify-content: flex-end;
}
.J_btnBack img {
  margin-right: 10px;
  transform: scaleX(-1);
float: left;
}