.main_content_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    align-items: center;
}

.main_content_title>p {
    font-size: 24px;
    font-weight: bold;
}

.main_content_title>span {
    font-size: 24px;
    font-weight: bold;
    padding: 1px 18px;
    background: red;
    color: #fff;
    margin-left: 10px;
}

.swiper_container {
    width: 1400px;
    margin: 0 auto;
}


.swiper {
    width: 100%;
    height: 100%;
    /* background: #f2f2f2; */
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    color: #aeaeae;
}

.swiper-scrollbar {
    display: none !important;
}

.swiper-pagination {
    text-align: left !important;
    padding-left: 30px;
}

.swiper-pagination_center {
    text-align: center !important;
}

.swiper:hover>.swiper-button-next,
.swiper:hover>.swiper-button-prev {
    display: flex !important;
}