*{
	margin: 0;
	padding: 0;
}
img{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 171px;
    height: 51px;
}
.clearfix{
	clear: both;
}
.container{
	width: 996px;
	height: 660px;
	background-image: url(../images/bg2.jpg);
	margin: 0 auto;
	position: relative;
}
.container .title{
	width: 566px;
	height: 42px;
	background-image: url(../images/title.png);
	position: absolute;
	top:38px;
	left:215px;
}
.container .main{
	width: 956px;
	height: 490px;
	position: absolute;
	top:110px;
	left: 20px;
	box-shadow: 0 0 10px #f4f5f4;
}
.container .main .sbg{
	width: 100%;
	height: 100%;
}
.container .main .rwtp{
	width: 132px;
	height: 44px;
	display: block;
	background-image: url(../images/rwtp.png);
	position: absolute;
	top:28px;
	left: 28px;
}
.container .main .back{
	width: 61px;
	height: 27px;
	background-image: url(../images/btn.png);
	position: absolute;
	top:28px;
	right: 25px;
	cursor: pointer;
	z-index:10;
}
.container .main .content{
	width: 591px;
	height: 424px;
	position: absolute;
	top:29px;
	right:46px;

}
.container .main h4{
	font-family: microsoft yahei;
	font-size: 18px;
	width: 100%;
	text-align: center;
}
.container .pics{
	width: 100%;

}
.container .pics ul li{
	list-style: none;
	width: 132px;
	height:133px;
	float: left;
	margin-right: 12px;
}
.container .pics img{
	width: 132px;
	height: 93px;

}

.container .pics .text{
	font-family: microsoft yahei;
	display:block;
	color:black;
	font-size: 12px; 
	width: 100%;
	height: 40px;
	line-height: 20px;
	text-decoration:none;
	overflow:hidden;
}
.container .nav{
	width: 74%;
	height: 30px;
	margin: 0 auto;
	margin-top: 10px;
	position:absolute;
	bottom:-35px;
	left:25%;
}

#PageContent a
{
    color:black;
    margin-right:8px;
    text-decoration:none;
    font-weight:bold;
    }

#PageContent li{
    display:inline-block;*display:inline;*zoom:1;}

#PageContent span.current
{
    color:Blue;
    margin-right:8px;
    text-decoration:underline;
    
    }
