.list-conetnt {
    width: 19.275rem;
    padding: 1.275rem 0 1.275rem 0;
    margin: 0 auto;
    overflow: hidden;
}

.list-conetnt .left-section {
    width: 4.25rem;
    float: left;
    display: flex;
    flex-direction: column;
}

.list-conetnt .left-section .first {
    background: linear-gradient(180deg,
            rgba(156, 12, 19, 0.1) 0%,
            rgba(156, 12, 19, 0) 100%);
}

.list-conetnt .left-section .first li {
    margin: 0 0 0.3625rem 0;
}

.list-conetnt .left-section .first li a {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.list-conetnt .left-section .first li a:hover img {
    transform: scale(1.2);
}

.list-conetnt .left-section .first li.first-title {
    font-size: 0.25rem;
    color: var(--color);
    padding: .3rem 0 .2625rem 0.275rem;
    box-sizing: border-box;
    margin: 0;
}

.list-conetnt .left-section .second {
    background: linear-gradient(180deg,
            rgba(156, 12, 19, 0.1) 0%,
            rgba(156, 12, 19, 0) 100%);
    padding: 0 0 0 0;
}

.list-conetnt .left-section .second li:not(:last-child) {
    margin: 0 0 0.2625rem 0;
}

.list-conetnt .left-section .second li.first-title {
    font-size: 0.25rem;
    color: var(--color);
    padding: .3rem 0 .2625rem 0.275rem;
    box-sizing: border-box;
    margin: 0;
}

.list-conetnt .left-section .second li span {
    width: 0.3125rem;
    height: 0.3125rem;
    background: #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.list-conetnt .left-section .second li:nth-child(2) span {
    background: var(--color);
}

.list-conetnt .left-section .second li:nth-child(3) span {
    background: #fe9115;
}

.list-conetnt .left-section .second li:nth-child(4) span {
    background: #fec517;
}

.list-conetnt .left-section .second li p {
    text-indent: 0.1625rem;
}

.list-conetnt .left-section .second li a {
    font-size: 0.2rem;
    color: #333333;
    display: flex;
    padding: 0 0 0 0.25rem;
    box-sizing: border-box;
    align-items: center;
}

.card {
    width: 3.7625rem;
    margin: 0 auto;
}

.card-img {
    width: 3.7625rem;
    height: 2.5rem;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.card-title {
    font-size: 0.2rem;
    color: #333333;
    padding: 0.15rem 0 0 0;
    box-sizing: border-box;
}

.card-time {
    font-size: 0.175rem;
    color: #797979;
    padding: 0.15rem 0 0 0;
    box-sizing: border-box;
}

.list-conetnt .right-section {
    float: right;
    width: 14.2625rem;
}