.container {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.swiper-slide {
    width: auto; /*根据内容调整宽度*/
}

.container > .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
}

.container > .content > .left {
    width: 750px;
}

.container > .content > .left > .top {
    border-radius: 10px;
    position: relative;
}

.container > .content > .left > .top .banner_title {
    position: absolute;
    bottom: 13px;
    left: 24px;
    z-index: 15;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    max-width: 50%;
    height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.container > .content > .left > .middle {
    display: flex;
    display: -webkit-flex;
    background-color: #ffffff;
    height: 80px;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    align-items: center;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}

.container > .content > .left > .middle  .item {
    margin: 0 30px;
    min-width: 100px;
    text-align: center;
    height: auto !important;
}

.container > .content > .left > .middle > div .active {
    color: #43D9A7;
}

.container > .content > .left > .middle > div .active:after {
    content: '';
    position: relative;
    top: 25px;
    display: block;
    width: 70%;
    height: 2px;
    background-color: #43D9A7;
    margin: 0 auto;
}

.container > .content > .left > .bottom {
    background-color: #ffffff;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px;
}

.info_text_img_list > .item {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
}

.info_text_img_list > .item > .left {
    min-width: 220px;
    height: 110px;
    margin-right: 20px;
}

.info_text_img_list > .item > .right {
    width: 100%;

}

.info_text_img_list > .item > .right > .top {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.info_text_img_list > .item > .right > .middle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.info_text_img_list > .item > .right > .middle, .info_text_img_list > .item > .right > .bottom {
    font-size: 16px;
    font-weight: 400;
    color: #969696;
}

.info_text_img_list > .item > .right .bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.info_text_img_list > .item > .left > .bg_img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.container > .content > .right {
    width: 430px;
    margin-left: 20px;
    border-radius: 10px;
}

.container > .content > .right .bg {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}

.container > .content > .right .border_after:after {
    content: '';
    position: relative;
    top: 15px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f5f5f5;
    margin: 0 auto;
}

.container > .content > .right .info_text_img_list .border_bootom {
    border-bottom: 1px solid #f5f5f5;
}

.container > .content > .right .info_text_img_list > .item > .right > .bottom {
    padding-top: 10px;
    padding-bottom: 15px;
}

.container > .content > .right .title {
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    height: 60px;
}

.swiper-container {
    width: 100%;
    height: 366px;
    border-radius: 10px;
}

.swiper-pagination {
    background-color: #0d1318;
    opacity: 0.2;
    bottom: 0 !important;
    height: 50px !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 55%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    background: #fafafa;
    opacity: 0.4;
    border-radius: 2px;
}

.swiper-pagination-bullet-active {
    background: #fafafa;
    opacity: 1;
}
