/* 你可能想了解 */
.sort-help {
    margin-top: 16px;
}
.help-top{
    width: 100%;
    height: 46px;
    overflow: hidden;
    line-height: 46px;
    margin-bottom: 8px;
    border-bottom: 5px solid #5f6cb7;
}
.help-top i{
    width: 40px;
    height: 46px;
    overflow: hidden;
    display: block;
    float: left;
    background: url("../../img/sort/question-ico.png")/*tpa=http://biaoju.zbjimg.com/www/img/sort/question-ico.png*/ no-repeat center;
}
.help-top h2{
    margin-left: 4px;
    letter-spacing: 2px;
    font-size: 20px;
    color: #333;
    display: block;
    float: left;
}
.help-top a{
    margin-right: 8px;
    letter-spacing: 1px;
    color: #666;
    float: right;
    display: block;
    font-family: "simsun";
}
.sort-help ul{
    width: 1187px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
.sort-help ul li{
    width: 395px;
    height: 134px;
    overflow: hidden;
    float: left;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.sort-help ul li:nth-child(3n){
    border-right: 0;
}
.sort-help ul li:hover{
    background-color: #8c92b7;
}
.sort-help ul li i{
    width: 64px;
    height: 64px;
    overflow: hidden;
    display: block;
    background: url("../../img/sort/help-ico.png")/*tpa=http://biaoju.zbjimg.com/www/img/sort/help-ico.png*/ no-repeat left top;
    margin: 22px auto 10px;
}
.sort-help ul li:hover i{
    background: url("../../img/sort/help-ico-hover.png")/*tpa=http://biaoju.zbjimg.com/www/img/sort/help-ico-hover.png*/ no-repeat left top;
}
.sort-help ul li i.help-ico1{
    background-position: 0 0;
}
.sort-help ul li i.help-ico2{
    background-position: 0 -64px;
}
.sort-help ul li i.help-ico3{
    background-position: 0 -128px;
}
.sort-help ul li i.help-ico4{
    background-position: 0 -192px;
}
.sort-help ul li i.help-ico5{
    background-position: 0 -256px;
}
.sort-help ul li i.help-ico6{
    background-position: 0 -320px;
}
.sort-help ul li p{
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sort-help ul li:hover p{
    color: #fff;
}