
.tab-sort ul{
	width: 1212px
}
.tab-sort li{
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-align: center;	
	border: 1px solid #ddd;
	padding: 0px 15px;
	overflow: hidden;	
	float: left;
	margin-top: 15px;
	margin-right: 20px
}
.tab-sort li i{
    font-size: 10px;
    margin-left: 10px;
}
.tab-sort li:hover{
	border: 1px solid #E31939;
	background: #E31939;
	color: #fff;
}
.tab-sort li:hover a{
	color: #fff;
}
.allsort .alonesort {
    border: 3px solid #fff;
    background-color: #fff;
    padding-left: 10px;
    margin-top: 20px;
}
.allsort .mt {
    border-bottom: #ccc 1px solid;
    line-height: 22px;
    height: 22px;
}
.allsort .mc {
    padding-right: 5px;
}
.alonesort dl {
    padding-bottom: 5px;
    line-height: 24px;
    padding-right: 5px;
    overflow: hidden;
    padding-top: 5px;
}
.alonesort dt {
    text-align: left;
    padding-right: 10px;
    color: #c00;
    font-weight: bold;
}
.alonesort dt a {
    color: #c00;
}
.alonesort dd {
    float: left;
    color: #ccc;
}
.alonesort dd a {
    white-space: nowrap;
    color: #666;
    padding-right: 4px;
    padding-left: 4px;
}
.alonesort dd a:hover{
	text-decoration: underline;
}




.sideMenu h3{ 
    height:40px; 
    line-height:40px; 
    padding-left:25px;  
    border-top:1px solid #fff; 
    background:#eaeaea;; 
    cursor:pointer;
    font:normal 14px/32px "Microsoft YaHei";
}
.sideMenu h3 em{ 
    float:right; 
    display:block; 
    width:40px; 
    height:40px;   
    background:url(../images/icoAdd.png) 16px 17px no-repeat; 
    cursor:pointer; 
}
.sideMenu h3.on em{ 
    background-position:16px -52px; 
}
.sideMenu ul{ 
    padding:8px 25px; 
    color:#999; 
    display:none; /* 默认都隐藏 */ 
    background:#f8f8f8;
}
.sideMenu ul li{
    height: 30px;
    line-height: 30px;
}

.sideMenu ul li a.on{
    color: #e23435;
    font-weight: 700;
}





.content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.content .contxt{
    background:#f8f8f8;
    padding: 10px 60px;
}
.content .contxt .contxt-hd{
    font-size: 20px;
    border-bottom: 2px solid #e23435;
    margin-bottom: 25px;
}
.content .contxt .contxt-bd{
    min-height: 500px;
}
.content .contxt .contxt-bd p {
    text-indent: 2em;
    line-height: 21px;
    margin-bottom: 20px;
}
 .help-tit{
    color: #6abb78;
    font-family: "microsoft yahei";
    margin-bottom: 15px;
}
.help_list li {
    line-height: 22px;
}
.help_list li b {
    margin-right: 4px;
}