/*
 * @module 会计从业资格考试
 * @author lixiang
 * @date 2015-04-14
 */
.nav-wrap {
    background-color: #0969AD;
}
.address-wrap {
    padding: 7px 0;
    margin-top: 15px;
    line-height: 22px;
    border: 1px solid #DAE3EB;
    background-color: #F6F8FB;
}
.address-wrap a {
    margin-left: 20px;
    color: #50709F;
    font-size: 14px;
}
.bold {
    font-weight: bolder;
}
.guide-list-title {
    font-size: 14px;
    font-weight: bolder;
    color: #426DAB;
    padding-bottom: 3px;
    border-bottom: 3px solid #426DAB;
}
.mb10 {
    margin-bottom: 10px;
}
.c-999 {
    color: #999;
}
.guide-item .more {
    position: relative;
    right: 25px;
}
.more-icon {
    background: url(../images/account-more.png) no-repeat right;
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: 28px;
}
.count-down {
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.count-wrap a {
    position: relative;
    top: 9px;
}

/*选项卡样式*/
.tab-pane {
    display: none;
    line-height: 24px;
}
.tab-pane.active {
    display: block;
}
.tab-wrap {
    border: 1px solid #E6E6E6;
}
.tab-wrap ul {
    height: 30px;
    overflow: hidden;
}
.tab-wrap ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    background-color: #F3F3F3;
}
.tab-wrap ul li + li {
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.tab-wrap ul li.active {
    background-color: #fff;
    font-weight: bolder;
    border-bottom: 1px solid transparent;
}
.tab-wrap ul li a {
    color: #333;
}
.arrow-tab-body {
    padding: 12px 22px 7px;
}

/*试题库*/
.questions {
    padding: 0px 15px 6px;
}
.questions div {
    line-height: 25px;
    font-size: 14px;
}
.questions a {
    float: right;
    color: #50709F;
    text-decoration: underline;
}
.b-n {
    border: none;
}
.bc-n {
    background-color: #fff;
    border: 1px solid #D6E0E9;
}

/*免费试听*/
.free-v {
    width: 243px;
    height: 143px;
    margin-left: 12px;
}
.free-listen-body .free-v-w {
    margin-top: -2px;
    padding-top: 0;
}

