/*黑白*/
/*html,
body {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}*/
/*公共样式*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .2s all;
    -moz-transition: .2s all;
    -webkit-transition: .2s all;
    -o-transition: .2s all
}
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: #fff;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 24px;
    background: #f2f2f2;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
i, em {
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
    background: none;
}
a:hover {
    color: #f2341a;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.font-w{
    font-weight: bold;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.font14 a{
    font-size: 14px;
}
.font14 span{
    font-size: 14px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.header {
    width: 100%;
    min-width: 1200px;
    height: 160px;
    background: url("../images/top_bj.jpg") top center no-repeat;
    /*background-size: 100% 100%;*/
}
.logo {
    float: left;
}
.logo img {
    display: block;
    height: 117px;
    margin-top: 24px;
}
.xcy{
    float: right;
}
.xcy img{
    margin-top: 58px;
}
.nav {
    width: 100%;
    min-width: 1200px;
    height: 48px;
    background: url("../images/nav_bj.png")  repeat-x;
}
.menu {
    width: 1200px;
    margin: 0 auto;
}
.menu > li {
    float: left;
    line-height: 48px;
    text-align: center;
}
.menu > li > a {
    display: block;
    color: #fff;
    padding: 0 22px;
    font-size: 17px;
    text-align: center;
}
.menu > .active > a {
    background: url("../images/nav_active_bj.png") repeat-x;
}
.menu > li:hover > a {
    background: url("../images/nav_active_bj.png") repeat-x;
}
/*内容部分*/
.box{
    width: 100%;
    min-width: 1200px;
    min-height: 830px;
    /*background: url("./imagess/banner_bj.jpg") no-repeat;*/
    /*padding-top: 19%;*/
    padding-top: 15px;
}
.con{
    background: #ffffff;
    position: relative;
}

.tt{
    position: relative;
    height: 100px;
    background: #fff8f2 url("../images/tt_img.png")  left top no-repeat;
    border-bottom: 1px solid #dddddd;
    padding: 0 40px;
    text-align: center;
}
.tt > h1{
    line-height: 40px;
    padding: 20px 0 5px;
}
.tt > h1 >a{
    font-size: 28px;
    color: #bf000f;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.tt > .tt_a {
    text-align: center;
}
.tt > .tt_a > a  {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 10px;
    height: 16px;
    line-height: 16px;
    max-width: 80%;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tt > .tt_a > a:last-child{
    border: none;
}
.tt > .tt_a >  a:hover{
    color: #f2341a;
}
.index_01{
    margin-top: 10px;
    padding: 0 10px;
}
.tab_box{
    float: right;
    border: 1px solid #dddddd;
    width: 630px;
    height: 370px;
    position: relative;
}
.tab_box >.tab_ul{
    background: #f5f5f5;
    font-size: 18px;
    overflow: hidden;
}
.tab_box >.tab_ul > li{
    float: left;
    /*width: 110px;*/
    height: 42px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    border-top: 3px solid transparent;
}
.tab_box >.tab_ul > li.active{
    background: #ffffff;
    border-top: 3px solid #f2341a;
}
.tab_box >.tab_ul li a{
    display: inline-block;
    line-height: 38px;
    position: absolute;
    right: 5px;
    top:0;
    background: url(../images/right.png) right center no-repeat;
    font-size: 14px;
    padding-right: 12px;
    color: #565656;
}
.tab_box >.tab_ul li .a2{display: none;}
.tab_box >.tab_ul li a:hover{
    color: #565656;
}

.tzyw_box > ul{
    margin: 12px 12px 12px 6px;
    padding: 0 18px 0 6px;
    font-size: 16px;
}
.tzyw_box > ul > li{
    background: url("../images/list_icon.png") left center no-repeat;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    width: 100%;
}
.tzyw_box > ul > li > a{
    display: inline-block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tzyw_box > ul > li > span{
    color: #a5a5a5;
    float: right;
}
.tzyw_box > ul > li:hover{
    background: url("../images/list_icon_active.png" ) left center no-repeat;
}
.tab_news{
    border: 1px solid #ddd;
    border-right: none;
    width: 479px;
}
.tab_news_r{
    border: 1px solid #ddd;
    border-left: none;
}
.tab_news .r_title{
    background: url("../images/title_zbj.jpg") repeat-x;
}
.r_title > h2{
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    float: left;
}
.r_title > h2.w120{
    background: url("../images/title_bj120.jpg") no-repeat;
    width: 124px;
}
.r_title > h2.w145{
    background: url("../images/title_bj145.jpg") no-repeat;
    width: 150px;
}
.r_title a{
    float: right;
    background: url("../images/right.png") right center no-repeat;
    padding-right: 12px;
    font-size: 14px;
    line-height: 35px;
    color: #565656;
    margin-right: 12px;
}
.tab_news_ul > ul{
    margin-top: 8px;
}
.tab_kjrk{
    width: 208px;
    height: 360px;
    float: right;
}
.tab_kjrk a{
    display: inline-block;
    height: 80px;
    margin-bottom: 13px;
}
.tab_kjrk a:last-child{
    margin-bottom: 0;
}
.w392 {width: 392px;}
.w393 {width: 393px;}
.ad {
   margin: 0 -10px 0 0;
   overflow: hidden;
   display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ad a {
    width: calc((100% - 20px)/2);
    margin: 10px 10px 0 0;
}
.ad img {
    display: block;

}
.tab_yqlj{
    border: 1px solid #ddd;
    width: 100%;
    min-height: 156px;
}
.tab_yqlj_con > ul{
    height: 34px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    font-size: 16px;
}
.tab_yqlj_con > ul > li{
    float: left;
    width: 150px;
    line-height: 34px;
    margin: 0 20px;
    text-align: center;
    cursor:pointer ;
    background: #fff;
}
.tab_yqlj_con > ul > li.active{
    border-top: 3px solid #f2341a;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: -1px;
    color:#f2341a ;
    height: 32px;
}
.zytz_con{
    margin: 25px 0px;
}
.zytz_con > a{
    padding: 5px 20px;
    display: inline-block;
}
.f_list{
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #fff9f2;
    border-top: 4px solid #f2341a;
    margin-top: 20px;
}
.f_list a{
    display: inline-block;
    border-right: 1px solid #CCC;
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
}
.f_list a:last-child{
    border: 0;
}
.footer{
    background: #fff;
}
.footer p{
    text-align: center;
    line-height: 28px;
}
.f_p{
    padding: 8px 0;
}
/* 二维码 视频 */
.ewm{
    position: fixed;
    bottom: 20%;
    right: 20px;
    width: 138px;
    height: 151px;
}
.ewm > p{
    width: 138px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url("../images/ewm_t_bj.jpg") repeat-x;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
.ewm > img{
    display:block;
    width: 138px;
    height: 138px;
}
.vid{
    position: fixed;
    top:35%;
    width: 260px;
    height: 150px;
    background: #f2f2f2;
}
.video_l {
    left:20px;
}
.video_r{
    right:20px;
}

/* 滚动大图新闻 */
.TB-focus {
    float: left;
    width: 536px;
    height: 372px;
    position: relative;
    overflow: hidden;
}

.TB-focus .hd {
    position: absolute;
    right: 9px;
    bottom: 13px;
    z-index: 1;
    padding-left: 2px;
}

.TB-focus .hd li {
    color: #fff;
    cursor: pointer;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #333333;
    float: left;
    font-size: 13px;
    line-height: 18px;
    overflow: visible;
    text-align: center;
    opacity: .7;
    filter: alpha(opacity=70);
    margin-left: 3px;
}

.TB-focus .hd li.on {
    background: #bf000f;
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100);
}
.TB-focus .bd,
.TB-focus .bd ul,
.TB-focus .bd img {
    width: 100%;
    height: 100%;
}
.TB-focus .bd img {
    display: block;
    object-fit: cover;
}
.TB-focus .bd li {
    position: relative;
    width: 100%;
    height: 100%;
}
.TB-focus .bd li h2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size: 16px;
    padding: 0 20px 0 10px;
    background: rgba(0,0,0,.6);
}
.TB-focus .bd li h2 span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 65%;
}

/*--列表页--*/
.vid_top{
    margin-top: 0;
}
.ewm_top{
    margin-top: 170px;
}
.list_con{
    position: relative;
    width: 1200px;
    margin: 20px auto;
}
.list_l{
    width: 280px;
    float: left;
    border-right: 1px solid #ddd;
    border-left: 1px  solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #f2341a;
    background: #fff;
}
.list_l > p{
    height: 38px;
    line-height: 38px;
    background: #f2f2f2;
    color: #f2341a;
    font-size: 18px;
    font-weight: 600;
    padding-left: 12px;
}
.list_l_c{
    width: 268px;
    margin: 0 auto;
}
.list_l_c a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    text-indent: 14px;
}
.list_l_c a:last-child{
    border: none;
}
.list_l_c a:hover{
    background: #f2341a;
    color: #fff;
}
.list_l_c a.active{
    background: #f2341a;
    color: #fff;
}
.list_r{
    float: right;
    width: 904px;
    border: 1px solid #ddd;
    background: #fff;
	min-height:500px;
}
/*--面包屑--*/
.brd{
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    -moz-box-shadow: 0px 2px 5px #ccc; /* 老的 Firefox */
    box-shadow: 0px 2px 5px #ccc;
    color: #969696;
    margin-bottom: 15px;
}
.brd>a{
    color: #969696;
}
.brd > a:hover{
    color: #f2341a;
    text-decoration: underline;
}
.brd p{
    float: left;
    background: url("../images/home_icon.png") left center no-repeat;
    padding-left: 28px;
    margin-left: 12px;
}
.brd > i {
    float: left;
    background: url("../images/brd-jt.png") center no-repeat;
    display: inline-block;
    width: 24px;
    height: 40px;
}

.list_c_list > ul {
    font-size: 14px;
    padding: 10px 30px 10px 20px;
}
/*--分页--*/
.list_fy > ul{
    height: 30px;
    margin: 10px 18px  25px 30px;
}
.list_fy > ul li{
    float: left;
    border: 1px solid #ddd;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer;
}
.list_fy > ul li:hover{
    border: 1px solid #f2341a;
    color: #f2341a;
}
.list_fy > ul li.active{
    background: #f2341a;
    color: #fff;
    border: 1px solid #f2341a;
}
/*--详情页--*/
.news_con{
    width: 1200px;
    margin: 20px auto 0;
    float: none;
}
.news_tit{
    font-size: 22px;
    font-weight: bold;
    color: #323232;
    text-align: center;
    margin: 30px 0 20px;
}
.news_info{
    background: #f5f5f5;
    margin: 0 auto;
    width: 95%;
    height: 40px;
    line-height: 40px;
    color: #888888;
    text-align: center;
}
.news_info span{
    margin: 0 10px;
}
.detail_con{
    width: 95%;
    margin: 20px auto;
}
.detail_con p{
   
    margin-bottom: 12px;
}
.detail_con p.img {
    text-align: center;
}
.detail_con p img{
    max-width: 100%;
}
.detail_con table {
    width: 100%;
    border-collapse: collapse;
     border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
}
.detail_con table th,
.detail_con table td {
    border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    padding: 10px !important;
}
.next_prv {
    min-height: 60px;
}
.next_prv p{
    float: left;
    padding-left: 40px;
    width: 95%;
}
.next_prv a{
    float: left;
    display: inline-block;
    width: 750px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.next_prv a:hover{
    text-decoration: underline;
}
.next_prv span{
    float: left;
    color: #f2341a;
}
/*--报送统计--*/
.bs_box{
    width: 90%;
    margin: 10px auto;
}
.bs_box .bs_title{
    color: #f2341a;
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #f2341a;
    font-size: 16px;
    font-weight: 700;
    text-indent: none;
}
.bs_box ul li{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ddd;
    padding: 0 8px;
    font-weight: bold;
}
.bs_box ul li span{
    float: left;
}
.bs_box ul li i{
    float: right;
}
/*--领导之窗--*/
.list_c_list {
    overflow: hidden;
    
}
.list_c_list2 {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.dl_list {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px 15px;
    box-sizing: border-box;
}
.dl_list dt{
    width: 148px;
    height: 207px;
}
.dl_list dt img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dl_list dd{
    text-align: center;
    padding-top: 10px;
    min-height: 78px;
}
.dl_list dd span{
    display: block;
}
.dd_name{
    font-size: 16px;
}
.padd10{
    padding: 10px;
}
.ldzc_con{
    width: 640px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 10px;
}
.ldzc_con p {
    line-height: 38px;
}
.ldzc_tit {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.ldzc_tit:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    width: 80px;
    height: 2px;
    background: #f2341a;
}
/*--部长信箱--*/
.bzxx_fb img{
    width: 180px;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
}
.form_box{
    margin: 20px;
}
.form_box p{
    clear: both;
    min-height: 32px;
    margin-bottom: 12px;
    font-size: 14px;
}
.form_box span{
    display: block;
    float: left;
}
.form_box input{
    float: left;
}
.form_box .inputDiv {
    border: 1px #ddd solid;
    height: 28px;
    line-height: 28px;
    display: block;
    float: left;
    width: 206px;
}
.form_box .input{
    height: 28px;
    line-height: 28px;
    padding: 0px 3px;
    color: #555;
    background: #f7f7f7;
    display: block;
    width: 200px;
}
.form_box i{
    display: block;
    float: left;
    margin-left: 10px;
    color: #bf000f;
}
.form_box label{
    float: left;
    margin-right: 12px;
}
.form_texta{
    border: 1px #ddd solid;
    padding: 0px 3px;
    color: #555;
    background: #f7f7f7;
    display: block;
    float: left;
    width: 200px;
    margin-bottom: 10px;
}
.sub{
    font: 14px;
    height: 37px;
    line-height: 37px;
    width: 75px;
    color: #fff;
    background: #bf000f;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}
.sex{
    float: left;
    margin-top: 5px;
    margin-right: 2px;
}

/*--时间搜索--*/
.tim_sch{
    margin-bottom: 7px;
}
.search{
    float: right;
    height: 36px;
    line-height: 36px;
}
.time{
    float: left;
    line-height: 34px;

}
.search .sch_ip{
    display: block;
    float: left;
    width: 230px;
    background: #f5f5f5;
    line-height: 34px;
    padding-left: 10px;
    box-shadow: inset 2px 2px 3px #ccc;
}
.search .btn{
    display: block;
    float: left;
    width: 66px;
    height: 34px;
    line-height: 34px;
    background: #f2341a;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.lingdaobox {
    background: url('../images/lingdaobg.png') #fff9f2 right bottom no-repeat;
    background-size: 80%;
    border-color: #e5d2bc;
}
.lingdaobox .list_c_list {
    padding: 20px 0 0 0;
}
/*--飘窗--*/
.float_ad{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000000;
}
.float_ad img{
    width: 260px;
    height: 130px;
}
.close{
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #fff;
    padding:0px 6px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.guoqing {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.guoqing img {
    display: block;
}
.colorRed {
    border: 1px solid #f00 !important;
}