.news-banner{
  width: 100%;
  height: 8rem;
  background-image: url('../images/news/banner-bg.jpg');
  background-size: 100% 100%;
}
.news-banner h1{
  color: #fff;
  padding-top: 3.8rem;
  text-align: center;
  font-size: 0.56rem;
  line-height: 0.58rem;
  font-family: 'GalanoGrotesqueAltDEMO';    
  font-weight: normal;
}
.main{
  width: 100%;
  padding-bottom: 1.52rem;
  background-color: #f5f5f5;
}
.newsList{
  width: 16.2rem;
  margin: 0 auto;
  padding-top: 1.5rem;
  overflow: hidden;
}
.newsList li{
  width: 5.15rem;
  height: 6.5rem;
  float: left;
  margin: 0 0.36rem 0.3rem 0;
  background: rgba(255, 255, 255, 0.6);
}
.newsList li a{
  display: block;
  width: 5.17rem;
  height: 7.1rem;
}
.newsList li:hover{
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.09);
}
.newsList li:hover .news-info h2{
  color: #c7000b;
}
.newsList li:hover .news-info p,.newsList li:hover .news-info span{
  color: #000;
}
.newsList li:nth-child(3n){
  margin-right: 0;
}
.news-img{
  width: 100%;
  height: 3.3rem;
}
.news-info{
  padding-left: 0.4rem;
  padding-right: 0.55rem;
}
.news-info h2{
  color: #000;
  font-size: 0.24rem;
  padding: 0.55rem 0 0.35rem 0;
  font-family: 'GalanoGrotesqueAltDEMO';
  font-weight: normal;
}
.news-info-p{
  color: #595959;
  font-size: 0.14rem;
  line-height: 0.21rem;
	font-family:'Helvetica Light';
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
.news-info span{
  display: block;
  color: #595959;
  font-size: 0.16rem;
  line-height: 0.31rem;
  margin-top: 0.85rem;
	font-family:'Helvetica Regular';
}
.add{
  display: block;
  cursor: pointer;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.74rem auto 0;
	font-family:'Helvetica Regular';
}
.add img{
  width: 0.7rem;
  height: 0.7rem;
}