.nav-list-ul li:nth-of-type(2) {
    background-color: #598fe3;
}

.study-train .traincoursename {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 180px;
    display: inline-block;
}

/*二级导航开始*/
.second-nav {
    height: 38px;
    line-height: 38%;
}

.second-nav ul li {
    float: left;
    background-color: #fff;
    line-height: 38px;
    width: 80px;
    text-align: center;
}

.second-nav ul li a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.second-nav ul li a:hover {
    color: #52585a;
}


.box-table {
    background-color: #edeff0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 22px;
}

.box-content {
    padding: 0 20px;
    background-color: #fff;
}

.third-nav {
    height: 58px;
    line-height: 58px;
    margin-bottom: 2px;
}

.third-nav ul li {
    float: left;
    font-size: 15px;
    cursor: pointer;
    color: #8a98ab;

}

.third-nav ul li:nth-of-type(1) {
    color: #be3948;
    font-weight: bold;
    border-bottom: 2px solid #be3948;
}

.third-nav ul li:not(:last-child) {
    margin-right: 20px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.search-item {
    height: 52px;
    line-height: 52px;
    background-color: #f4f7f9;
    margin: 0 -20px 20px -20px;
}

.search-item form {
    padding: 0 20px;
}

.search-item form label {
    font-weight: 400;
    font-size: 13px;
}

.search-item form .form-group {
    display: inline-block;
}

.search-item form .form-group .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    width: 94px;

}

.search-item form .form-group .btn-default {
    border: 1px solid #e1e3e9;
}

.search-item .search-input input, .train-search .search-input input {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    width: 212px;
    border: 1px solid #e1e3e9;
}

.search-item .search-input i {
    font-size: 20px;
    color: #9ea3ac;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    width: 30px;
    border: 1px solid #e1e3e9;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    text-align: center;
    margin-left: -4px;
    vertical-align: middle;
}

.box-table table {
    border: 1px solid #F1F3F5;
    border-top: none;
    border-radius: 4px;
    /*margin-bottom: 22px;*/
}

.box-table td {
    border-top: 1px solid #f1f3f5;
    text-align: center;
}

.box-table table tr {
    height: 52px;
    cursor: pointer;
}

.box-table table thead td {
    font-size: 14px;
    color: #3f89c8;
    font-weight: bold;
}

.box-table .study-enter tr a, .box-table .study-exam tr a, .box-table .study-train tr .download {
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #f8f9fb;
    display: inline-block;
    color: #333;
    border-radius: 4px;
    border: 1px solid #f1f3f5;
}

.box-table .study-enter tr:hover a, .box-table .study-exam tr:hover a, .box-table .study-train tr:hover .download {
    background-color: #299ef6;
    border: 1px solid #299ef6;
    color: #fff;

}

.box-table .study-enter tr:hover, .box-table .study-exam tr:hover, .box-table .study-train tr:hover, .box-table .study-couse tr:hover {
    background-color: #f5f8fa;
}

.box-table .study-enter tr a:hover, .box-table .study-exam tr a:hover, .box-table .study-train tr .download:hover {
    text-decoration: none;
}

.box-content .flex-box {
    /*display: flex;*/
    /*justify-content: center;*/
    text-align: center;
}

.box-content .flex-box li {
    display: inline-block;
}

.box-content .flex-box li:not(:last-child), .box-content .flex-box #pagination2 li:not(:last-child) {
    margin-right: 10px;
}

.box-content .flex-box .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #c9394a;
    border-color: #c9394a;
}

.box-content .flex-box li a {
    color: #777777;
}

.box-content .flex-box .active a {
    color: #fff;
}

.search-right .search-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 73px;
}

.train-search {
    margin-top: 32px;
    position: relative;
    margin-right: 34px;
    width: 200px;
    overflow: hidden;
}

.train-search .search-input i {
    font-size: 20px;
    color: #9ea3ac;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 15px;
}

.train-search .search-input input {
    border-radius: 4px;
}

.traindis {
    width: 680px;
    margin-top: 32px;
}

.trainjs {
    width: 680px;
    border: 1px solid #D0D6D9;
    height: 170px;
    display: flex;
    align-items: center;
}

.traindis h3 {
    font-weight: 400;
    font-size: 16px;
    color: #A8B0B3;
}

.traindis hr {
    margin-top: 10px;
    margin-bottom: 16px;
    border-color: #D0D6D9;
}

.train-search-content:nth-of-type(1) {
    height: 667px;
    overflow: hidden;
}

.box-content .train-search .search-input, .train-search .train-search-content li {
    height: 38px;
    line-height: 36px;
    border: 1px solid #DFE3E9;
    width: 200px;
    cursor: pointer;
}

.train-search-content .more {
    color: #909EB0;
}

.box-content .train-search .search-input {
    border-radius: 4px 4px 0 0;
}

.train-search .search-input input {
    width: 182px;
}

.box-content .train-search .search-input {
    height: 52px;
    line-height: 46px;
    padding-left: 8px;
    margin-bottom: 0;
}

.train-search .train-search-content li {
    margin-top: -1px;
}

.train-search .train-search-content li {
    padding-left: 15px;
    font-size: 14px;
}

.trainjs .people, .trainjs .start-time, .trainjs .end-time {
    width: 28%;
}

.trainjs .entry {
    width: 16%;
}

.people p, .start-time p, .end-time p {
    line-height: 30px;
    font-size: 13px;
    margin-left: 16px;
}

.entry a {
    width: 88px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    background-color: #1F96EF;
    border: 1px solid #1F96EF;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}

.train-table {
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #D0D6D9;
    margin: 13px 0;
}

.train-table li {
    width: 112px;
    float: left;
    font-size: 16px;
    color: #97A1A5;
    text-align: center;
    cursor: pointer;
}

.train-table li:first-child {
    color: #BE3948;
    border-bottom: 3px solid #BE3948;
    font-weight: bold;
}

.train-table .line {
    width: 1px;
    border-right: 1px solid;
    height: 15px;
    margin-top: 18px;
}

.traindis .study-train tr {
    height: 42px;

}

.train-search-content i {
    margin-left: 75px;
    color: #47ADF8;
    font-size: 12px;
}

.train-search-contentcolor {
    background: #F1F4F8;
    color: #47ADF8;
}

.study-train tr td span {
    width: 60px;
    height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border: 1px solid;
    border-radius: 6px;
}

.study-train tr td .unlearned {
    background-color: #F7981C;
}

.study-train tr td .learning {
    background-color: #1991EB;
}

.study-train tr td .done {
    background-color: #36AF47;
}

.study-train .traincoursename, .box-table .study-couse .coursename {
    color: #333;
    /*text-decoration: none;*/
}

/*寮圭獥鐨勬牱寮�*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.examintro span {
    margin-bottom: 15px;
    display: inline-block;
}

.examintro {
    padding: 0 15px;
    font-size: 14px;
}

.examenter label {
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
}

.examenter textarea {
    resize: none;
}

.examenter h4 {
    margin: 15px 0 0 15px;

}

.viewinfro {
    padding: 0 15px;
    font-size: 14px;
    color: #0d8ddb;
    cursor: pointer;
}

.viewinfro + table td {
    padding: 8px 8px;
    border: 1px solid #8B91A0;
}

.viewinfro + table {
    margin: 15px;
}



.study-couse td .del {
    color: #9ea3ac;
}

.chosecourse {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2ea1f8;
    color: #fff;
    border: 1px solid #2ea1f8;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    font-size: 15px;
}

.chosecourse:hover {
    color: #fff;
}

/*鍩硅鐝煡鐪嬫垚缁╃瓥鐣ュ脊绐�*/
textarea {
    resize: none;
}

.pform {
    margin-bottom: 15px;
}

.view,.write {
    color: #00b3f2;
    cursor: pointer;
}

/*返回顶部按钮样式*/

.btn-pub {
    position: relative;
    width: 35px;
    height: 35px;
    margin-bottom: 1px;
    cursor: pointer;
    background-color: #7a6e6e;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.btn-pub:hover {
    background-color: #c81623;
}

.btn-pub img {
    position: absolute;
    top: 9px;
    left: 8px;
}

.btn-pub span {
    display: block;
    width: 80px;
    height: 35px;
    background-color: #c81623;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    z-index: -1;
    left: 36px;
    top: 0px;
    border-radius: 3px 0px 0px 3px;
    /*display: none;*/
}
.buttons-down {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 35px;
    margin-top: -61px;
}

.btn-pub-down img {
    position: absolute;
    top: 15px;
    left: 11px;
}

.btn-pub-down a {
    display: block;
    width: 35px;
    height: 35px;
}