@charset "UTF-8";
.news-wrap{
    background: #fff;
    padding: 0 0.3rem;
}
.news-list{}
.news-item{
    display: flex;
    align-items: center;
    padding: 0.4rem 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: 2.4rem;
    height: 1.64rem;
    flex-shrink: 0;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    transition: all .365s;
}
.news-date{
    padding: 0 0.55rem;
    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{
    margin-left: 0.2rem;
}
.news-text p{
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.5rem;
    color: #505050;
    margin-bottom: 0.3rem;
}
.news-text span{
    display: block;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.news-page{
    margin: 0.4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-page-left,
.news-page-right{
    width: 0.5rem;
    height: 0.5rem;
    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.5rem;
    height: 0.5rem;
    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{
    background: #fff;
    padding: 0.5rem  0.3rem;
}
.news-details-title{
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.63rem;
    color: #505050;
    text-align: center;
    padding-bottom: 0.28rem;
}
.news-details-author{
    padding: 0.2rem 0;
    font-size: 0.24rem;
    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.22rem 0;
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.6rem;
    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;
}