﻿/************** 头部 Start ***************/
#header {
	height: 157px;
	background: url(../jl_img/header-bg.jpg) top center no-repeat;
	z-index: 100;
}
.wrap{
	width: 1000px;
	margin: 0 auto; 
}
.logo{
	margin-top: 30px;
}

/*************** 头部 End ***************/
em{color: #ccc;}
/*************** 导航 Start ***************/
#nav-box {
	height: 47px;
	background: url(../jl_img/nav-bg.png) repeat-x;
	z-index: 100;
}
.nav_center{
	width: 1000px;
	margin: 0px auto;
	position: relative;
	z-index: 100;
	height: 45px;
	background: url(../jl_img/nav-line.png) no-repeat left top;
}

/*党建导航*/  
#party-nav-box{
	background: url(../jl_img/party-nav-bg.png) repeat-x;
	height: 47px;
} 
.nav_center{
	
}

ul#navigation{
	width: 1000px;
	margin: 0px auto;
	position: relative;
	z-index: 100;
	height: 45px;
}
ul#navigation li {
	position: relative;
	z-index: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	background: url(../jl_img/nav-line.png) no-repeat right top;
}
ul#navigation li a {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	display: inline-block;
	width: 140px;
	padding: 12px 0;
}
/*ul#navigation li a:hover,
ul#navigation li .first {
	background: url(../jl_img/nav-bg-hover.png) no-repeat;
}*/
ul#navigation > li:hover > a ,
ul#navigation > li .first{
	background: url(../jl_img/nav-bg-hover.png) no-repeat;
}
/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	*display: block;
}
ul#navigation ul {
    position: absolute;
	box-shadow: 1px 1px 3px #ccc;
	display:none;
}
ul#navigation ul {
    top: 45px;
    left: 0px;
}
ul#navigation ul li ul {
    top: 0;
    left: 140px;
}
/*二级菜单*/
ul#navigation ul li {
	font-size: 12px;
	border-bottom: 1px solid #afafaf;
}
ul#navigation ul li a {
	background: #969696;
	padding: 8px 0px;
}
ul#navigation ul li:hover > a {
	background: #ec0b39;
}
/*一级li边框背景*/
ul#navigation li.last {
	width: 2px;
	height: 45px;
	background: url(../jl_img/nav-line.png) no-repeat;
}
/*************** 导航 End ***************/






/*************** 搜索 Start ***************/
#search-box {
	height: 48px;
	background: url(../jl_img/ass-nav-bg.gif) repeat-x;
	position: relative;
	z-index: 0;
}
#search-box .welcome {
	float: left;
}
#search-box .welcome p {
	line-height: 48px;
	color: #999;
}
#search-box .search {
	float: right;
	margin-top: 13px;
	width: 198px;
	height: 20px;
	border: 1px solid #e8e7e8;
	color: #999;
}
#search-box .search input.search-key {
	width: 173px;
	height: 20px;
	padding-left: 5px;
}
#search-box .search input.search-but {
	width: 20px;
	height: 20px;
	background: url(../jl_img/search-btn-bg.png) no-repeat 50% 50% #fff;
	cursor: pointer;
}
/*************** 搜索 End ***************/





/*************** 内容 Start ***************/
#main-box {
	width: 1000px;
	margin: 20px auto 0;
	display: block;
	position: relative;
	z-index: 0;
}
/*************** 内容 End ***************/





/*************** 尾部 Start ***************/
/*联系方式、友情链接*/
#footer-link {
	margin-top: 180px;
	height: 100px;
	background: #e8e8e8;
}
#footer-link .footer-link-box {
	margin: 0 auto;
	width: 1000px;
	padding-top: 20px;
}
#footer-link .footer-link-box ul.link-contact {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
#link-tab {
	float: right;
	width: 385px;
	height: 70px;
	background: url(../jl_img/link-bg.png) no-repeat 0 2px;
	padding-left: 30px;
}
#link-tab .link-tab-tit{
	width: 385px;
	height: 30px;
	position: relative;
}
#link-tab .link-tab-tit ul{
	position: absolute;
	left: 0;
	top: 0px;
}
#link-tab .link-tab-tit ul li{
	float: left;
}
#link-tab .link-tab-tit ul li a{
	color: #333;
	font-size: 14px;
	padding-right: 15px;
	display: inline-block;
}
#link-tab .link-tab-tit ul li:hover,
#link-tab .link-tab-tit ul li a.link-tab-tit-hover {
	font-weight: bold;
}

#link-tab .link-tab-box{
	width: 385px;
	height: 30px;
}
#link-tab .link-tab-box select {
	width: 295px;
	height: 30px;
	background: #d1d1d1;
	border: 0;
	padding-left: 5px;
	line-height: 30px;
}
#link-tab .link-tab-box input {
	width: 80px;
	height: 30px;
	background: #666;
	color: #fff;
	margin-left: 10px;
}
#link-tab .link-tab-box .link-tab-hidden {
	display: none;
}
/*底部版权*/
#footer-all {
	height: 80px;
	background: #303030;
}
#footer-all .footer-all-box{
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	padding-top: 20px;
	position: relative;
}
#footer-all .footer-all-box p{
	height: 20px;
	line-height: 20px;
	color: #c8c8c8;
	display: inline-block;
	text-align: center;
}
#footer-all .footer-all-box img{
	vertical-align: top;
}
#footer-all .footer-all-box a{
	color: #c1c1c1;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#footer-all .footer-all-box a:hover{
	color: #47bbff;
}
/*************** 尾部 End ***************/

/*************左侧导航Start*********************/
.party_nav{
	width: 280px;
	position: relative;
}
.party_nav > a {
	width: 220px;
	height: 64px;
	padding: 36px 0 0 60px;
	color: #fff;
	font-size: 22px;
	display: block;
	background: url(../jl_img/module-menu-top.png) no-repeat;
}
.party_nav > a em{
	line-height: 26px;
	font-size: 16px;
	color: #ff6e6e;
}

.party_nav ul {
	padding: 69px 30px 0 30px;	
}
.party_nav ul li{
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
	padding: 10px 16px;
}
.party_nav ul li:hover,.party_nav ul li.party_nav_bg{
	/*background: url(../jl_img/module-menu-selected.png) no-repeat;*/
	background-color: #777;
	border-right: 10px solid #ec0b39;
	
    border-radius: 5px;           /* W3C syntax */
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
}
.party_nav ul li.party_nav_bg a,.party_nav ul li.party_nav_bg a em{
	color: #fff;
}
.party_nav ul li:hover a,.party_nav ul li:hover em{
	color: #fff;
}
.party_nav ul li a{
	width: 170px;
	display: inline-block;
	font-size: 16px;	
}
.party_nav ul li a em{
	font-size: 12px;
	padding-left: 8px;
	color: #ccc;
	font-style:  italic;
}

.party_nav_dj >a{
	background: url(../jl_img/party_grass_nav_head.gif) no-repeat;
}
.party_nav_dj >a em{
	color: #cb5050;
}
.party_nav_dj ul li:hover,.party_nav_dj ul li.party_nav_bg{
	background: url(../jl_img/party_nav_lis.png) no-repeat;
}
.party_nav ul li a{
	color: #b80000;
}
.party_nav ul li a em{
	color: #ccc;
}
/****************左侧导航End******************/

/****************右侧内容框架 当前位置********************/


.party_content{
	margin-left: 10px;
	width: 710px;
}
.location{
	text-align: right;
	height: 38px;
	line-height: 38px;
}
.location_icon img{
	vertical-align:middle;
}
.location a{ 
	vertical-align:middle;
	display: inline-block;
	padding:0 14px; 
}
.location a.padnone{
	padding: 0;
}

.party_policy{
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	min-height: 962px;
	position: relative;
	z-index: 0;
}
.party_policy .title_name{
	margin-top: 14px;
	line-height: 28px;
	height: 28px;
}

.party_policy > .title_name ul li a{
	font-size: 16px;
	color: #ec0b39;
	padding:  0 14px;
	font-weight: bold;
}
/****************右侧内容框架 当前位置End********************/
/*************************右侧列表Start********************/
.party_policy_list{
	padding: 24px 10px; 
}
.party_policy_list p{
	border-bottom: 1px dotted #ccc;
	height: 44px;
	line-height: 44px;
	padding-left: 44px;
	font-size: 14px;
	background:url(../jl_img/icon_1.gif) no-repeat 20px center;
}
.party_policy_news p{
	background:url(../jl_img/icon_2.gif) no-repeat 20px center;
}
.party_policy_list p a{
	overflow: hidden;
	display: block;
	float: left;
}
.party_policy_list p span{
	float: right;
}
.party_policy_list p span a{
	display: inline-block;
	padding-right: 10px;
	color: #41a300;
}
.party_policy_list p span a:first-child{
	color: #41a300;
}
.party_policy_list p span a:last-child{
	color: #ff3f20;
}
.party_policy_list p em{
	color: #ccc;
	padding-left: 25px;
	float: left; 
}

.party_policy_list_title{
	height: 34px;
	line-height: 34px;
	background: url(../jl_img/icon_17.gif) no-repeat left center;
}
.party_policy_list_title span{
	float: left;
	display: inline-block;
	color: #000;
	font-size: 14px;
	margin-left: 18px;
}
.party_policy_list_title a{
	background: url(../jl_img/more-img.gif) no-repeat;
	width: 35px;
	height: 5px;
	display: inline-block;
	margin: 16px 5px 0 0;
	float: right;
}
.party_policy_list_text{
	background-color: #fafafa;
	margin-bottom: 30px;
	padding: 8px 12px 12px;
}
.party_policy_list_text p{
	padding-left: 30px;
	font-size: 14px;
	background:url(../jl_img/icon_1.gif) no-repeat 10px center;
}
/***********************右侧列表End***************************/
/***********************右侧文本Start***************************/
.party_policy_text{
	padding: 34px 10px; 
	text-align: center;
	color:#333;
}
.party_policy_text h1{
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
}
.party_policy_text > em{
	line-height: 42px;
	margin-bottom: 9px;
	color: #ccc;
}
.party_policy_text p{
	line-height: 28px;
	font-size: 14px;
	text-align: justify; 
	text-indent: 2em;
}
.inquire{
	border: none;
	background:none;
	width: 60px;
	height: 24px;
	background: url(../jl_img/detect_but.gif) no-repeat;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
}
.inquire_ed{
	display: inline-block;
	width: 60px;
	height: 24px;
	background: url(../jl_img/detect_but.gif) no-repeat;
	color: #fff;
	cursor: pointer;
	line-height: 24px;
}
/***********************右侧文本End**************************/
/*************右侧尾部边距****************/
.foot_pad_40{
	padding-bottom: 40px;
}
.foot_pad_295{
	padding-bottom: 295px;
}
.foot_pad_295{
	padding-bottom: 143px;
}
/*****title*******/
.new_title{
	background: url(../jl_img/icon_8.gif) no-repeat;
	padding: 0 0 0 50px ;
	height: 38px;
	line-height: 38px;
	color: #868686;
	font-size: 16px;
	margin-bottom: 20px;
}
.new_title a{
	float: right;
	background: url(../jl_img/more-img.gif) no-repeat;
	width: 35px;
	height: 5px;
	display: block;
	margin: 17px 2px 0 0;
}
/*********************/
.title_name{ 
	border-bottom: 2px solid #e0e0e0;
	height: 24px;
	text-align: right;
	position: relative;
	line-height: 24px;
	margin-top:10px; 
}
.title_name ul{
	position: absolute;
	left: 0;
	top:0px;
}
.title_name ul li{
	float: left;
	background: #fff;
}
.title_name ul li a{
	color: #444;
	font-size: 14px;
	padding: 0 5px;
	border-bottom: 2px solid #e1e1e1;
	display: inline-block;
}
.title_name ul li a:hover,.title_name ul li a.title_hover{
	border-bottom: 2px solid #ec0b39;
}
.title_name > a.more{
	background:url("../jl_img/more-img.gif") no-repeat;
	width: 35px;
	height: 5px;
	display: inline-block;
	margin: 10px 10px 0 0 ; 
}
/********** 院长致辞 **********/
.advbox{
position: absolute;
top: expression(eval(document.documentElement.scrollTop));
z-index: 150;
}
.advbox{
width: 780px;
position: fixed;
display: none;
left: 50%;
top: 0;
margin: -270px 0 0 -390px;
}
.advbox .advpic{
position: relative;
height: 540px;
overflow: hidden;
}
.advbox .advpic .closebtn{
display:b lock;
width: 60px;
height: 22px;
line-height: 26px;
font-size: 12px;
color: #000;
text-indent: 12px;
overflow: hidden;
position: absolute;
right: 12px;
top: 5px;
z-index: 99;
}