/*PC端*/
/*M端*/
.titFont {
  font-family: 'Chaney-ult';
  font-weight: bold;
  background: -moz-linear-gradient(to right, #fff 40%, #67d1ff 60%, #ff9d6d 75%);
  background: linear-gradient(to right, #fff 40%, #67d1ff 60%, #ff9d6d 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.mobile {
  display: none;
}
h1.h1 {
  margin: 1rem auto 0.6rem;
  font-size: 1rem;
  line-height: 1rem;
  width: fit-content;
}
.newsContentBox {
  padding: 1.2rem 2rem;
}
.newsContentBox.nopadlr {
  padding: 1rem 0 0;
}
/*新闻列表*/
.news-type a {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #6f6f6f;
  font-family: Radnika-Bold;
  position: relative;
  margin-right: 0.5rem;
}
.news-type a .line {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 50%;
  display: inline-block;
  background: #6f6f6f;
  transition: all 1s ease-in-out;
}
.news-type a.active,
.news-type a:hover {
  color: #000;
}
.news-type a.active .line,
.news-type a:hover .line {
  width: 100%;
  background-color: #ff9d6d;
}
.news-list {
  color: #fff;
}
.news-list a {
  color: #fff;
}
.news-list li {
  background-color: #1a1a1a;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.55rem 0.6rem;
}
.news-list li .leftImg {
  float: left;
  width: 50%;
}
.news-list li .leftImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  object-fit: cover;
}
.news-list li .leftImg a:hover img {
  opacity: 0.8;
}
.news-list li .rightBox {
  float: right;
  font-size: 0.14rem;
  margin-right: 5%;
  width: 35%;
}
.news-list li .rightBox .title {
  font-size: 0.36rem;
  line-height: 0.36rem;
  max-height: 0.72rem;
  overflow: hidden;
  color: #fff;
  width: fit-content;
}
.news-list li .rightBox .title a:hover {
  color: #fff;
}
.news-list li .rightBox .info {
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: 1.5rem;
  overflow: hidden;
  margin: 0.32rem 0 0.3rem 0;
  opacity: 0.8;
}
.news-list li .rightBox .more {
  color: #fff;
  font-size: 0.56rem;
  float: right;
}
.news-list li .rightBox .more:hover {
  opacity: 0.8;
}
.news-list li .rightBox .time {
  margin-top: 0.4rem;
  text-align: right;
  color: #6a6a6a;
}
.news-list li.even .leftImg {
  float: right;
  margin-right: 5%;
}
.news-list li.even .rightBox {
  float: left;
  margin-right: 0;
}
.news-list li.noContent {
  background: none;
  text-align: center;
  font-size: 0.28rem;
  padding: 1rem 0;
  color: #fff;
}
.news-list li.page {
  background: none;
  margin-top: 0.7rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
.news-list li.page .screen-reader-text {
  display: none;
}
.news-list li.page .page-numbers {
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background: #d3d6d8;
  border-radius: 50%;
  font-size: 0.18rem;
  display: inline-block;
  color: #fff;
  margin: 0 0.2rem;
}
.news-list li.page .page-numbers.next {
  text-indent: -9999px;
  background: url(../image/news/page_next.png) no-repeat;
  background-size: cover;
}
.news-list li.page .page-numbers.next:hover {
  background: url(../image/news/page_next_h.png) no-repeat;
  background-size: cover;
}
.news-list li.page .page-numbers.prev {
  text-indent: -9999px;
  background: url(../image/news/page_pre.png) no-repeat;
  background-size: cover;
}
.news-list li.page .page-numbers.prev:hover {
  background: url(../image/news/page_pre_h.png) no-repeat;
  background-size: cover;
}
.news-list li.page .page-numbers.current,
.news-list li.page .page-numbers:hover {
  background: #ff9d6d;
}
/*新闻详情页*/
.main {
  padding-top: 1.5rem;
}
.contentBox {
  font-family: Arial;
  color: #fff;
  margin: 0 0 0.6rem;
  background: #1a1a1a;
  padding: 0.8rem 0.5rem;
}
.contentBox h2.title {
  font-size: 0.36rem;
  line-height: 0.46rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6rem;
  width: fit-content;
}
.contentBox span.time {
  font-size: 0.16rem;
  display: block;
  margin-bottom: 0.5rem;
}
.contentBox .content {
  color: #fff;
}
.contentBox .content h1,
.contentBox .content h2,
.contentBox .content h3,
.contentBox .content h4,
.contentBox .content h5,
.contentBox .content h6 {
  margin-bottom: 0.35rem;
}
.contentBox .content h1 {
  font-size: 0.28rem;
  line-height: 0.38rem;
}
.contentBox .content h2 {
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.contentBox .content h3 {
  font-size: 0.2rem;
}
.contentBox .content h4 {
  line-height: 0.26rem;
  font-size: 0.18rem;
}
.contentBox .content p {
  line-height: 0.26rem;
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
}
.contentBox .content img {
  display: block;
  margin: 0 auto;
  max-width: 11rem;
  height: auto;
}
@media (max-width: 750px) {
  .pc,
  .banner {
    display: none!important;
  }
  .mobile {
    display: block;
  }
  .bgW {
    background-color: #eef0f1;
  }
  .newsContentBox {
    padding: 1.4rem 0.25rem 4rem;
  }
  h1.h1 {
    margin: 1rem auto 0.3rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  /*新闻列表*/
  .news-type {
    text-align: center;
    width: 4.64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
  }
  .news-type.hide {
    display: none;
  }
  .news-type.te {
    justify-content: center;
    border: none;
  }
  .news-type a {
    font-size: 0.3rem;
    width: 2.3rem;
    line-height: 0.55rem;
    margin-right: 0;
    display: inline-block;
    border-radius: 0.55rem;
    color: #ff9d6d;
    font-family: Radnika-Medium;
    transition: all 0.5s ease-in-out;
  }
  .news-type a .line {
    display: none;
  }
  .news-type a.active {
    color: #fff;
    background: #ff9d6d;
  }
  .news-type a.active .line {
    width: 100%;
    background-color: #ff9d6d;
  }
  .news-type a:hover {
    background: none;
    color: #ff9d6d;
  }
  .news-list li {
    margin-bottom: 0.4rem;
  }
  .news-list li .leftImg {
    float: initial;
    width: 100%;
  }
  .news-list li .leftImg img {
    max-width: 7rem;
    max-height: 4.06rem;
    border-radius: 0.1rem;
  }
  .news-list li .rightBox {
    float: initial;
    height: auto;
    font-size: 0.2rem;
    padding: 0.7rem 0 0.3rem;
    width: 100%;
  }
  .news-list li .rightBox .title {
    font-size: 0.32rem;
    line-height: 0.4rem;
    max-height: initial;
  }
  .news-list li .rightBox .info {
    font-size: 0.24rem;
    line-height: 0.36rem;
    max-height: initial;
    margin: 0.32rem 0 0.5rem 0;
  }
  .news-list li .rightBox .time {
    margin-top: 0.2rem;
    color: #bfbfbf;
  }
  .news-list li.even .leftImg {
    float: initial;
  }
  .news-list li.even .rightBox {
    float: initial;
  }
  .news-list li.page {
    background: none;
    border-bottom: none;
    margin-top: 0.7rem;
  }
  .news-list li.page .page-numbers {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    margin: 0 0.1rem;
  }
  .news-list li.page .page-numbers.next {
    text-indent: -9999px;
    background: url(../image/news/page_next.png) no-repeat;
    background-size: cover;
  }
  .news-list li.page .page-numbers.next:hover {
    background: url(../image/news/page_next_h.png) no-repeat;
    background-size: cover;
  }
  .news-list li.page .page-numbers.prev {
    text-indent: -9999px;
    background: url(../image/news/page_pre.png) no-repeat;
    background-size: cover;
  }
  .news-list li.page .page-numbers.prev:hover {
    background: url(../image/news/page_pre_h.png) no-repeat;
    background-size: cover;
  }
  /*新闻详情页*/
  .contentBox {
    margin: 1rem 0.3rem;
    padding: 0.3rem;
    background: #1a1a1a;
  }
  .contentBox h2.title {
    font-size: 0.6rem;
    line-height: 0.7rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
  }
  .contentBox span.time {
    font-size: 0.22rem;
  }
  .contentBox .content h1,
  .contentBox .content h2,
  .contentBox .content h3,
  .contentBox .content h4,
  .contentBox .content h5,
  .contentBox .content h6 {
    margin-bottom: 0.5rem;
  }
  .contentBox .content h1 {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .contentBox .content h2 {
    font-size: 0.32rem;
    line-height: 0.42rem;
  }
  .contentBox .content h3 {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  .contentBox .content h4 {
    line-height: 0.36rem;
    font-size: 0.24rem;
  }
  .contentBox .content p {
    line-height: 0.36rem;
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .contentBox .content img {
    max-width: 6.7rem;
  }
}
