@charset "utf-8";

.main_news {
    font-size: 16px;
    color: #fff;
    background-color: #000000;
    
}
.main_news .news_text_header {
    min-width: 1100px;
    max-width: 1200px;
    margin: 0 auto;
}
.main_news .news_text_header {
    padding-top: 189px;
    padding-bottom: 50px;
}
.main_news .news_text_header .news_text_title {
    font-size: 30px;
    text-align: center;
}
.main_news .news_text_header .news_text_date {
    font-size: 14px;
    color: #7f7f7f;
    margin-top: 42px;
    margin-bottom: 22px;
}
.main_news .news_text_header .news_text_list {
    color: #bdbdbd;
    line-height: 30px;
}
.main_news .news_text_header .news_text_list img {
    padding: 30px;
    width: 732px;
    margin: 0 auto;
}
.main_news_list {
    font-size: 16px;
    color: #fff;
    background-color: #000000;
    
}
.main_news_list .news_section {
    padding-top: 130px;
    padding-bottom: 50px;
}
.main_news_list .news_section .news_li {
    width: 1060px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #292929;
    border-radius: 4px;
    margin-bottom: 45px;
    padding: 20px;
}

.main_news_list .news_section .news_left {
    float: left;
    width: 256px;
    height: 156px;
    background-color: #D8D8D8;
    margin-right: 40px;
}
.main_news_list .news_section .news_left .news_img {
    width: 100%;
    height: 100%;
}
.main_news_list .news_section .news_right {
    float: left;
    width: 764px;
}
.main_news_list .news_section .news_right .news_title {
    font-size: 18px;
    padding-top: 10px;
}
.main_news_list .news_section .news_right .news_desc {
    width: 764px;
    height: 44px;
    color: #bdbdbd;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main_news_list .news_section .news_right .news_right_top {
    
}
.main_news_list .news_section .news_right .news_date {
    color: #7f7f7f;
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 12px;
}
.news_li .clear_both {
    clear: both;
}