#wcList{
  margin-top:0px;
}
.news {
  overflow: hidden;
  padding: 40px 0px;
}
.news ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.news ul li {
  width: 100%;0 
  margin-bottom:40px;
}
.news ul li .imgs {
  width: 100%;    
  overflow: hidden;
  position:relative;
}
.news ul li .date{
  color:#c5141c;
  font-size:14px;
  line-height:100%;
}
.news ul li .imgs .img {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.news ul li .imgs .img img {
  width: 100%;
  height: 100%;}
.news ul li:hover .imgs .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} 
.news ul li:hover h5 {
  color: #db0011;
}
.news ul li:hover .more {
  color: #db0011;
}
.news ul .info {  
  margin: 10px auto;
  padding:20px;
  font-size: 14px;
  line-height: 26px;
  color: #77818b;
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.news ul .info h5 {
  font-size: 16px;
  color: #04508e;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height:30px;
}
.news ul .info span {
  font-size: 16px;
  color: #333333;
  display: block;
  padding: 0px 0px 5px 0px;
}
.news ul .info div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.news .lookMore {
  width: 248px;
  height: 50px;
  border: 1px solid #999999;
  font-size: 16px;
  color: #2c2b2b;
  text-align: center;
  line-height: 50px;
  display: block;
  margin: 0 auto;
}
.news .lookMore:hover {
  background: #db0229;
  border: 1px solid #c4c4c4;
  color: #ffffff;
}
@media (max-width: 720px) {
  .productClass {
    padding: 1rem 0;
  }
  .news {
    padding: 0.50rem;
  }
  .news ul {
    width: 100%;
  }
  .news ul li,.product ul li {
    width: 100%;
    margin-right: 0;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
	min-height:auto;
  }  
  .news ul .info span {
    font-size: 1.5rem;  
    padding-bottom: 0.5rem;
    line-height: 1.4rem;
  }
  .news ul .info h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;   
    margin-bottom: 0.7rem;
  }
  .news ul .info div {
    font-family: "微软雅黑";
    font-size: 0.85rem;   
    line-height: 1.3rem;   
  }
  .news ul .info .more {
    float: left;
    margin-top: 0.8rem;
  }
  .news .lookMore {
    width: 7.15rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.75rem;
    color: #444444;
    border: 1px solid #888888;
    margin-top: 0.5rem;
  }
  .about .about-txt{
	font-size:0.85rem;
    line-height: 1.3rem;}
  .keep h5 {
    color: #ffffff;
  }
  .keep span {
    color: #ffffff;
  }
}
@media (min-width: 721px) and (max-width: 1023px) {
  .productClass {
    padding: 40px 0;
  }
  .news {
    padding-bottom: 60px;
  }
  .news .lookMore {
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
  }
  .news ul {
    width: 100%;
  }
  .news ul li {
    margin-bottom: 4px;
    width: 47%;
    margin-right: 6%;
    padding: 24px 0 20px;
  }
  .news ul .info span {
    padding-bottom: 0;
  }
  .news ul .info h5 {
    font-size: 15px;
    line-height: 30px;
    height:40px;   
  }
  .news ul .info div {
    font-size: 12px;
    line-height: 20px;
    height: 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1335px) {
  .productClass {
    padding: 80px 0;
  }
  .news {
    padding-bottom: 80px;
  }
  .news ul {
    width: 100%;
  }
  .news ul li {
    margin-bottom: 20px;
  }
  .news ul .info span {
    padding-bottom: 10px;
  }
  .news .lookMore {
    margin: 10px auto 0;
    width: 160px;
  }
}
