.news {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f4f4f4;
}
.news .newstop {
  display: none;
}
.news .newsbg {
  width: 100%;
  height: 320px;
  background: url(/static/hbwhere_new/img/news/news_bg1.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 12.5% 0 12.5%;
  margin-top: 80px;
}
.news .newsbg div:first-of-type {
  font-family: "FZFengYaSongS";
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 6px;
  text-align: left;
  padding-bottom: 10px;
}
.news .newsbg div:last-of-type {
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  text-align: left;
}

.news .newslist {
  width: 100%;
  padding: 40px 12.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .newslist .newsbox {
  width: 32.36%;
  /* padding: 40px 20px; */
  /* display: flex; */
  border: 1px solid rgba(38, 59, 88, 0.5);
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
/* .news .newslist .newsbox:hover {
  background: #c5a86f;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.5s;
} */
/* .news .newslist .newsbox:hover .text > div:nth-child(1),
.news .newslist .newsbox:hover .text > div:nth-child(2),
.news .newslist .newsbox:hover .text .time > div {
  color: #ffffff;
  transition: all 0.5s;
} */
.news .newslist .newsbox:last-of-type {
  margin-bottom: 0px;
}
.news .newslist .newsbox > img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  /* margin-right: 20px; */
}
.news .newslist .newsbox .text {
  width: 100%;
  padding: 20px;
}
.news .newslist .newsbox .text1 {
  height: 104px;
  margin-bottom: 30px;
}

.news .newslist .newsbox .text1 > div:nth-child(1) {
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #263b58;
  letter-spacing: 1px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .newslist .newsbox:hover .text1 > div:nth-child(1) {
  color: #c5a86f;
}
.news .newslist .newsbox .text1 > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: rgba(38, 59, 88, 0.8);
  letter-spacing: 1px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .newslist .newsbox .text .time {
  display: flex;
  border-bottom: 1px solid rgba(38, 59, 88, 0.2);
  padding-bottom: 10px;
}
.news .newslist .newsbox .text .time .icon {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 4px;
  transition: all 0.5s;
}
.news .newslist .newsbox .text .time > div > div {
  white-space: nowrap;
}
.news .newslist .newsbox .text .time > div:first-of-type .icon {
  background: url(../img/index/index_icon14.png) center no-repeat;
  background-size: contain;
}
.news .newslist .newsbox .text .time > div:last-of-type .icon {
  background: url(../img/index/index_icon15.png) center no-repeat;
  background-size: contain;
}
/* .news .newslist .newsbox:hover .text .time > div:first-of-type .icon {
  background: url(../img/index/index_icon11.png) center no-repeat;
  background-size: contain;
}
.news .newslist .newsbox:hover .text .time > div:last-of-type .icon {
  background: url(../img/index/index_icon12.png) center no-repeat;
  background-size: contain;
} */
.news .newslist .newsbox .text .time > div {
  display: flex;
  align-items: center;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: rgba(38, 59, 88, 0.5);
  line-height: 16px;
}
.news .newslist .newsbox .text .time > div:first-of-type {
  padding-right: 20px;
}
.news .newslist .newsbox .text .more {
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #c5a86f;
  letter-spacing: 1px;
}
.news .newslist .newsbox .text .more > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: 10px;
}

.newsdetail {
  position: relative;
  background: #fff;
}
.newsdetail .goback,
.newsdetail .gohome {
  display: none;
}
.newsdetail .newsdetail_bg {
  width: 100%;
  height: 822px;
  background: url(/static/hbwhere_new/img/news/newsdetails_bg2.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.newsdetail .newsdetail_bg > div:first-of-type {
  width: 100%;
  padding: 0 12.5%;
  font-family: "PingFangSC-Medium";
  font-size: 32px;
  color: #c5a86f;
  letter-spacing: 2px;
  position: absolute;
  bottom: 115px;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetail .newsdetail_bg > div:last-of-type {
  position: absolute;
  bottom: -25px;
  z-index: 0;
  width: 100%;
  height: 221px;
  background: url(/static/hbwhere_new/img/news/newsdetail_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.newsdetail .newsdetail_bg > img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}
.newsdetail .news_body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 12.5% 110px 12.5%;
  margin-top: -50px;
}
.newsdetail .news_body .time {
  display: flex;
  border-bottom: 1px dashed rgba(29, 41, 67, 0.5);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.newsdetail .news_body .time > div {
  display: flex;
  align-items: center;
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: rgba(38, 59, 88, 0.5);
  letter-spacing: 1px;
  margin-right: 30px;
}
.newsdetail .news_body .time img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
}
.newsdetail .news_body .text {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 12px;
  color: rgba(29, 41, 67, 0.8);
  line-height: 17px;
  letter-spacing: 1px;
}
.newsdetail .news_body > img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.newsdetail .news_body .text1 {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 10px;
  color: rgba(29, 41, 67, 0.5);
  line-height: 12px;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 8px;
}

@media only screen and (max-width: 1024px) {
  .news {
    height: auto;
    width: 100%;
    background: #edeef0;
  }
  .news .newstop {
    height: 54px;
    width: 100%;
    background: #edeef0;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
  }
  .news .newstop div.line1 {
    width: 277px;
    font-family: "FZLanTingHeiS-R-GB";
  }
  .news .newstop .search {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .news .newstop .search img {
    width: 18px;
    height: 18px;
    object-fit: cover;
  }
  .news .newsbg {
    width: 100%;
    height: 99px;
    background: url(/static/hbwhere_new/img/news/news_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 38px 0 0 16px;
    margin-top: 0px;
  }
  .news .newsbg div:first-of-type {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 18px;
    color: #ffffff;
    line-height: 21px;
    letter-spacing: 1px;
    padding-bottom: 4px;
  }
  .news .newsbg div:last-of-type {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .news .newslist {
    padding: 15px 0;
    display: block;
  }
  .news .newslist .newsbox {
    padding: 15px;
    border: none;
    border-bottom: 1px dashed rgba(29, 41, 67, 0.1);
    border-radius: 0;
    display: flex;
    background: none;
    margin-bottom: 0px;
    width: 100%;
  }
  .news .newslist .newsbox > img {
    width: 78px;
    /* height: auto; */
    height: 80px;
    object-fit: cover;
    margin-right: 10px;
  }
  .news .newslist .newsbox .text {
    width: 100%;
    padding: 0;
  }
  .news .newslist .newsbox .text1 {
    height: auto;
    margin-bottom: 0px;
  }
  .news .newslist .newsbox .text1 > div:nth-child(1) {
    font-family: "PingFangSC-Regular";
    font-size: 14px;
    color: #1d2943;
    letter-spacing: 1px;
    text-align: left;
    /* height: 28px; */
    -webkit-line-clamp: 1;
  }
  /* .news .newslist .newsbox:hover .text1 > div:nth-child(1) {
    color: #1d2943;
  }
  .news .newslist .newsbox:hover .text1 > div:nth-child(2) {
    color: rgba(29, 41, 67, 0.8);
  } */
  .news .newslist .newsbox .text1 > div:nth-child(2) {
    font-family: "PingFangSC-Regular";
    font-size: 12px;
    color: rgba(29, 41, 67, 0.8);
    letter-spacing: 1px;
    text-align: left;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: auto; */
  }
  .news .newslist .newsbox .text .time {
    display: flex;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .news .newslist .newsbox .text .time .icon {
    width: 10px;
    height: 10px;
    /* object-fit: cover; */
    margin-right: 4px;
    transition: all 0.5s;
  }
  .news .newslist .newsbox .text .time > div:first-of-type .icon {
    background: url(../img/index/index_icon14.png) center no-repeat;
    background-size: contain;
  }
  .news .newslist .newsbox .text .time > div:last-of-type .icon {
    background: url(../img/index/index_icon15.png) center no-repeat;
    background-size: contain;
  }
  .news .newslist .newsbox .text .time > div {
    display: flex;
    align-items: center;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.5);
    line-height: 12px;
  }
  .news .newslist .newsbox:hover .text .time > div {
    color: rgba(29, 41, 67, 0.5);
  }
  .news .newslist .newsbox .text .time > div:first-of-type {
    padding-right: 20px;
  }

  /* 详情 */
  .newsdetail {
    position: relative;
    background: none;
  }
  .newsdetail .newsdetail_bg {
    width: 100%;
    height: 332px;
    background: url(/static/hbwhere_new/img/news/newsdetails_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .newsdetail .newsdetail_bg > div:first-of-type {
    /* height: 74px; */
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px 35px 15px;
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #c5a86f;
    line-height: 16px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    z-index: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsdetail .newsdetail_bg > img {
    display: none;
  }
  .newsdetail .newsdetail_bg > div:last-of-type {
    position: absolute;
    bottom: -25px;
    z-index: 0;
    width: 100%;
    height: 47px;
    background: url(/static/hbwhere_new/img/news/newsdetail_bg1.png) no-repeat;
    background-size: cover;
  }
  .newsdetail .news_body {
    position: relative;
    z-index: 1;
    padding: 15px;
    margin-top: -15px;
  }
  .newsdetail .news_body .time {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(29, 41, 67, 0.5);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .newsdetail .news_body .time > div {
    display: flex;
    align-items: center;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.5);
    line-height: 12px;
  }
  .newsdetail .news_body .time img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin-right: 4px;
  }
  .newsdetail .news_body .text {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: rgba(29, 41, 67, 0.8);
    line-height: 17px;
    letter-spacing: 1px;
  }
  .newsdetail .news_body > img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .newsdetail .news_body .text1 {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.5);
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 8px;
  }

  .newsdetail .goback {
    display: flex;
  }
  .newsdetail .gohome {
    display: block;
  }
  .news .newslist .newsbox:hover {
    background: none;
    /* border-radius: 8px 8px 8px 8px; */
  }
  .news .newslist .newsbox .text .more {
    display: none;
  }
}
