.newBanner{
    height: 400px;
    width: 100%;
    background-image: url('../assets/new/banner.png');
    background-size: 100% 100%;
    margin-top: 64px;
}
.newBanner p {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottomMainContent{
    display: flex;
    justify-content: center;
}
.contentBox{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    max-width: 1340px;
}
.newsList{
    width: 100%;
}
/* .newsList:hover .newsItem{
    box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1)
}    */
.newsItem {
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 30px;
    padding-top: 30px;
    cursor: pointer;
    /* padding-left: 20px; */
}
.newsItem .newsCover {
    display: inline-block;
    width: 280px;
    aspect-ratio: 280 / 150;
}
.newsList .now.newsItem{
    box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
    padding-left: 20px;
}
.rightDescNews{
    margin-left: 24px;
    width: 80%;
}
.rightDescNews .title {
    font-size: 20px;
    color: #222222;
    width: 100%;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出的内容 */
    text-overflow: ellipsis;

}
.rightDescNews .secondTitle {
    font-weight: 400;
    font-size: 14px;
    color: #A1A7BB;
    margin-top: 12px;
}
.rightDescNews .time{
    font-size: 14px;
    color: #A1A7BB;
    margin-top: 77px;
}
.rightNewsInfo{
    margin-left: 60px;
}
.secondPublicBox{
    width: 344px;
    height: 270px;
    margin-top: 16px;
    background-image: url('../assets/new/img_bg_gzgzh.png');
    background-size: 100% 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0 30px;
}
.secondPublicBox .title {
    font-weight: 500;
    font-size: 20px;
    color: #1B3777;
    position: relative;
}
.secondPublicBox .title::before {
    content: '';
    display: inline-block;
    width: 110px;
    height: 12px;
    background: linear-gradient( 90deg, #E4ECFF 0%, #FFFFFF 100%);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .5;
}
.secondPublicBox p {
    font-size: 12px;
    color: #A1A7BB;
    margin: 6px 0 4px;
}
.secondPublicBox .qurcodeImg {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
}
.wechat .title::before{
    width: 170px;
}
.bottomBanner{
    width: 100%;
    height: 180px;
    background-image: url('../assets/new/img_bg_lxwm.png');
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bottomBanner p{
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    margin-right: 60px;
}
.tipText {
    display: none;
    position: absolute;
    bottom: 31px;
    left: 53%;
    transform: translateX(-50%);
    color: rgba(255, 0, 0, .8);
}
.tipTextOther {
    display: none;
    position: absolute;
    bottom: 31px;
    left: 53%;
    transform: translateX(-50%);
    color: rgba(255, 0, 0, .8);
}
.phoneBox {
    height: 60px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 4px 4px 4px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.phoneBox .contactBtn{
    width: 140px;
    height: 52px;
    background: linear-gradient( 180deg, #5B9CFF 0%, #7B5BFF 100%);
    border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
}
.phoneBox .contactBtn:hover {
    opacity: .8;
}
.inputValuBox{
    border: none;
    outline: none;
}
.devideLine{
    color: #E6E6E6;
    margin: 0 20px;
}
.arrow{
    margin-left: 16px;
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url('../assets/new/icon_xiala.png');
    background-size: 100% 100%;
    vertical-align: middle;
}
.centerPagination{
    margin-bottom: 107px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.centerPagination div {
    font-size: 14px;
    color: #747C94;
}
.allPaginationPart {
    display: flex;
    align-items: center;
    cursor: pointer;
}
#everyNumber {
    display: flex;
    align-items: center;
}
.allPaginationPart .numberAllPage{
    border-radius: 2px 2px 2px 2px;
    width: 34px;
    border: 1px solid #E4E6EE;
    color: #222222;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    margin-right: 10px;
    
}
.allPaginationPart .leftIcon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url('../assets/new/btn_syy.png');
    background-size: 100% 100%;
    margin-right: 10px;
}
.allPaginationPart .rightIcon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url('../assets/new/btn_xyy1.png');
    background-size: 100% 100%;
}
.allPaginationPart .numberAllPage.currentPage {
    background: #3470FF;
    color: #fff;
    border-radius: 2px 2px 2px 2px;
} 