@charset "utf-8";
@import "article.css";

/* 侧边栏 */

.column #content ul li {
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

#sidebar .hot-line {
    padding: 35px 0;
    text-align: center;
    background-color: #f6f6f6;
}

#sidebar .hot-line .fa {
    color: #fb2d50;
    font-size: 26px;
    position: relative;
    top: 5px;
}

#sidebar .hot-line strong {
    font-size: 20px;
    color: #fb2d50;
}

#sidebar .panel .panel-heading {
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

#sidebar .panel .overflow {
    display: block;
}

.index .main-content,
.view .main-content {
    width: 900px;
}

/* 帮助左侧列表 */

.icon-box {
    margin-bottom: 30px;
}

.icon-box .icon-img {
    display: block;
    padding-top: 64px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-image: url(../img/help/icon-help.png);
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border: 1px solid #eee;
}

.icon-box .icon-img:hover {
    background-color: #eaf8dc;
    border-color: #5db000;
    color: #333;
}

.icon-box .col-sm-3+.col-sm-3 .icon-img {
    margin-left: -12px;
}

.icon-box .q1 {
    background-position: center 19px;
}

.icon-box .q2 {
    background-position: center -101px;
}

.icon-box .q3 {
    background-position: center -221px;
}

.icon-box .q4 {
    background-position: center -341px;
}

.icon-box h4,
.sorts-list h4 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #222;
}

.sorts-list h4 a {
    font-size: 15px;
}

.sorts-list dl {
    float: left;
    width: 50%;
    color: #222;
    height: 182px;
    overflow: hidden;
    margin-bottom: 15px;
}

.sorts-list dt {
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
}

.sorts-list dd a {
    display: block;
    padding-right: 10px;
    line-height: 30px;
    color: #767676;
}



/* 帮助分类导航 */

.help-sorts {
    height: 100%;
}

.help-sorts .nav,
.help-sorts .tab-content {
    background: #fff;
}

.help-sorts .tab-content {
    margin-left: -10px;
}

.help-sorts .nav li {
    height: 46px;
    line-height: 46px;
    border-left: 2px solid #fff;
    margin-bottom: 2px;
}

.help-sorts .nav li:hover,
.help-sorts .nav li.active {
    border-left: 2px solid #4fb1f3;
    background: #fceded;
}

.help-sorts .nav li a {
    padding: 0 20px;
    background: transparent;
    color: #222;
}

.help-sorts .nav li:hover a,
.help-sorts .nav li.active a {
    color: #4fb1f3;
}

.help-sorts .tab-content {
    padding: 15px;
}

.help-sorts .tab-content h2 {
    font-size: 18px;
}