.news-wrap{
    margin: 0 auto;
}
.news-group-list{
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.news-group-item{
    /*width: 7.82rem;*/
    margin-bottom: 0.3rem;
    width: 3.79rem;
    margin-right: 0.28rem;
    background: #FFFFFF;
    border: 0.01rem solid #D5D5D5;
}
.news-group-item:nth-child(4n){
    margin-right: 0;
}
.news-group-img{
    width: 100%;
    height: 1.94rem;
    /*height: 4.07rem;*/
    /*height: 2.66rem;*/
    overflow: hidden;
}
.news-group-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-group-box{
    padding: 0.25rem 0.35rem;
}
.news-group-text{
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.news-group-detail{
    padding-top: 0.1rem;
    margin-top: 0.1rem;
    border-top: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei;
    color: #999999;
}
.news-list{
    margin-top: 0.6rem;
}
.news-item{
    width: 100%;
    border: 0.01rem solid #C8C8C8;
    padding: 0.35rem;
    color: #333333;
    margin-bottom: 0.4rem;
    transition: all .365s;
}
.news-item:hover{
    border-color: #014098;
    color: #014098;
}
.news-item:hover .news-bt{
    background: #014098;
}
.news-text-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-text{
    flex: 1;
    font-size: 0.3rem;
    font-family: MicrosoftYaHei;
}
.news-time{
    flex-shrink: 0;
    margin-left: 0.25rem;
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
}
.news-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    line-height: 0.35rem;
    margin: 0.2rem 0;
}
.news-bt{
    width: 0.64rem;
    height: 0.39rem;
    background: rgba(0, 0, 0, 0.5000);
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .365s;
}
.news-bt img{
    width: 0.19rem;
    height: 0.19rem;
}

/* 新闻详情 */
.news-detail-wrap{
    margin: 0.65rem auto;
    overflow: hidden;
}
.news-detail-title{
    font-size: 0.3rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.news-detail-time{
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}
.news-detail-time p{
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #333333;
    margin: 0 0.1rem;
}
.news-detail-content{
    margin: 0.6rem 0;
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.35rem;
}
.news-detail-content img{
    max-width: 100%;
    display: block;
    margin: 0.3rem auto;
}
.news-detail-content p{
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.35rem;
}

.news-detail-share{
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    padding: 0.22rem 0;
}
.news-detail-share a{
    margin-right: 0.15rem;
}
.news-detail-share i{
    color: #999999;
    font-size: 0.28rem;
    transition: all .4s;
}
.news-detail-share a:hover i{
    color: #014098;
}
.news-detail-page{
    display: flex;
    justify-content: space-between;
}
.news-detail-page a {
    font-size:var(--font18);
    font-family: MicrosoftYaHei;
    color: #666666;
    transition: all .4s;
}
.news-detail-page a:hover{
    color: #014098;
}

@media only screen and (max-width: 1024px) {
    .news-wrap{
        padding: 0 0.25rem;
        margin-top: 0.8rem;
    }
    .news-group-list{
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }
    .news-group-item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }
    .news-group-img{
        height: 4.5rem;
    }
    .news-group-box{
        padding: 0.25rem 0.2rem;
    }
    .news-group-text{
        font-size: 0.26rem;
    }
    .news-group-detail,
    .news-group-bt,
    .news-group-time{
        font-size: 0.24rem;
    }
    .news-list{
        margin-top: 0.2rem;
    }
    .news-item{
        margin-bottom: 0.3rem;
    }
    .news-text-box{
        display: block;
    }
    .news-time{
        margin-left: 0;
        font-size: 0.26rem;
        margin-top: 0.15rem;
    }
    .news-p{
        font-size: 0.26rem;
        line-height: 0.4rem;
    }




    /* 详情 */
    .news-detail-wrap{
        padding: 0 0.25rem;
    }
    .news-detail-title{
        line-height: 0.4rem;
    }
    .news-detail-time p{
        font-size: 0.26rem;
    }
    .news-detail-content{
        font-size: 0.26rem;
        line-height: 0.45rem;
        margin: 0.4rem 0;
    }
    .news-detail-share i{
        font-size: 0.35rem;
    }
    .news-detail-page{
        flex-direction: column;
    }
    .news-detail-page a{
        font-size: 0.26rem !important;
        /*margin-bottom: 0.2rem;*/
    /*    overflow: hidden;*/
    /*white-space: nowrap;*/
    line-height: .5rem;
    text-overflow: ellipsis;
    }
}