.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner > div {
  position: absolute;
  left: 10.416%;
  top: 230px;
  right: 10.416%;
}
.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;
}
/*.container {*/
/*  width: 100%;*/
/*  background: #f5f5f5;*/
/*  padding: 128px 0;*/
/*}*/
.news-detail {
  width: 100%;
  background: #fff;
  padding: 83px 114px;
}
.news-detail > h2 {
  text-align: center;
  font-family: "OpenSansbold";
  font-weight: normal;
  font-size: 36px;
  color: #29364e;
  line-height: 58px;
}
.news-detail .Share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.news-detail .Share > span {
  margin-right: 60px;
  font-family: "OpenSansregular";
  font-size: 16px;
  color: #8d9096;
}
.news-detail .Share > span > img {
  margin-right: 8px;
}
.news-detail .Share > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "OpenSansregular";
  font-size: 16px;
  color: #8d9096;
}
.news-detail .Share > div > img {
  margin-right: 5px;
}
.news-detail .Share > div > a {
  margin-left: 8px;
}
.news-detail > i {
  display: block;
  width: 100%;
  height: 1px;
  background: #ececec;
  margin-top: 45px;
  margin-bottom: 33px;
}
.news-content {
  width: 100%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*flex-direction: column;*/
}
.news-content > p,
.news-content > ul li {
  margin-bottom: 35px;
  font-family: "OpenSansregular";
  font-size: 16px;
  color: #414d61;
  line-height: 26px;
  margin-top: 35px;
}
.news-content > ul{
    list-style: inside;
}
.news-content > ul li{
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-content > img {
  margin: 0 auto;
  display: block;
  margin-bottom: 74px;
}
.news-detail-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}
.news-detail-footer > a {
  width: 50%;
  padding: 25px 43px 25px 34px;
  background: #f5f5f5;
  border-radius: 3px 0px 0px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-detail-footer > a div > span {
  font-family: "OpenSanssemibold";
  font-size: 16px;
  color: #29364e;
}

.news-detail-footer > a div > i {
  font-family: "OpenSansregular";
  font-size: 16px;
  color: #414d61;
  font-style: normal;
}
.news-detail-footer > a > p {
  font-family: "OpenSansregular";
  font-size: 14px;
  color: #8d8f93;
}
.related-news {
  width: 100%;
  padding: 63px 67px;
  background: #f5f5f5;
  border-radius: 6px;
  margin-top: 73px;
}
.related-news > h4 {
  font-family: "OpenSansbold";
  font-size: 36px;
  color: #29364e;
  text-align: center;
}
.related-news > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
}
.related-news > div a {
  width: calc(50% - 41px);
  position: relative;
}

.related-news > div a img {
  width: 100%;
}
.related-news > div a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 26px 32px;
  font-family: "OpenSanssemibold";
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .menu>ul{
        width:95%;
    }
    .menu{
        width:46%;
    }
    .enquiry{
        width: 120px;
    }
    .banner > div p{
        display: none;
    }
    .banner > div h2{
        font-size: 34px;
    }
}
@media screen and (max-width: 1200px) {
  .banner > div {
    top: 100px;
  }
  .news-detail-footer > a {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .news-detail {
    padding: 84px 50px;
  }
}
@media screen and (max-width: 1000px) {
  .related-news > div {
    flex-direction: column;
  }
  .related-news > div a {
    width: 90%;
    margin-bottom: 20px;
  }
  .news-detail {
    padding: 84px 30px;
  }
}
@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: 24px;
  }
  .banner > div p {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
  }
  .container {
    width: 100%;
    padding: 25px 0 40px 0;
  }
  .news-detail {
    width: calc(100% - 30px);
    padding: 36px 14px 43px;
  }
  .news-detail > h2 {
    font-size: 18px;
    color: #29364e;
    line-height: 23px;
  }
  .news-detail .Share {
    margin-top: 5px;
    flex-direction: column;
  }
  .news-detail .Share > span {
    margin-right: 0;
    font-size: 12px;
    color: #8d9096;
  }
  .news-detail .Share > div {
    font-size: 13px;
    color: #8d9096;
    margin-top: 10px;
  }
  .news-detail .Share > div > a {
    width: 21px;
  }
  .news-detail .Share > div > a img {
    width: 100%;
  }
  .news-detail > i {
    margin-top: 38px;
    margin-bottom: 32px;
  }
  .news-content > p {
    font-size: 14px;
    color: #414d61;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .news-content > img {
    border-radius: 5px;
    margin-bottom: 21px;
  }
  .news-detail-footer {
    flex-direction: column;
    margin-top: 18px;
  }
  .news-detail-footer > a {
    width: 100%;
    padding: 15px;
    margin-bottom: 13px;
  }
  .news-detail-footer > a div {
    display: flex;
    flex-direction: column;
  }
  .news-detail-footer > a div > span {
    font-size: 14px;
  }
  .news-detail-footer > a div > i {
    font-size: 14px;
  }
  .news-detail-footer > a > p {
    font-size: 11px;
    color: #8d8f93;
  }
  .related-news {
    display: none;
  }
  .m-related-news {
    width: 100%;
    background: #f5f5f5;
  }
  .m-related-news > h2 {
    font-family: "OpenSansbold";
    font-weight: normal;
    font-size: 18px;
    color: #29364e;
    text-align: center;
    margin-bottom: 30px;
  }
  .m-related-news > div {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .m-related-news > div > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 12px;
  }
  .m-related-news > div > a > img {
    width: 100%;
    border-radius: 5px;
  }
  .m-related-news > div > a > span {
    width: 100%;
    font-family: "OpenSanssemibold";
    font-size: 13px;
    padding: 15px 0 15px 12px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    );
  }
  .m-related-news > i {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
  }
  
    .banner > div p{
        display: none;
    }
}
