@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------banner*/
#pageBanner{
	height: 362px;
    position:relative;
    z-index:1;
    top: -138px;
}
#pageBanner img{
	display: block;
	width: 1920px;
    height: 500px;
    left: 50%;
   	position: absolute;
    margin-left:-960px;
}
/*-----------------------------------------------------left*/
.pageCon{
	min-height: 990px;
	padding: 30px 0px 0px 0px;
	height: auto;
	background: url('../image/pageBg.jpg') center repeat-y;
}
.pageMain{
	min-height: 910px;
	height: auto;
	overflow: hidden;
}
.leftNav{
	width: 211px;
	float: left;
	background: url('../image/leftNavBg.png') no-repeat;
	height: 460px;
	padding: 0px 0px 0px 29px;
}
.leftNav h1{
	height: 40px;
	margin: 0px 0px 20px 0px;
	text-align: right;
	font-size: 36px;
	line-height: 30px;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	-khtml-opacity: 0.3; 
	opacity: 0.3; 
	color:#fff;
	vertical-align: top;
	font-family: enFirstFont;
}
@font-face{
	font-family: enFirstFont;
	src:url('../css/corbel.ttf'),url('../css/corbel.eot');
}

.leftNav h2{
	padding: 0px 20px 0px 0px;
	width: 191px;
	height: 35px;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	text-align: right;
	background: url('../image/leftTitle.png') no-repeat;
	text-transform: uppercase;
}
.leftNavList{
	margin: 0px 0px 0px 18px;
	width: 193px;
	height: auto;
}
.leftNavList li{
	height: 35px;
	width: 100%;
}
.leftNavList li a{
	display: block;
	padding: 0px 20px 0px 0px;
	height: 35px;
	width: 173px;
	line-height: 35px;
	font-size: 16px;
	color:#fff;
	text-align: right;
	background: url('../image/leftNavliBg.png') right no-repeat;
	text-transform: uppercase;
}
.leftNavList li a:hover,.lefton{
	color:#000 !important;
	background: url('../image/leftNavHoverBg.png') right no-repeat !important;
}
/*-----------------------------------------------------right*/
.rightCon{
	width: 710px;
	padding: 0px 0px 0px 40px;
	min-height: 880px;
	height: auto;
	float: left;
	background: url('../image/rightMainBg.png') repeat;
	margin: 0px 0px 10px 0px;
}
.rightHeader{
	height: 40px;
}
.rightTitle{
	float: left;
	height: 100%;
}
.rightTitle h1{
	height: 25px;
	font-size: 24px;
	color: #403f41;
	line-height: 25px;
	text-transform: uppercase;
	padding-top: 15px;
	max-width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rightTitle h2{
	font-size: 16px;
	height: 15px;
	line-height: 18px;
	color: #403f41;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
}
.currentBox{
	margin: 0px 30px 0px 0px;
	float: right;
	height: 39px;
	text-align: right;
	border-bottom:1px solid #cccccc;
}
.currentBox p{
	font-size: 16px;
	color: #cccccc;
	height: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.currentBox p a{
	font-size: 16px;
	color: #cccccc;
}
.currentBox p a:hover{
	color: #000;
}
.rightMain{
	margin: 28px 0px 0px 0px;
	width: 660px;
	height: auto;
	padding-bottom: 20px;
}

/*----------------------------------------翻页按钮*/

/*pagelist*/
#pagelist{ 
	color:#666; 
	font-size:12px;
	line-height:40px;
	text-align:left;
	display:inline-block;
	margin-top:15px;
}
.pagination{
	height:25px;
	overflow:hidden;
	font-size:12px;
	margin:0;
	text-align:left; 
	padding:10px 0;
	margin-right:-10px;
	display:inline-block;
	float:right;
	margin-top:15px;
}
.pagination a{
	border:#d9d9d5 1px solid;
	color:#fff;
	padding:3px 4px;
	margin-left:8px;
	background:#b3804a;
}
.pagination a:hover{
	color:#fff;
	background:#9a6e3f;
}
.pagination span.current{
	border:#d9d9d5 1px solid;
	color:#4e4e4e;
	padding:3px 4px;
	margin-left:8px;
	background:#e5e3e5;
}
.pagination span.disabled{ 
	color:#4e4e4e;
	background:#e5e3e5;
}
.newsD{
	color: #333;
	font-size: 14px;
}
.newsD p{
	color: #333;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
}
.newsD img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.newsD td{
	padding: 5px 5px;
}
.newsD table{
	border: none;
	border-color: #999;
}
.newsD table{
	font-size:12px;
	line-height:24px;
	text-align: center;
	border-color:#fff;
	width: 100%;
	border-collapse: collapse;
}
.newsD td{
	padding:5px 10px;
}
.newsD tr:nth-child(2n){
	background-color:#e0e0e0;
}
.newsD tr:nth-child(2n+1){
	background-color:#d99043;
	color:#fff;
}