@charset "gb2312";
/* CSS Document */

.left-border {
    float: left;
    width: 240px;
    height: 507px;
    background-color: #ffffff;
}

.right-border {
    float: right;
    width: 940px;
}

h1 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
}

h1 span {
    margin-left: 6px;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 44px;
}

h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
}

.subnav-title {
    padding-left: 10px;
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0px 6px 0px 0px #0092ff;
}

.subnav {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 12px;
}

.subnav ul li {
    height: 48px;
    border-bottom: solid #ccc 1px;
}

.subnav ul li.noline {
    border: 0;
}

.subnav ul li a {
    display: block;
    padding-right: 13px;
    font-size: 14px;
    line-height: 48px;
    color: #666666;
    text-decoration: none;
}

.subnav ul li a.current {
    color: #0092ff;
}

.subnav ul li a:hover {
    color: #0092ff;
}

.subnav ul li a span {
    float: right;
}

.main-title {
    padding-left: 26px;
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0px 6px 0px 0px #f0f0f0;
}

.main-title h2 {
    display: inline-block;
    padding-right: 15px;
}

.main-title input {
    height: 30px;
    line-height: 30px;
    padding-left: 7px;
    width: 289px;
    border: #cdcdcd solid 1px;
}

.search_input_button {
    position: relative;
    display: inline-block;
}

.search_input_button a {
    width: 26px;
    height: 32px;
    display: inline-block;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 0px;
    right: 12px;
    background: url('../../../images/new/help_center/search.png') center center no-repeat;
}

.main {
    margin-top: 10px;
    padding-left: 26px;
    min-height: 412px;
    padding-top: 18px;
    padding-right: 24px;
    background-color: #fff;
}

.main ul li {
    height: 50px;
    padding-right: 30px;
    border-bottom: #999 dashed 1px;
    overflow: hidden;
}

.main ul li.noline {
    border: 0px;
}

.main ul li a {
    color: #333333;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
}

.main ul li a:hover {
    color: #0092ff;
    text-decoration: underline;
}

.main ul li .num b {
    color: #333;
    font-weight: 100;
}

.main ul li .num {
    float: right;
    color: #666;
    line-height: 50px;
}

.main-page-turn {
    padding: 20px 0;

}


/*页码*/
.page-link {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.page-btn {
    padding: 6px 11px;
    text-align: center;
    color: #666;
    background: #fff;
    border-radius: 1px;
    border: 1px solid #D0CDCD;
    overflow: hidden;
}

.page-disable {
    border: 1px solid #cdcdcd;
    background: #F5F5F5;
    color: #9d9d9d;
}

a.page-btn:hover {
    background: #0092ff;
    color: #fff;
    text-decoration: none;
    border: solid 1px #0092ff;
}

a.page-disable:hover {
    border: 1px solid #cdcdcd;
    background: #F5F5F5;
    color: #9d9d9d;
}

.page-current {
    color: #fff;
    background-color: #0092ff;
    box-shadow: 0px 0px 3px #e5e4e3;
    border: solid 1px #0092ff;
}

.page-current:hover {
    color: #fff;
}

.no-result {
    text-align: center;
    padding-top: 80px;
    font-size: 14px;
}