.header.ins,
.aboutT,
.productT span {
 
}
.keep span {
  border: 1px solid #b1ccd9;
}
.keep span:hover {
  background: #ffffff;
  color: #548fac;
  border: 1px solid #ffffff;
}
.productClass dl dt span {
  background: #548fac url(../images/product/arrow.png) no-repeat center center;
}
.productClass dl dt {
  border: 1px solid #548fac;
}
.request li .show p:hover,
.productClass dl dd p:hover {
  color: #548fac;
}
.productClass {
  padding: 100px 0 70px;
}


.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-bottom: 1.25rem;
  }
  .news ul {
    width: 100%;
  }
  .news ul li {
    width: 100%;
    margin-right: 0;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
  .news ul .info {
    width: 96%;
  }
  .news ul .info span {
    font-size: 0.8rem;
    color: #444444;
    padding-bottom: 0.5rem;
    line-height: 16px;
  }
  .news ul .info h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 2.8rem;
    margin-bottom: 0.7rem;
  }
  .news ul .info div {
    font-family: "微软雅黑";
    font-size: 0.85rem;
    color: #444444;
    line-height: 1.3rem;
    height: 5rem;
  }
  .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;
  }
  .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;
  }
}

.marT4 {margin-top: 15px;}
/*新闻列表*/
.news_list{margin-top:43px; width:100%; float:left;}
.news_list li{ width:97%; border:1px solid #f3f3f3;padding:12px;margin-bottom:10px; overflow:hidden;}
.news_list_left{width:20%;text-align:center;}
.news_list_left .photo{margin:0px; min-height:180px;}
.news_list_left .photo img{ max-height:180px;}
.news_list_right .date{color:#002870;line-height:30px; font-size:16px;}
.news_list_right{ padding:0px 1% 0px 24%; text-align:justify;}
.news_list_right .con{font-size:14px;color:#555;line-height:26px;}
.news_list_right .news_title{font-size:18px;color:#0c56aa;font-weight:bolder;margin-top:10px; line-height:30px;}
