
/*banner*/
.banner {
    width: 100%;
    height: 400px;
    background: url('../images/news.jpg');
}

.banner_xian {
    width: 100px;
    border: 1px solid #ffffff;
}

.banner_content {
    padding: 100px 0px;
}

.banner_content p {
    color: white;
    font-size: 16px;
    line-height: 100px;
}

.banner_content p:first-child {
    font-size: 40px;
    font-weight: bold;

}

/*新闻动态*/
.about_us_title {
    margin: 50px 0px;
    padding-bottom: 20px;
    border-bottom: 1px #cacfd5 solid;
}

.about_us_title_left p {
    font-size: 40px;
}

.about_us_title_right a {
    color: #666666;
}

.about_us_title_right a:hover {
    color: #0C4DA2;
}

.about_us_title_right li {
    padding: 0px 5px;
    font-size: 14px;
}

/*新闻动态内容*/
.news_list {
    padding: 20px 100px 20px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
}

.news_list:hover {
    background: #fbfbfb;
    border-bottom: none;
}

.news_list_data {
    text-align: right;
    margin-right: 50px;
    margin-top: 20px;
}
.news_list_data p:first-child{
    font-size: 18px;
}
.news_list_data p:last-child{
    font-size: 30px;
    font-weight: bolder;
}
.news_list_data a {
    color: #d2d2d2;
}
.news_list_main {
    width: 80%;
}
.news_list_main a{
    color: #555;
    font-size: 22px;
    font-weight: bold;
}
.news_list_main p:last-child{
    line-height: 28px;
    font-size: 14px;
    color: #898989;
    margin-top: 10px;
}
.news_list :hover a{
   color: #0C4DA2;
}
.news_list_record{
    text-align: center;
    margin-bottom: 50px;
}
/*.news_list_record span{*/
/*    text-align: center;*/
/*    border: 1px solid #d8dadf;*/
/*    padding: 8px  20px;*/
/*    font-size: 12px;*/
/*}*/
/*.news_list_record span:hover{*/
/*    background: #333;*/
/*    border: 1px solid #333;*/
/*    color: white;*/
/*}*/
/*尾部*/
.foot_width{
    margin-top: 30px;

    background-color: #262626;
}
.foot_color{
    color: #fff;
}
.foot_width_1200{
    width: 1200px;
}
.foot_margin{
    margin: 0 auto;
}
li{
    list-style: none;
}

.fl{
    float: left;
}
.foot_width_282{
    width: 282px;
}
.foot_size_26{
    font-size: 26px;
}

.foot_biaoqian li{
    float: left;
}
.foot_size_14{
    font-size: 14px;
}
.d_s{
    display: flex;
}
.a_l{
    align-items: center;
}
.foot_padding_bottom_10{
    padding-bottom: 10px;
}
.foot_padding_left_10{
    padding-left: 10px;
}
.foot_size_18{
    font-size: 18px;
}
.foot_margin_bottom_30{
    margin-bottom: 30px;
}
.foot_color_grey{
    color: #a9a9a9;
}
.foot_width_15{
    width: 15%;
}
.foot_link{
    text-decoration:none;
}
.foot_a:hover{
    color: white;
}
.foot_line_41{
    line-height: 41px;
}
.footer{
    background: black;
}
