/**********************初始化**************************/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
}

a, ins {
    text-decoration: none;
}

a {
    color: #333;
}

a:hover {
    color: #a40800;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

/*html 5*/
header, nav, article, section, aside, footer {
    display: block;
}

/*公用部分*/
.clHeight32{
    width: 100%;
    height: 32px;
    clear: both;
    margin: 0 auto;
}
.row1152{
    width: 1152px;
    padding: 0 15px;
    background: #FFFFFF;
}
.row750{
    width: 750px;
}
.row280{
    width: 280px;
}
.row530{
    width: 330px;
}
.row553{
    width: 553px;
}
.row830{
    width: 830px;
}
.row277{
    width: 277px;
}
.row364{
	width: 550px;
}

/*第一种标题样式*/
.title{
    width: 100%;
    height: 45px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.title .font{
    padding: 0 15px;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-weight: normal;
    color: #676767;
}
.title .color{
    color: #c20a00;
    border-bottom: 2px solid #c20a00;
}
.title .font.active{
    color: #c20a00;
    border-bottom: 2px solid #c20a00;
    cursor: pointer;
}
.title .writeEmail{
    width: 103px;
    height: 24px;
    background: url(writeWmail.jpg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 5px;
    padding-left: 33px;
}
.title .writeEmail a{
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px;
}
.title .more{
    height: 45px;
    line-height: 45px;
    float: right;
    padding-right: 15px;
}
.title .more a{
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}
.title .more a:hover{
    color: #f00;
}

/*第二种标题样式*/
.title2{
    width: 100%;
    height: 45px;
    position: relative;
    border-bottom: 2px solid #c20a00;
}
.title2 .font{
    padding: 0 15px;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    color: #c20a00;
}
.title2 .prefix{
    width: 10px;
    height: 14px;
    float: left;
    margin: 16px 0 0 15px;
}
.title2 .prefix2{
    width: 25px;
    height: 25px;
    float: left;
    margin: 10px 0 0 15px;
}
.title2 .more{
    height: 45px;
    line-height: 45px;
    float: right;
    padding-right: 15px;
}
.title2 .more a{
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}
.title2 .more a:hover{
    color: #f00;
}

/*第三种标题样式*/
.title3{
    width: 100%;
    height: 45px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.title3 .font{
    padding: 0 15px;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    color: #676767;
}
.title3 .color{
    color: #c20a00;
    border-bottom: 2px solid #c20a00;
}
.title3 .font.active{
    color: #c20a00;
    border-bottom: 2px solid #c20a00;
    cursor: pointer;
}
.title3 .more{
    height: 45px;
    line-height: 45px;
    float: right;
    padding-right: 15px;
}
.title3 .more a{
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}
.title3 .more a:hover{
    color: #f00;
}

/*第四种标题样式*/
.title4{
    width: 100%;
    height: 30px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.title4 .font{
    padding: 0 15px;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #676767;
}
.title4 .color{
    color: #c20a00;
    background: #FFFFFF;
    border-top: 2px solid #c20a00;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.title4 .more{
    height: 30px;
    line-height: 30px;
    float: right;
    padding-right: 15px;
}
.title4 .more a{
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}
.title .more a:hover{
    color: #FF0000;
}

/*第五种标题样式*/
.title5{
    width: 100%;
    height: 40px;
    position: relative;
}
.title5 .prefix{
    width: 16px;
    height: 16px;
    float: left;
    margin: 12px 0 0 15px;
}
.title5 .font{
    padding: 0 15px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #676767;
}
.title5 .color{
    color: #c20a00;
}


.tab{
    width: 100%;
}

/*文字样式1*/
.wz{
    width: 100%;
    padding: 8px 23px 8px 2px;
}
.wz1{
    width: 100%;
    padding: 8px 5px 8px 2px;
}

/*文字样式2*/
.wz2{
    width: 100%;
    padding: 15px 10px;
}

/*边框样式1*/
.border1{
    border: 1px solid #e2e2e2;
}

/*宽100%的盒子*/
.box{
    width: 100%;
}

/*垂直分割线*/
.fgline{
    width: 9px;
    height: 100%;
    background: url(fgline.jpg) repeat-y;
    margin: 0 auto;
}

/*padding*/
.pd10{
    padding: 10px;
}

.ptop15{
    padding-top: 15px;
}
.pbot15{
    padding-bottom: 15px;
}
.ptop40{
    padding-top: 40px;
}

/*行高30的列表*/
.list30{
    width: 100%;
}
.list30 li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.list30 li .prefix{
    width: 3px;
    height: 3px;
    float: left;
    margin: 13px 10px 0 0;
    background: url(prefix1.jpg) no-repeat;
}
.list30 li a{
    float: left;
}
.list30 li .time{
    float: right;
    color: #666666;
}

/*广告样式1*/
.ad1{
    width: 100%;
    margin: 15px 0;
}

/*
主体开始*/
.bt-main{
    width: 1152px;
    margin: 0 auto;
}


/*文字链接样式*/
.wzlink{
    padding: 0 15px;
    margin-right: 15px;
    line-height: 40px;
    font-size: 13px;
    display: inline-block;
}
.wzlink:hover{
    background: #ab2029;
    color: #fff;
}
/*文字链接样式2*/
.wzlink2 li{
        float: left;
        height: 40px;
        line-height: 40px;
        width: 134px;
        padding-left: 45px;
        background: url(/jcms/jcms_files/jcms1/web1/site/picture/9/1702171134581299400.png) no-repeat 28px 16px;
    }
    .wzlink2 li a{
        font-size: 15px;
    }

/******************部门主页********************/

/*部门主页信息公开左侧列表*/
.gklb{
    width: 260px;
    height: 402px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    float: left;
}
.gklist{
    width: 815px;
    height: 402px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    float: right;
}

/**********************政务公开*****************/
.leader{
    width: 100%;
    padding: 9px 15px;
}
.leader-left{
    width: 166px;
}
.leader-left .branch{
    width: 100%;
}
.leader-left .branch h4{
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #bbbbbb;
    background-image: url(leaderH4_2.png);
    background-position: 4px 14px;
    background-repeat: no-repeat;
    line-height: 45px;
    font-size: 15px;
	text-align:center;
    cursor: pointer;
}
.leader-left .branch h4.on{
    background-image: url(leaderH4_1.jpg);
}
.leader-left .name{
    width: 100%;
    min-height: 136px;
    padding: 0 5px;
    margin: 0;
    display: none;
}
.leader-left .name li{
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin: 4px 0;
    text-align: center;
}
.leader-left .name li a{
    font-size: 13px;
}
.leader-left .name li a.on{
    color: #a50801;
}
.leader-right{
    width: 517px;
    display: none;
}
.leader-right:first-child{
    display: block;
}
.leader-right .branch-show{
    width: 100%;
    overflow: hidden;
    display: none;
}
.leader-right .branch-show img{
    width: 113px;
    height: 151px;
    float: left;
    margin: 12px 15px 0 4px;
}
.leader-right .branch-show .tit{
    font-size: 15px;
    display: block;
    font-weight: bold;
    line-height: 34px;
}
.leader-right .branch-show .content{
    font-size: 15px;
    display: block;
    text-indent: 2em;
    line-height: 34px;
}

/*重点领域标题*/
.title-zwgk1{
    width: 100%;
    height: 45px;
    position: relative;
    background: url(xw1.png) repeat-x 0 17px;
}
.title-zwgk1 .font{
    padding: 0 15px 0 40px;
    float: left;
    height: 45px;
    background: url(zdlytitle.jpg) no-repeat 5px 9px #fff;
    line-height: 45px;
    font-size: 17px;
    font-weight: normal;
    color: #676767;
}
.title-zwgk1 .color{
    color: #c20a00;
}
.title-zwgk1 .more{
    height: 45px;
    line-height: 45px;
    float: right;
    padding: 0 15px;
    background-color: #fff;
}
.title-zwgk1 .more a{
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}
.title-zwgk1 .more a:hover{
    color: #f00;
}

/* css 重置 */
	*{margin:0; padding:0; list-style:none; }
	body{ background:#fff; font:normal 12px/22px 宋体;  }
	img{ border:0;  }
	a{ text-decoration:none; color:#333;  }
	a:hover{ color:#C20A00;  }
	.js{width:90%; margin:10px auto 0 auto; }
	.js p{ padding:5px 0; font-weight:bold; overflow:hidden;  }
	.js p span{ float:right; }
	.js p span a{ color:#f00; text-decoration:underline;   }
	.js textarea{ height:50px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;  }

	/* 本例子css */
	.snBrand { position: relative; width:744px;  height: 283px;overflow: hidden;}
	.snBrand h2 { position: relative; height: 34px; line-height: 32px; border-bottom: 1px solid #737878; text-indent: 16px; font-size: 15px; color: #000; font-family: "Microsoft YaHei";  }
	.snBrand h2 a { position: absolute; right: 10px; top: 0; font-size: 12px; color: #666; font-weight: normal; font-family: "SimSun"; }
	.snBrand h2 a:hover { color: #c20a00; }
	.snBrand ol { float: left; width: 166px; height: 265px; font-size:15px; font-weight:bold; font-family:"微软雅黑" }
	.snBrand ol li { height: 30px; padding: 4px 0; line-height: 30px; text-align: left; overflow: hidden; margin-left:10px; margin-top:10px;}
	.snBrand ol li a{ margin-left:10px;cursor:pointer;}
	.snBrand ol li.on { background: #fff; border-right: #fff; }
	.snBrand ul { float:left;  top: 35px; width: 533px; height: 265px; padding: 0 5px; background: #fff; overflow: hidden;border-left: 1px dashed #ccc; }
	.snBrand ul li { width: 500px; height: 235px; margin: 0 auto; padding: 10px 0; text-align: center; }
	.snBrand ul li p { width: 500px; line-height: 20px; white-space: pre; overflow: hidden; }
	.snBrand ul li a { color: #333; }
	.snBrand ul li a:hover { color: #f60;}