.fwtx2-item {
    padding-top: 40px;
}

.fwtx2-con {
    padding-top: 20px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* 行间距 */
}


.fwtx2-item-left {
    padding: 0px 20px;
    float: left;
    width: 50%;
}


.fwtx2-item-left img,
.fwtx2-item-right img {
    width: 100%;
}

.fwtx2-item-right {
    padding: 0px 20px;
    width: 50%;
    float: right;
}

.tab_tit span {
    font-size: 24px;
    font-weight: bold;
}

.tab_tit i {
    font-size: 14px;
    font-weight: 500;
}


.fwtx2-con>div {
    display: flex;
    align-items: center;
    padding-left: 24px;
    /* 图片和文本的间距 */
}


.fwtx2-con>div::before {
    content: "";
    flex-shrink: 0;
    /* 防止图片被压缩 */
    width: 16px;
    height: 16px;
    margin-right: 8px;
    /* 图片和文本的额外间距（可选） */
    background-image: url(../images/xingxing.png);
    /* 替换为你的图片 */
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-sub2 {
    height: 820px;
}
@media screen and (max-width: 767px) {

    .fwtx2-item-left {
        padding: 0px 20px;
        float: none;
        width: 100%;
    }
    .fwtx2-item-right {
        padding: 0px 20px;
        width: 100%;
        float: none;
    }
    .fwtx2-con>div {
        display: block;
    }
    .fwtx2-con>div::before {
        content: none

    }

}