@charset "utf-8";

.newslist .col_news_list .news_list .news {
    display: flex;
    padding: 0.62rem 0;
    border-bottom: 1px solid #9e9e9e;
}

.newslist .col_news_list .news_list .news_imgs {
    width: 4.7rem;
    flex: none;
}

.newslist .col_news_list .news_list .news_wz {
    flex: 1;
    margin-right: 0.6rem;
}

.newslist .col_news_list .news_list .news_imgs a {
    padding-top: 59.36%;
}

.newslist .col_news_list .news_list .news_date {
    font-size: var(--titleSize);
    color: var(--mainColor);
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: var(--transition);
}
.newslist .col_news_list .news_list .news_title{
        font-size: 0.23rem;
        font-weight: 700;
        line-height: 1.5;
        margin: 0.27rem 0;
}
.newslist .col_news_list .news_list .news_month{
    margin-right: 0.05rem;
}
.newslist .col_news_list .news_list .news_date:before {
    content: "";
    background: var(--mainColor);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    margin-right: 0.06rem;
}

.newslist .col_news_list .news_list .news_text {
    font-size: var(--titleSize);
    line-height: 2;
}
.newslist .col_news_list .news_list .news[data-src=""] .news_imgs {
    display: none;
}
.col_news_list .news_list.nodate .news .news_title {
    font-weight: normal;
}
.globalList .col_news_list {
    display: block;
}
.globalList .post .tt{
    margin-bottom: 0.77rem;
}
.globalList .post .tt .tit {
    /* font-size: 0.42rem; */
}

.globalList .post .tt .title:before{
    display: none;
}
.globalList .post .more_btn{
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.56rem;
    right: auto;
}
.globalList .cpost-11{margin-bottom:1.17rem}
.globalList .cpost-11 .news_list {
    display: flex;
    margin: 0 -0.14rem;
    flex-wrap: wrap;
}

.globalList .cpost-11 .news_list .news {
    width: 33.33%;
}

.globalList .cpost-11 .news_list .news_box {
    margin: 0 0.14rem;
    display: block;
}

.globalList .cpost-11 .news_list .news_imgs a {
    padding-top: 59.61%;
}

.globalList .cpost-11 .news_list .news_imgs {
    border-bottom: 0.2rem solid var(--mainColor);
}

.globalList .cpost-11 .news_list .news_title {
    margin: 0.28rem 0;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}
.globalList .cpost-12 .news_list{
    display: grid;
    grid-template-columns: 4fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "a b c c"
        "a b d e";
    gap: 0.28rem;
}
.globalList .cpost-12 .news_list li{
    position: relative;
}
.globalList .cpost-12 .news_list li:nth-child(1) {grid-area: a;height: 7.12rem;}
.globalList .cpost-12 .news_list li:nth-child(2) {grid-area: b;}
.globalList .cpost-12 .news_list li:nth-child(3) {grid-area: c;}
.globalList .cpost-12 .news_list li:nth-child(4) {grid-area: d;}
.globalList .cpost-12 .news_list li:nth-child(5) {grid-area: e;}

.globalList .cpost-12 .news_list .news_imgs a{
    height: 100%;
    padding-top: var(--height);
}
.globalList .cpost-12 .news_list .news_imgs {
    height: 100%;
}

.globalList .cpost-12 .news_list .news_title {
    position: absolute;
    color: #fff;
    bottom: 0.28rem;
    text-align: center;
    width: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
@media screen and (max-width:999px){
    .newslist .col_news_list .news_list .news{
    padding: 20px 0;
}
.newslist .col_news_list .news_list .news_imgs{
    /* width: 175px; */
}
.newslist .col_news_list .news_list .news_title{
    font-size: 18px;
}
.globalList .cpost-12 .news_list li:nth-child(1){
    height: 40vw;
}
}
@media screen and (max-width:640px){
    .newslist .col_news_list .news_list .news{
    flex-direction: column-reverse;
}
.newslist .col_news_list .news_list .news_imgs{
    width: 100%;
    margin-bottom: 30px;
}
.newslist .col_news_list .news_list .news_wz{
    flex: 1;
    margin: 0;
}
.globalList .cpost-11 .news_list .news{
    width: 100%;
    margin-bottom: 20px;
}
.globalList .cpost-12 .news_list li:nth-child(1){
    height: 56vw;
}
.globalList .cpost-12 .news_list{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "a b"
        "a b"
        "c c"
        "d e";
    gap: 10px;
}
.globalList .cpost-12 .news_list .news_title{
    bottom: 10px;
}
.globalList .post .tt{
    margin-bottom: 0.37rem;
}
}