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


.content-left-top {
    width: 32.2rem;
    height: 11.3rem;
    text-align: center;
    line-height: 11.3rem;
    background-color: #05173C;
    font-size: 4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 1rem 1rem 0rem 0rem;
}

.content-tab {
    width: 32.2rem;
    height: 8.8rem;
    padding: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(5, 23, 60, 0.06);
    color: #05173C;
    font-size: 2rem;
    background-color: #fff;
}

.content-tab:hover {
    cursor: pointer;
}

.content-tab:last-child {
    border-bottom: none;
    border-radius: 0rem 0rem 1rem 1rem;
}

.content-tab img {
    width: 2.4rem;
    height: 2.4rem;
    display: block;
}

.content-tab img:last-child {
    display: none;
}

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

.content-tabs .active img {
    display: none;
}

.content-tabs .active img:last-child {
    display: block;
}

.content-list {
    display: flex;
    flex-wrap: wrap;
    width: 104.6rem;
}

.content-for {
    width: 33.8rem;
    height: 38.4rem;
    margin-right: 1.6rem;
    margin-bottom: 1.6rem;
    padding: 1.6rem;
    border-radius: 1rem;
    background-color: #fff;
    color: #05173C;
    position: relative;
}

.content-for:nth-child(3n) {
    margin-right: 0;
}

.content-for>.img {
    width: 30.6rem;
    height: 20rem;
}

.content-for p {
    line-height: 2.4rem;
    font-size: 2rem;
    font-weight: 500;
    margin: 3.2rem 0 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-for-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-for .content-for-bottom span {
    font-size: 1.4rem;
    color: #999999;
    line-height: 1.8rem;
}

.content-for .content-for-bottom img {
    width: 3.2rem;
    height: 3.2rem;
    display: block;
}

.content-for .content-for-bottom img:last-child {
    display: none;
}

.content-for .xian {
    width: 0;
    height: 3.2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.3s;
}

.content-for:hover {
    box-shadow: 0rem 0.4rem 1.2rem 0.1rem rgba(5, 23, 60, 0.16);
    color: #F16522;
    cursor: pointer;
}

.content-for:hover .xian {
    width: 100%;
}

.content-for:hover .content-for-bottom img {
    display: none;
}

.content-for:hover .content-for-bottom img:last-child {
    display: block;
}

.pages {
    padding-left: 35.4rem;
}

@media screen and (max-width: 768px) {
    .content {
        padding: 4rem 0 0;
        display: block;
        margin-bottom: -0.7rem;
    }

    .content-select {
        width: 34.3rem;
        height: 4.2rem;
        background-color: #fff;
        border-radius: 1rem;
        margin-bottom: 1.6rem;
        padding: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .content-select span {
        color: #05173C;
        font-size: 1.4rem;
    }

    .content-select img {
        width: 1.6rem;
        height: 1.6rem;
    }

    .content-select-list {
        position: absolute;
        width: 100%;
        height: 16.8rem;
        top: 5rem;
        left: 0;
        border-radius: 1rem;
        background-color: #fff;
        display: none;
        overflow-y: auto;
        z-index: 50;
        box-shadow: 0px 4px 12px 1px rgba(5, 23, 60, 0.16);
        padding: 1.2rem;
    }

    .content-select-item {
        line-height: 1.8rem;
        margin-bottom: 2.4rem;
    }

    .content-select-item:last-child {
        margin-bottom: 0;
    }

    .block {
        display: block;
    }

    .content-list {
        width: 34.3rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content-for {
        width: 16.8rem;
        height: 19.4rem;
        margin-bottom: 0.7rem;
        margin-right: 0.7rem;
        padding: 0.8rem;
    }

    .content-for:nth-child(3n) {
        margin-right: 0.7rem;
    }

    .content-for:nth-child(2n) {
        margin-right: 0;
    }

    .content-for>.img {
        width: 15.2rem;
        height: 10rem;
    }

    .content-for p {
        height: 3rem;
        line-height: 1.5rem;
        font-size: 1.2rem;
        margin: 1.2rem 0 1.2rem;
    }

    .content-for .content-for-bottom span {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .content-for .content-for-bottom img {
        width: 2rem;
        height: 2rem;
    }
}