@charset "utf-8";
/* BaseCSS */
/*
blue  rgb(45 102 165)
thin blue	rgb(230 245 255)
lght gray	rgb(242 242 242)
*/
html, body {
    width: 100%;
    height: 100%;

}

body, div, ul, ol, ul, li, ol, dl, dd, dt, form, span, p, textarea {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "microsoft yahei", '宋体';
    min-width: 1100px;
    background: url(http://www.ddk.gov.cn/images/zsj-bj.png) no-repeat center top;
	background-size: 100% auto;
}
body > div {
    margin-right: auto;
    margin-left: auto;

}

a{outline-style:none;color:#000;text-decoration:none}
a:hover{color:#025194;text-decoration:none;}

/* main */
.main_box{
	width: 1100px;

}

/* logo */
.xxgk-logo{
    height: 365px;
}
.zfxx_guohui{
    height: 165px;
}

#guohui{
	margin: 65px 0 0 90px;
	width: 70px;
}
#ddk {
	height:	35px;
    margin: 80px 0 20px 10px;
}

.zfxx_title {
    height: 200px;
    text-align:	center;
}
.zfxx_title img {
    height: 100px;
	margin: 50px 0 0 0;
}

/* content */
.xxgk_con_main{
    position: relative;
    width: 1100px;
    background-color: #f7f7f7;
    float: left;
}
.xxgk_con{
    position: relative;
    width: 1028px;
    margin: 0 auto;
}

	/* search */
.xxgk_search{
	position: relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
	float: left;
}
.xxgk_search input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 10px;
    text-indent: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: .16rem;
}
.xxgk_key{
    width: 510px;
    border: 2px solid #1764ce;
    height: 50px;
    border-radius: 9px;
    background-color: white;
    margin: 86px 0 0 18px;
    box-sizing: border-box;
    position: relative;
	float: left;
}
.xxgk_key img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    margin-top: -.15rem;
    width: .36rem;
}
#search_left{
	width:240px;
	border-bottom: 2px solid #d4d6d7;
    position: relative;
	float: left;
	margin: 109px 0 0 0; 
}
#search_right{
    width: 240px;
    border-bottom: 2px solid #d4d6d7;
    float: left;
    margin: 109px 0 0 18px;
	}
#search_textfield{
	width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 10px;
    text-indent: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: .16rem;
}
#search_png{
	margin: -18px 10px 0 0;
    width: 35px;
}

	/* leftcontent */
.xxgk_leftcon{
    position: relative;
    float: left;
    margin: 0 0 0 0;	
	background-color: white;
	}

.xxgk_zhuanlan{
	height:70px;
	background-color:white;
}
.xxgk_zhuanlan2{
	height:70px;

}
.xxgk_zhuanlan a{
    float: left;

	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
.xxgk_zhuanlan i{
    font-style: normal;
    display: block;
    float: left;
    font-size: 23px;
    width: 100px;
    color: #2776cd;
    margin: 5px 0 5px 20px;
    font-weight: 400;

	} 
.xxgk_zhuanlan img{
	width:40px;
	margin: 16px 0 0 16px;
    float: left;
	}

.left_nav_ul li{
	border-bottom: 15px solid #f7f7f7;
}

.zn0{
    background-color: rgb(45 102 165);

}

	/* left_nav_tab */
.xxgk_zhuanlan_name{
	position: relative;
	width:240px;
	height:70px;
}
.xxgk_zhuanlan_name2{
	position: relative;
	width:240px;
	height:70px;
	background-color:rgb(45 102 165);
}


.mask2{
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(45 102 165);
	opacity: 0;
	width:70px;
	height:70px;
}
.mask2 a,
#cur_name
{
	color:white;
}
.mask3 {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(45 102 165);
    opacity: 0;

    height: 70px;
    font-size: 23px;
    margin-left: 70px;
    font-style: normal;
    display: block;
    float: left;
    color: white;
    width: 170px;
}
.mask3 a{
	width: 240px;
	height: 70px;
}
.mask3 i{
	color:white;
    list-style: none;
	width: 100px;
	height: 70px;
}

.xxgk_zhuanlan_name span:hover .mask2,
.xxgk_zhuanlan_name span:hover .mask3{
	opacity:1;
}
.xxgk_zhuanlan_name2 span:hover .mask2,
.xxgk_zhuanlan_name2 span:hover .mask3{
	opacity:1;
}

/* left_fadinggongkai */
.tree_root {
	height: auto;
}
.tree_root li{
	border-bottom: solid 1px #f5f5f5;
    margin-top: 5px;
	height: 32px;
}

.tree_lev1 {
	font-size: 16px;
    padding-left: 20px;
}

.tree_lev2 {
	font-size: 15px;
    padding-left: 40px;	
}
.tree_lev3 {
	font-size: 14px;
	padding-left: 60px;	
}
.tree_lev4 {
	font-size: 13px;
	padding-left: 80px;	
}
/* 
.tree_root a{
	color: #1764ce;
}
.tree_sp1 {
	color: #1764ce;
}
.tree_sp2 {
	color: #333;
}
*/
	/* rightcontent */
.xxgk_rightcon{
    position: relative;
    float: left;
	width:	770px;
	/*height: 1085px;  */
	background-color: white;
	margin: 0 0 10 18px;
}
.xxgk_title {
    height: 40px;
	margin-left: 16px;
	border-bottom: 3px solid rgb(242 242 242);
}
.xxgk_title_name {
	float: left;
    padding: 0 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(45 102 165);
    text-align: center;
    margin-left: 0px;
}
.xxgk_title_name a{
    color: white;
}

.dep_list {
	padding-left: 32px;
    margin-top: 15px;
	
}

.dep_name li{
	font-size: 16px;
    margin-left: 10px;
	display: inline-block;
    position: relative;
    width: 30%;
	height: 40px;
	}
.dep_name a{
	font-size: 16px;
	background: url(http://www.ddk.gov.cn/images/m2-icon1.png) left center no-repeat;
    padding-left: 16px;
	height: 40px;
	/* display: inline-block;
	width: 24%; */
}

.zhidu_list li{
	padding-left: 32px;
    margin: 15px 0 15px 0;
font-size: 16px;
}

.list_more {
	height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.more{
    line-height: 30px;
    font-size: 16px;
    /* font-weight: bold; */
    text-align: center;
    height: 30px;
    width: 100px;
    background-color: rgb(242 242 242);
    margin-left: 380px;
}

	/* right_gongkaizhinan */
.xxgk_gkzn{
    position: relative;
    float: left;
	max-height: 1085px;
	background-color: white;
	margin: 0 0 10 18px;
}
.zhinan_content {
	max-height: 1020px;
    overflow-y: auto;
    overflow-x: hidden;
	padding-left: 20px;
    padding-right: 20px;
}
.zhinan_content::-webkit-scrollbar {
	width: 10px;
	height:1020px;
}
.zhinan_content::-webkit-scrollbar-thumb {
	height: 80px;
	background-color: rgb(45 102 165);
}

	/* right_fadinggongkai */
.fading_title {
	border-bottom: 1px solid rgb(242 242 242);
}
.fading_title  span {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    font-weight: bolder;
}
.fd_jigou {
	padding-left: 35px;
}
.fd_biaoti {
	padding-left: 200px;
}
.fd_riqi {
	padding-left: 280px;
}
.fading_list {
    margin-bottom: 20px;
}
.fading_list li {
	height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgb(242 242 242);
	font-size: 16px;
}
.list_num {
    width: 160px;
    margin-left: 10px;
	display: inline-block;
	position: absolute;
}
.fading_list a {
    display: inline-block;
    font-size: 16px;
    width: 400px;
    margin-left: 180px;
	position: absolute;
}
.list_date {
    width: 100px;
    text-align: right;
    margin-left: 620px;
	position: absolute;
}


