.othersWrap.newsBg {
  background-image: url(../images/others/custbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.topNews {
  width: 100%;
}
.topNews > a {
  align-items: center;
}
.newsLeft {
  width: 7rem;
}

.newsTip {
  width: 0.95rem;
  height: 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3f1ff;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #1866b4;
}

.newsTitle1 {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.25rem;
  color: #000000;
  margin-top: 0.4rem;
  transition: all 0.6s;
}

.newsTime {
  margin-top: 0.31rem;
  display: flex;
  gap: 0.08rem;
}
.newsTime > img {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.08rem;
}
.newsTime > span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.16rem;
  color: #727272;
}
.newsT1 {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #606060;
  line-height: 0.35rem;
  margin-top: 0.32rem;
}

.newsBtn {
  width: 1.6rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #3a0899 0%, #f50008 100%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin-top: 1.02rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}

.TopNewsImg {
  width: 8rem;
  height: 5.08rem;
  overflow: hidden;
}

.TopNewsImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.6s;
}
.topNews:hover .newsTitle1 {
  color: #c60000;
}
.topNews:hover .TopNewsImg > img {
  transform: scale(1.06);
}

.topNews:hover .newsBtn{
    transform: scale(1.05);
box-shadow: 0 0 15px rgba(245, 0, 8, 0.05);
background-position: 100% 0;
}


.newsList {
  width: 100%;
  margin-top: 1.13rem;
}
.newsList > li {
  width: 100%;
  padding-bottom: 0.55rem;
  position: relative;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #d5d5d5;
}
.newsList > li > a {
  display: flex;
  gap: 0.73rem;
  align-items: center;
  position: relative;
}
.newsList > li:last-child {
  margin-bottom: 0;
}

.newsImg {
  width: 3.14rem;
  height: 2rem;
  overflow: hidden;
}

.newsImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.6s;
}
.newsConent {
  width: 12.13rem;
  position: relative;
}

.newsTitle2 {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.2rem;
  color: #262626;
  transition: all 0.6s;
}

.newsDec {
  margin-top: 0.36rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #7b7b7b;
  line-height: 0.3rem;
  transition: all 0.6s;
}

.newsDate {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #3d3d3d;
  margin-top: 0.25rem;
  transition: all 0.6s;
}

.newsList > li:hover p {
  color: #c60000;
}

.newsList > li:hover .newsImg > img {
  transform: scale(1.06);
}

.newsList > li::before{
  content: '';
  width: 0;
  height: 3px;
  background: linear-gradient( 169deg, #8300FA 0%, #FE0002 100%);
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.6s;
}

.newsList > li:hover::before{
  width: 100%;
}

.newsMore {
  position: absolute;
  right: 0;
  top: 0.1rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #c60000;
}

.newsMore > img {
  width: 0.15rem;
  margin-left: 0.07rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.1rem;
}

.pagerBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 新闻页详情 */

.newsDetail {
  width: 12rem;
  margin-top: -3.33rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.08);
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  padding: 0.75rem 0.5rem 0.81rem;
  position: relative;
  z-index: 10;
}

.newsDetailTitle {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.35rem;
  color: #000000;
}
.newsDetailMsg {
  margin-top: 0.66rem;
  display: flex;
  gap: 0.44rem;
}
.newsDetailMsg > div {
  display: flex;
  gap: 0.07rem;
  align-items: flex-start;
}
.newsDetailIcon {
  width: 0.21rem;
  display: block;
  align-items: center;
}
.newsDetailMsg > div > span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.16rem;
  color: #727272;
}

.newsDetailLine {
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  margin: 0.26rem 0 0.43rem;
}

.newsRichTxt > p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
}

.newsRichTxt img {
  max-width: 100%;
  margin: 0 auto;
      width: revert-layer;
  display: block;
}

.newsnav {
  width: 100%;
  margin-top: 0.28rem;
}

.newsnav > a {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.3rem;
}
.newsnav > a:hover {
  color: #c60000;
}

.newsHot {
  width: 3.24rem;
}
.newsHotTitle {
  display: flex;
  gap: 0.16rem;
  align-items: center;
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #c9c9c9;
}
.newsBias {
  width: 0.05rem;
  height: 0.23rem;
  background: linear-gradient(180deg, #8300fa 0%, #fe0002 100%);
  transform-origin: 50% 100%;
  transform: rotate(7deg);
}
.newsHotTitle > p {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.3rem;
  color: #c60000;
}

.newsHotList {
  width: 100%;
}

.newsHotList > li {
  margin-bottom: 0.35rem;
}

.newsHotList > li > img {
  width: 100%;
  display: block;
}

.newsHotList > li > a {
  flex-direction: column;
}

.newsT2 {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  margin-top: 0.37rem;
}

.newsT3 {
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #777777;
  margin-top: 0.19rem;
}
.newsHotList > li:hover .newsT2 {
  color: #c60000;
}
.newsBack {
  margin-top: 0.96rem;
  justify-content: flex-end;
  align-items: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #c60000;
  gap: 0.08rem;
}
.newsBack>img{
    width: 0.21rem;
    display: block;
    transition: all 0.6s;
}

.newsBack:hover>img{
  transform: translateX(3px);
}

@media screen and (max-width:1024px){
    .topNews{
        padding: 15px;
    }
    .topNews > a{
        gap: 15px;
        flex-direction: column-reverse;
    }
    .TopNewsImg{
        width: 100%;
        height: auto;
    }
    .newsTip{
        font-size: 14px;
        width: fit-content;
        padding: 0 15px;
    }
    .newsTitle1{
        font-size: 16px;
    }
    .newsTime > img{
        width: 15px;
        height: 15px;
    }
    .newsTime > span{
        font-size: 14px;
    }
    .newsT1{
        font-size: 14px;
    }
    .newsBtn{
        font-size: 14px;
    }
    
    .newsList{
      padding: 20px 15px;
    }
    .newsList > li > a{
      gap: 15px;
    }
   .newsImg{
      flex-shrink: 0;
    }
    .newsConent{
        width: calc(100% - 3.14rem - 15px);
    }
    .newsMore{
      display: none;
    }
    .newsTitle2{
        font-size: 16px;
    }
    .newsDec{
        font-size: 14px;
    }
    .newsDate{
        font-size: 14px;
    }
    .newsDetail{
        width: 100%;
        padding: 20px 15px;
    }
    .newsDetailTitle{
        font-size: 16px;
    }
    .newsDetailMsg > div > span{
        font-size: 14px;
    }
    .newsDetailMsg{
        flex-wrap: wrap;
    }
    .newsDetailMsg > div{
        align-items: center;
    }
    .newsDetailIcon{
        width: 15px;
        height: 15px;
    }
    .newsRichTxt > p{
        font-size: 14px;
    }
    .newsnav > a{
        font-size: 14px;
    }
    .newsHot{
        display: none;
    }
}
