﻿/*通用样式*/
*{
	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;
}
.rsb_con_left_gknb a{
	color: #0166b5;
}
.rsb_con_left_gknr a{
	color: #0166b5;
}
.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_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: 30px;
	/*line-height: 30px;*/
	font-size: 15px;
	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: 15px 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;
}
/*公开指南页面*/
.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 {}
    .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;
}*/

/*鼠标经过显示和隐藏-结束*/