body{
    background-color: #F8F9FA;
}
/*新闻列表*/
.news_all{
    width: 100%;
    display: table;
}
.news_cate{
    width: 920px;
    padding: 20px 40px;
    margin: 60px auto 30px auto;
    background-color: #ffffff;
    display: table;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.news_h1{
    float: left;
    font-size: 18px;
    color: #1d1d1f;
    display: contents;
    margin: 0;
}
.cate_list{
    width: 100%;
    display: table;
    margin-top: 10px;
}
.cate_a_sel{
    color: #FFFFFF!important;
    background-color: #0078f1!important;
}
.cate_a{
    background: #e9e9e9;
    color: #5f6368;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 400;
    display: block;
    float: left;
    margin: 0px 15px 12px 0px;
    cursor: pointer;
}
.cate_list a:hover{
    color: #1d1d1f;
    font-weight: bold;
}
.content_div{
    width: 1000px;
    padding: 20px 0;
    margin: 30px auto 60px auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.news_desc{
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    display: table;
    padding-bottom: 20px;
}
.news_sh{
    float: left;
    font-size: 18px;
    color: #1d1d1f;
    line-height: 32px;
    margin: 0;
}
.news_sort{
    float: right;
}
.most{
    font-size: 12px;
    padding: 8px 19px;
    background: #e9e9e9;
    color: #5f6368;
    border-radius: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}
.most_sel{
    color: #FFFFFF!important;
    background-color: #0078f1!important;
}
.news_list{
    width: 100%;
    display: table;
}
.news_item{
    width: calc(100% - 80px);
    padding: 20px 40px 0 40px;
    display: table;
}
.news_item:hover{
    background-color: #F2F2F2;
}
.news_content{
    width: 100%;
    display: table;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 20px;
}
.news_img{
    width: 214px;
    height: 120px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.news_other{
    float: left;
    width: calc(100% - 214px - 18px);
    padding-left: 18px;
}
.news_p_cate{
    margin-top: 7px;
    color: #b1b1b1;
    font-weight: 500;
    margin-bottom: 2px;
}
.news_p_title{
    color: #1d1d1f;
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    line-height: 20px;
    max-height: 40px;
    margin-bottom: 2px;
}
.news_p_desc{
    font-size: 15px;
    margin-bottom: 5px;
    color: #5f6368;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
.news_p_date{
    font-size: 13px;
    color: #b1b1b1;
}
@media (max-width: 1200px) {
    .news_all{
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    .news_cate{
        width: calc(100% - 20px);
        margin: 30px auto;
        padding: 10px;
    }
    .news_h1{
        font-size: 15px;
    }
    .cate_list a{
        margin: 0px 8px 8px 0px;
        font-size: 12px;
    }
    .content_div{
        width: 100%;
        padding: 20px 0 3px 0;
    }
    .news_desc{
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .news_sh{
        font-size: 15px;
        line-height: 20px;
    }
    .most{
        font-size: 0.8rem;
        padding: 5px 9px;
    }
    .news_item{
        width: calc(100% - 20px);
        padding: 10px 10px 0 10px;
        display: table;
    }
    .news_content{
        padding-bottom: 10px;
    }
    .news_img{
        width: 33%;
        height: 0;
        padding-top: 33%;
    }
    .news_other{
        width: 65%;
        padding-left: 2%;
    }
    .news_p_cate{
        font-size: 12px;
        margin-top: -5px;
        margin-bottom: 2px;
    }
    .news_p_title{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .news_p_desc{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .news_p_date{
        font-size: 12px;
    }
}
/*新闻列表*/

/*文章详情*/
.content_html{
    width: 920px;
    padding: 40px;
    margin: 50px auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.content_h_cate{
    color: #1967d2;
    font-weight: 500;
    margin-bottom: 6px;
}
.content_h_title{
    word-break: break-all;
    font-size: 36px;
    margin: 0 0 5px;
    font-weight: bold;
}
.content_h_desc{
    font-size: 15px;
    margin-bottom: 20px;
}
.content_h_img {
    margin-bottom: 2px;
    width: 100%;
    display: block;
}
.content_h_other{
    padding: 10px 0;
    width: 100%;
    display: table;
    font-size: 13px;
    color: #5f6368;
    line-height: 26px;
}
.content_h_color{
    color: #1967d2;
}
.content_h_html{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
}
.content_h_html img{
    max-width: 100%;
}
@media (max-width: 1200px) {
    .content_html{
        width: calc(100% - 40px);
        margin: 30px auto;
        padding: 10px;
    }
    .content_h_cate{
        margin-bottom: 2px;
    }
    .content_h_title{
        font-size: 24px;
    }
    .content_h_desc {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .content_h_other{
        padding: 8px 0;
        font-size: 12px;
        line-height: 18px;
    }
    .content_h_html{
        margin-top: 20px;
        padding-bottom: 20px;
    }
}
/*文章详情*/
