
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.leftBottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.rowBetween {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.rowBetweenStart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.rowBetweeEnd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}


.left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.leftTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rightBottom {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.columnCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.columnTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.columnTopLeft {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.columnBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.columnLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#vsb_content p {
    font-size: 14px !important;
    line-height: 2 !important;
}

.absCenter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.text-white {
    color: #FFFFFF;
}

.big-title {
    font-size: 1.75rem;
}

.swiper-img {
    width: 100%;
    height: 550px;
    object-fit: cover
}

.ellipsis-2 {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.cursor {
    cursor: pointer;
}

.title-img {
    height: 71px;
    width: 183px;
}

/*2104*/

.normal-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.normal-title-wrapper a{
    color: #333333;
    margin-top: 10px;
}

.more-icon {
    width: 3.75rem;
    height: 1.875rem;
    position: absolute;
    top: 0;
    right: 0;
}

.icon {
    width: 20px;
    height: 20px;
}

.title-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.normal-title-wrapper .main-title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.625rem;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 20px;
    transition: all .2s linear;
}

.main-title-normal {
    font-size: 24px;
    font-weight: bold;
    color: #999999;
    line-height: 2.625rem;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 20px;
    transition: all .2s linear;
}


.line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-line {
    width: 80px;
    height: 3px;
    background-color: #FF860B;
}

.normal-line {
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}

/*body {*/
/*    overflow-x: hidden;*/
/*    scrollbar-width: none; !* Firefox *!*/
/*}*/

/*body::-webkit-scrollbar {*/
/*    display: none; !* Chrome, Safari, Opera *!*/
/*}*/





/*横向导航栏*/
.new-nav-wrapper {
    background-color: #F4F5F9;
}

.new-nav {
    display: flex;
    height: 4.375rem;
}
.new-nav-item {
    height: 4.375rem;
    width: 10.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-bottom: 0.1875rem solid #F4F5F9;
    cursor: pointer;
}

.new-nav-item-active {
    background-color: rgba(255, 240, 224, 1);
    border-bottom: 0.1875rem solid rgba(240, 157, 70, 1);
    color: rgba(240, 157, 70, 1);
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .swiper-img {
        width: 100%;
        height: 200px;
        object-fit: cover
    }
}

@media screen and (max-width: 900px) {
    .normal-title-wrapper .main-title {
        font-size: 1.3rem;
        font-weight: bold;
        color: #333333;
        line-height: 2.625rem;
        margin-bottom: 10px;
        cursor: pointer;
        padding-right: 0.5rem;
        transition: all .2s linear;
    }

    .main-title-normal {
        font-size: 1.2rem;
        font-weight: bold;
        color: #999999;
        line-height: 2.625rem;
        margin-bottom: 10px;
        cursor: pointer;
        padding-right: 0.5rem;
        transition: all .2s linear;
    }
}


@media screen and (max-width: 960px) {
    .title-img {
        width: 9.375rem;object-fit: contain;
    }
    .more-icon {
        top: .5rem;
    }
}


@media screen and (max-width: 900px ) {
    .new-nav-wrapper {
        background-color: #F4F5F9;
        overflow-x: scroll;
        scrollbar-width: none; /* 对于 Firefox */
        scrollbar-height: none;
        -ms-overflow-style: none; /* 对于 Internet Explorer 和 Edge */
    }

    .new-nav {
        display: flex;
        width: auto;
        height: 4.375rem;
    }
    .new-nav-item {
        height: 4.375rem;
        width: 10.625rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        border-bottom: 0.1875rem solid #F4F5F9;
        cursor: pointer;
    }

    .new-nav-item-active {
        background-color: rgba(255, 240, 224, 1);
        border-bottom: 0.1875rem solid rgba(240, 157, 70, 1);
        color: rgba(240, 157, 70, 1);
        font-weight: bold;
    }
}
