.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner > div {
  position: absolute;
  left: 10.416%;
  top: 230px;
}
.banner > div h2 {
  font-family: "OpenSansbold";
  font-size: 60px;
  color: #ffffff;
  font-weight: normal;
}
.banner > div p {
  width: 62%;
  font-family: "OpenSansregular";
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.news {
  margin-top: 120px;
  width: 100%;
}
.news > a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ececec;
}
.news > a > span {
  width: 28.125%;
}
.news > a > span img {
  width: 100%;
}
.news > a > div {
  width: 66.5%;
}
.news > a > div h3 {
  font-family: "OpenSansbold";
  font-size: 20px;
  color: #29364e;
  margin-top: 20px;
}
.news > a:hover > div h3 {
  color: #078f22;
}
.news > a > div p {
  font-family: "OpenSansregular";
  font-size: 16px;
  color: #414d61;
  line-height: 26px;
  margin-top: 24px;
}
.news > a > div span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "OpenSansregular";
  font-size: 16px;
  color: #424d61;
  margin-top: 60px;
}
.news > a > div span i {
  display: block;
  width: 27px;
  height: 1px;
  background: #414d61;
  margin-right: 6px;
}

.news > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 98px;
}
.news > div > a {
  display: block;
  padding: 16px 19px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  margin-right: 14px;
  font-family: "OpenSansbold";
  font-size: 16px;
  color: #6f6f6f;
}
.news > div > a.news-active {
  background: #078f22;
  color: #ffffff;
  border: 1px solid #078f22;
}
@media screen and (max-width: 1200px) {
  .banner > div {
    top: 100px;
  }
  .news > a > div span {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news > a > div span {
    margin-top: 10px;
  }
  .news > a > div p{
    margin-top: 10px;
  }
  .news > a > div h3{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
  }
  .banner > div {
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .banner > div h2 {
    font-size: 30px;
  }
  .banner > div p {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
  }
  .news {
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .news > a {
    width: 100%;
    padding: 0 15px 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .news > a > span {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .news > a > div {
    width: 100%;
  }
  .news > a > div h3 {
    font-size: 16px;
    color: #29364e;
    line-height: 22px;
    margin-top: 15px;
  }
  .news > a > div p {
    font-size: 14px;
    color: #414d61;
    margin-top: 9px;
    line-height: 22px;
  }
  .news > a > div span {
    font-size: 12px;
    color: #424d61;
    margin-top: 16px;
  }
  .news > a > div span i {
    width: 13px;
    height: 1px;
  }
  .news > div {
    margin-bottom: 0;
  }
  .news > div > a {
    padding: 4px 8px;
    margin-right: 10px;
    font-size: 14px;
  }
}
