@charset "utf-8";
/** * @author:GongHaibo/龚海波
 * @email:yanyuzixuan@sina.cn
 * @time:2016-12
 */
.bannes {
  height: 410px;
  background: url("/manImages/NEWS_banner.png") no-repeat;
  background-size: 100% 100%;
}
.banners h1 {
  padding-top: 105px;
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.banners h4 {
  text-align: center;
  margin-top: 15px;
  color: #d1d4d7;
  font-size: 36px;
}
.listUps {
  margin-top: 60px;
  margin-bottom: 60px;
}
.listUps ul li {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #f5f5f5 ;
}
.listUps ul li:not(:first-child) {
  margin-top: 35px;
}
.listUps ul li img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
 width: 100%;
}
.imagesIps h2 {
  font-size: 26px;
  font-weight: bold;
  color: #222;
  margin-top: 74px;
  margin-left: 35px;
}
.imagesIps h2 a:hover {
  color: #d90732;
}
.imagesIps span {
  font-size: 16px;
  color: #666;
  margin-left: 35px;
  display: block;
  margin-top: 15px;
}
.imagesIps p {
  margin-top: 44px;
  margin-left: 35px;
  line-height: 20px;
}
.reds {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-size: 14px;
}
.reds {
  background: #db3053;
  border: 1px solid #db3053;
}
.reds:hover {
  background: #b70e30 !important;
  transition: background 0.9s ease 0s;
}
.bum {
  margin-left: 35px;
  margin-top: 70px;
}
.zix {
  margin-left: 6px;
  background: #fff;
  border: solid 2px #d90732;
  color: #d90732;
}
.zix:hover {
  color: #fff;
}

@media (min-width:768px ) {
  .imagesIps{
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1117px) {
  .imagesIps a{
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .listUps {
    margin-top: 30px;
  }
  .imagesIps h2 {
    font-weight: normal;
    margin-top: 18px;
  }
  .imagesIps a {
    line-height: 28px;
  }
  .imagesIps p {
    margin-top: 18px;
  }
  .imagesIps p {
    padding-bottom: 6%;
  }
}