.main {
	background-color: #ffffff;
	padding: 18px 0;
}

/*左导航*/

.leftsidebar {
	float: left;
	width: 210px;
}

.leftsidebar ul {
	margin: 0;
}

.leftsidebar .leftsidebar-title {
	background-color: #0088cc;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}

.leftsidebar li {
	padding-left: 18px;
}

.leftsidebar li a {
    background: url('../images/icon-list.gif') no-repeat left center;
    display: block;
    line-height: 28px;
	padding-left: 12px;
    text-align: left;
}

.leftsidebar li a:hover {
	text-decoration: underline;
}

.leftsidebar .partner {
	margin-top: 20px;
}

.leftsidebar .partner p {
    padding-left:20px;
}
.leftsidebar .partner img{
    margin:18px 0 40px 18px;
}

/*子页面内容*/

.content {
	float: right;
	width: 724px;
}

.current {
	background-color: #f5f5f5;
	height: 28px;
	padding-left: 10px;
	width: 692px;
}

.current ul {
	margin: 0;
}

.current li {
	float: left;
	height: 28px;
	line-height: 28px;
	margin-left:8px;
}

.current a:hover {
	text-decoration: underline;
}

.active {
	color: #858585;
}

.content-inner {
	margin: 30px auto;
	line-height: 1.6em;
}

.content-inner p {
    text-align: justify;
    text-justify: distribute;
    width: 692px;
}
.content-inner h6 {
	font-weight: normal;
	text-indent: 180px;
}
.introduction p {
    text-indent: 2em;
}

.content-inner img.map {
	border: 1px solid #e5e5e5;
	float: left;
	height: 290px;
	padding: 5px;
	width: 380px;
}

.content-inner .address {
	float: right;
    padding-left: 18px;
    width: 312px;
}

.content-inner img.award {
    margin-left: 100px;
    width: 462px;
}

.content-inner .text-indent2em {
	text-indent:2em;
}

.clear {
	clear: both;
}

.separater-join-us {
    background: url('../images/cut-off-ju.gif') no-repeat left top;
	height: 13px;
	margin-top: 18px;
	margin-bottom: 18px;
    width: 700px;
}

