.banner{
  margin-bottom: 65px;
}
.content{
  width: 1200px;
  margin: 0 auto;
}
.content h3{
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 40px;
}
.content .abaut-img{
  text-align: center;
}
.content h4{
  margin-top: 20px;
  font-size: 16px;
}
.content .about-text{
  text-align: center;
  font-size: 14px;
  padding: 0 135px;
  line-height: 30px;
}
.content .about-add{
  margin-bottom: 50px;
}
.content .btn{
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 0;
}
.content .conlist{
  margin-bottom: 82px;
}
.content .conlist .page-header h1 {
  position: relative;
}
.content .conlist .page-header h1::after{
  content: '';
  position: absolute;
  top: 47px;
  left: 0;
  width: 120px;
  height: 1px;
  background: #000;
}
.content .conlist .media a {
  display: inline-block;
  width: 100%;
  color: #939393;
  text-decoration: none;
  border-bottom: 1px dashed #e2e2e2;
}
.content .conlist .media a h4{
  color: #5a5a5a;
  font-size: 14px;height:20px;line-height:20px;overflow:hidden; margin-top: 0px;
}
.content .conlist .media a em{
  font-size: 12px;
  display: block;
  text-align: right;
  line-height: 30px;
}
.content .conlist .media a p{
  font-size: 12px;height:40px;line-height:20px;overflow:hidden;
}
.content .conlist .contact-list{
  margin-top: 86px;
}
.content .conlist .contact-list li{
  margin-top: 28px;
}
