/** 切换排序 start **/
.sortbar {
    padding: 15px 0 0;
    position: relative;
    background-color: #fff;
    min-height: 750px;
}

    .sortbar .defsort, .sortbar .recentstu {
        float: left;
        display: inline-block;
        height: 35px;
        margin-bottom: -1px;
        margin-right: 20px;
        cursor: pointer;
        padding-left: 25px;
        padding-right: 25px;
        color: #8B8B8B;
        line-height: 25px;
        font-size: 16px;
    }

    .sortbar .currentsort {
        border-bottom: 2px solid #26D9B1;
        color: #26D9B1;
    }

.nav-pills li a {
    font-size: 14px;
    color: #333;
}

.top-options {
    border-bottom: 1px solid #C8CBCE;
    margin-left: 35px;
    padding: 0px 0px;
    /*margin-top: -8px;*/
}

.display {
    display: none;
}

.menu-content {
    min-height: 528px;
    padding: 21px 45px 25px 45px;
}

/** 切换排序 end **/

/*数据加载 start*/
.load-data-div {
    background-color: white;
    /* min-height:450px; */
    padding: 0px 0px 70px 0px;
}

.data-page {
    min-height: 360px;
}

.load-data-div table {
    width: 100%;
}

tbody > tr:first-child > td {
    padding-top: 0 !important;
}

.load-data-div tr {
    border-bottom: 1px solid #eaeaea;
    /* height:40px; */
}

.load-data-div td {
    padding-top: 20px;
    /* float:left; */
    padding-bottom: 20px;
}

/*解决问题图标*/
.answer-icon {
    width: 25px;
    height: 22px;
    float: left;
    background: url(../../../../../asset/images/common/learn-icon.png) no-repeat;
}

/*未解决问题图标*/
.answer-icon-no {
    background-position: 0px -193px;
}

/*已解决问题图标*/
.answer-icon-ok {
    background-position: 0px -273px;
}

.stem-from {
    color: #888;
    font-size: 12px;
    float: left;
    padding-top: 0px;
    margin: 0px;
}

.stem-from-answer {
    /* padding-left: 31px; */
    padding-top: 5px;
    width: 85%;
    height: 20px;
    overflow: hidden;
}

.myanswer-title {
    color: #666;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 75%;
}

.myanswer-title:hover{
    color: #666 !important;
}

.a-icon {
    font-size: 12px;
    float: right;
    margin-left: 30px;
    margin: 0px;
}

    .a-icon a {
        margin-left: 25px;
        color: #777;
        font-size: 12px;
        line-height: 10px;
    }

.blue {
    color: #50a2f3;
}

.a-icon a:hover {
    color: #1ccca9;
}

.a-icon a i {
    margin-right: 5px;
}

.answer-name {
    font-size: 12px;
    color: #888;
    padding-left: 15px;
    margin: 0px;
    padding-right: 5px;
}

.answer-img {
    width: 50px;
}

.answer-img-heard {
    width: 50px;
    margin-bottom: 25px;
}

.answer-info > .answer-info-font {
    font-size: 14px;
    color: #444;
    padding: 8px 0px 15px 15px;
    margin: 0px;
}

    .answer-info > .answer-info-font a {
        color: #444;
    }

.answer-info-font a:hover {
    color: #1ccca9;
}

.icon-open-preview {
    font-size: 16px;
}

.icon-open-discuss {
    font-size: 17px;
}

.icon-open-collect {
    font-size: 14px;
}

.answer-title {
    width: 85%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #444;
    font-weight: bold;
    margin-bottom: 12px;
}

    .answer-title a:hover {
        color: #1ccca9;
    }

    .answer-title i {
        font-style: normal;
    }

.noborder {
    border-bottom: 1px solid #eaeaea;
}

.reply-icon {
    margin-top: -6px;
    margin-left: 25px;
}

.reply-answer-conetent {
    color: #333;
}

.reply-content {
    border: 1px solid #d1d1d1;
    padding: 10px 10px;
    margin-bottom: 15px;
    background-color: #F8F8F8;
    font-size: 12px;
}

.icon-open-collect {
    font-size: 14px;
}

.icon-open-collect1 {
    font-size: 14px;
}

.reply-answer-conetent {
    color: #333;
}

.reply-answer-name {
    color: #2387C9;
}

/*数据加载 end*/

/*做作业按钮*/
.dowork {
    width: 90px;
    height: 35px;
    background: #54ABD8;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    line-height: 35px;
    float: right;
    margin: -17px 10px 0 0;
}

    .dowork:hover {
        background: #1ccca9;
        color: #fff;
    }

/*作业提交状态*/
.work-progress {
    width: 55px;
    height: 22px;
    background: url(../../../../../asset/images/common/new_learn_icon.png) no-repeat;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
}

.work-progress-nosubmitt, .work-progress-submitted.ongoing {
    background-position: -25px -222px;
}

.work-progress-submitted.nosubmitted, .work-progress-nosubmitt {
    background-position: -25px -318px;
}

.work-progress-end {
    background-position: -25px -222px;
}

.work-progress-noread {
    background-position: -25px -270px;
}

.work-no-start{
    background-position: -10px -486px;
    width: 90px;
}

.hide {
    display: none;
}

.mr30 {
    margin-right: 30px;
}

.btns {
    margin-top: -30px;
}

.work, .work:hover {
    width: 102px;
    height: 39px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 37px;
    margin-left: 25px;
}

.do-work {
    background: url(../../../../images/_centerLayout-new-icon.png) no-repeat 0 -177px;
    color: #23cfad;
    position: relative;
    top: 7px;
}

.work:hover {
    background: url(../../../../images/_centerLayout-new-icon.png) no-repeat -120px -177px;
    color: #fff;
}

.check-work {
    background: #fafafa;
    border: 1px solid #b1c2cc;
    color: #4d5770;
    margin-left: 5px;
}

.data-none {
    width: 130px;
    height: 180px;
    background: url("../../../../../asset/images/common/none.png") no-repeat;
    margin: 0px auto;
    margin-top: 100px;
}

.viewanwser {
    /*color:#3498db;*/
    margin-left: 10px;
}

    .viewanwser i {
        font-weight: normal;
    }

/** 作业列表弹出开始 **/
.readoverbox {
    border: 2px solid #78dbc7;
    max-height: 260px;
    border-radius: 7px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.readover {
    border-collapse: collapse;
}

    .readover th {
        background: #e5f3f0;
        border: 1px solid #dceae7;
        padding: 10px;
        border-top: 0px;
        width: 118px;
        text-align: center;
    }

        .readover th:first-child {
            border-left: 0px;
            border-top-left-radius: 7px;
        }

        .readover th:last-child {
            border-right: 0px;
            
        }
.readover  tbody > tr:first-child > td {
    padding-top:10px !important
}
    .readover td {
        border-collapse: collapse;
        border: 1px solid #dceae7;
        padding: 10px;
        text-align: center;
    }

    .readover tr:last-child td {
        border-bottom: 0px;
    }

    .readover tr td:first-child {
        border-left: 0px;
    }

    .readover tr td:last-child {
        border-right: 0px;
    }

.closereadover {
    width: 34px;
    height: 20px;
    background: url('../../../../images/common/new_learn_icon.png') no-repeat -20px -454px;
    top: 3px;
    right: -4px;
    position: absolute;
    cursor: pointer;
}
/** 作业列表弹出结束 **/