.new_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: .6rem;
}
.new_item{
    width: 5.2rem;
    margin-right: 0.6rem;
    margin-bottom: .5rem;
}
.new_item:nth-child(3n){
    margin-right: 0
}
.new_img{
    width: 5.2rem;
    height: 3.2rem;
    overflow: hidden;
    margin-bottom: .15rem;
}
.new_img img{
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}
.new_img:hover img{
    transform: scale(1.2);
}
.new_tit{
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .2rem;
}
.new_bottom{
    display: flex;
    justify-content: space-between;
}
.new_more{
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.big_time{
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #CF000C;
}
.small_time{
    font-size: .2rem;
}
.new_xq{
    /*width: 16rem;*/
    width: 12rem;
    margin: .8rem auto .5rem;
}
.new_xq_tit{
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .3rem;
    text-align: center;
}
.new_xq_time{
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .5rem;
    text-align: center;
}
.new_xq_txt{
    text-indent: 2em;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin-bottom: .5rem;
}
.new_xq img{
    display: block;
    width: 12rem;
    height: 7rem;
    margin: 0 auto .5rem;
}
.new_page{
    width: 14rem;
    margin: 0 auto .8rem;
    border-top: .01rem solid #DDDDDD;
    padding-top: .4rem;
    display: flex;
    flex-direction: column;
}
.new_page a{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: .2rem;
}




/*新增搜索*/
.nav_box form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_box form div{
    width: 50%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #999999;
    border-radius: 1rem;
}
.nav_box form input{
    border: 0;
    outline: none;
    height: 80%;
    width: 80%;
    border-radius: 1rem;
    margin-right: .2rem;
    padding: 0 .2rem;
}
.nav_box form button{
    border: 0;
    background: transparent;
    height: 80%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.null_search_box{
    justify-content: center;
    margin-bottom: .6rem;
}
.null_search{
    font-size: .3rem;
}
.null_search span{
    color: red;
}


@media only screen and (max-width:1024px){
    .new_item{
        width: 100%;
        margin-right: 0;
    }
    .new_img{
        width: 100%;
    }
    .new_tit{
        font-size: 14px;
    }
    .new_more{
        font-size: 12px;
    }
    .big_time{
        font-size: 12px;
    }
    .new_xq{
        width: 100%;
        margin: 0 auto;
    }
    .new_xq_tit{
        font-size: 16px;
    }
    .new_xq_time{
        font-size: 12px;
    }
    .new_xq img{
        width: 100%;
        height: auto;
    }
    .new_page{
        width: 100%;
    }
    .new_page a{
        font-size: 14px;
        line-height: 1.8;
    }
}