.category01 {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 20px 20px 0;
    position: relative;
    min-height: 62px;
}

.category-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 38px;
    position: relative;
    /*padding-left: 16px;*/
}

/*.category-title {*/
/*    position: absolute;*/
/*    color: #4c4c4c;*/
/*    font-size: 16px;*/
/*    top: 20px;*/
/*    line-height: 1em;*/
/*}*/

/*.category-title .iconfont {*/
/*    margin-right: 5px;*/
/*    font-size: 18px;*/
/*}*/

#category01 {
    padding-left: 90px;
}

#category01 .category-item {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border-radius: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 15px;
}

#category01 .category-item:hover {
    color: #b71c22;
}

#category01 .category-item.on {
    color: #fff;
    background: #b71c22;
}

.category-item-all {
    position: absolute;
    left: 20px;
    top: 20px;
}

.cateContent {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.searchBox {
    margin: 20px 0 0;
    /*background: #fff;*/
    padding: 0 0 20px 0;
    /*border: 1px solid #e8e8e8;*/
    /*border-bottom: none;*/
}

.h-title {
    float: left;
    font-size: 18px;
    line-height: 38px;
    position: relative;
    /*padding-left: 16px;*/
}

/*.h-title:before {*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 18px;*/
/*    background-color: #b71c22;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 9px;*/
/*}*/

.h-search {
    float: right;
}

.searchInput {
    width: 270px;
    height: 38px;
    border: 1px solid #eee;
    padding: 0 16px 0 16px;
}

.searchBox select {
    border: 1px solid #eee;
    height: 38px;
    margin-right: 10px;
}

.searchInfoBtn {
    width: 58px;
    height: 38px;
    background-color: #2c3e50;
    border: 0;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 3px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.examBox {
    padding: 10px 30px;
    margin: 0 0 40px;
    min-height: 220px;
    background-color: #fff;
    border: 1px solid #eee;
}

.cateList {
    width: 100%;
    min-height: 640px;
    float: left;
    position: relative;
}

/*.cateList:after{*/
/*    content:"";*/
/*    width: 1px;*/
/*    background-color: #eee;*/
/*    position: absolute;*/
/*    right:0;*/
/*    top:20px;*/
/*    bottom:20px;*/
/*}*/

.cateList li {
    width: 100%;
    height: 176px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin: 20px 0;
    transition: box-shadow .2s;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    position: relative;
}

.cateList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.cateList li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cateList li .liLeft {
    float: left;
    width: 280px;
    height: 176px;
    overflow: hidden;
    position: relative;
}

.stageBadge {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 176px;
}

.cateList li .liCenter {
    float: left;
    min-width: 350px;
    max-width: 60%;
    height: 100%;
    margin: 0 0 0 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.trainTitle {
    font-size: 20px;
    color: #333;
    margin: 6px 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highLight {
    color: #b71c22;
}

.trainTerm {
    margin: 5px 0;
}

.trainTerm>span {
    font-size: 16px;
    color: #337ab7;
    font-weight: bold;
}

.trainDate {
    color: #333;
    font-size: 15px;
}

.trainDate.noStart {
    color: #ff9900;
}

.trainDate.ongoing {
    color: #089740;
}

.projectBrief {
    margin: 5px 0;
}

.cateList li .liRight {
    width: 120px;
    position: absolute;
    bottom: 10px;
    top: 10px;
    right: 10px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rightBtn {
    width: 100px;
    height: 40px;
    margin: 4px 10px;
    border: 0;
    background-color: #cdcdcd;
    color: #fff;
    border-radius: 5px;
    -weikit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_start,
.btn_noStart {
    background-color: #4ca6ff;
    transition: box-shadow, background-color .2s;
    -webkit-transition: box-shadow, background-color .2s;
    -moz-transition: box-shadow, background-color .2s;
}

.btn_start:hover,
.btn_noStart:hover {
    background-color: #1e7dff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.rightBtn.btn_disabled {
    background-color: #cdcdcd;
    cursor: not-allowed;
}

.trainScore {
    color: #df3d3e;
    text-align: center;
    margin: 0 0 5px 0;
}

.scoreBadge {
    width: 66px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #a1a1a1;
    color: #a1a1a1;
    border-radius: 5px;
    -weikit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 auto;
}

.scoreBadge.isPass {
    border-color: #089740;
    color: #089740;
}

.examNotice {
    width: 300px;
    float: right;
    margin: 20px 0;
    padding-left: 10px;
}

.noticeTitle {
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    position: relative;
}

.noticeTitle:after {
    content: "";
    width: 6em;
    height: 2px;
    background-color: #6789ab;
    position: absolute;
    bottom: 0;
    left: 0;
}

.noticeContent>p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.noticeContent>p:last-of-type {
    margin-bottom: 0;
}

.getMore {
    width: 108px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    display: none;
    margin: 30px auto 50px;
}

.getMore>i {
    font-style: unset;
}

.getMore>span {
    font-size: 12px;
    margin: 0 0 0 2px;
}

.getMore:hover {
    color: #b71c22;
}

.getMore:hover>i {
    text-decoration: underline;
}

.getMore:hover>span {
    text-decoration: none;
}

.examModel {
    width: 600px;
}

@media screen and (max-width: 1200px) {
    .cateContent {
        width: 100%;
        padding: 0 20px;
    }

    .examNotice,
    .cateList {
        float: none;
        width: 100%;
        padding: 0;
    }

    .examNotice {
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

    .cateList {
        min-height: inherit;
    }

    .cateList:after {
        display: none;
    }

    .cateList li {
        display: flex;
        display: -webkit-flex;
        height: auto;
    }

    .cateList li .liLeft {
        min-width: 280px;
    }

    .cateList li .liCenter {
        flex-grow: 1;
    }

    .projectBrief {
        max-height: 80px;
        overflow: hidden;
    }

    .cateList li .liRight {
        min-width: 140px;
        position: static;
    }
}

@media screen and (max-width: 900px) {
    .noticeTitle {
        font-size: 18px;
        font-weight: 500;
        padding: 0 0 10px 10px;
        margin-bottom: 10px;
    }

    .noticeTitle:before {
        content: "";
        width: 4px;
        height: 1em;
        background-color: #b71c22;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        position: absolute;
        left: 0;
        top: 1px;
    }

    .noticeTitle:after {
        display: none;
    }

    .cateList li .liLeft {
        min-width: 220px;
        width: 220px;
        height: 138px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
    }

    .cateList li .liLeft>img {
        width: auto !important;
        height: 100% !important;
        margin: 0 !important;
    }

    .stageBadge {
        line-height: 138px;
    }

    .trainTitle {
        font-size: 18px;
    }

    .trainDate {
        font-size: 14px;
        color: #666;
    }

    .projectBrief {
        max-height: 40px;
    }

    .rightBtn {
        width: 120px;
        height: 30px;
        background-color: #b71c22;
        border-radius: 0;
        padding: 0;
    }

    .rightBtn:hover {
        background-color: #b71c22;
    }
}

@media screen and (max-width: 720px) {
    .cateContent {
        padding: 0;
    }

    .h-title,
    .h-search {
        float: none;
        display: block;
    }

    .searchBox {
        float: none;
        /*display: flex;*/
        /*display: -webkit-flex;*/
        padding: 20px;
        margin: 0;
    }

    .searchInput {
        flex-grow: 1;
    }

    .searchInput:focus {
        border-color: #b71c22;
    }

    .searchInfoBtn {
        width: 65px;
        background-color: #b71c22;
        margin: 0;
        top: 1px;
        float: right;
    }

    .examBox {
        padding: 0;
        margin: 0 0 10px;
        background-color: transparent;
        border: 0;
    }

    .examNotice {
        background-color: #fff;
        padding: 20px;
        margin: 0 0 20px;
        border: 0;
    }

    .noticeTitle {
        font-size: 16px;
        border: 0;
        padding: 0 0 0 10px;
        margin-bottom: 14px;
    }

    .noticeContent {
        color: #666;
    }

    .cateList {
        padding: 0 20px;
    }

    .cateList li {
        display: block;
        background-color: #fff;
    }

    .cateList li .liLeft {
        float: none;
        width: 100%;
        height: 180px;
    }

    .cateList li .liLeft>img {
        width: 100% !important;
        height: auto !important;
        min-height: 100%;
    }

    .stageBadge {
        line-height: 180px;
    }

    .cateList li .liCenter {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 15px 20px;
    }

    .trainTitle {
        font-family: 14px;
        font-weight: 400;
    }

    .projectBrief {
        color: #666;
    }

    .cateList li .liRight {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .getMore {
        margin: 0 auto 30px;
    }

    .examModel {
        width: auto;
    }
    
    .category-title {
        padding: 0 20px;
    }
    
    .category01 {
    margin: 0 20px 0;
}
}

