.zidrow{
    margin-top: 30px;
}
.news_list{
    width: 360px;
    height: 480px;
    margin-left: 30px;
    padding: 0;
    box-shadow: 0px 0px 10px 0px rgba(130,129,154,0.24);
    cursor: pointer;
}
.news_list img{
    display: inline-block;
    width: 100%;
    height: 300px;
}
.news_title{
    font-size: 22px;
    color: #283961;
    height: 65px;
}
.news_date{
    color: #999999;
    font-size: 14px;
    margin-top: 25px;
}
.operation{
    float: right;
    margin-right: 50px;
    width: 400px;
    height: 30px;
    margin-top: 50px;
    line-height: 15px;
    color: #596C99;
    font-size: 14px;
}
.operation img{
    display: inline-block;
    width: 10px;
    height: 16px;
    float: right;
    cursor: pointer;
}
.operation  span{
    display: inline-block;
    cursor: pointer;
}
.operation .page_total{
    float: right;
    margin-left: 10px;
}
.page_num{
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    margin: -3px 5px 0 5px;
    text-align: center;
    line-height: 20px;
}
.page_num_active{
    border: 1px solid #596C99;
    background: #EDEFF3;
}
.news_content{
    width: 50%;
    margin: 100px auto;
}
.news_content_head{
    font-size:30px;
    font-family:PingFangSC-Semibold;
    color:rgba(40,57,97,1);
    line-height:42px;
}
.news_content_date{
    height:20px;
    font-size:14px;
    font-family:PingFangSC-Regular;
    color:rgba(153,153,153,1);
    line-height:20px;
    margin-top: 20px ;
}
.news_content p{
    text-indent:25px;
    font-size:14px;
    font-family:PingFangSC-Regular;
    color:rgba(40,57,97,1);
    line-height:30px;
}
.news_content_img_desc{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.news_content_img_desc img{
    width: 55%;
}
.news_content_img_desc_text{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:12px;
    font-family:PingFangSC-Regular;
    color:rgba(89,108,153,1);
    line-height:17px;
    margin-top: 10px;
}