main {
    padding-top: 75px;
    background: #FCFCFC 0 0 no-repeat padding-box;
}

.content-left {
    margin-bottom: 127px;
}

.content-right {
    padding-left: 45px;
    position: sticky;
    top: 145px;
    height: fit-content;
    margin-bottom: 127px;
}

.news-hot {
    margin-bottom: 90px;
}

.news-hot .title {
    letter-spacing: 0;
    color: #0957DF;
    font-size: 45px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 35px;
}

.news-hot .item {
    display: grid;
    grid-template-columns: 324px auto;
    grid-column-gap: 25px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.news-hot .item:last-child {
    margin-bottom: 0;
}

.news-hot .item .item-thumbnail-pc {
    display: block;
}

.news-hot .item .item-thumbnail-sp {
    display: none;
}

.news-hot .item img {
    width: 100%;
}

.news-hot .item .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: fit-content;
}

.news-hot .item .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    max-height: 104px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
    height: fit-content;
}

.news-hot .item .format_date {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
}

footer {
    background-color: #FCFCFC;
}

@media screen and (max-width: 1200px) {
    .main-content {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media  screen and (max-width: 991px) {
    .content-right {
        display: none;
    }

    .content-left {
        margin-bottom: 65px;
    }

    main {
        padding-top: 29px;
    }

    .news-hot {
        margin-bottom: 65px;
    }

    .news-hot .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 27px;
    }

    .news-hot .item {
        grid-template-columns: 207px auto;
        margin-bottom: 30px;
    }

    .news-hot .item .name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
        max-height: 44px;
    }

    .news-hot .item .description {
        font-size: 15px;
        line-height: 22px;
        -webkit-line-clamp: 3;
        max-height: 66px;
        margin-bottom: 6px;
        color: #828282;
    }

    .news-hot .item .format_date {
        font-size: 12px;
        line-height: 11px;
        color: #8B8B8B;
    }
}

@media  screen and (max-width: 480px) {
    .main-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-left {
        margin-bottom: 40px;
    }

    .news-hot {
        margin-bottom: 40px;
    }

    .news-hot .item {
        display: flex;
        margin-bottom: 28px;
    }

    .news-hot .item .item-thumbnail-pc {
        display: none;
    }

    .news-hot .item .item-thumbnail-sp {
        display: block;
    }

    .news-hot .title {
        margin-bottom: 15px;
    }

    .news-hot .item .name {
        display: block;
        height: unset;
        margin-bottom: 15px;
    }

    .news-hot .item .description {
        -webkit-line-clamp: 4;
        max-height: 88px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
}
