/* CSS Document */

.a_main{
	width:1000px;
	margin:auto;
	
}
.details_location{width:1000px; height:40px; line-height:40px; margin:0 auto; color:#666666;}
.details_location a{}

.sp_body{
	width:1000px;
	margin-top:5px;
	background:#fff;
	min-height:400px;
	padding-top:20px;
}

.sp_navlist{
	width:188px;
	float:left;
	margin-left: 20px;
}

.sp_navlist ul {
}
.sp_navlist ul li{
	background: none repeat scroll 0 0 #EEEEEE;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    position: relative;
    width: 180px;
}

.sp_navlist ul li a {
    color: #666666;
    display: block;
    padding-left: 22px;
    text-decoration: none;
    width: 158px;
}
.sp_navlist ul li .roow {
    background: url("../../../static/images/roow.png") no-repeat;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 11px;
    width: 10px;
}
.sp_navlist ul .currli {
    background:#ff5a00;
    color: #FFFFFF;
}
.sp_navlist ul .currli a {
    color: #FFFFFF;
}
.sp_navlist ul .currli .roow {
    background: url("../../../static/images/roow1.png");
}

.sp_wrap{
	width:708px;
	float:left;
	padding-left:42px;
}
.sp_title{
	background: none repeat scroll 0 0 #EEEEEE;
    font-family: 微软雅黑;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding-left: 8px;
	margin-top:5px;
}
.sp_content{
	padding-top:10px;
}