﻿﻿/*通用样式*/
*{
	padding:0;
	margin:0;
	border:0;
	font-family:"Microsoft Yahei";
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
input{
	border:0;
	outline: none;
}
i{
   font-style:normal;
}
body{
	background: #fff;
}
input::-ms-clear{display:none;}

/*主体*/
.rsb_con{
	width: 1028px;
	margin: 0 auto;
	min-height: 700px;
	background: #f7f7f7;
	padding: 36px;
	margin-top: -340px;
}
.rsb_con_jsearch{
	background: url(rsb_xxgk_JsearchBg_v2020.png) no-repeat;
	width: 100%;
	min-height: 50px;
	margin: 0 auto;
	margin-top: 52px

}
.rsb_con_jsearch_con{
	margin: 0 auto;
	width: 618px;
	position: relative;
	background: url(rsb_xxgk_jsearchKuang_v2020.png) no-repeat;
	height: 50px
}
.rsb_con_jsearch_conK{
	/*width: 500px;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	height: 47px;
    line-height: 48px;
    font-size: 14px;
    width: 430px;
	margin: 1px 0 0 10px
}
.rsb_con_jsearch_conPic{
	background:#fff url(rsb_xxgk_jsearchPic_v2020.png) no-repeat;
	width: 45px;
	height: 34px;
	position: absolute;
	right: 114px;
    top: 7px;
    cursor: pointer;
    display: inline-block;
}
.rsb_con_jsearch_con span{
	position: absolute;
	top: 10px;
	right: 3px;
	color: #0166b5;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
	margin-right: 0px
}

.rsb_con_left{
	width: 240px;
	min-height: 400px;
	margin-top: 80px;
	float: left

}
.rsb_con_left>ul>li{
	width: 100%;
	min-height: 62px;
	float: left;
	border: 1px solid #e8e8e8;
	margin-bottom: 15px;
	font-size:23px;
	line-height: 28px;
	color: #0166b5;
	position: relative;
	cursor: pointer;
}
.rsb_con_left_gkzn a{
	color: #0166b5;
	display: block;
}
.rsb_con_left_gknb a{
	color: #0166b5;
	display: block;
}
.rsb_con_left_gknr a{
	color: #0166b5;
	display: block;
}
.rsb_con_left>ul>li p.active a {
	color: #ffffff;
}
.rsb_con_left>ul>li>p{
	/*width: 100%;*/
	min-height: 62px;

	width: 112px;
    padding-left: 88px;
    padding-top: 5px;
    padding-right: 40px
}

.rsb_con_left>ul>li>span{
	background: url(rsb_con_left_jia_v2020.png);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 24px;
	right: 13px;
	cursor: pointer;
}
.rsb_con_left_click a {
	display:block;
	width: 34px;
	height: 44px;
}
.rsb_con_leftLi1 .rsb_con_left_gkzn{
	background: #fff url(rsb_con_left_pic1_v2020.png) no-repeat 25px 14px;
}
.rsb_con_leftLi2 .rsb_con_left_gkzd{
	background: #fff url(rsb_con_left_pic2_v2020.png) no-repeat 25px 14px;

}
.rsb_con_leftLi3 .rsb_con_left_gknr{
	background: #fff url(rsb_con_left_pic3_v2020.png) no-repeat 25px 14px;
}
.rsb_con_leftLi4 .rsb_con_left_gknb{
	background: #fff url(rsb_con_left_pic4_v2020.png) no-repeat 25px 14px;
}
.rsb_con_leftLi5 .rsb_con_left_gksq{
	background: #fff url(rsb_con_left_pic5_v2020.png) no-repeat 25px 14px;
}
.displaynone{
	display: none
}



.rsb_con_left>ul>li>ul>li>p>a:hover{
	color: #0166b5
}

.rsb_con_left>ul>li>ul>li>p{

	height: auto;
	/*line-height: 30px;*/
	font-size: 16px;
	width: 100%


}
.rsb_con_left>ul>li>ul>li>p>a{
	color: #333333;
	display: inline-block;
	padding-left: 60px;
	width: 180px;
}
.rsb_con_left ul ul{
	width: 100%;
	background: #fff;
	padding: 0
}
/*下右半部分*/
.rsb_con_right{
	width: 710px;
	min-height: 400px;
	margin-top: 80px;
	float: right;
	background: #fff;
	padding: 26px 20px 26px 30px;

}
.rsb_con_rightUl {
	padding-right: 10px;
}
.rsb_con_right ul{
	height: 753px;
	overflow-y: auto;
}
.rsb_con_right ul li{
	line-height: 40px;
	clear: both;
	padding: 10px 0;
}
.rsb_con_right ul li a{
	color:#333;
	font-size: 16px;
	float: left;
	display: block;
	width: 600px;
}
.rsb_con_right ul li span{
	color:#999;
	display: inline-block;
	float: right;
}
.rsb_con_rightUl::-webkit-scrollbar {/*滚动条整体样式*/
            width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 10px;
}
.rsb_con_rightUl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 10px rgba(1,102,181);
    background: rgba(1,102,181);
}
.rsb_con_rightUl::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 10px rgba(243,243,243);
    border-radius: 0;
    background: rgba(243,243,243);
}
.rsb_con_leftLi2 .rsb_con_leftHover{
	/*background: #0166b5 ;*/
	background:#0166b5  url(rsb_con_left_pic1Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}
.rsb_con_left_clickHover{
	background: url(rsb_con_left_jian_v2020.png) !important;
}

/*.rsb_con_leftLi5Hover.active{
	background: url(rsb_con_left_pic5bgHover.png) no-repeat;
	color: #fff !important
}*/
.rsb_con_left ul li .rsb_con_left_gkzn.active{
	background: #0166b5 url(rsb_con_left_pic1Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}
.rsb_con_left ul li .rsb_con_left_gkzd.active{
	background: #0166b5 url(rsb_con_left_pic2Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}
.rsb_con_left ul li .rsb_con_left_gknr.active{
	background: #0166b5 url(rsb_con_left_pic3Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}
.rsb_con_left ul li .rsb_con_left_gknb.active{
	background: #0166b5 url(rsb_con_left_pic4Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}
.rsb_con_left ul li .rsb_con_left_gksq.active{
	background: #0166b5 url(rsb_con_left_pic5Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}
.rsb_con_left ul li ul li{
	background: url(rsb_con_left_blockBgHover_v2020.png) no-repeat 40px 13px;
}
.rsb_con_left .rsb_con_left_ul_li_hover{
	background: #e5eff7 url(rsb_con_left_blockBgHover_v2020.png) no-repeat 40px 13px;;
	color: #0166b5;
	font-weight: bold;
}
*+html .rsb_con_left ul li ul li{
        background: url(rsb_con_left_blockBgHover_v2020.png) no-repeat 40px 17px
}
/*公开指南页面*/
.rsb_con_right h1{
	font-size: 32px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #0166b5;
	padding-bottom: 20px;
}
.rsb_con_rightUlCon p{
	font-size: 16px;
	color:#333333;
	line-height: 30px;
}
.rsb_con_rightUlCon h3{
	margin:25px 0;
	font-size: 21px
}
/*公开申请-详情*/
.rsb_con_right_data {
    height: 62px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #f2f2f2;
}
.rsb_con_right_data span{
	padding: 0 20px;
    font-size: 16px;
}
.rsb_con_right_data span b{
	color: #333333;
	font-weight: 500;
	font-weight: normal;
    cursor: pointer;
}
.rsb_con_right_data span b.adc_4{color:#1F8BCB;}



/*鼠标经过显示和隐藏-开始*/
    .ycxs {position: relative;}
    .ycxs a{display:inline-block;line-height:20px;font-size:16px;}

    .box table .hui{font-family:"Microsoft YaHei";font-weight:bold;font-size:14px;padding:0 5px;text-align:center;}
    .ycxs div{background: #fff;border-left:1px solid #ccc;border-top:1px solid #ccc;display: none;position: absolute;left:40px; top:45px; z-index: 200;}
    .ycxs:hover div{display: block;}
        .box table .hui{background:#F3F3F3!important;min-width: 50px;width:67px;}
        .box table .space{font-family:'Times New Roman';}
        .box table td{background:#fff!important; border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-weight:normal; }
        .box table{/*width:708px;*/width:668px;}
        .box table td{font-size:14px;line-height:34px;text-align:left;padding-left:10px;}

/*table a:hover{
color:#0a6cbc;
 text-decoration:underline;
}*/

/*鼠标经过显示和隐藏-结束*/


/*信息公开添加样式*/

.rsb_con_right ul{
	height: auto;
}

.rsb_con_left>ul>li{
	width: 100%;
	min-height: 62px;
	float: left;
	border: 1px solid #e8e8e8;
	margin-bottom: 15px;
	font-size:23px;
	line-height: 28px;
	color: #0166b5;
	position: relative;
	cursor: pointer;
}

.rsb_con_leftLi0{
	border: none !important
}

.rsb_con_leftLi0 .rsb_con_left_block0{
    background: none !important;
}

.rsb_con_leftLi0 .rsb_con_left_zc{
	background: #fff url(rsb_con_left_pic0_v2020.png) no-repeat 25px 14px;
    line-height: 60px;
    border: 1px solid #e8e8e8;

}
.rsb_con_leftLi0 .rsb_con_left_zc a {
    color: #0166b5;
	display: block;
}
.rsb_con_leftLi0 .rsb_con_leftHover{
	/*background: #0166b5 ;*/
	background:#0166b5  url(rsb_con_left_pic0Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}
.rsb_con_leftLi0 .rsb_con_left_zc.active {
    background:#0166b5  url(rsb_con_left_pic0Hover_v2020.png) no-repeat 25px 14px;
	color: #fff
}

.rsb_con_leftLi0 .rsb_con_left_block0 li{
    margin-top: 14px;
}

.rsb_con_leftLi0 .rsb_con_left_block0 li p a {
    background-color: #e5e5e5;
    padding: 4px 0 4px 20px;
    width: 222px;
    display: block;
    /* position: relative; */
   overflow: hidden; 
}

.rsb_con_leftLi0 .rsb_con_left_block0 li p .active{
    color: #0166b5;
}
/* 规章库 */

.rsb_header_gzk {
    width: 100%;
    height: 700px;
    background: url('rsb_headerBg_gzk2021.png') no-repeat center top;
    /* position: relative; */
}

.rsb_header_gzk .logo {
    display: block;
    padding-top: 30px;
}

.effective{
    /* position: absolute; */
    width: 35%;
    margin: 152px auto 0 auto;
    color: #fff;
    text-align: center;
    font-size: 28px;
    filter:glow(color=#0166b5,strength=1);
    text-shadow: 1px 1px 1px #0166b5;
}



.gz_box_container .gz_list .title {
    float: left;
    width: 610px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.gz_box_container .gz_list .title a {
    float: none;
    width: 610px;
    font-family: 宋体;
}
.gz_box_container .gz_list .title p {
    font-size: 14px;
    line-height: 20px;
    color: #5d89b6;
    margin-top: 6px;
    width: 610px;
    font-family: 宋体;
    font-weight: normal;
}

.gz_box_container .gz_list .download {
    width: 190px;
    line-height: 44px;
}
.gz_list .download dl dd {
    float: left;
    width: 50%;
}
/*规章*/
@font-face {
    font-family: "SourceHanSerifCN";
    src: url("SourceHanSerifCN-Bold.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.gz_box_container{
    margin-top: 10px
}
.gz_box{
    background: #fff;
}
.gz_box .gz_title {
    height: 50px;
    border-bottom: 2px #0F5A9B solid;
    line-height: 50px;
}

.gz_box .gz_title ul{
    height: 50px;
    overflow: hidden;
}
.gz_title ul li {
    clear: none;
    float: left;
    font-size: 20px;
    font-family: SourceHanSerifCN;
}
.gz_title ul li:first-child {
    width: 110px;
    text-align: center;
}
.gz_title ul li:nth-child(2) {
    width: 378px;
    text-indent: 120px;
}
.gz_title ul li:nth-child(3) {
    width: 212px;
    float: right;
    text-align: center;
}
.gz_title .fr {
	width: 212px;
	text-align: center;
}
.gz_list {
    font-family: 宋体;
    font-weight: normal;
}
.gz_list ul li {
    clear: both;
    overflow: hidden;
    padding: 12px 0;
}
.gz_list ul li:nth-child(2n) {
    background: #EEEEEE;
}
.gz_list .num {
    float: left;
    width: 100px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-family: 宋体;
}
.gz_list .title {
    float: left;
    width: 400px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    font-family: 宋体;
}
.gz_list .title p {
    font-size: 14px;
    line-height: 20px;
    color: #5d89b6;
    margin-top: 6px;
    width: 410px;
    font-family: 宋体;
    font-weight: normal;
}

.gz_list .title a{
    float: none;
    width: 410px;
    font-family: 宋体;
}
.gz_list .title a:hover{
    color: #0166b5;
}
.gz_list .download {
    float: right;
    text-align: center;
    width: 190px;
    margin-top: 6px;
}
.gz_list .download a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    width: auto;
    font-family: 宋体;
}
.gz_wei {
    text-align: center;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
}
.gz_wei span {
    color: #2465A7;
}

.gz_wei input[type='radio'] {
    width: 18px;
    height: 19px;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background: url(gz_input2.png) left center no-repeat;
    margin-right: 10px;
    margin-bottom: 3px;
}

.gz_wei input[type=radio]:checked {
    border: none;
    background: url(gz_input1.png) no-repeat center;
}
.gz_xxyx {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 50px auto 0;
    color: #FFFFFF;
    background: url("gz_line.png") no-repeat 0 12px;
    width: 500px;
}

.padding25{
    padding: 25px;
}


/* 页码 */
.nypage {
	padding:36px 0 11px;
	text-align: center;
	font-size: 0;
	color: #333;
}

.nypage a {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	color: #333;
	margin: 0 2px;
	border: 1px solid #ddd;
	font-size: 14px;
    font-weight: normal;
    font-family: 宋体;
}

.nypage a.index, .nypage a.end {
	width: 48px;
}

.nypage a.next {
	width: 62px;
}

.nypage a.cur,.nypage a:hover {
	background: #2564A9;
	border: 1px solid #2564A9;
	color: #fff;
}

.nypage .pageGo {
    display: inline-block;
    *display: inline;
    /* height: 28px; */
    /* line-height: 41px; */
    font-size: 0;
    position:relative;
    top: 0px;
    *top: 5px;
    padding-left: 2px;
}

.nypage .pageGo span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	*line-height: 24px;
	font-size: 14px;
	float: left;
	*float: none;
	margin: 0 4px 0 10px;
    font-family: 宋体;
    font-weight: normal;
}

.nypage input {
	margin: 0 2px;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
	width: 40px;
	padding:0 2px;
	float: left;
	*float: none;
	background: transparent;
    font-family: 宋体;
    font-weight: normal;
}

.nypage #go {
	text-align: center;
	border: 1px solid #ddd;
	width: 44px;
	height: 30px;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	background: #FFFFFF;
    font-family: 宋体;
    font-weight: normal;
}
.nypage #go:hover {
	background: #2564A9;
	color: #FFFFFF;
}

.nypage #go{outline:none;}
.nypage #go:focus{outline:0;}



/* 细览页 */

.gz {
	background: #F1F1F1;
}
.gz_layout {
	width: 1100px;
	margin: 0 auto;
}
.gz_layout .gz_main {
	padding: 0;
	background: #FFFFFF;
}
.gz_layout .gz_main .gz_logo {
	padding-top: 120px;
	border-bottom: 5px #015293 solid;
	position: relative;
	padding-bottom: 35px;
}
.gz_layout .gz_main .gz_logo .gz_logo_txt {
	text-align: center;
	font-size: 40px;
	font-family: SourceHanSerifCN;
	color: #F10100;
	width: 580px;
	margin: 0 auto;
	line-height: 70px;
	overflow: hidden;
}
.gz_layout .gz_main .gz_logo .gz_logo_txt img {
	float: left;
	display: block;
	margin-right: 25px;
}
.gz_layout .gz_main .gz_logo .gz_logo_txt span {
	display: block;
	float: left;
    font-family: SourceHanSerifCN;
}
.gz_layout .gz_main .gz_logo .gz_down {
	position: absolute;
	right: 0;
	bottom: 12px;
}
.gz_layout .gz_main .gz_logo .gz_down a {
	display: block;
	width: 90px;
	height: 38px;
	line-height: 38px;
	margin-right: 12px;
	color: #666666;
	border: 1px #d2d2d2 solid;
	text-align: center;
	float: left;
	font-size: 14px;
}
.gz_layout .gz_content {
	clear: both;
	padding: 0 72px;
}
.gz_layout .gz_content h1 {
	font-size: 28px;
	font-family: 'SourceHanSerifCN';
	font-weight: normal;
	margin-top: 58px;
	text-align: center;
	line-height: 1.5;
}
.gz_layout .gz_content h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: fangsong;
	text-align: center;
	margin-top: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.gz_layout .gz_content_txt * {
	font-size: 21px;
	line-height: 38px;
	font-family: fangsong;
}
.gz_layout .gz_content_txt b {
	font-family: SimHei;
    font-weight: normal;
}
.gz_layout .gz_content_txt b * {
    font-family: SimHei;
    font-weight: normal;
}
.gz_layout .gz_content_txt strong {
	font-family: SimHei;
    font-weight: normal;
}
.gz_layout .gz_footer {
	border-top: 5px #015293 solid;
	padding: 40px 80px 40px 0;
	font-size: 28px;
	font-family: SourceHanSerifCN;
	text-align: right;
	margin-top: 70px;
	color: #01549A;
}


.gz_wei {
    text-align: center;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
}
.gz_wei span {
    color: #2465A7;
}

.gz_wei input[type='radio'] {
    width: 18px;
    height: 19px;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background: url(gz_input2.png) left center no-repeat;
    margin-right: 10px;
    margin-bottom: -3px;
    *margin-bottom: 0;
}

.gz_wei input[type=radio]:checked {
    border: none;
    background: url(gz_input1.png) no-repeat center;
}
.rsb_gz_list {
    width: 100%;
    background: #fff;
    padding: 0;
    border: 1px #e5e5e5 solid;
    display: none;
}

*+html .rsb_gz_list{
    margin-top: -6px;
}

.rsb_gz_list dl dd {
    background: url(rsb_con_left_blockBgHover_v2020.png) no-repeat 40px 13px;
}

/**+html .rsb_gz_list dl dd {
    background: url(rsb_con_left_blockBgHover_v2020.png) no-repeat 40px 17px;
}*/
.rsb_gz_list dl dd a {
    color: #333333;
    display: inline-block;
    padding-left: 60px;
    height: 30px;
    font-size: 15px;
    width: 100%;
}
.rsb_gz_list dl dd.active a {
    color: #0166b5;
    font-weight: bold;
}
.rsb_con_left_block0 p.active a {
    color: #0166b5!important;
}
.rsb_gz_more {
    float: right!important;
    display: block!important;
    margin-top: 9px!important;
    margin-right: 20px!important;
    background: url("rsb_gz_m1.gif") no-repeat!important;
    width: 11px!important;
    height: 11px!important;
    /* position: absolute; */
    /* right: 0; */
    /* top: 4px; */
}
.rsb_con_left_block0 p.active .rsb_gz_more {
    background: url("rsb_gz_m2.gif") no-repeat!important;
}

.fr{
    float: right;
}

.gz_title .last,
.dz_title .last{
    width:212px;
    float: right;
    text-align: center;
}