.content {
    background-color: #fff;
    padding-top: 3.2rem;
}

.content-tabs {
    margin-bottom: 8rem;
    padding-top: 8rem;
    border-bottom: 0.1rem solid #E6E6E6;
    display: flex;
    justify-content: space-between;
}

.content-tab {
    width: 29rem;
    margin: 0 2.4rem;
    text-align: center;
    height: 7rem;
    line-height: 3.4rem;
    color: #05173C;
    font-size: 2.8rem;
    font-weight: 500;
    position: relative;
}

.content-tabs .xian {
    background-color: #F16522;
    width: 0;
    height: 0.4rem;
    width: 0;
    border-radius: 10rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content-tabs .active {
    color: #F16522;
}

.content-tabs .active .xian {
    width: 100%;
}

.content-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -3rem;
}

.content-item {
    margin-bottom: 3rem;
    margin-right: 1.6rem;
}

.content-item:nth-child(4n) {
    margin-right: 0;
}

.content-item>img {
    width: 33.8rem;
    height: 45rem;
}

.img {
    width: 33.8rem;
    height: 45rem;
}
.content-item p {
    width: 33.8rem;
    line-height: 2.9rem;
    color: #05173C;
    font-weight: 500;
    font-size: 2.4rem;
    margin: 1.6rem 0;
}

.content-item-btn {
    display: flex;
    align-items: center;
}

.content-item-btn>img {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0.4rem;
}

.content-item-btn>span {
    color: #F16522;
    font-size: 1.6rem;
}

.content-item:hover p {
    color: #F16522;
}

@media screen and (max-width: 768px) {
    .content {
        background-color: #fff;
    }

    .hidden {
        width: 34.3rem;
        overflow-x: auto;
        border-bottom: 0.05rem solid #E6E6E6;
        margin-bottom: 4rem;
    }

    .hidden::-webkit-scrollbar {
        display: none;
    }

    .content-tabs {
        margin-bottom: 0;
        border: none;
        padding-top: 4rem;
        display: flex;
        justify-content: space-between;
    }

    .content-tab {
        width: auto;
        margin: 0 0 0 2.4rem;
        text-align: center;
        height: 2.7rem;
        line-height: 1.9rem;
        color: #05173C;
        font-size: 1.6rem;
        font-weight: 500;
        position: relative;
        white-space: nowrap;
    }

    .content-tab:first-child {
        margin: 0;
    }

    .content-tabs .xian {
        background-color: #F16522;
        width: 0;
        height: 0.4rem;
        width: 0;
        border-radius: 10rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .content-tabs .active {
        color: #F16522;
    }

    .content-tabs .active .xian {
        width: 100%;
    }

    .content-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -1.6rem;
    }

    .content-item {
        margin-bottom: 1.6rem;
        margin-right: 0;
    }

    .content-item:nth-child(4n) {
        margin-right: 0;
    }

    .content-item>img {
        width: 16.8rem;
        height: 22.4rem;
    }

    .img {
        width: 16.8rem;
        height: 22.4rem;
    }
    .content-item p {
        width: 16.8rem;
        line-height: 1.8rem;
        color: #05173C;
        font-weight: 500;
        font-size: 1.4rem;
        margin: 1.2rem 0;
    }

    .content-item-btn {
        display: flex;
        align-items: center;
    }

    .content-item-btn>img {
        width: 1.6rem;
        height: 1.6rem;
        margin-left: 0rem;
    }

    .content-item-btn>span {
        color: #F16522;
        font-size: 1.4rem;
    }

}