.xbanner {
    width: 100%;
    position: relative;
}

.xbanner .xx {
    position: absolute;
    width: 622px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;

}

.xbanner .xx img {
    width: 100%;
    height: auto;
}

.xbanner img {
    width: 100%;
    height: auto;
}

.hbg {
    background-color: #fafafa;
}

.bbg {
    background-color: #fff;
}

.news_nav {
    border-radius: 8px;
    padding: 1px 0;
}

.news_zx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 20px;
    border-radius: 8px;
}

.news_zx>.left {
    width: 49%;
}

.swiper {
    overflow: hidden;
    border-radius: 8px;
}

.swiper-slide span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 99.99%;
    height: 60px;
    background: rgb(0, 0, 0, .6);
    font-size: 18px;
    line-height: 60px;
    text-align: left;
    text-indent: 0.5em;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 14%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-pagination {
    left: auto !important;
    right: 0px !important;
    bottom: 0 !important;
    width: 14% !important;
    height: 60px;
    padding-top: 18px;
}

.swiper-pagination span {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}

.news_zx>.right {
    width: 48%;
}

.news_zx>.right .new1 {
    padding: 0;
}

.news_zx>.right .new1 li {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.news_zx>.right .new1 li .rq {
    width: 76px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-right: 20px;
}

.news_zx>.right .new1 li .rq span {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
}

.news_zx>.right .new1 li .rq p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #b3b3b3;
}

.news_zx>.right .new1 li .xx {
    flex: 1;
    width: 60%;

}

.news_zx>.right .new1 li .xx a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 10px;
}

.news_zx>.right .new1 li .xx p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #a6a6a6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_list {
    padding-top: 30px;
    width: 100%;
}

.new_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_list li {
    width: 49%;
    height: 168px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
}


.new_list li a {

    display: flex;
}

.new_list li a>img {
    display: block;
    width: 192px;
    height: 128px;
    border-radius: 8px;
    margin-right: 20px;
}

.new_list li a .xx {
    width: 50%;
    flex: 1;
}

.new_list li a .xx span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
        /*这里要显示的设置宽度*/
    overflow: hidden;
    /* 不换行 */
    white-space: nowrap;
    /*文字超出宽度则显示ellipsis省略号*/
    text-overflow: ellipsis;
    width: 100%;
}

.new_list li a .xx p {
    margin: 10px 0 10px;
    height: 48px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #999999;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_list li a .xx i {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 1px;
    color: #b3b3b3;
}

.fwal {
    padding: 30px 0 0;
}

.fwal ul {
    display: flex;
    flex-wrap: wrap;
}

.fwal ul li {
    width: 24%;
    border-radius: 8px;
    box-shadow: 1px 1px 20px 0px rgba(45, 45, 45, 0.25);
    margin: 0 0.5% 30px;
    overflow: hidden;
}

.fwal ul li a {
    display: block;
}

.fwal ul li a img {
    display: block;
    width: 100%;
    height: 66%;
    object-fit: cover;

}

.fwal ul li a span {
    display: block;
    margin: 16px 0;
    padding: 0 16px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
      overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fwal ul li a p {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b6b6;
}

.fwal ul li a i {
    display: block;
    padding: 0px 30px 30px;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #df2023;
}

@media (max-width: 1200px) {
    .new_list li {
        width: 100%;
        height: 168px;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        margin-bottom: 30px;
    }


}

@media (max-width: 992px) {
    .fwal ul li {
        width: 100%;
        margin-bottom: 30px;
        border-radius: 8px;
        box-shadow: 1px 1px 20px 0px rgb(45 45 45 / 25%);
    }
}

@media(max-width:768px) {
    .bbg {
        background-color: #fafafa;
    }

    .news_zx {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
        padding: 0;
        border-radius: 8px;
    }

    .news_zx>.left {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_zx>.right {
        width: 100%;
    }

    .new_list li {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: #fafafa;
        border-radius: 8px;
        margin-bottom: 30px;
    }

    .new_list li a {
        display: flex;
        flex-wrap: wrap;
    }

    .new_list li a>img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}