.his_main {
    padding-bottom: 3%;
    padding-top: 5%
}

.his_main .lll {
    width: 40%;
    height: 500px;
    padding: 47px 1% 90px 40px;
    position: absolute;
    border-radius: 50px 0 0 50px;
    background-color: var(--color-main);
    z-index: 9;
    transform: translateY(50%);
    --l-w: 170px
}

.his_main .lll .chiz {
    position: absolute;
    width: 5%;
    height: calc(100% - 50px - 90px);
    background-image: url("../images/other/chizi.png");
    background-repeat: no-repeat
}

.his_main .lll .swiper_list {
    display: flex;
    height: 100%
}

.his_main .lll .year_swiper {
    overflow: hidden;
    width: var(--l-w)
}

.his_main .lll .year_swiper .item {
    color: #e5e5e5;
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
    padding-bottom: 15px
}

.his_main .lll .year_swiper .item.this_active {
    font-size: 40px;
    color: #fff
}

.his_main .lll .content_swiper {
    overflow: hidden;
    flex: 1
}

.his_main .lll .content_swiper .item {
    display: flex;
    flex-direction: column
}

.his_main .lll .content_swiper .item .t1 {
    font-size: 40px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    align-self: flex-start
}

.his_main .lll .content_swiper .item .t1::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    bottom: 0;
    left: 0
}

.his_main .lll .content_swiper .item .t2 {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
    overflow-y: auto
}

.his_main .lll .content_swiper .item .img {
    width: 214px;
    padding-bottom: calc((145 / 5.38) * 1%)
}

.his_main .lll .cells {
    display: flex;
    align-items: center;
    margin-left: var(--l-w);
    margin-top: 20px
}

.his_main .lll .cells .cpn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    cursor: pointer
}

.his_main .lll .cells .prev {
    margin-right: 20px;
    background-image: url(../images/color/cnl_.png)
}

.his_main .lll .cells .next {
    background-image: url(../images/color/cnr_.png)
}

.his_main .rrr {
    width: 65%;
    float: right
}

.his_main .rrr:hover {
    z-index: 99;
    position: relative
}

.his_main .rrr lite-youtube::after {
    padding-bottom: calc((640 / 10.4) * 1%)
}

@media screen and (max-width:1660px) {
    .his_main {
        padding-bottom: 9%
    }
}

@media screen and (max-width:1366px) {
    .his_main .lll {
        width: 50%;
        transform: translateY(27%);
        padding: 47px 1% 90px 40px
    }
}

@media screen and (max-width:1100px) {
    .his_main {
        padding-bottom: 26%
    }
}

@media screen and (max-width:950px) {
    .his_main {
        padding-bottom: 0;
    }

    .his_main .layout_ {
        display: flex;
        flex-direction: column;
    }

    .his_main .lll {
        width: 100%;
        transform: unset;
        padding: 30px;
        border-radius: 0;
        position: unset;
        --h: 440px;
        --l-w: 130px;
        height: 550px;
        order: 2;
    }


    .his_main .lll .chiz {
        height: var(--h);
        background-size: cover
    }

    .his_main .lll .swiper_list {
        height: var(--h);
    }

    .his_main .lll .year_swiper .item.this_active {
        font-size: 30px
    }


    .his_main .lll .content_swiper .item .img {
        padding: 0;
        height: 156px;
    }

    .his_main .rrr {
        float: unset;
        width: 100%;
    }

    .his_main .rrr lite-youtube::after {
        padding-bottom: calc(100% / (16 / 9));
    }
}