﻿body {
	color: #666666;
	font: 12px/20px Tahoma, Verdana, 微软雅黑, times;
	background: #000;
}
.container,.w960{
	width:1003px;
	margin:0 auto;
}
.sp-title {
    border-bottom: 1px solid #999;
	height:43px;
	line-height:43px;
	overflow:hidden;
	margin-bottom:10px;
}
.linkbox{
	overflow:hidden;
	width:1003px;
	margin:0 auto;
	margin-bottom:10px;
	background:#ccc url(../images/map-bg.jpg) repeat-y 0 0; /*菜单之间的分割线*/
}
.sp-title h2 {
    font-size: 14px;
    line-height: 27px;
	float:left;
	width:50%;
	color:#eee;
}
.sp-title .more {
    float: right;
	width:40%;
	text-align:right;
}
.sp-title .more a{
	color:#eee;
}
.sp-title .more a:hover{
	color:#640067;
}
.linkbox ul {
	float:right;
	width:800px;
	background:#ccc;
}
.linkbox h3 {
    color:#333;
    display: inline;
    float: left;
    font-weight: bold;
    width:100px;
	padding-left:10px;
}
.linkbox li{
	display:inline;
	list-style:none;
	overflow:hidden;
}
.linkbox li a {
	color: #333333;
    padding: 0 15px;
	display: inline-block;
	height:30px;
	line-height:30px;
}