﻿@charset "utf-8";
/* CSS Document */

.course-box:after, .course-wrapper:after, .tool-box:after, .course-list:after, .course-list dl:after {
    clear: both;
    content: "";
    height: 0;
    overflow: hidden;
    line-height: 0;
    display: block;
}

.faq-wrapper {
    width: 1000px;
    margin: 10px auto;
    background: #fff;
    padding: 0 20px;
    padding-bottom: 50px;
}

.faq-bar {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
    height: 50px;
    line-height: 50px;
}

.just-line {
    border-top: 1px solid #000;
    width: 840px;
    position: absolute;
    top: 25px;
    left: 160px;
    height: 2px;
    display: block;
}

/**/
.faq-nav {
    display: block;
    border: 1px solid #d8d8d8;
    background: #F1F2F5;
    height: 55px;
    line-height: 55px;
}

    .faq-nav a {
        color: #111;
        display: inline-block;
        float: left;
        font-size: 14px;
        text-align: center;
        border-right: 1px solid #d8d8d8;
        width: 24.9%;
    }

        .faq-nav a:last-child {
            border-right: none;
        }

    .faq-nav .current {
        background: #fff;
        color: #237CBE;
        display: inline-block;
        height: 56px;
        border-bottom: none;
    }


.faq-wrapper li {
}

    .faq-wrapper li a {
        color: #000;
        height: 80px;
        line-height: 80px;
        border-bottom: 1px solid #BEBFBF;
        padding: 0 20px;
        display: block;
        width: 958px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }


.tab_content {
    border: 1px solid #d8d8d8;
    border-top: none;
    border-bottom: none;
    display: none;
}

    .tab_content.current {
        display: block;
    }


@media screen and (max-width:1520px) {
    .faq-wrapper {
        width: 960px;
    }

        .faq-wrapper li a {
            width: 918px;
        }

    .just-line {
        width: 800px;
    }
}
