.news-list {
  overflow: hidden;
}

.new-box {
  width: 31.33%;
  margin: 1%;
  float: left;
}

.new-box .img-box {
  height: 200px;
}

.info-box {
  background-color: #f2f2f2;
  height: 130px;
  padding: 30px;
}

.info-box .title {
  font-size: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.5px;
}

.info-box .desc {
  line-height: 24px;
  font-size: 15px;
  height: 50px;
  overflow: hidden;
  color: #999;
}

.info-box .time {
  padding-left: 25px;
  margin-top: 20px;
  height: 15px;
  line-height: 15px;
  background: url(../images/time.png) 0 center no-repeat;
}

.news-header {
  overflow: hidden;
  padding-bottom: 40px;
}
.news-header .floor-header {
  float: left;
}

.news-header .news-links {
  text-align: center;
  
}
.news-header .news-links .new-link {
  display: inline-block;
  margin: 0 10px;
  padding: 30px 8px;
  font-size: 25px;
  color: #000;
  border-bottom: 4px solid transparent;
  transition: all .5s linear;
}
.news-header .news-links .new-link.hover,
.news-header .news-links .new-link:hover {
  border-bottom: 4px solid #bc9f5f;
  color: #bc9f5f;
}

.pager {
  padding-top: 45px;
  padding-bottom: 30px;
}


@media screen and (max-wdith: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 750px) {
  .new-box {
    margin: 0;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 440px) {
  .new-box .img-box {
    height: 180px;
  }
  .info-box {
    padding: 15px;
  }
  .info-box .title {
    font-size: 16px;
  }
  .news-header .news-links .new-link {
    font-size: 18px;
    padding: 15px 5px;
    border-bottom-width: 2px;;
  }
} 