.news_banner{
    width: 100%;
}
a{text-decoration: none;}
*{margin: 0;padding: 0;}
.news_banner img{
    width: 100%;
    display: block;
}
.about_navigation{
    width: 100%;
    height: 60px;
    background-color: #f0f0f0;
}
.about_navigation_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.about_navigation_content_right{
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    height: 60px;
}

.about_navigation_content_right .icon-yemian{
    font-size: 16px;
    color: #b3b3b3;
}
.about_navigation_content_right .current{
    color: #e41212;
    margin-left: 3px;
}
.about_navigation_content_right .shouye{
    color: #808080;
    margin-left: 3px;
}
.about_navigation_content_left{
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_navigation_content_left a{
    color: #1a1a1a;
    font-size: 16px;
}
.href_active{
    color: #e41212 !important;
}
/* 新闻内容 */
.news_content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 132px;
}
.news_content_right{
    width: 835px;
}
.news_content_right_middle{
    margin-top: 35px;
    position: relative;
}
.news_content_right_middle_title{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: flex-end;
}
.news_content_right_middle_title_right{
    font-size: 24px;
    font-weight: 600;
    /* border-bottom: 3px solid #db0a24; */
}
.news_content_right_middle_title_left{

}
.news_content_right_middle_title_left a{
    color: #666666;
}
.news_content_right_heng{
    width: 97px;
    height: 3px;
    background-color: #db0a24;
    position: absolute;
    top: 46px;
}
.shadow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 58px;
}
.shadow_content{
    width: 400px;
    height: 331px;
    border: 4px solid #f5f5f5;
    margin-bottom: 40px;
}
.shadow_content video{
    width: 400px;
    height: 269px;
    display: block;
}
.shadow_content_footer{
    height: 62px;
    width: 365px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shadow_content_title{
    font-size: 18px;
}
.shadow_content_href{
    font-size: 14px;
}
.shadow_content_href a{
    color: #e41212;
}
/* 分页 */
.paging{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.shangyiye{
  height: 38px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  font-size: 18px;
}
.shangyiye a{
    color: #808080;
}
.yema{
    display: flex;
    justify-content: center;
    font-size: 24px;
}
.yema div{
    padding: 0 13px;
    height: 38px;
    border: 1px solid #e6e6e6;
    line-height: 38px;
    margin:0 20px;
}
.yema div a{
    color: #808080;
}
.next_page{
  height: 38px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  font-size: 18px;
}
.next_page a{
    color: #808080;
}
.yema_active{
    background-color: #ca0606;
}
.yema_active a{
    color: #ffffff !important;
}






.news_content_left{
    width: 321px;
    margin-top: 15px;
}
.news_content_left_middle{
    width: 100%;
    height: 288px;
    border: 1px solid #e6e6e6;

    border-top: 6px solid #ca0606;
    margin-top: 44px;
}
.news_content_left_middle_title{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #808080;
}
.news_content_left_middle_title span{
    margin-left: 17px;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.news_content_left_middle_text{
    width: 280px;
    margin: 0 auto;
    font-size: 16px;
    color: #808080;
    margin-top: 10px;
    line-height: 2;
}
.news_content_left_middle_text span{
    color: #1a1a1a;
}
.news_content_left_middle_text2{
    width: 280px;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    margin-top: 14px;
}
.news_content_left_middle_text2 span{
    color: #ca0606;
}
.news_content_left_middle_text2 a{
    color: #4d4d4d;
    margin-left: 4px;
}
.news_content_left_middle .news_content_left_middle_text2:first-child {
    margin-top: 23px !important;
    /* color: red; */
}
.news_content_left_middle2{
    height: 344px;
}
.news_content_left_middle_text3{
    width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}
.news_content_left_middle_text3_img{
    width: 130px;
    /* height: 119px; */
    margin-bottom: 15px;
}
.news_content_left_middle_text3_img img{
    width: 130px;
    height: 96px;
    display: block;
}
.news_content_left_middle_text3_img div{
    text-align: center;
    /* color: #4d4d4d; */
    width: 130px;
    height: 21px;
    /* background-color: #000000; */
    padding: 3px 0;
}

.news_content_left_middle_text3_img div a{
    color: #4d4d4d;
}
.news_content_left_middle3{
    margin-top: 43px;
    height: 355px;
    width: 321px;
    background-color: #fbf4f4;
    display: flex;
    align-items: center;
}
.index_news_content_left_title{
    font-size: 18px;
    font-weight: 600;
    margin-left: 24px;
    padding-top: 20px;
}
/* 表单提交 */
.index_news_content_left_form{
    width: 257px;
    margin: 0 auto;
    margin-top: 10px;
}
.index_news_content_left_form_div1{
    width: 257px;
    height: 26px;
    border: 1px solid #e6e6e6;
    display: flex;
    margin-bottom: 4px;
}
.index_news_content_left_form_div1 input{
    border: none;
    border-left: 1px solid #e6e6e6;
    width: 215px;
    padding-left: 10px;
    font-size: 12px;
}
.index_news_content_left_form_div1 .iconfont{
    font-size: 18px;
    width: 35px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #8a8a8a;
}
.index_news_content_left_form_div1 .icon-youxiang{
    font-size: 16px;
}
.index_news_content_left_form_div2{
    width: 257px;
    height: 78px;
    border: 1px solid #e6e6e6;
    display: flex;
    margin-bottom: 6px;
}
.index_news_content_left_form_div2 .iconfont{
    font-size: 18px;
    width: 36px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #8a8a8a;
}
.index_news_content_left_form_div2 textarea{
    border: none;
    border-left: 1px solid #e6e6e6;
    width: 215px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
}
.index_news_btn{
    /* width: 340px; */
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 130px;
}
.index_news_btn_tijiao{
    width: 123px;
    height: 28px;
    background-color: #db0a24;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    cursor:pointer;
}
.index_news_btm_zixun{
    width: 123px;
    height: 28px;
    background-color: #4a4a4a;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    cursor:pointer;
}
.news_content_left_middle3_input{
    width: 300px;
    height: 315px;
    margin: 0 auto;
    background-color: #fff;

}