.main {
  background: #fff;
}
.company {
  width: 100%;
  height: 300px;
  background: url(../images/gsdt.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.company span {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  border-bottom: solid 4px #ee3523;
  margin-top: 180px;
}
.listwarp {
  padding-bottom: 100px;
}
.listwarp li {
  margin-top: 30px;
  background: #f7f7f7;
  padding: 30px;
  position: relative;
  width: 100%;
  display: table;
  line-height: 1;
}
.listwarp li:hover {
  background: #fd4e3e;
}
.listwarp li:hover a {
  color: #fff;
}
.listwarp li:hover .news_aimg1 {
  display: block;
}
.listwarp li:hover .news_aimg2 {
  display: none;
}
.listwarp li .news_aimg1 {
  display: none;
}
.listwarp li a {
  display: table;
  color: #212121;
  width: 100%;
  position: relative;
}
.listwarp li .news_aBoxb {
  width: 15%;
  vertical-align: top;
  text-align: left;
  float: left;
}
.listwarp li .news_aBoxb .news_app2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.listwarp li .news_aBoxb .news_app3 img {
  max-width: 100%;
}
.listwarp li .news_aBoxc {
  width: 85%;
  float: left;
}
.listwarp li .news_aBoxc .title {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
}
.listwarp li .news_aBoxc .news {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
@media (max-width: 768px) {
  .company {
    height: 118px;
  }
  .company span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-bottom: solid 4px #ee3523;
    margin-top: 70px;
  }
  .listwarp {
    padding-bottom: 10px;
  }
  .listwarp li {
    margin-top: 10px;
  }
  .listwarp li .news_aBoxb {
    width: 20%;
    vertical-align: top;
    text-align: left;
  }
  .listwarp li .news_aBoxb .news_app2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .listwarp li .news_aBoxc {
    width: 80%;
  }
  .listwarp li .news_aBoxc .title {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
  }
}
