@import url("./mobie/newsDetails.css");

@media (min-width: 668px) {
    body {
        margin: 0;
        min-width: 75rem;
    }

    .details {
        width: 75rem;
        margin: 0 auto;
        display: flex;
        padding-bottom: 5.375rem;
        min-height: calc(100vh - 3.25rem);
    }

    .details-title {
        font-size: 1.75rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 2.5rem;
        margin-top: 2.625rem;
        margin-bottom: 0.875rem;
    }

    .details-time {
        font-size: 0.875rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #8E8D8D;
        line-height: 1.25rem;
        margin-bottom: 0.6875rem;
    }

    .details-content *{
        font-size: 1.125rem !important;
    }

    .details-left {
        flex: 1;
        width: 0;
        overflow: hidden;
    }

    .details-right {
        min-width: 24.3125rem;
        width: 24.3125rem;
        margin-left: 4.375rem;
        position: sticky;
        top: 13.1875rem;
        height: fit-content;
    }



    .details-right-title {
        width: 100%;
        height: 3.375rem;
        padding-left: 1.0625rem;
        background: #EEEEEE;
        font-size: 1.25rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 3.375rem;
    }

    .details-right-item {
        padding-top: 1.375rem;
        padding-bottom: 1.625rem;
        display: flex;
        box-shadow: 0px 1px 0px 0px rgba(207,207,207,0.5);
    }

    .item-left {
        width: 9.875rem;
        height: 7.25rem;
        margin-right: 0.5rem;
        object-fit: cover;
    }

    .item-right {
        flex: 1;
        width: 0;

    }

    .item-left-title {
        display: block;
        font-size: 1.25rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #333333;
        line-height: 1.75rem;
        margin-bottom: 1.125rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 0.875rem;
    }

    .item-left-title:hover {
        color: #022361;
        text-decoration: underline;
    }

    .item-left-time {
        font-size: 0.875rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #8E8D8D;
        line-height: 1.25rem;
    }

    .details-content img,
    .details-content video,
    .details-content table {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}