/* ================= 顶部筛选 ================= */
.otherNav {
  height: 0.8rem;
  position: sticky;
  top: 0.9rem;
  z-index: 3;
  background: #171717;
}
.otherNav .left {
  float: left;
}
.lh-other-nav-box {
  height: 0.8rem;
  line-height: 0.8rem;
  background: #171717;
  position: relative;
  z-index: 4;
}
.lh-other-nav li {
  float: left;
  margin-left: 6vw;
}
.lh-other-nav li a {
  color: #fff;
  font-size: 0.16rem;
}
.lh-other-nav li:first-child {
  margin-left: 0;
}
.lh-contact {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lh-other-nav li a.on,
.lh-other-nav li a:hover {
  color: #1e4fdb;
}
.lh-screening span {
  color: #fff;
  opacity: 0.5;
}
.lh-otherNav-l {
  margin-left: -0.3rem;
}
.lh-otherNav-r {
  position: relative;
  width: 2.4rem;
  height: 0.8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}
.lh-otherNav-r input {
  position: absolute;
  background: #171717;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem 0 0.3rem;
  border: none;
  color: #fff;
}
.lh-otherNav-r a {
  position: absolute;
  width: 0.3rem;
  height: 0.8rem;
  text-align: right;
  right: 0;
  top: 0;
  color: #fff;
}
.lh-otherNav-r input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.57);
}
.lh-otherNav-r input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.57);
}
.lh-otherNav-r input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.57);
}
.lh-screening {
  width: 2.4rem;
  position: relative;
  padding: 0 0.3rem;
}
.lh-screening-dl dt {
  height: 0.4rem;
}
.lh-screening-dl {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lh-screening-dl dt {
  text-align: right;
  height: 0.8rem;
}
.lh-screening-dl dt i {
  font-size: 0.12rem;
  margin-left: 0.1rem;
  position: relative;
  z-index: 3;
}
.lh-screening-ul {
  position: absolute;
  top: 0;
  right: -0.1rem;
  padding: 0.25rem 0.32rem 0.2rem 0.25rem;
  background: #fff;
  width: 100%;
  display: none;
}
.lh-screening-ul li {
  width: 50%;
  float: left;
  line-height: 0.3rem;
}
.lh-screening-ul li:nth-child(2n) {
  text-align: right;
}
.lh-screening-ul li a {
  color: #171717;
}
.lh-screening-ul li a:hover {
  text-decoration: underline;
}
.lh-screening-dl:hover .lh-screening-ul {
  display: block;
}
.lh-screening-dl:hover dt i {
  color: #171717;
  font-weight: bold;
}
/* ================= 内容区域 ================= */
#news .lh-recomm-news {
  background: url('../img/other/gs_bg.png') no-repeat center center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  padding: 0.74rem 0;
}
#news .lh-recomm-news .yx_NTC_Left {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#news .lh-recomm-banner {
  overflow: hidden;
  position: relative;
}
#news .lh-recomm-banner .bd li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #EEE;
}
#news .lh-recomm-banner .bd li .imgbox {
  width: 8.48rem;
  height: 4.46rem;
  overflow: hidden;
}
#news .lh-recomm-banner .bd li .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
#news .lh-recomm-banner .bd li a:hover .img {
  transform: scale(1.1);
}
#news .lh-recomm-banner .bd li .text {
  width: 4.52rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.48rem;
}
#news .lh-recomm-banner .bd li .text h2 {
  font-size: 0.21rem;
  line-height: 0.35rem;
  font-weight: bold;
  color: #0A0A0A;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
#news .lh-recomm-banner .bd li .text p {
  color: rgba(10, 10, 10, 0.61);
  line-height: 0.3rem;
  margin: 0.2rem 0;
  overflow: hidden;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
#news .lh-recomm-banner .bd li .text h3 {
  overflow: hidden;
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 0.16rem;
  height: 0.2rem;
  line-height: 0.2rem;
}
#news .lh-recomm-banner .bd li .text h3 em {
  float: right;
  width: 0.12rem;
  height: 0.12rem;
  position: relative;
  margin-top: 0.02rem;
}
#news .lh-recomm-banner .bd li .text h3 em:before,
#news .lh-recomm-banner .bd li .text h3 em:after {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.02rem;
  background: rgba(0, 0, 0, 0.57);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
#news .lh-recomm-banner .bd li .text h3 em:after {
  transform: rotate(90deg);
}
#news .lh-recomm-banner .bd li .text h3 em i {
  width: 0.95rem;
  height: 0.02rem;
  background: #BFBFBF;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.01rem;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transform-origin: left center;
}
#news .lh-recomm-banner.one .bd .time {
  font-family: "Geometr706 BlkCn BT Black";
  display: inline-block;
  text-align: center;
  font-size: 0.16rem;
  margin-bottom: 0.16rem;
}
#news .lh-recomm-banner.one .bd .time h4 {
  font-size: 0.65rem;
  line-height: 0.65rem;
  color: #0D0D0D;
  font-weight: bold;
}
#news .lh-recomm-banner.one .bd .time h5 {
  font-size: 0.2rem;
  color: #202020;
}
#news .lh-recomm-banner .bd li .text > div {
  width: 100%;
}
#news .lh-recomm-banner.one .bd li .imgbox {
  height: 4.15rem;
}
#news .news-list {
  /*背景*/
}
#news .news-list .clearfix {
  clear: both;
}
#news .news-list #site-background {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
#news .news-list #site-background .layer-wrapper {
  position: fixed;
  height: 100vh;
  z-index: -999;
  top: 0;
  left: 0;
  width: 100vw;
}
#news .news-list #site-background .layer-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
#news .news-list #site-background .layer-wrapper > div > div {
  position: absolute;
}
#news .news-list #site-background .layer-wrapper .element1 {
  top: -120px;
  left: 10%;
}
#news .news-list #site-background .layer-wrapper .element2 {
  top: -170px;
  left: 40%;
  display: none;
}
#news .news-list #site-background .layer-wrapper .element3 {
  top: 200px;
  right: -5%;
}
#news .news-list #site-background .layer-wrapper .element4 {
  top: 10vh;
  left: -25%;
  -webkit-transform: scale(0.9) rotate(50deg);
  transform: scale(0.9) rotate(50deg);
}
#news .news-list #site-background .layer-wrapper .element5 {
  top: 50vh;
  right: -5%;
}
#news .news-list #site-background .layer-wrapper .element6 {
  top: 55vh;
  left: 25%;
  -webkit-transform: scale(0.7) rotate(80deg);
  transform: scale(0.7) rotate(80deg);
}
#news .news-list #site-background .layer-wrapper div img {
  animation: zoom 20s infinite;
  animation-direction: alternate;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#news .news-list #site-background .layer-wrapper .layer1 img {
  animation-delay: 2s;
  animation-duration: 25s;
}
@keyframes zoom {
  0% {
    transform: scale(0.7) rotate(0deg);
  }
  30% {
    transform: scale(0.95) rotate(40deg);
  }
  60% {
    transform: scale(0.8) rotate(20deg);
  }
  100% {
    transform: scale(1) rotate(60deg);
  }
}
#news .news-list .lh-news-ul {
  padding: 0.6rem 0 0.3rem;
  min-height: 3rem;
}
#news .news-list .lh-news-ul > .item {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
}
#news .news-list .lh-news-ul > .item > div:nth-child(1) {
  width: 7.3rem;
  flex: none;
}
#news .news-list .lh-news-ul > .item > div:nth-child(2) {
  width: 4.56rem;
  flex: none;
}
#news .news-list .lh-news-ul .time {
  float: left;
  width: 1.6rem;
  font-family: "Geometr706 BlkCn BT Black";
}
#news .news-list .lh-news-ul .time h3 {
  font-size: 0.65rem;
  line-height: 0.65rem;
  font-family: "Geometr706 BlkCn BT Black";
  font-weight: bold;
}
#news .news-list .lh-news-ul .time h4 {
  font-size: 0.2rem;
  color: #202020;
}
#news .news-list .lh-news-ul .info {
  width: 5.68rem;
  overflow: hidden;
  margin-top: 0.1rem;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
#news .news-list .center-item li h2 {
  color: #92755b;
  line-height: 0.3rem;
  overflow: hidden;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  margin-top: 0.1rem;
}
#news .news-list .center-item li h3 {
  font-size: 0.21rem;
  line-height: 0.35rem;
  color: #0A0A0A;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
#news .news-list .center-item li a:hover h2 {
  text-decoration: underline;
}
#news .news-list .center-item li.first a:hover h3 {
  color: #3F71D5;
}
#news .news-list .center-item li.first a:hover h4 {
  background: #3F71D5;
}
#news .news-list .center-item li p {
  color: rgba(10, 10, 10, 0.61);
  line-height: 0.26rem;
  margin: 0.32rem 0;
  height: 0.81rem;
  overflow: hidden;
}
#news .news-list .center-item li h4 {
  width: 1.12rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  background: #4A4A4A;
  color: #fff;
  border-radius: 0.03rem;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  font-size: 0.16rem;
}
#news .news-list .center-item li.first {
  margin-bottom: 0.3rem;
}
#news .news-list .lh-news-ul .img {
  width: 4.65rem;
}
#news .news-list .lh-news-ul .img a {
  display: block;
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
#news .news-list .lh-news-ul .img a {
  margin-top: 0.3rem;
}
#news .news-list .lh-news-ul .img a:first-child {
  margin-top: 0;
}
#news .news-list .lh-news-ul .img a > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
#news .news-list .lh-news-ul .img a:hover > div {
  transform: scale(1.12);
}
#news .news-list .lh-news-ul > .item.on li {
  display: block !important;
}
#news-detail .main {
  background: #f5f5f5;
}
#news-detail .main .detail {
  padding: 0.77rem 0 1.16rem;
}
#news-detail .main .detail .font32 {
  color: #222;
  font-weight: 400;
}
#news-detail .main .detail .time {
  padding: 0.45rem 0 0.35rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.4rem;
  display: flex;
}
#news-detail .main .detail .time div {
  display: flex;
  align-items: center;
  margin-right: 2.9rem;
}
#news-detail .main .detail .time img {
  margin-right: 0.07rem;
  width: 0.32rem;
}
#news-detail .main .detail .time span {
  font-size: 0.16rem;
  color: #7D7D7D;
}
#news-detail .main .detail .desc {
  text-align: center;
}
#news-detail .main .detail .desc p {
  font-size: 0.16rem;
  color: #2D3441;
  line-height: 0.3rem;
  text-align: left;
}
#news-detail .main .detail .desc img {
  max-width: 100%;
  margin: 2vh auto ;
}
#news-detail .main .detail .more {
  background: #E5E5E5;
  padding: 0.26rem;
  justify-content: space-between;
  display: flex;
  margin-top: 0.4rem;
}
#news-detail .main .detail .more a {
  display: inline-flex;
  align-items: center;
  font-size: 0.16rem;
  color: #2D3441;
  transition: all 0.1s;
}
#news-detail .main .detail .more a span {
  margin: 0 0.06rem;
}
#news-detail .main .detail .more a:hover {
  color: #3F71D5;
}
@media screen and (max-width: 1024px) {
  .otherNav {
    top: 1.16rem;
    height: 2.47rem;
  }
  .lh-screening-dl dt {
    height: 1.2rem;
    padding-right: 0.15rem;
  }
  .lh-screening-dl dt i {
    font-size: 0.24rem;
  }
  .lh-screening-ul {
    padding: 0.42rem 0.1rem 0.3rem 0.42rem;
    right: 0;
  }
  .lh-screening-ul li {
    float: none;
    width: 100%;
    text-align: center !important;
    line-height: 0.6rem;
  }
  .lh-otherNav-r {
    width: 100%;
    border: 1px solid #707070;
    height: 0.84rem;
  }
  .lh-otherNav-r input {
    font-size: 0.28rem;
    padding: 0.21rem 0.2rem 0.24rem;
  }
  .lh-otherNav-r a {
    height: 0.84rem;
    line-height: 0.84rem;
    right: 0.23rem;
  }
  .lh-other-nav-box {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.28rem;
  }
  .lh-other-nav-box .safe-width1 {
    display: flex;
    flex-direction: column;
  }
  .lh-other-nav-box .safe-width1 > .left {
    float: none;
  }
  .lh-other-nav-box .safe-width1 .lh-otherNav-l {
    margin: 0;
  }
  .lh-other-nav-box .safe-width1 .lh-otherNav-l .lh-screening {
    width: 50%;
  }
  #news .lh-recomm-banner .bd li .imgbox,
  #news .lh-recomm-banner.one .bd li .imgbox {
    width: 100%;
    height: 3.7rem;
  }
  #news .lh-recomm-banner .bd li .text {
    position: static;
    width: 100%;
    padding: 0.3rem 0.44rem 0.5rem;
  }
  #news .lh-recomm-banner.one .bd .time h4 {
    font-size: 1.08rem;
    line-height: 1.08rem;
  }
  #news .lh-recomm-banner.one .bd .time h5 {
    font-size: 0.33rem;
  }
  #news .lh-recomm-banner.one .bd .time {
    font-size: 0.33rem;
    margin-bottom: 0.27rem;
  }
  #news .lh-recomm-banner .bd li .text h2,
  #news .lh-recomm-banner.one .bd li .text h2 {
    font-size: 0.4rem;
    line-height: 0.53rem;
  }
  #news .lh-recomm-banner .bd li .text h3,
  #news .lh-recomm-banner.one .bd li .text h3 {
    height: 0.24rem;
  }
  #news .lh-recomm-banner .bd li .text h3 em,
  #news .lh-recomm-banner.one .bd li .text h3 em {
    width: 0.24rem;
    height: 0.24rem;
  }
  #news .lh-recomm-banner .bd li .text h3 em::after,
  #news .lh-recomm-banner.one .bd li .text h3 em::after,
  #news .lh-recomm-banner .bd li .text h3 em::before,
  #news .lh-recomm-banner.one .bd li .text h3 em::before {
    width: 0.24rem;
    height: 0.02rem;
  }
  #news .lh-recomm-banner .bd li .text h3 em i,
  #news .lh-recomm-banner.one .bd li .text h3 em i {
    width: 1.45rem;
    right: 0.42rem;
  }
  #news .lh-recomm-banner .bd li .text p,
  #news .lh-recomm-banner.one .bd li .text p {
    margin: 0.36rem 0;
    height: 1.48rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news .lh-recomm-news {
    padding-top: 0.7rem;
    padding-bottom: 0.85rem;
  }
  #news .lh-recomm-news .yx_NTC_Left {
    bottom: 0;
  }
  #news .news-list .lh-news-ul > .item {
    padding: 0.3rem 0;
    flex-direction: column-reverse;
  }
  #news .news-list .lh-news-ul > .item > div {
    width: 100%!important;
  }
  #news .news-list .lh-news-ul > .item > div:nth-child(1) .time {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 0.22rem;
  }
  #news .news-list .lh-news-ul > .item > div:nth-child(1) .time h3,
  #news .news-list .lh-news-ul > .item > div:nth-child(1) .time h4 {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #202020;
    font-weight: bold;
  }
  #news .news-list .lh-news-ul > .item > div:nth-child(1) .time h3::before {
    content: '-';
    font-size: 0.28rem;
    font-weight: bold;
    color: #202020;
  }
  #news .news-list .lh-news-ul > .item > div:nth-child(1) .info {
    width: 100%;
  }
  #news .news-list .lh-news-ul .img {
    width: 100%;
    float: none;
  }
  #news .news-list .lh-news-ul .img a {
    width: 100%;
    height: 3.84rem;
    margin: 0;
  }
  #news .news-list .lh-news-ul .img a:last-child {
    float: right;
  }
  #news .news-list .lh-news-ul .time {
    width: 20%;
    margin-top: 30px;
  }
  #news .news-list .lh-news-ul .info {
    width: 80%;
    /*max-height:355px;*/
  }
  #news .news-list .lh-news-ul .time h3 {
    font-size: 32px;
    line-height: 30px;
  }
  #news .news-list .lh-news-ul .time h4 {
    font-size: 12px;
  }
  #news .news-list .lh-news-ul .time h5 em {
    width: 12px;
    display: inline-block;
  }
  #news .news-list .lh-news-ul .time h5 {
    margin: 30px auto 0;
  }
  #news .news-list .lh-news-ul .time h5 span {
    position: relative;
    left: -2px;
    top: -15px;
    display: inline-block;
  }
  #news .news-list .center-item li h3 {
    font-size: 0.36rem;
    line-height: 0.55rem;
    color: #0A0A0A;
  }
  #news .news-list .center-item li p {
    margin: 0.27rem 0 0;
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: max-content;
  }
  #news .news-list .center-item li h4 {
    display: none;
  }
  #news .news-list .center-item li.first {
    margin-bottom: 0;
  }
  #news .news-list .lh-news-list-box.news .container {
    padding: 0;
  }
  #news .news-list #site-background .layer-wrapper > div img {
    width: 50%;
  }
  #news-detail .main .detail {
    padding: 0.67rem 0 1rem;
  }
  #news-detail .main .detail .font32 {
    font-size: 0.42rem;
    line-height: 0.6rem;
    padding-bottom: 0.17rem;
  }
  #news-detail .main .detail .font32::after {
    width: 0.46rem;
    height: 0.02rem;
  }
  #news-detail .main .detail .time {
    padding: 0.3rem 0 0.32rem;
    justify-content: space-between;
  }
  #news-detail .main .detail .time .font16 {
    font-size: 0.28rem;
  }
  #news-detail .main .detail .time div {
    margin-right: 0;
  }
  #news-detail .main .detail .time img {
    width: 0.47rem;
  }
  #news-detail .main .detail .desc p {
    font-size: 0.28rem;
    line-height: 0.52rem;
  }
  #news-detail .main .detail .more {
    flex-direction: column;
    padding: 0.3rem 0.24rem;
  }
  #news-detail .main .detail .more a {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news-detail .main .detail .more a:first-child {
    margin-bottom: 0.16rem;
  }
  #news-detail .main .detail .more a img {
    display: none;
  }
}
