.content {
    padding: 8rem 0 0;
}

.content-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3rem;
}

.content-item {
    margin-bottom: 3rem;
    margin-right: 1.6rem;
}

.content-item:nth-child(3n) {
    margin-right: 0;
}

.content-item-img {
    width: 45.6rem;
    height: 34.2rem;
    position: relative;
    border-radius: 0.8rem;
    overflow: hidden;
}

.content-item-img>img {
    width: 45.6rem;
    height: 34.2rem;
}

.content-item-img>img:last-child {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.content-item p {
    width: 45.6rem;
    line-height: 2.9rem;
    color: #05173C;
    font-weight: 500;
    font-size: 2.4rem;
    padding: 1.6rem;
    padding-bottom: 0;
    margin-bottom: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-item-btn {
    display: flex;
    align-items: center;
    padding: 0 1.6rem;
}

.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 {
        padding: 4rem 0 0;
    }

    .content-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -1.5rem;
    }

    .content-item {
        margin-bottom: 1.5rem;
        margin-right: 0;
    }

    .content-item:nth-child(3n) {
        margin-right: 0;
    }

    .content-item-img {
        width: 16.8rem;
        height: 12.6rem;
        position: relative;
        border-radius: 0.8rem;
        overflow: hidden;
    }

    .content-item-img>img {
        width: 16.8rem;
        height: 12.6rem;
    }

    .content-item-img>img:last-child {
        width: 3.2rem;
        height: 3.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .content-item p {
        width: 15.2rem;
        line-height: 1.8rem;
        color: #05173C;
        font-weight: 500;
        font-size: 1.4rem;
        padding: 0.8rem;
        padding-bottom: 0;
        margin-bottom: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .content-item-btn {
        display: flex;
        align-items: center;
        padding: 0 0.8rem;
    }

    .content-item-btn>img {
        width: 1.6rem;
        height: 1.6rem;
        margin-left: 0rem;
    }

    .content-item-btn>span {
        color: #F16522;
        font-size: 1.4rem;
    }

}
