.columnTit {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    text-align: center;
    margin-bottom: 3vw;
}

.box {
    height: 82px;
}

.bacTop {
    position: relative;
}

.bacTexBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bacTex {
    font-size: 60px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-top: 9vw;
    z-index: 10;
    text-align: center;
}

.newsUl {
    flex-wrap: wrap;
    padding-bottom: 0.7rem;
}

.newsLi {
    /* height: 480px; */
    width: 100%;
}

.newsImg {
    /* height: 260px; */
    /* overflow: hidden; */
}

.newsNav {
    border-bottom: 2px solid rgba(246, 246, 246, 1);
    ;
}

.newsNav .newsNavli a {
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
    text-decoration: none;
}

.newsNavli {
    float: left;
    margin-left: 50px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.newsNavli:hover .newsNavli a {
    color: rgba(42, 117, 237, 1);
}

.activeLi {
    font-size: 16px;
    font-weight: 600;
    color: rgba(42, 117, 237, 1);
    line-height: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(42, 117, 237, 1);
}

.newsNav .activeLi a {
    color: rgba(42, 117, 237, 1);
}

.newsNavli:nth-child(1) {
    margin-left: 0;
}
.isConsultUl{
    width: 100%;
    padding-bottom: 5vw;

}
.consultLi{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    width: 100%;

}
.consultLeft{
font-size: 18px;
font-weight: 500;
color: #2C3E5C;
line-height: 18px;

}
.consultDetail{
font-size: 14px;
font-weight: 400;
color: #4CA6FF;
line-height: 18px;
}

@media (max-width: 992px) {
    .newsNavli {
        margin-left: 25px;
    }

    .bacTex {
        margin-top: 9vw;
        font-size: 30px;
    }
}

@media (max-width: 1200px)and(min-width: 992px) {
    .newsUl {
        display: flex;
        flex-wrap: wrap;

    }

    .newsLi {
        /* width: 38%; */
        /* margin-left: 20%; */
        width: 100%;
        height: 100%;


    }


}
