﻿@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, strong, table, th, tr, td, form, label, iframe, frame, input, button, textarea, select {
    margin: 0;
    padding: 0;
	box-sizing:border-box;
}
html, body {height:100%;}

i {font-style:normal;}
ul, li{
    list-style: none;
	margin:0;
	padding:0;
}


table, tr, th, td {
    border-collapse: collapse;
    border-spacing: 0;
}
input, button, select, textarea {
    outline: none;
    background-color: #fff;
    font-family: "宋体";
}
textarea {
    resize: none;
    overflow: auto;
}
img, a img {
    border: none;
    vertical-align: middle;
}
a, a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
a {transition:0.2s ease-in-out;}
html, body, iframe, frame {
    border: 0;
}
html{
    height: 100%;
}
body {
    height:100%;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.fc {
    margin: 0 auto;
}
.vertical-middle {
    vertical-align: middle;
}


.hidden {
    display: none;
}
.clear {
    clear: both;
}
.overflow {
    overflow: hidden;
}


.posR {
    position: relative;
}
.posA {
    position: absolute;
}
.posF {
    position: fixed;
}


.fb {
    font-weight: bold
}
.textL {
    text-align: left;
}
.textC {
    text-align: center;
}
.textR {
    text-align: right;
}
.text2em {
    text-indent: 2em
}
.word-hidden {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m0 {margin:0 !important;}
.m5 {margin:5px;}
.m15 {margin:15px;}
.mr5 {margin-right:5px;}
.ml5 {margin-left:5px;}
.mb5 {margin-bottom:5px;}
.mt5 {margin-top:5px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mb10 {margin-bottom:10px;}
.mt10 {margin-top:10px;}
.mr7 {margin-right:7px;}
.ml8 {margin-left:8px;}
.mr15 {margin-right:15px;}
.ml15 {margin-left:15px;}

.pl15 {padding-left:15px!important;}
.pr15 {padding-right:15px!important;}
.pb15 {padding-bottom:15px!important;}
.pt15 {padding-top:15px!important;}
.pl10 {padding-left:10px!important;}
.pr10 {padding-right:10px!important;}
.pb10 {padding-bottom:10px!important;}
.pt10 {padding-top:10px!important;}
.pl5 {padding-left:10px!important;}
.pr5 {padding-right:10px!important;}
.pb5 {padding-bottom:10px!important;}
.pt5 {padding-top:10px!important;}

.border {border:1px solid #ddd;}
.border1 {border:1px solid #ddd; border-bottom:none;}

.fs14 {font-size:14px!important;}
.fs16 {font-size:16px!important;}
.fs18 {font-size:18px!important;}
.fs20 {font-size:20px!important;}
.fs22 {font-size:22px!important;}
.fs24 {font-size:24px!important;}
.fs26 {font-size:26px!important;}
.fs28 {font-size:28px!important;}
.fs30 {font-size:30px!important;}
.fs100f {font-size:100%!important;}

.red {color:#f00!important;}
.color01 {color:#c49368!important;}
.color02 {color:#909090!important;}
.color03 {color:#fff!important;}

.item1 {width:100%;}
.item2 {width:50%;}
.item3 {width:33.33%;}
.item4 {width:25%;}
.item5 {width:20%;}

.hei100 {height:100%;}

.p10 {padding:10px;}
.bfff {background:#fff;}


.item-12{ width:100%;}
.item-11{ width:91.66%; float:left;}
.item-10{ width:83.33%; float:left;}
.item-9{ width:75%; float:left;}
.item-8{ width:66.66%; float:left;}
.item-7{ width:58.33%; float:left;}
.item-6{ width:50%; float:left;}
.item-5{ width:41.66%; float:left;}
.item-4{ width:33.33%; float:left;}
.item-3{ width:25%; float:left;}
.item-2{ width:16.66%; float:left;}
.item-1{ width:8.33%; float:left;}
.item-m-5{ width:20%; float:left;}

.wrap-clear:after{ content:''; display:block; clear:both;} 

.content-center { width: 940px; margin-left: 26px;}

/*---------*/
/*解决pre自动换行的问题
/*2019-5-28
/*by lihui
/*---------*/
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
}
* html pre {
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 white-space : normal ;       /* Internet Explorer 5.5+ */
}

.zfjg-wrap {padding: 20px 0; font-family: 微软雅黑;}
.zfjg-wrap * {box-sizing: border-box;}
.zfjg-wrap .title-wrap {height: 38px; text-align: center; line-height: 38px;}
.zfjg-wrap .title-wrap > a {padding: 0 40px; background: #b30000; color: #fff; font-size: 16px; margin: 0 10px; height: 38px; border-radius: 19px; display: inline-block; vertical-align: top;}
.zfjg-wrap .title-wrap > a:hover {background: #eb1919;}
.zfjg-wrap .list-wrap {width: 100%; padding: 25px 0; font-size: 0;}
.zfjg-wrap .list-wrap li {width: 33.33%; display: inline-block; vertical-align: top; height: 170px; padding: 8px;}
.zfjg-wrap .list-wrap li > a {width: 100%; height: 100%; background: #f5f5f5; display: block; border-radius: 4px; border: 1px solid #f5f5f5; padding: 10px;}
.zfjg-wrap .list-wrap li > a:hover {border: 1px solid #ddd; background: #fff; box-shadow: 0px 0px 8px #ddd;}
.zfjg-wrap .list-wrap li > a .tit {text-align: center; height: 60px; line-height: 60px;}
.zfjg-wrap .list-wrap li > a .tit p {line-height: 20px; font-size: 18px; color: #333; font-weight: bold; display: inline-block; vertical-align: middle; max-height: 40px; overflow: hidden;}
.zfjg-wrap .list-wrap li > a .cont {line-height: 23px; text-align: center; color: #999; font-size: 14px; max-height: 46px; overflow: hidden;}
.zfjg-wrap .list-wrap li > a .cont.f16 {font-size: 16px;}
.zfjg-wrap .list-wrap li > a .cont i {width: 21px; height: 15px; display: inline-block; vertical-align: middle; margin: 0 10px 4px 0; background: url(../Images/ico01.png);}
.zfjg-wrap .list-wrap li > a:hover .cont {color: #333;}



#footer{width:980px;height:150px;margin:8px auto 0;text-align:left;color:#333;line-height:20px; background:url("../../images/footer_bg.jpg") top left no-repeat;}
#footer a{color:#333;}
#footer .siteinfo{padding:15px 0 0 230px;width:800px;float:left;}
#bnav{border:1px solid #ccc;border-bottom:none;border-radius: 5px 5px 0 0;width:944px;height:220px;background:url("../../images/bnav_bg.jpg") left top repeat-x;margin:0 auto;}
.bnav_split{ background:url("../../images/bnav_spit.jpg") top center no-repeat;width:6px;}
.siteinfo{width: 750!important;}
/**¿é**/

.siteinfo{width:750px!important;}



.qbl-leaders-position{
	font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    float: left;
    width: 140px;
    height: 165px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    background-color: #8dc0db;
}

.qbl-leaders-inner-li{
 overflow: hidden;
 padding: 20px 10px;
}
.qbl-vabtMark {
    font-style: normal;
    *font-style: normal;
}
.provincial-leaders-inner li {overflow: hidden; padding: 20px 10px;}
.provincial-leaders-position {font-size: 18px; font-weight: 700; line-height: 40px; float: left; width: 175px; height: 40px; margin-right: 10px; text-align: center; color: #fff; background-color: #55aec9; }
.provincial-leaders-inner dl {float: left; overflow: hidden; /*width: 110px; height: 185px;*/ margin-left: 20px;}
.provincial-leaders-inner dl dt {/*width: 100px; height: 119px; */padding: 5px; background-color: #fbfbfb;}
.provincial-leaders-inner dl dt a{color: #000; text-decoration: none; font-family: SimSun,"宋体";}
.provincial-leaders-inner dl dt img {overflow: hidden; width: 140px!important; height: 165px!important;}
.provincial-leaders-inner dl dd {line-height: 36px; height: 36px; text-align: center;}
.provincial-leaders-inner dl dd a {font-size: 16px; line-height: 36px; height: 36px; text-align: center;}