#section_news_home .exposition{
    width: 300px;
    height: 383px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 30px;
}

.main_news_image{
    min-width: 500px;
    width: 500px;
    height: 330px;
    margin: 0 32px 0 0;
}

.main_news{
    padding: 28px 28px 8px 28px;
    height: auto;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
}

.main_news_image > a > img{
    object-fit: cover;
    /*width: 100%;
    height: 100%;*/
    max-width: 100%;
    max-height: 100%;
}

.main_news_text_item{
    margin: 0;
    width: 100%;
    min-height: auto;
    float: inherit;
}

.news_home_top_item{
    display: flex;
    /*border-bottom: 1px solid #EBEBF0;*/
    padding-bottom: 20px;
}

.main_news_text_title{
    width: 100%;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    height: 96px;
    margin-bottom: 16px;
}

.main_news_text_contents{
    letter-spacing: -0.45px;
    width: 100%;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    font-weight: 500;
}

.main_add_article{
    width: 100%;
    height: auto;
    margin-top: 20px;
    line-height: 1.5;
    letter-spacing: -0.45px;
}

.main_add_article_item{
    width: 100%;
}

.main_add_article_item > ul{
    height: 86px;
}

.line_clamp_4{
    -webkit-line-clamp: 3;
}

.main_add_article_item > ul > li{
    margin-bottom: 4px;
    width: 100%;
}

.main_news_category{
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    align-items: stretch;
}

.category_item {
    width: calc(100% / 2);
    height: auto;
    max-height: 130px;
    float: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-top: 1px solid #EDEDED;
    border-bottom: none;
}

 .category_item:nth-of-type(odd){
    padding: 20px 20px 20px 0;
}

 .category_item:nth-of-type(even){
    padding: 20px 0 20px 20px;
}

.category_item:nth-of-type(7) {
    border-top: 1px solid #EDEDED;
}

.category_item:nth-of-type(8) {
    border-top: 1px solid #EDEDED;
}

.category_item:nth-of-type(9),
.category_item:nth-of-type(10){
    border-bottom: 0;
}

.category_item_text{
    width: 100%;
    height: auto;
}

.category_item_image > a > img{
    /*width: 100%;
    height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.category_item_image{
    width: 135px;
    min-width: 135px;
    height: 90px;
    margin: 0 20px 0 0;
}

.category_item_text_no_picture{
    width: 100%;
    padding-top:0 ;
}

.news_home_article_much .category_item:first-child,
.news_home_article_much .category_item:nth-child(2){
    border-top: none;
}

#section_news_home .category_text_title{
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
}

#section_news_home .title_text {
    margin-bottom: 12px;
    line-height: 1.5;
    float: none;
    cursor: auto;
}

.news_home_article_much{
    margin-bottom: 30px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    padding:  8px 28px;
}

.news_home_article_much .news_home_article_num{
    color: #4294FF;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.575px;
    min-width: 24px;
    margin-right: 20px;
}

.section_bar{
    margin: 30px 0;
}

.list_item_content_no_picture,
.list_left_item_article,
.list_item_text{
    min-height: auto;
}

.list_left_item_article{
    display: flex;
    /*align-items: center;*/
}

.list_item_text_content{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.6;
}

.list_item_content{
    width: 100%;
}

.list_item_image > a > img{
    max-width: 100%;
    max-height: 100%;
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
}

.list_item_image{
    min-width: 234px;
    width: 234px;
    height: 156px;
    margin-top: 0;
    margin-right: 20px;
}

.list_left_item_article{
    width: 100%;
}

.list_left_item_article:nth-of-type(9){
    display: flex;
}

.list_item_title{
    width: 100%;
    max-height: 64px;
    height: auto;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.employment{
    margin-top: 30px;
}

.main_news .category_item:nth-last-child(-n+2){
    border-bottom: 0;
}

@media (max-width: 1399px){
    .main_left_right,
    .main_left_right_wrap,
    #main_news_wrap{
        width: 640px;
        margin: 0 auto;
        height: auto;
    }

    #main_news_wrap{
        float: left;
    }

    .news_home_top_item{
        position: relative;
        padding: 0;
        margin-bottom: 85px;
        border-bottom: none;
    }

    .main_news_image{
        width: 100%;
        height: 389px;
        margin: 0;
    }

    .main_news_text_item{
        top: inherit;
        bottom: 0;
        padding: 24px;
    }

    .main_news_text_title{
        margin: 0;
        padding: 0;
    }

    .news_home_article_much .category_item_image{
        min-width: 90px;
        width: 90px;
        height: 60px;
        margin-right: 8px;
    }

    .news_home_article_much .category_item{
        width: 100%;
        padding: 20px 14px 20px 0;
    }

    .news_home_article_much .category_item:nth-last-child(-n+5) {
        padding: 20px 0;
    }

    .news_home_article_much .news_home_article_num{
        margin-right: 12px;
    }

    .category_text_title{
        font-size: 16px;
        -webkit-line-clamp: 3;
    }

    .news_home_article_much .category_text_title{
        -webkit-line-clamp: 2;
    }

    .main_news .category_item:nth-of-type(odd){
        padding: 20px 14px 20px 0;
    }
    .main_news .category_item:nth-of-type(even){
        padding: 20px 0 20px 14px;
    }


    .list_item_image {
        min-width: 160px;
        width: 160px;
        height: 105px;
    }

    .list_item_content{
        width: 100%;
        padding-left: 0;

    }

    .list_left_item{
        padding: 28px;
    }

    .main_news_text_item_article{
        position: relative;
    }

    .main_news_text_contents{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        position: absolute;
        left: -25px;
        margin-top: 35px;
        width: 584px;
    }

    .main_news{}

    /*.main_news .main_news_category{*/
    /*    border-top: 1px solid #EBEBF0;*/
    /*}*/

    .main_news .category_item{
        width: 100%;
        height: auto;
        max-height: 130px;
    }

    .main_news .category_item:nth-of-type(even),
    .main_news .category_item:nth-of-type(odd){
        padding: 20px 0;
    }

    .list_left_item_article{
        width: 100%;
    }

    .list_item_title > a{
        font-size: 20px;
        line-height: 1.6;
    }

    .category_item:nth-of-type(7) {
        border-top: 1px solid #EDEDED;
    }

    .category_item:nth-of-type(8) {
        border-top: 1px solid #EDEDED;
    }



}
