.main-content {
    margin-bottom: 30px;
}

h1 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
}

.main {
    background-color: #fff;
}

.left-border {
    float: left;
    width: 240px;
    background-color: #ffffff;
}

.help-info {
    padding-bottom: 50px
}

.view-help-i {
    height: 30px;
    line-height: 30px;
    padding: 5px 5px 0 20px;
    background: url('../../images/help_center/dot_1.png') 12px 16px no-repeat;
    overflow: hidden;
}

.view-help-i a {
    color: #666;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

.view-help-i a:hover {
    color: #0092ff;
    text-decoration: underline;
}

.subnav {
    padding: 20px 0;
}

.right-border {
    float: right;
    width: 940px;
    color: #333;
}

.right-border .current-location a {
    font-size: 16px;
    background: #fff;
    display: block;
    padding: 0px 20px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 10px;
}

.right-border .current-location a:hover {
    color: #0092ff;
    text-decoration: underline;
}

.subnav-title {
    text-align: center;
    height: 44px;
    background-color: #ffffff;
    border-bottom: solid 6px #0092ff;
    box-sizing: content-box;
}

h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
}

.main-title h2 {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.main-title {
    padding-left: 26px;
    background-color: #ffffff;
    text-align: center;
    padding: 28px 20px 20px;

}

.main {
    line-height: 180%;
    padding-left: 26px;
    padding-top: 5px;
    padding-bottom: 38px;
    padding-right: 24px;
    background-color: #fff;

    font-size: 14px;
    color: #333;
}

.num {
    margin-top: 15px;
    padding-top: 15px;
    border-top: dashed #CCC 1px;
    padding-left: 3px;
    line-height: 43px;
}

.num span {
    color: #0092ff;
}

.relevant {
    padding-left: 20px;
    background-color: #fff;
    padding-bottom: 20px;

}

.relevant ul li {
    padding-left: 11px;
    line-height: 20px;
    height: 25px;
    width: 350px;
    padding-bottom: 3px;
    float: left;

}

.relevant ul li a {
    font-size: 12px;
    color: #218AD9;
}

.relevant ul li a:hover {
    color: #0092ff;
}

.service {
    width: 223px;
    padding: 10px;
}

.service img {
    width: 223px;
}

.rel-title {
    padding-left: 29px;
    background-color: #ffffff;
    padding-top: 12px
}

.btn-good:hover {
    background-color: #0092ff;
}

.btn-good {
    float: left;
    margin-right: 10px;
    width: 125px;
    height: 40px;
    background-color: #0092ff;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}