.newsdetails{
    width: 100%;
    min-width: 1200px;
}
.newsdetails .details{
    width: 90%;
    margin: 0.76rem auto;
    display: flex;
    justify-content: space-between;
}
.newsdetails .details .newsdetail{
    width: 64%;
    border-right: 1px solid #e1e1e1;
    padding-right: 2%;
}
.newsdetails .details .newsdetail p{
    font-size: 0.16rem;
    /*color: #000 !important;*/
    /*text-indent: 0.36rem;*/
    line-height: 0.3rem;
    margin: 0.23rem 0;
    /* display: flex;
    justify-content: space-between; */
}
.newsdetails .details .newsdetail p span{
    font-size: 0.2rem;
}
.newsdetails .details .newsdetail p span:last-child{
    /*color: #a93428;*/
    font-size: 0.2rem;
}
.newsdetails .details .newsdetail img{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.newsdetails .details .newsdetail video{
    width: 100%;
    margin: 0 auto;
    max-height: 6rem;
    background: #000;
}
.newsdetails .details .newsdetail .tit{
    border-bottom: 1px solid #e1e1e1 ;
}
.newsdetails .details .newsdetail .tit p{
    text-indent: 0;
}
.newsdetail .tit span{
    font-size: 0.34rem;
}
.newsdetails .details .newsdetail .bot .qita{
    text-indent: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 0.46rem 0;
}
.newsdetails .details .newsdetail .bot p a{
    width: 33%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #747474;
    font-size: 0.16rem;
}
.newsdetails .details .newsdetail .bot .share{
    text-indent: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    color: #000;
}
.newsdetails .details .newsdetail .bot .share a{
    width: auto;
    margin: 0 0.09rem;
}
.newsdetails .details .newsdetail .bot .share img{
    width: 0.44rem;
    height: 0.44rem;
}
.newsdetails .details .newest{
    width: 33%;
}
.newest .newestheader{
    font-size:0.29rem ;
    margin: 0.34rem 0;
}
.newestactivity{
    display: flex;
    flex-direction: column;
    color: #000;
}
.newestactivity .imgs{
    width: 3.84rem;
    height: 2.1rem;
    overflow: hidden;
}
.newestactivity .imgs img{
    width: 100%;
    /*transform: scale(1.5);*/
    transition: all 0.5s;
}
.newestactivity .imgs img:hover{
    transform: scale(1.2);
}
.newestactivity .date{
    font-size: 0.1rem;
    margin: 0.2rem 0;
}
.newestactivity .tit{
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.19rem;
}
.newestactivity .tit::after{
    display: block;
    content: '';
    width: 34px;
    height: 3px;
    background: #000;
    margin: 0.1rem 0;
}
.newestactivity .text{
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newest>a{
    display: block;
    margin-bottom: 0.5rem;
}