@media (min-width: 767px) and (max-width: 1450px) {
    .newsInner{
        width: 28%!important;
        height: 360px!important;
    }
    .newsInner .newsTxt{
        padding: 20px!important;
    }
    .newsInner .newsTxt p{
        font-size: 0.8rem!important;
    }
    .newsInner .newsTxt p span{
        font-size: 1.3rem!important;
        margin-right:10px!important;
    }
    .newsInner .newsTxt h5{
        font-size: 1.5rem!important;
    }
    .newsInner .newsTxt h5{
        font-size: 1.5rem!important;
    }
    .newsInner .newsTxt .newsBtn {
        left: 15px!important;
    }
}

.titleImg{
    height: 75vh;
    position: relative;
    background: url('../../static/news/bg1.jpg') no-repeat center center;
    background-size: cover;
}
.titleImg .titleTxt{
    z-index: 88;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #193e58, transparent);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
}

.titleTxt h1{
    font-family: 'Microsoft YaHei';
    color: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
}
.titleTxt p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.titleBreadcrumb{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    bottom: -10px;
    left:120px;
    z-index: 101;
    display: flex;
    justify-content: flex-start;
}
.titleBreadcrumb img{
    width: 20px;
    height: 20px;
    margin-top: 14px;
}
.titleBreadcrumb .breadcrumb{
    background-color: rgba(0, 0, 0, 0);
}
.titleBreadcrumb .breadcrumb a{
    color: #fff;
}


.menuDetail{
    position: relative;
    /* 去掉固定高度，让内容自动撑开 */
    padding: 60px 0px;
}


.menuCard:hover .cardMore{
    color: #fff;
    background-color:#185ab2;
}

.newsList{
    width: 100%;
    padding:0 65px;
    display: none;

}
.menuDetailBox{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.detailBoxShow{
    display: block;
}
.newsInner{
    width: 30%;
    height: 400px;
    /* background-color: #000; */
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 40px;
   
}
.newsInner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color:#3591e3 ;
   
}
.newsInner .newsImg{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    transition: all 0.5s;
}
.newsInner .newsTxt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all 0.5s;
    padding: 40px;
}
.newsInner .newsTxt .newsDate{
   font-size: 25px;
}
.newsInner .newsTxt .newsDate span{
   font-size: 35px;
   margin-right: 20px;
}
.newsInner .newsTxt .newsTitle{
    font-size: 35px;
    font-weight: 700;
}
.newsInner .newsTxt .newsDetail{
   margin-top: 30px;
}

.newsInner .newsTxt .newsBtn{
  position: absolute;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 50px;
  bottom: 30px;
  background-color: #e0dede;
  border-radius: 20px;
  color: #3591e3;
}

.newsInner:hover {
    cursor: pointer;
}
.newsInner:hover .newsImg{
    top: 0;
    opacity: 1;
}
.newsInner:hover .newsTxt{
    background-color: rgba(0, 0, 0, 0.6);
    color: #f3efef;
}
.newsInner:hover .newsBtn{
    background-color:#3591e3;
    color:#e0dede ;
}

.paginationBox {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 40px;
}

.pageBox {
    display: flex;
    justify-content: center;
}
.fl{
    float: left;
}


.fastLink .followUs{
    width: 13%;
    color: #fff;
  }
  .fastLink .followUs .qrCode{
    width: clamp(6rem, 10vw, 9.375rem);
    height: auto;
    aspect-ratio: 1;
    background: url('../../static/qrBack.png');
    background-size: 100% 100%;
    margin-top: 1.875rem;
    padding-left: 0.9375rem;
    padding-top: 0.9375rem;


  }
  .fastLink .followUs .qrCode .qrCodeImg{
    width: 100%;
    height: auto;
    max-width: 7.5rem;

  }
  .fastLink .followUs p{
    font-size: clamp(0.7rem, 1.2vw, 0.875rem);
    margin-top: 1.25rem;
  }