.new_content{
    border-top: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    margin-bottom: 1.44rem;
}
.new_list{
    width: 100%;
    margin-bottom: 0.6rem;
}
.new_list a{
    text-decoration: none;
    color: #91989f;
}
.new_list .item{
    margin-top: 0.6rem;
    width: 31.5%;
    font-size: 0.2rem;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.new_list .item .imgSize {
    position: relative;
    width: 100%;
}
.new_list .item .imgSize .scale_60 {
    padding-top: 60%;
}
.new_list .item:nth-child(3n) {
    margin-right: 0;
}

.new_list  .new_img{
    position:absolute; 
    right:0;
    left: 0;
    top: 0;
    bottom: 0;   
}
.new_list  .new_img>img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}
.new_list  .new_img>img:hover{
    transform: scale(1.1);
}
.new_text{
    margin-top: 0.4rem;
    position: relative;
}
.new_title{
    color: #0e0c0d;
}
.new_date{
    padding-top: 0.3rem;
}
.new_detial{
    padding-top: 0.4rem;
    white-space: break-spaces;
}

.B_Demo2 {
    display: none;
}
@media only screen and (max-width: 1024px){
    .new_list .item{ 
        font-size: .24rem;
    }
}
@media only screen and (max-width:768px){
    .new_content {
        padding-top: .2rem;
        margin-bottom: .6rem;
    }
    .new_list .item{
        display: block;
        margin: 0 auto;
        margin-bottom: .2rem;
        width: 95%;
        height: auto;
        font-size: .24rem;
    }
    .new_text {
      padding-top: 1em;
    }
    .new_date {
      padding-top: 1em;
    }
    .new_detial {
      padding-top: 1em;
    }
    .pgbtn .page_prev {
        margin-left: 2.5%;
    }
    .pgbtn .page_next{
       margin-right: 2.5%;
    }    
}