@charset "utf-8";
.sub-nav {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    border-bottom: 1px solid #888 \0;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.sub-nav {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    border-bottom: 1px solid #888 \0;
}

.sub-nav li {
    float: left;
    width: 11%;
    text-align: center;
    position: relative;
    z-index: 999;
}

a:hover {
    color: #c01c1d;
    text-decoration: none;
}

a {
    color: #333;
    text-decoration: none;
}

.sub-nav li a {
    display: block;
}

.sub-nav li .menu_nav {
    display: none;
    overflow: hidden;
    position: absolute;
    font-size: 16px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    width: 100%;
}

.sub-nav li .menu_nav li {
    width: 100%;
}

.sub-nav li .menu_nav li a {
    line-height: 22px;
    padding: 9px 0;
}

.sub-nav li .menu_nav li a:hover {
    background-color: #b9a272;
    color: #fff;
}

.sub-nav li .menu_nav .small {
    font-size: 14px !important;
    line-height: 20px !important;
}

.sub-nav li.selected .n_tle, .sub-nav li.hover .n_tle {
    background-color: #cf0000;
    color: #fff;
}

.sub-nav li.hover .menu_nav {
    display: block;
}

.sub-nav li a {
    color: #444;
}

.sub-sloganThumb {
    margin-top: 35px;
    margin-left: -6px;
    height: 100px;
}

.sub-sloganThumb li {
    float: left;
    width: 245px;
    margin-left: 6px;
}

.first_title {
    color: #000;
    font-size: 32px;
    line-height: 36px;
    height: 36px;
    margin: 24px 0 15px;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
}

.first_title a {
    font-size: 32px;
    line-height: 36px;
    height: 36px;
}

.first_title_sub {
    height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
    text-align: center;
}

.first_title_sub .items {
    line-height: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 15px;
}

.first_title_sub .items .txt_item {
    font-size: 18px;
    color: #555;
    font-family: "SimSun";
}

#marquee {
    height: 60px;
    overflow: hidden;
    margin-top: 7px;

}

.marqueeitem {
    width: 97%;
    height: 58px;
    font-size: 16px;
}

.toutiao {
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
    text-align: center;
    min-height: 80px;
}

.c75 {
    float: left;
    width: 75%;
}

.c25 {
    float: left;
    width: 25%;
}

.c50 {
    float: left;
    width: 50%;
}

.c35 {
    float: left;
    width: 35%;
}

.c20 {
    float: left;
    width: 20%;
}

.c65 {
    float: left;
    width: 65%;
}

.c45 {
    float: left;
    width: 45%;
}

.list-group-item {
    border: none;
}

.list-group {
    padding: 12px;
    text-align: center;
}

.nav.nav-tabs > li {
    margin-bottom: 0;
}

.nav.nav-tabs > li > a {
    font-size: 14px;
    border: none;
    margin-right: 0;
    color: #313131;
    font-weight: 500;
    padding: 5px 30px 15px;
}

.nav.nav-tabs > li.active > a, .nav.nav-tabs > li:hover > a {
    border: none;
    background: none;
    color: #c01c1d;
    font-size: 16px;
}

.nav.nav-tabs .highlight {
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid #c01c1d
}

.nav.nav-tabs > .active {
    bottom: -1px;
    border-bottom: 2px solid #c01c1d;
}

.panel-default {
    padding: 0 15px;
    border-color: #e4ecf3;
}

.courseimg {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.panel-default > .panel-heading {
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.panel-default > .panel-heading .panel-title {
    padding: 5px 0;
    color: #313131;
}

.badge {
    background-color: #c01c1d;
    margin-left: 5px;
    margin-bottom: 3px;
}

.articlelist {
    list-style: none;
    padding: 7px 0px 0px 0px;
    margin-bottom: 0px;
}

.articlelist li {
    position: relative;
    padding: 5px 0 0px 90px;
    height: 30px;
}

.articlelist li span {
    position: absolute;
    border-radius: 2px;
    left: 0;
    top: 5px;
    display: inline-block;
    padding: 2px 4px;
    background: #bf1a21;
    font-size: 12px;
    color: #fff;
}

.articlelist li a {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.sortlist {
    list-style: none;
    padding: 7px 0;
}

.sortlist li {
    position: relative;
    padding: 5px 10px 10px 25px;;
    margin-left: 7px;
    height: 30px;
    border-bottom: 1px dotted #d7d4d4;
}

.sortlist-li-span {
    position: absolute;
    border-radius: 2px;
    left: 0;
    top: 5px;
    text-align: center;
    min-width: 20px;
    display: inline-block;
    padding: 2px 4px;
    background: #bf1a21;
    font-size: 14px;
    color: #fff;
}

.sortlist li a {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.news {
    /*background-color: #fafafa;*/
    padding: 0px 0px 0px 10px;
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #d9d9d9;*/
    /*box-shadow: 0px 1px 3px #808080;*/
}

.cml20 {
    margin-left: 20px;
}

.cml10 {
    margin-left: 10px;
}

.cmr10 {
    margin-right: 10px;
}

.cml10 {
    margin-left: 10px;
}

.cml5 {
    margin-left: 5px;
}

.leancount {
    margin-left: 7px;
    font-size: 12px;
}

.courserow {
    background-color: #fff;
    margin-top: 10px;
    padding: 15px;
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*border: 1px solid #e4ecf3;*/
    box-shadow: 0px 1px 3px #808080;
}

.h3title {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 微软雅黑, 'Microsoft YaHei';
    color: #111111;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1.42857143;
    color: inherit;
}

.h4title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.h5title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
    line-height: 1.1;
}

.cmt10 {
    margin-top: 10px;
}

.cpt10 {
    padding: 10px;
}

.redspan {
    /*color: #de0000;*/
    color: #c01c1d;
}

.titlespan {
    display: inline-block;
    border-left: 6px solid #cf0000;
    padding-left: 15px;
    font-weight: normal;
}

.cmlr12 {
    margin-left: 12px;
    margin-right: 12px;
}

.cmlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.filter {
    font-size: 14px;
    color: #777;
}

.detail-title {
    line-height: 28px;
    margin: 0px 2px 0px 3px;
    font-size: 14px;
    color: #000;

}

.slh {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subitem {
    font-size: 14px;
    color: #777;
    margin-top: 3px;
    text-indent: 12px;
}

.detail-ks {
    margin-top: 10px;
    font-size: 13px;
    margin: 0px 2px 7px 3px;
    color: #777;
}

.detail-desc {
    margin-top: 10px;
    font-size: 13px;
    margin: 0px 2px 7px 3px;
    color: #777;
}

.coursecard {
    border: 1px solid #eee;
    background-color: #fff;
    /*padding: 7px 0px 7px;*/
}

.footer {
    margin-top: 40px;
    bottom: 0;
    width: 100%;
    height: 100px;
    color: #fff;
    background-color: #bf1a21;
}

.cmt20 {
    margin-top: 20px;
}

.cmt30 {
    margin-top: 30px;
}

.cmt50 {
    margin-top: 50px;
}

.cmt7 {
    margin-top: 7px;
    margin-bottom: 7px;
}

.t_r {
    float: right;
    width: 246px;
    margin-top: 7px;
    position: relative;
}

.sub-banner {
    border-bottom: 5px solid #cf0000;
    /*background: #f0f0f0 url(/commons/img/logo.png) top center no-repeat;*/
    /*height: 238px;*/
}

.courselist {
    margin-left: -15px;
    margin-right: -15px;
}

.coursetxt {
    /*background: #F9F9F9;*/
    /*box-shadow: 0 1px #E5E5E5;*/
}

.links {
    /*background-color: #fafafa;*/
    padding: 0px 0 20px;
    line-height: 36px;
    margin-top: 20px;
}

.links a {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    color: #333;
}

.bodycontainer {
    margin-top: 15px;
    background: white;
}

body {
    background: #eee;
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}

.morebtn {
    display: block;
    height: 20px;
    float: right;
    margin-left: 20px;
    margin-top: 8px;
    font-size: 13px;
    color: #333;
    background: url(/commons/img/d_arrow.png) right center no-repeat;
    background-size: 13px 11px;
    padding-right: 20px;
}

.navcontainer {
    width: 1190px;
    margin-right: auto;
    margin-left: auto;
}

/*index*/
.info-number .badge {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    padding: 1px 4px;
    position: absolute;
    right: 2px;
    color: #c01c1d;
    top: 1px;
}

.bg-green {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #fff;
}

.form-control {
    height: 30px;
    border-radius: 0;
}

.btn {
    border-radius: 0;
    padding: 4px 12px;
}

.navbar-nav .open .dropdown-menu.msg_list {
    width: 250px;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 185px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu.msg_list span {
    white-space: normal;
}

ul.msg_list li a .time {
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    right: 35px;
}

ul.msg_list li a .message {
    display: block !important;
    font-size: 11px;
}

ul.msg_list li a {
    padding: 3px 5px !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.space {
    margin-top: 10px;
}

ul.stat {
    margin-left: -15px;
    list-style-type: none;
}

ul.stat li {
    padding: 3px;
}

ul.stat li i {
    text-align: center;
    width: 20px;
}

ul.msg_list li {
    background: #f7f7f7;
    padding: 5px;
    margin: 6px 6px 0;
    width: 96% !important;
}

li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.lispit {
    border-bottom: 1px solid #eeeeee;
}

li.user-header {
    height: 130px;
    padding: 10px;
    text-align: center;
    /*background-color: #c01c1d;*/
}

.img-circle {
    border-radius: 50%;
}

.coursecard:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

.discuss {
    /*height: 315px;*/
    /*background-color: #f9f9f9;*/
    padding: 15px;
}

.f-2lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.discuss_item .discuss_cousre {
    line-height: 16px;
    display: inline-block;
    width: 100%;
    margin-top: 7px;
    font-family: 微软雅黑, "Microsoft YaHei";
    font-size: 12px;
    color: rgb(153, 153, 153);
    text-align: left;
    vertical-align: middle;
}

textarea {
    background: #fff none repeat scroll 0 0;
    resize: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 48px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4px 1.5%;
    width: 100%;
}

.pl {
    background: #fff;
    border-radius: 2px;
    color: #bf1a21;
    border: 1px solid #bf1a21;
    display: inline-block;
    height: 28px;
    text-align: center;
    padding: 0 20px;
}

.thread {
    border-bottom: 1px solid #f2f2f2;
    min-height: 50px;
    padding: 5px 5px 10px 65px;
    position: relative;
}

.borderless td, .borderless th {
    border: none;
}

.center {
    text-align: center;
}

.user-left {
    border-right: 1px solid #DDDDDD;
    padding-right: 15px;
}

.h360-container {
    height: 360px;
}

.h180-container {
    height: 180px;
}

.h120-container {
    height: 120px;
}

.panel-tools {
    position: absolute;
    right: 30px;
    top: 8px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 1px;
    padding: 5px 0 5px 15px;
}

.mbl {
    margin-top: 12px;
}

.coursespan {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 13px;
    color: #ffffff;
    z-index: 2;
}

.coursespan .green {
    background: #007691;
    padding: 5px 7px 5px 7px;
}

.coursespan .green2 {
    background: #3e9136;
    padding: 5px 7px 5px 7px;
}

.coursespan .orange {
    background: #ff7a3e;
    padding: 5px 7px 5px 7px;
}

.coursespan .blue {
    background: #00a1ff;
    padding: 5px 7px 5px 7px;
}

.blackspan {
    color: #333333;
}

.cmr15 {
    margin-right: 15px;
}

.inclass {
    margin-top: 40px;
    width: 100px;
    margin-left: 65px;
}

.classbg {
    background: url(/commons/img/classbackground.png) no-repeat;
    margin-left: 50px;
    height: 144px;
    margin-bottom: 16px;
}

.cmtt20 {
    margin-top: 20px;
}

.cmbt3 {
    margin-bottom: 3px;
}

.cmbt20 {
    margin-bottom: 20px;
}

.cmlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.cmlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.tc-desc {
    margin-top: 4px;
    font-size: 13px;
    margin: 7px;
    color: #777;
}

.tab2f {
    text-indent: 2em;
}

/*rename*/
.i-article-pic {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 230px;
    height: 138px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.article-item {
    margin-bottom: 20px;
    min-height: 138px;
    position: relative;
    max-width: 98%;
}

.plan-span-box {
    bottom: 0;
    right: 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
    background: #bf1a21;
    color: #fff;
}

.article-source {
    display: inline-block;
    color: #999;
    margin-right: 15px;
    font-size: 14px;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
}

.article-desc {
    height: 40px;
    overflow: hidden;
    margin-top: 15px;
}

.headerbox {
    border-bottom: 1px solid #ecf0f5;
    padding: 0px 20px 15px;
}

.ft18 {
    font-size: 18px;
}

.rank-list {
    padding: 7px;

}

.rank-list li {
    max-width: 98%;
}

.rank-list-item {
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    display: inline-block;
}

.classmate {
    padding: 3px;
}

.userhead {
    max-width: 40px;
}

.mate {
    text-align: center;
    width: 40px;
    float: left;
    margin: 8px;
}

.matename {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
"
}

.detail-info {
    margin: 7px 0px 0px 0px;
    font-size: 15px;
}

#jump {
    position: fixed;
    top: 180px;
    right: 30px;
    width: 60px;
    z-index: 2000;
    list-style: none
}

* html #jump {
    position: absolute;
    top: expression(documentElement.scrollTop + "px");
    margin: 300px 0 0 0;
}

#jump li {
    height: 70px;
    overflow: hidden;
}

#top, #share, #reply, #sina, #ceping, #weixin, #search {
    display: block;
    width: 60px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
}

#top {
    background: url(/commons/img/sidebar/top.png) no-repeat;
}

#share {
    background: url(/commons/img/sidebar/email.png) no-repeat;
}

#reply {
    background: url(/commons/img/sidebar/reply.png) no-repeat;
}

#sina {
    background: url(/commons/img/sidebar/tel.png) no-repeat;
}

#weixin {
    background: url(/commons/img/sidebar/weixin.png) no-repeat;
}

#search {
    background: url(/commons/img/sidebar/search.png) no-repeat;
}

#top:hover {
    background: url(/commons/img/sidebar/toped.png) no-repeat;
}

#search:hover {
    background: url(/commons/img/sidebar/searched.png) no-repeat;
}

#share:hover {
    background: url(/commons/img/sidebar/emaild.png) no-repeat;
}

#reply:hover {
    background: url(/commons/img/sidebar/replyed.png) no-repeat;
}

#sina:hover {
    background: url(/commons/img/sidebar/teld.png) no-repeat;
}

#weixin:hover {
    background: url(/commons/img/sidebar/weixind.png) no-repeat;
}

#ceping {
    background: url(/commons/img/sidebar/ceping.png) no-repeat;
}

#ceping:hover {
    background: url(/commons/img/sidebar/cepinged.png) no-repeat;
}


#EWB {
    position: absolute;
    left: -150px;
    display: none;
    background: rgb(255, 255, 255);
    font-size: 18px;
    height: 30px;
}

#EWB img {
    width: 30px;
    display: block;
    margin: 0 auto;
    height: 30px;
}

#EWE {
    position: absolute;
    left: -150px;
    display: none;
    background: rgb(255, 255, 255);
    font-size: 18px;
    height: 30px;
}

#EWE img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}



#EWM {
    position: absolute;
    left: -150px;
    display: none;
}

#EWM img {
    width: 150px;
    height: 200px;
}

.empty .empty-wrapper .empty-img {
    margin: auto;
    width: 150px;
    height: 150px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background: url(/commons/img/empty.png) no-repeat center;
}

.empty .empty-wrapper .empty-rwimg {
    margin: auto;
    width: 150px;
    height: 150px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background: url(/commons/img/zs.png) no-repeat center;
}

.empty .empty-wrapper .empty-speed {
    margin: auto;
    width: 150px;
    height: 150px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background: url(/commons/img/speed.png) no-repeat center;
}

.empty .empty-wrapper .empty-zsimg {
    margin: auto;
    width: 150px;
    height: 150px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background: url(/commons/img/ry.png) no-repeat center;
}

.empty .empty-wrapper .empty-ztbimg {
    margin: auto;
    width: 150px;
    height: 150px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background: url(/commons/img/myztb.png) no-repeat center;
}

.empty .empty-wrapper {
    text-align: center;
    /*width: 180px;*/
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.empty .empty-wrapper .empty-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.empty .empty-wrapper .empty-btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tccourselist {
    margin-left: 50px;
    margin-right: 55px;
}

.notexam {
    width: 30%;
    margin-top: 20px;
}

.notexam:hover {
    color: #888888;
}

.examok {
    color: #fff;
    background-color: #bf1a21;
    border-color: #a2161c;
    width: 30%;
    margin-top: 20px;
}