@charset "utf-8";
/* CSS Document */
body{
    background-color: #FFFFFF;
    background-image: url("../images/bg_xxgk_banner.png");
    background-repeat: no-repeat;
    background-position: top;
}

/*公共样式*/
.auto { margin:0 auto;}
.w1100 { width:1100px;}
.w1028 { width:1028px;}
.w1150 {width:1150px;}
.mh1303 {min-height: 1303px;}
.h1085 {height: 1085px;}
.h1400 {height: 1400px;}
.h1550 {height: 1550px;}
.mh1085 {min-height: 1085px;}
.mh1400 {min-height: 1400px;}
.h940 {height: 940px;}
.h900 {height: 900px;}
.h735 {height: 735px;}
.mh735 {min-height: 735px;}
.h670 {height: 670px;}
.fz12 { font-size:12px;}

.color33 { color:#333;}

.mr18{margin-right: 18px;}
.mt25{margin-top: 25px;}
.mb30{margin-bottom: 30px;}
.pt32{padding-top: 32px;}
.pb38{padding-bottom: 38px;}
.pb10{padding-bottom: 10px;}
.normal { font-weight:normal;}
.bold { font-weight:bold;}
.block { display:block;}
.ml20{margin-left: 20px;}
.mt30{margin-top: 30px;}

.cl { clear:both;}
/*公共样式结束*/

.main{
	width:100%;
	width:expression(document.body.clientWidth <= 1100? "1100px": "auto");
    /*min-width:1100px;*/width:1280px;margin:0 auto;
}
.header{width:100%;}
/*logo*/
.header_top{/*width:1100px;*/ margin:0 auto; padding-top:47px; /*height:74px;*/overflow:hidden;}
.header_left .logo{
    display: block;
    float: left;
    width: 614px;
    height: 100px;
    background: url(../images/kjb_logo.png) no-repeat 0px center;
}
.title_zfxxgk{
    margin: 25px auto 0 auto;
    text-align: center;
    height: 93px;
    padding-top: 7px;
}
.floor_content{margin-top: 50px; /*width: 1100px;*/width:auto; background:#fdfdfd url("../images/bg_xxgk_content.png") repeat-x top; padding-bottom: 50px;}
.floor_content .floor_content_search{height: 218px;background-image: url("../images/double_line.png");background-position: center;background-repeat: no-repeat;}
/*高级搜索*/
.advancedSearch{
    margin: 0 auto;
    width: 512px;
    height: 53px;
    padding: 82px 254px 0px 254px;
    box-sizing: content-box;
}
.advancedSearch_text{
    background: url(../images/search_border.png) 0 0 no-repeat;
}
.advancedSearchInput{
    border: none;
    width: 435px;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    font-family: "microsoft yahei";
    font-size: 20px;
    color: #000;
    margin: 3px 0 3px 14px;
}
.advancedSearchSubmit{
    padding: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: url(../images/search_btn.png) 0 0 no-repeat;
    border: none;
    margin: 8px 15px 9px 7px;
}
.advancedSearchSubmit:hover{
    cursor: pointer;
}
.advancedSearchSubmit:focus{
    outline: none;
}
.floor_content_details{}
.floor_content_details .leftPart{width: 240px;}
.floor_content_details .rightPart{
    background-color: #ffffff;
    position:relative;
    padding: 0;
    /*width: 770px;*/
    overflow: hidden;
    -webkit-box-shadow:0 0 5px #e5e3e3;  
    -moz-box-shadow:0 0 5px #e5e3e3;  
    box-shadow:0 0 5px #e5e3e3;  
}
.floor_content_details .leftPart .menu_one-level{
    display: block;
    /* float: left; */
    width: 110px;
    height: 60px;
    background-color: #ffffff;
    margin-bottom: 15px;
    font-size: 23px;
    color: #2d66a5;
    padding-left: 90px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    line-height: 30px;
    letter-spacing: 2px;
    position: relative;
    box-sizing: content-box;
}
.floor_content_details .leftPart .menu_two-level{
    width: 238px;display: none;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* float: left; */
    height: auto;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    background: #fff;
}

.menu_one-level.active+.menu_two-level{
    display: block;
}

.floor_content_details .leftPart .menu_two-level>ul{
    margin: 15px 0;
}
.floor_content_details .leftPart .menu_two-level>ul>li{
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    color: #2d66a5;
    /*width: 185px;*/
    padding-left: 65px;
    background-image: url("../images/icon_point.png");
    background-repeat: no-repeat;
    background-position: 40px top;
}
.floor_content_details .leftPart .menu_two-level>ul>li:hover,.floor_content_details .leftPart .menu_two-level ul .active{
    background-color: #e6f5ff;
    background-position: 40px bottom;
}
.floor_content_details .leftPart .menu_two-level>ul>li>a{
    color: #4d4d4d;
    font-size: 15px;
    line-height: 32px;
}
.floor_content_details .leftPart .menu_two-level>li:hover>a{
    color: #2d66a5;
}
#zc_two-level{
	margin-top: -15px;
    padding: 15px 0;
    border: 0;
    width: 240px;
}
#zc_two-level li{
    line-height: 36px;
	font-size:16px;
	color:#2e65a6;
    text-align: left;
    /*width: 219px;*/
    padding-left: 21px;
	background-color:#e5e5e5;
}
#zc_two-level li>a{
	font-size:16px;
	color:#4d4d4d;
}
#zc_two-level .active>a{
	/*font-size:16px;*/
	color:#2e65a6;
}
.floor_content_details .leftPart .menu_one-level>span{
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 40px;
}
.floor_content_details .leftPart .menu_one-level #span_zc{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 40px;
}
.floor_content_details .leftPart .zc{
    background-image: url("../images/icon_zc.png");
    background-repeat: no-repeat;
    background-position: 20px top;
	line-height: 60px;
}
.floor_content_details .leftPart .gkzn{
    background-image: url("../images/icon_gkzn.png");
    background-repeat: no-repeat;
    background-position: 20px top;
        
}
.floor_content_details .leftPart .gkzd{
    background-image: url("../images/icon_gkzd.png");
    background-repeat: no-repeat;
    background-position: 20px top;
}
.floor_content_details .leftPart .gknr{
    background-image: url("../images/icon_gknr.png");
    background-repeat: no-repeat;
    background-position: 20px top;
}
.floor_content_details .leftPart .gknb{
    background-image: url("../images/icon_gknb.png");
    background-repeat: no-repeat;
    background-position: 20px top;
}
.floor_content_details .leftPart .ysqgk{
    line-height: 60px;
    width: 130px;
    padding-right: 20px;
    background-image: url("../images/icon_ysqgk.png");
    background-repeat: no-repeat;
    background-position: 20px top;
}
.floor_content_details .leftPart .menu_one-level>:hover,.floor_content_details .leftPart .active{
    background-position: 20px bottom;
    color: #ffffff;
    background-color: #2d66a5;
}
.floor_content_details .rightPart .title{display: block; font-size: 32px;font-weight: bold;color: #2d66a5;text-align: center;line-height: 52px; /*width: 720px;*/   margin-left: 25px; margin-right: 25px;}
.floor_content_details .rightPart .content_property{
    font-size: 15px;
    color: #4d4d4d;
    border-bottom: 2px #f2f2f2 solid;
    text-align: center;
    width: 700px;
    margin: 0 auto 25px auto;
    padding-bottom: 25px;
}
.floor_content_details .rightPart .content_info{
    /*width   : 720px;*/
    margin-left: 25px;
    margin-right: 25px;
    border  : none;
}
.floor_content_details .rightPart .content_info *{font-size:18px !important;line-height:2;}
.floor_content_details .rightPart p{/*font-size: 16px;line-height: 30px;*/color: #4d4d4d;margin-bottom: 15px;}
.floor_content_details .rightPart .subject1{font-size: 21px;font-weight: bold;color: #4d4d4d;line-height: 21px;margin: 30px 0;}
.floor_content_details .rightPart .subject2{font-size: 18px;font-weight: bold;color: #4d4d4d;line-height: 18px;margin: 30px 0;}
.list_common_outer{padding:25px 40px;}
.list_common{/*width: 685px;*/margin: 0 auto;font-size:18px;overflow:hidden;padding: 0 15px;}
.list_common li {
    /*float: left;*/
    padding: 0 5px;
    line-height: 42px;
    height: 42px;overflow:hidden;
}

.list_common li a {
    display: block;
    /*float: left;*/
    color: #4b4b4b;
    /*width: 560px;*/font-size:18px;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_common li a:hover {
  color: #2d66a5;
}
.list_common li span {
    float: right;font-size:16px;margin-left:20px;
    /*width: 95px;*/
    /*padding-left: 5px;*/
    color: #999;
    text-align: center;
}
.list_common li.more {
  text-align: right;
}
.title_fdgk{overflow:hidden;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #2d66a5;
}
.title_fdgk>span{
    display: block;
    float: left;
    background-color: #2d66a5;
    line-height: 35px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
.more_outer{text-align:center;}
.more{
    display: inline-block;
    /*float: left;*/
    min-width: 100px;
    height: 30px;line-height: 30px;font-size:16px;
    color: #4d4d4d;
    background-color: #e6e6e6;
    /*margin-top: 15px;
    margin-left: 330px;
    margin-bottom: 35px;*/
    margin: 15px auto 35px;padding:0 15px;
}
.menu_two-level .xxgkLBtnLi {
    display: table-cell;
    width: 119px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    height: 30px;
    background-color: #e6e6e6;
    cursor: pointer;
}

.menu_two-level .xxgkLBtnLi.active{
    border-bottom: 0;
    color: #2e6b97;
    background-color: #d8e3eb;
}

.toolbar{
    display: inline-block;
    float: right;
    padding-left: 20px;
    text-decoration: none;
    color: #cfcfcf;
    height: 40px;
    line-height: 40px;
}
.toolbar:hover{
	color:#FFF;
}
.toolbar:before{
	position: relative;
	top: 6px;
	padding: 8px;width: 24px; height: 24px;
	content: url(../images/light_gray.png);
}
.toolbar:hover:before{
	content: url(../images/light_on.png);
}

.close-btn{
    display: none;
}