.huake-indexB .cl {
    zoom: 1
}

.huake-indexB .cl:before,
.huake-indexB .cl:after {
    display: table;
    content: " ";
}

.huake-indexB .cl:after {
    clear: both;
}

.huake-indexB {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 90px 0;
    position: relative;
}

.huake-indexB::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    background: rgba(8, 46, 72, 0.5);
}

.huake-indexB .container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.huake-indexB .txt {
    width: 45%;
    position: relative;
    padding: 40px 39px;
    box-sizing: border-box;
    background: #fff;
}

.huake-indexB .txt h3 {
    font-size: 16px;
    color: var(--color-primary);
}

.huake-indexB .txt h3 em {
    font-size: 28px;
    display: block;
    color: #333;
    margin: 14px 0 0;
}

.huake-indexB .txt .t {
    margin: 20px 0 0;
    line-height: 30px;
    font-size: 17px;
    color: #666;
    background-repeat: no-repeat;
    background-position: left 8px;
    background-size: 22px;
    /* padding: 0 0 0 33px; */
}

.huake-indexB .txt .bot {
    border-top: 1px solid #DCDCDC;
    padding: 33px 0 0;
    margin: 27px 20px 0;
}

.huake-indexB .txt .bot p {
    float: left;
    color: #333;
    font-size: 16px;
}

.huake-indexB .txt .bot p em {
    display: block;
    font-size: 24px;
    color: var(--color-primary);
    margin: 8px 0 0;
}

.huake-indexB .txt .bot a {
    float: right;
    width: 169px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: var(--color-primary);
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    display: block;
}

.huake-indexB .txt .bot a:hover {
    background: var(--color-second);
}

.huake-indexB .indexnews {
    width: 45%;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.huake-indexB .indexnews .tit {
    line-height: 68px;
}

.huake-indexB .indexnews .tit h3 {
    float: left;
    font-size: 36px;
    color: #fff;
}

.huake-indexB .indexnews .tit a {
    float: right;
    font-size: 16px;
    color: #fff;
}

.huake-indexB .indexnews .list {
    margin: 17px 0 0;
    position: relative;
}

.huake-indexB .indexnews .swiper {
    height: 380px;
    overflow: hidden;
}

.huake-indexB .indexnews .swiper-slide {}

.huake-indexB .indexnews .swiper-slide ul {}

.huake-indexB .indexnews .swiper-slide ul li {
    border: 1px solid #EAEAEA;
    padding: 5px 10px;
    height: 114px;
    box-sizing: border-box;
    margin-bottom: 19px;
}

.huake-indexB .indexnews .swiper-slide ul li .d {
    float: left;
    width: 115px;
    text-align: center;
    position: relative;
    padding: 15px 0 0;
}

.huake-indexB .indexnews .swiper-slide ul li .d::after {
    position: absolute;
    content: '';
    top: 28px;
    right: 0;
    z-index: 102;
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.5);
}

.huake-indexB .indexnews .swiper-slide ul li .d span {
    color: #fff;
    font-size: 26px;
}

.huake-indexB .indexnews .swiper-slide ul li .d p {
    color: #fff;
    font-size: 16px;
    margin: 12px 0 0;
}

.huake-indexB .indexnews .swiper-slide ul li .t {
    margin: 9px 0 0 140px;
}

.huake-indexB .indexnews .swiper-slide ul li .t h5 {
    font-size: 20px;
}

.huake-indexB .indexnews .swiper-slide ul li .t h5 a {
    color: #fff;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.huake-indexB .indexnews .swiper-slide ul li .t h5 a:hover {
    text-decoration: underline;
}

.huake-indexB .indexnews .swiper-slide ul li .t p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 0 0;
    /* height: 60px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.huake-indexB .swiper-pagination {
    position: absolute;
    right: -30px !important;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.huake-indexB .swiper-pagination-bullet {
    width: 1px;
    height: 36px;
    display: block;
    margin: 5px auto;
    background: #C5D7E1;
    border-radius: 0;
    opacity: 1;
    box-sizing: border-box;
}

.huake-indexB .swiper-pagination-bullet-active {
    width: 3px;
    background: #fff;
}

@media screen and (max-width:1450px) {
    .huake-indexB .txt .t {
        line-height: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .huake-indexB {
        background-size: cover;
        height: auto;
        padding: 30px 0;
    }

    .huake-indexB::after {
        display: none;
    }

    .huake-indexB .container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .huake-indexB .txt {
        width: 100%;
        height: auto;
        position: relative;
        padding: 25px 20px;
    }

    .huake-indexB .txt h3 {
        font-size: 15px;
    }

    .huake-indexB .txt h3 em {
        font-size: 18px;
        margin: 10px 0 0;
    }

    .huake-indexB .txt .t {
        margin: 15px 0 0;
        line-height: 24px;
        background: none !important;
        padding: 0;
    }

    .huake-indexB .txt .bot {
        padding: 20px 0 0;
        margin: 20px 0 0;
    }

    .huake-indexB .txt .bot p {
        font-size: 15px;
    }

    .huake-indexB .txt .bot p em {
        font-size: 20px;
        margin: 8px 0 0;
    }

    .huake-indexB .txt .bot a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .huake-indexB .indexnews {
        width: 100%;
        padding: 15px 15px 40px;
        background: rgba(8, 46, 72, 0.8);
        box-sizing: border-box;
    }

    .huake-indexB .indexnews .tit {
        line-height: 50px;
    }

    .huake-indexB .indexnews .tit h3 {
        font-size: 24px;
    }

    .huake-indexB .indexnews .tit a {
        font-size: 14px;
    }

    .huake-indexB .indexnews .list {
        margin: 10px 0 0;
    }

    .huake-indexB .indexnews .swiper-slide ul li {
        height: 120px;
        margin-bottom: 10px;
    }

    .huake-indexB .indexnews .swiper-slide ul li .d {
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }

    .huake-indexB .indexnews .swiper-slide ul li .d::after {
        top: auto;
        bottom: -5px;
        right: auto;
        left: 0;
        width: 50px;
        height: 1px;
        background: #fff;
    }

    .huake-indexB .indexnews .swiper-slide ul li .d span {
        font-size: 14px;
        display: inline;
    }

    .huake-indexB .indexnews .swiper-slide ul li .d p {
        font-size: 14px;
        margin: 0 0 0 5px;
        display: inline;
    }

    .huake-indexB .indexnews .swiper-slide ul li .t {
        margin: 15px 0 0;
    }

    .huake-indexB .indexnews .swiper-slide ul li .t h5 {
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        height: 40px;
    }

    .huake-indexB .indexnews .swiper-slide ul li .t h5 a {
        line-height: 1.3;
    }

    .huake-indexB .indexnews .swiper-slide ul li .t p {
        font-size: 13px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
    }

    .huake-indexB .swiper-pagination {
        right: 0 !important;
        left: 0;
        top: auto !important;
        bottom: -30px !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .huake-indexB .swiper-pagination-bullet {
        width: 20px;
        height: 5px;
        display: inline-block !important;
        margin: 0 5px !important;
        background: #fff;
    }

    .huake-indexB .swiper-pagination-bullet-active {
        width: 20px;
        background: #009B4C;
    }
}

@media screen and (max-width: 400px) {
    .huake-indexB .indexnews .tit h3 {
        font-size: 20px;
    }

    .huake-indexB .txt {
        padding: 20px 15px;
    }

    .huake-indexB .txt .bot p {
        font-size: 14px;
    }

    .huake-indexB .txt .bot p em {
        font-size: 18px;
        margin: 5px 0 0;
    }

    .huake-indexB .txt .bot a {
        margin: 10px 0 0;
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }

}