.news-wrap{
    /* width: 12.2rem; */
    flex: 1;
    margin-left: 0.25rem;
    float: right;
    background: #fff;
    padding: 0 0.6rem;
    margin-bottom: 0.85rem;
}
.news-list{}
.news-item{
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #B2B2B2;
}
.news-item:last-of-type{border-bottom: 0;}
.news-item:hover .news-img img {
    transform: scale(1.2);
}
.news-item:hover .news-text p{
    color: #C6030C;

}
.news-img{
    width: 2rem;
    height: 1.5rem;
    flex-shrink: 0;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    transition: all .365s;
}
.news-date{
    padding: 0 0.35rem;
    flex-shrink: 0;
}
.news-date p{
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #303030;
}
.news-date span{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #505050;
    display: block;
    margin-top: 0.1rem;
}
.news-text{
    padding: 0.2rem 0 0.2rem 0.35rem;
    border-left: 0.01rem solid #B2B2B2;
}
.news-text p{
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #505050;
    margin-bottom: 0.3rem;
}
.news-text span{
    display: block;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.28rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-page{
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-page-left,
.news-page-right{
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9A9A9;
    margin: 0 0.075rem;
    cursor: pointer;
}
.news-page-p{
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9A9A9;
    margin: 0 0.075rem;
    cursor: pointer;
}
.news-page .active{
    background: #C6030C;
    color: #fff;
}
/* 新闻详情 */
.news-details-wrap{
    /* width: 12.2rem; */
    flex: 1;
    margin-left: 0.25rem;
    float: right;
    background: #fff;
    padding: 0 0.6rem;
    margin-bottom: 0.85rem;
}
.news-details-title{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
    text-align: center;
    padding: 0.32rem 0;
}
.news-details-author{
    padding: 0.1rem 0;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    /*border-top: 1px solid #EEEEEE;*/
    /*border-bottom: 1px solid #EEEEEE;*/
}
.news-details-content{
    margin: 0.4rem 0;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.32rem;
    color: #666666;
}
.news-details-share{
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #EEEEEE;
}
.news-details-share p{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}
.news-details-share img{
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    cursor: pointer;
}
.news-details-page{
    padding: 0.2rem 0;
}
.news-details-page p{
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0.1rem;
}
.news-details-page a{
    color: #666666;
}
.news-details-page a:hover{
    color: #C6030C;
}
.news-details-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download{
    font-size: 0.14rem;
    color: #202020;
    margin-left: 0.3rem;
}