
.new_block{
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0;
    min-height: 700px;
}
.new_block_main{
    margin: 0 auto;
    width: 1300px;
    padding: 0 20px;
}
.form_block {
    height: 40px;
    text-align: right;
    margin-bottom: 10px;
}

.form_input {
    padding-bottom: 2px;
    border-radius: 4px 0 0 4px;
    border: 2px solid #409eff;
}
input:focus{
     border: 2px solid #409eff;
}

.form_submit {
    background-color: #409eff;
    color: white;
    padding: 8px 20px;
    margin: 0;
    font-size: 12px;
    border-radius: 0 4px 4px 0
}

.main_block{
    width: 100%;
    height: auto;
    background-color: white;
    color: black;
}
.main_new_title{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #d5d5d5
}
.new_title_name{
    padding: 18px 30px;
    font-weight: 600;
    font-size:18px
}

.new_content{
    padding: 0 30px;
    border-bottom: 1px solid #d5d5d5
}
.new_content_block{
    margin: 30px 0
}
.content_block_img{
    width: 100% ;
    height: 120px;
    float: left
}
.content_info{
    float: left;
    margin: 0 20px;
    width: 100%;
}
.content_info_name{
    font-size: 18px ;

    color: #212529;
    font-weight: bold;
}
.content_info_text{
    height: 38px;
    margin: 8px 0;
    font-size: 14px;
    color:#999999;
    overflow: hidden;
}
.info_time_block{
    font-size: 14px
}
.info_time{
    float: left;
    color: #212529;
}
.info_hif{
    float: right;
    color: #212529;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
@media (max-width: 800px) {
    .new_block_main{
        margin: 0 10px;
        width: auto;
    }
    .new_content{
       padding: 0 10px;
    }

    .content_block_img{
        height: 100px;
    }
    .time_dis{
        display: none;
    }
}

/*.new_block{*/
/*    background-color: #f5f5f5;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    padding: 30px 0;*/
/*    min-height: 700px;*/
/*}*/
/*.new_block_main{*/
/*    margin: 0 12%*/
/*}*/
/*.form_block {*/
/*    height: 40px;*/
/*    text-align: right;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.form_input {*/
/*    padding-bottom: 2px;*/
/*    border-radius: 4px 0 0 4px;*/
/*    border: 2px solid #409eff;*/
/*}*/
/*input:focus{*/
/*     border: 2px solid #409eff;*/
/*}*/

/*.form_submit {*/
/*    background-color: #409eff;*/
/*    color: white;*/
/*    padding: 8px 20px;*/
/*    margin: 0;*/
/*    font-size: 12px;*/
/*    border-radius: 0 4px 4px 0*/
/*}*/

/*.main_block{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    background-color: white;*/
/*    color: black;*/
/*}*/
/*.main_new_title{*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    border-bottom: 1px solid #d5d5d5*/
/*}*/
/*.new_title_name{*/
/*    padding: 18px 30px;*/
/*    font-weight: 600;*/
/*    font-size:18px*/
/*}*/

/*.new_content{*/
/*    padding: 0 30px;*/
/*    border-bottom: 1px solid #d5d5d5*/
/*}*/
/*.new_content_block{*/
/*    margin: 30px 0*/
/*}*/
/*.content_block_img{*/
/*    width: 100% ;*/
/*    height: 120px;*/
/*    float: left*/
/*}*/
/*.content_info{*/
/*    float: left;*/
/*    margin: 0 20px;*/
/*    width: 100%;*/
/*}*/
/*.content_info_name{*/
/*    font-size: 18px ;*/

/*    color: #212529;*/
/*    font-weight: bold;*/
/*}*/
/*.content_info_text{*/
/*    height: 38px;*/
/*    margin: 8px 0;*/
/*    font-size: 14px;*/
/*    color:#999999;*/
/*    overflow: hidden;*/
/*}*/
/*.info_time_block{*/
/*    font-size: 14px*/
/*}*/
/*.info_time{*/
/*    float: left;*/
/*    color: #212529;*/
/*}*/
/*.info_hif{*/
/*    float: right;*/
/*    color: #212529;*/
/*}*/
/*a{*/
/*    text-decoration: none;*/
/*}*/
/*a:hover{*/
/*    text-decoration: none;*/
/*}*/
/*@media (max-width: 800px) {*/
/*    .new_block_main{*/
/*        margin: 0 10px;*/
/*    }*/
/*    .new_content{*/
/*       padding: 0 10px;*/
/*    }*/

/*    .content_block_img{*/
/*        height: 100px;*/
/*    }*/
/*    .time_dis{*/
/*        display: none;*/
/*    }*/
/*}*/
