@charset "utf-8";
body{
	margin:0;
	padding:0;
	font-family:"Microsoft Yahei", arial;
	line-height:130%;
	font-size:14px;
	background: #F4F4F4;
}
a{
	text-decoration:none;
	color:#333;
}
#header{
	background: #003399;
	text-align: center;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
.nav {
  color: #FFF;

}
#main{
	overflow:hidden;
	min-height: 500px;
}
.cols{
	margin:1% 1%;
	float:left;
}

.maincols{
	width:48%;
}
.leftcols{
	width:20%;
}
.leftcols ul{
	padding:0 0 0 10px;
	margin:0;
	background: #039
}
.leftcols ul li{
	list-style:none;
	padding:15px 30px;
	border-bottom:1px solid #ECECEC;
	background: #FFF;
	text-align: right;
}
.leftcols ul li:hover{
	background: rgba(255,255,255,0.9);
}
.leftcols ul li:hover a{
	color:#000;
}
.leftcols a{
	color:#999;
}
.rightcols{
	width:76%;
	min-height:300px;
}
span.special{
	color: red;
}
.cont{
	padding: 20px;
	line-height: 200%;
}	
.cont img{
	width:100%;
	height:auto;
}
.member img{
	width: 140px;
	height: auto;
	border-radius: 100%;
	border:4px solid #FFF;
}
h1{
	color:#000;
	font-size:24px;
	padding:20px;
	font-weight:600;
	margin:0;
	text-align:center;
}
h3{
	padding: 10px 10px 10px 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #039;
    margin-top: 0px;
    position: relative;
}
h3:after {
    background-color: #039;
    content: "";
    display: block;
    height: 4px;
    width: 200px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
h4{
	padding:20px 30px;
	color: #FFF;
	text-align: right;
	background: #039;
	font-weight: 500;
	font-size:20px;
	margin: 30px 0 0 0;
}
.maininfo{
	padding:20px 10px;
	line-height:200%;
}
#footer{
	clear: both;
	width: 100%;
	bottom: 0;	
	background: url(../images/footerbg.jpg) no-repeat center #002B82;	
	height: 200px;
	overflow: auto;
	margin-top: 20px;
}

.footerbottom
{
	padding-top:120px;
	max-width: 1000px;
    margin: 0 auto;
	text-align:center;
	color:#FFF;
	font-size:12px;
}
.footerbottom p{
}