.news-list-top {
    display: flex;
}

.news-list-top {
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.news-list-top .l {
    margin-left: auto;
}

.news-list-top .l a {
    margin-left: 1.8vw;
    color: #414141;
}

.news-list-top .l a.c {
    color: #000000;
}

.news-list-top .t {
    font-size: 2vw;
}

.news-list-media {
    margin-bottom: 5vw;
}

.news-list-media ul {
    text-align: left;
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
}

.news-list-media ul li {
    width: 30.3%;
    margin-right: 4vw;
    margin-bottom: 5vw;
    transition: all .3s ease-in-out;
}

/*.news-list-media ul li:nth-child(1),
.news-list-media ul li:nth-child(2) {
    width: 38.13vw;
}

.news-list-media ul li:nth-child(3n+2) {
    margin-right: 0;
}
*/
.news-list-media ul li:nth-child(3n) {
    margin-right: 0;
}

.news-list-media ul li span {
    font-family: 'HarmonyOS_Sans_Black';
    margin-left: auto;
    font-size: 15px;
    background-color: #414141;
    padding: 5px 15px;
    color: #FFF;
    border-radius: 20px
}

.news-list-media ul li div.img {
    border-radius: 3px;
    overflow: hidden;
    background-color: #f1f1f1;
    height: 19vw;
}

.news-list-media ul li div.txt {
    margin-top: 20px;
    font-size: 17px;
    word-break: keep-all;
    letter-spacing: 0;
    color: #616161;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.9em;
}

/*
.news-list-media ul li:nth-child(1) div,
.news-list-media ul li:nth-child(2) div {
    height: 27vw;
}*/

.news-list-media ul li img {
    position: relative;
    left: 50%;
    top: 50%;
    height: 100%;
    display: block;
    transition: all .3s ease-in-out;
    transform: translate(-50%, -50%) scale(1);
    width: auto;
}

.news-list-media ul li p {
    color: #616161;
    margin-top: 0.9vw;
    display: flex;
}

.news-list-media ul li h3 {
    transition: all .3s ease-in-out;
    color: #000000;
    margin-top: 0.7vw;
    word-break: keep-all;
    letter-spacing: 0;
    font-size: 1.2vw;
    color: #000;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    font-family: 'HarmonyOS_Sans_Black';
}

.news-list-media ul li a:hover h3 {
    color: #bd2130;
}

.news-list-media ul li a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.news-list-media .more {
    text-align: center;
}

.news-list-media .more a {
    display: inline-block;
    width: fit-content;
    box-sizing: border-box;
    padding: 0.8rem 2.2rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    justify-content: center;
    outline: none;
    border: 2px solid #000000;
    color: #000000;
    font-size: 1.2rem;
    border-radius: 100rem;
    margin-right: 4rem;
    margin: auto;
    margin-top: 3rem;
    transition: all .3s ease-in-out;
}

.news-list-media .more a:hover {
    color: #bd2130;
    border-color: #bd2130;
}

.detail {
    min-height: 100vh;
    padding: 4vw 0;
    display: flex;
}


.detail .left {
    width: 70%;
}


.detail .share {
    border-top: 1px solid #e1e1e1;
    padding-top: 3vw;
    margin-top: 3vw
}

.detail .share a {
    margin-left: 20px;
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}

.detail .share a span {
    display: flex
}

.detail .share a svg {
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.detail .share a:hover {
    background-color: #d9d9d9;
}

.detail .right {
    margin-left: 4vw;
    background-color: #f1f1f1;
    padding: 2vw;
    border-radius: 4px
}

.detail .right h2 {
    font-size: 2vw
}

.detail .right ul {
    text-align: left;
    margin-top: 2vw;
}

.detail .right ul li {
    width: 24.9vw;
    margin-bottom: 2vw;
    transition: all .3s ease-in-out;
}

.detail .right div {
    border-radius: 3px;
    overflow: hidden;
    background-color: #f1f1f1;
    height: 17vw;
}


.detail .right ul li img {
    position: relative;
    left: 50%;
    top: 50%;
    height: 100%;
    display: block;
    transition: all .3s ease-in-out;
    transform: translate(-50%, -50%) scale(1);
    width: auto;
}

.detail .right ul li p {
    color: #616161;
    margin-top: 0.7vw;
}

.detail .right ul li h3 {
    transition: all .3s ease-in-out;
    color: #000000;
    margin-top: 0.7vw;
    word-break: keep-all;
    letter-spacing: 0;
    color: #000;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}

.detail .right ul li a:hover h3 {
    color: #bd2130;
}

.detail .right ul li a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}


.detail .title {
    font-size: 2vw;
}

.detail .date {
    margin-top: 10px;
    color: #818181;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
}

.detail .date span {
    margin-left: 4vw;
}

.detail .date span a {
    color: #818181;
}

.detail .content {
    margin-top: 2vw;
    width: 100%;
    overflow: hidden;
    line-height: 2em;
    color: #434343;
}

.detail .image img {
    max-width: 100%;
}

.detail .content h2 {
    font-size: 1.6vw;
    margin: 0.5vw;
}

.detail .content h3 {
    font-size: 1.4vw;
}

.detail .content h4 {
    font-size: 1.2vw;
}

.detail .content p,
.detail .content li {
    margin: 1vw 0;
}

.detail .content a,
.detail .content em {
    color: #bd2130;
}

.detail .content strong {
    color: #000;
}

.detail .content ol,
.detail .content ul {
    padding-left: 30px;
}

.detail .content ol,
.detail .content ul {
    list-style: decimal;
}

@media screen and (max-width: 1280px) {

    .news-list-top .t {
        font-size: 16px;
    }

    .news-list-top .l a {
        font-size: 12px;
    }

    .news-list-media ul {
        margin-top: 0;
    }

    .news-list-media ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .news-list-media ul li div.img {

        height: 62vw;
    }

    .news-list-media ul li p {
        align-items: center;
        font-size: 12px;
        margin-top: 10px;
    }

    .news-list-media ul li span {
        font-size: 12px;
    }

    .news-list-media ul li h3 {
        line-height: 1.6em;
        font-size: 16px;
    }

    .news-list-media ul li div.txt {
        font-size: 12px;
        line-height: 1.6em;
        margin-top: 5px;
    }

    .detail {
        padding: 20px 10px;
        display: block;
    }

    .detail .left {
        width: 100%;
    }

    .detail .title {
        font-size: 18px;
    }

    .detail .date {
        font-size: 12px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .detail .content {
        margin-top: 15px;
        width: 100%;
        font-size: 14px;
    }

    .detail .share {
        padding-top: 15px;
        margin-top: 15px;
        font-size: 14px;
    }

    .detail .share a {
        margin-left: 10px;
        padding: 5px;
        border-radius: 4px;
        margin-top: 0;
    }

    .detail .share a svg {
        width: 15px;
        height: 15px;
    }

    .detail .right {
        margin-top: 20px;
        margin-left: 0;
        padding: 10px;
    }

    .detail .right ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .detail .content ol,
    .detail .content ul {
        padding-left: 15px;
    }

    .detail .right h2 {
        font-size: 18px;
    }

    .detail .right div {
        height: 62vw;
    }

    .detail .right ul li p {
        font-size: 14px;
        margin: 10px 0;
    }

    .detail .right ul li h3 {
        font-size: 14px;
    }
}