@charset "utf-8";
/* CSS Document */
/*专题馆样式 */
html {
background-color:#FFFFFF;
}

.wrapper{
	width:1052px;
	margin:0px auto;
	background-color:#FFFFFF;
}

/*header
-------------------------------*/
.header{
	background:#FFFFFF url(../images/hdbg.jpg) no-repeat 0px 0px;
	width:1052px;
	height:228px;
	margin:0px auto;
}
.logo{
	width:192px;
	height:68px;
	float:left;
	margin:20px 80px 0px 115px;
	background: url(../images/logo.png) no-repeat 0px 0px;
	}
	.hdtit{
		width:630px;
		float:left;
		margin-top:35px;
		}
.hdtit h2{
text-align:left;
color:#FFFFFF;
font-size:52px;
margin-top:25px;
		}
		.hdtit h2 span{
		color:#ffff02;
		padding-left:20px;
		font-size:35px;
		}
			.hdtit h3{
text-align:left;
color:#fbdfd1;
font-size:20px;
padding-top:10px;
}
/*nav
-------------------------------*/
.nav{
	height:50px;
	width:100%;
	background-color:#aad7ff;
	}
.navin{
	width:1052px;
	height:50px;
	margin:0px auto;
	}
	.nav ul{
background-color:#1f84df;
	line-height:50px;
	width:932px;
	height:50px;
	font-size:16px;
	color:#FFF;
	padding:0px 20px;
	}

	.nav ul li a:link,.nav ul li a:visited {	
color:#fff;
text-decoration:none;
}
.nav ul li a:hover,.nav ul li a:active {
color:#fff;
text-decoration:underline;
}
/*中间
-------------------------------*/
	.content{
background-color:#f6f6f6;
	width:971px;
	padding:20px 0px;
	}
	.cleft{
		margin:30px 20px 0px;
		padding:20px 0px 20px;
		border:1px #dbd8d8 solid;
		background-color:#FFF;
		}	

.clefttit{
	background: url(../images/cbg01.jpg) no-repeat 35px 10px;
	height:60px;
	font-size:22px;
	color:#337de8;
	padding-left:140px;
	padding-right:40px;
	padding-top:35px;
	margin-bottom:20px;
	}
.icon1{
	background: url(../images/cbg02.jpg) no-repeat 35px 10px;
	}
.icon2{
	background: url(../images/cbg03.jpg) no-repeat 35px 10px;
	}

.clefttit span.ydbox a{
float:right;
display:block;
width:120px;
font-size:16px;
height:35px;
text-align:center;
line-height:35px;
color:#ffffff;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	border-radius:5px;
}
.clefttit span.ydbox a:link,.clefttit span.ydbox a:visited {
border:1px #337de8 solid;	
color:#337de8;
background-color:#fff;
}
.clefttit span.ydbox a:hover,.clefttit span.ydbox a:active {
color:#fff;

background-color:#337de8;
}
a.blue:link,a.blue:visited {
color:#337de8;
}
a.blue:hover,a.blue:active {
color:#337de8;
text-decoration:underline;
}
	
	.cleft ul{
	padding-left:20px;
	padding-bottom:15px;
	font-size:16px;
	}	
	
	ul.tlist02 span.tl02fl{
		width:640px;
		float:left;
white-space:nowrap; 
text-overflow:ellipsis; 
overflow:hidden;		
	}
	ul.tlist02 span.tl02fr{
		width:110px;
		float:right;
		color:#939393;
white-space:nowrap; 
text-overflow:ellipsis; 
overflow:hidden;		
	}		
ul.tlist02 li{
	float:left;
	width:370px;
	height:45px;
	line-height:45px;	
	padding-left:20px;
	background: url(../images/icon.jpg) no-repeat 0px 17px;
	border-bottom:1px #c6c6c6 dashed;
	white-space:nowrap; 
text-overflow:ellipsis; 
overflow:hidden;
margin-left:30px;
margin-right:20px;
	}	
/*尾部
-------------------------------*/
.footer{
	height:152px;
	background: url(../images/footerbg.jpg) no-repeat 0px 0px;
	padding-top:45px;
	}
.ftlf{
	width:350px;
	float:left;
	display:inline;
	margin-right:70px;
	margin-left:115px;
	}
	.ftlf img{
		display:block;
		float:left;
		margin-right:20px;
	}
.ftrg{
	width:470px;
	float:left;
	display:inline;
	line-height:30px;
	}
