body {
    /*background: #f8f8f8;*/
}

/*top nav*/
.nav-header {
    position: relative;
    height: 60px;
    background: #005187;
    z-index: 999;
    /*border-bottom: 1px solid #e7e7e7;*/
}
.nav > li a,
.nav > li {
    /*padding: 0 10px*/
    color: #fff;
}
.nav > li>a{
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color: #fff;
}
.nav > li a.menu_login {
    background: #dfb700;
    border-radius: 40px;
    color: #fff;
    padding: 5px 20px;
    margin: 10px 10px
}
a.nav_1_a:hover{
    color: #333;
}
.nav_1_ul{
    display: none;
    margin-top: 10px;
    z-index: 999;
    background: rgba(0,81,135,0.8);
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    width: 220px;
}
.nav_1:hover{
    background:rgba(0,81,135,0.8);
}
.nav_1:hover .nav_1_ul{
    display: block;
}

.nav_1_ul .nav_1_ul_li{
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
}
.nav_1_ul .nav_1_ul_li a:hover{
    text-decoration: none;
    color: #efefef;
}

.nav_left li a {
    color: #333;
}

.navbar-brand {
    width: 450px;
}
.small_nav_icon{
    display: none;
}
.small_nav_icon span{
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    margin: 0 auto 8px;
}
/*banner*/

.main-banner {
    background: url(../img/main-banner.jpg) no-repeat center;
    width: 100%;
    height: 386px;
    max-height: 386px;
    position: relative;
}

.timecontroll {
    text-align: center;
    color: #fff;
    padding: 8% 0;
}

.timecontroll h1 {
    text-shadow: 4px 4px #113D63;
    font-size: 60px;
    letter-spacing: 20px;
    font-weight: bold
}

.timecontroll h2 {
    color: #f7e044;
    font-size: 40px;
    text-shadow: 4px 4px #113D63;
    letter-spacing: 15px;
    padding: 10px 0 30px 0
}

a.total-btn {
    border-radius: 90px;
    background: #f7e044;
    line-height: 30px;
    padding: 15px 60px;
    letter-spacing: 10px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.counting {
    color: #da5301;
    font-size: 40px;
    font-weight: bold;
}



/*首页培训项目*/
.pxxm-main-header{
    text-align: center;
    color: #000;
}
.pxxm-main-header h2{
    margin-top: 20px;
}
.pxxm_item{
    display: block;
    text-align: center;
    padding: 20px;
}
.pxxm_item img{
    width: 100%;
}


/*通用*/
.layui-tab-content {
    padding: 0px;
}

.main-title-padding {
    padding-bottom: 15px
}


/*最新考情*/

.test-section {
    background: #fff;
    min-height: 120px;
    padding: 10px 0;
}

.news-list {
    padding: 0 0px;
}


.news-list li {
    width: 100%;
    /*float: left;*/
    margin-right: 40px;
    line-height: 28px;
}

.news-list li.all {
    width: 45%;
    list-style: none;
}

.news-list li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 78%;
    overflow: hidden;
    float: left;
}

.news-list li span {
    float: right;
}

.attach {
    margin: 20px 0
}

.content {
    line-height: 28px;
    padding: 20px;
    text-align: justify;
    min-height: 400px;
    overflow: hidden;

}

.media-object {
    height: 180px;
}

/*考试条件*/

.main-margin {
    padding: 20px 0;
    /*background:#f4f4f4;*/
}

.test-condition-item {
    width: 100%;
    background: #fff;
    height: 300px;
    padding: 24px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 1px 0px 12px #f3f3f3;
}

.test-condition-item img {
    margin-bottom: 10px;
}

.test-condition-item p {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}


/*table*/

.table td.td {
    background: #005187;
    color: #fff;
    line-height: 30px;
    height: 30px
}

.price {
    color: #bf3403;
}

.brief a {
    text-align: center;
    display: block;
    clear: both;
    padding-top: 20px
}

/*专家*/

.expert-bg {
    /* background: url(../img/expert-banner.jpg) no-repeat #fff; */
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}

.expert-list .thumbnail {
    margin-bottom: 10px;
}

.expert-list p {
    color: #777;
    margin-top: 0;
    text-align: center;
}

.expert-list h5 {
    margin: 5px 0;
    text-align: center;
    line-height: 20px;
}

.expert-bg .title {
    color: #fff;
    padding-top: 20px;
}


/*底部*/

.footer {
    background: #005187;
    clear: both;
    width: 100%;
}

.copyright {
    text-align: center;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.sub-banner {
    width: 100%;
    background: url(../img/main-banner.jpg) no-repeat center;
    min-height: 339px;
    background-size: 100%;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lecture-list {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 1px 0px 12px #f3f3f3;
}

.media-left {
    width: 40%
}

.media-body {
    padding: 10px 20px
}

.media p {
    padding: 5px 0
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #ddd
}

/*登录*/

.wrap {
    background: url(../img/loginbg.jpg) no-repeat;
    height: 100%;
}

.logindiv {
    height: 580px;
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

.input-lg {

    font-size: 14px;
}

.l-box {
    width: 300px;
    background: #fff;
    float: right;
    padding: 20px;
}

.l-box .col-md-7 {
    padding: 0;
    margin-bottom: 15px;
}

.l-box .col-md-5 {
    padding-right: 0;
    text-align: right;
}

.l-box .col-md-6 {
    padding-right: 5px;
    padding-left: 0
}

@media only screen and (min-width: 100px) and (max-width: 812px) {
    .news-list {
        margin-left: 10px
    }

    .news-list li {
        width: 100%
    }

    .news-list li a {
        width: 73%
    }

    .navbar-nav {
        display: none;
    }
    .navbar-nav.small_nav_con{
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 999;
        background: #113D63 ;
        margin: 0;
        padding: 10px;
    }

    .nav_1_ul{
        display: block;
        background: none;
        padding: 5px 15px;
        margin-top: 0;
    }


    ul.navbar-nav.small_nav_con li{
        display: block!important;
        font-size: 16px;
    }
    .nav_1_ul .nav_1_ul_li{
        text-align: left;
        border-bottom: none;
        font-size: 12px;
        padding: 5px 10px;
    }

    .timecontroll h1 {
        text-shadow: 4px 4px #113D63;
        font-size: 55px;
        letter-spacing: 20px;
        font-weight: bold;
        line-height: 70px
    }

    .timecontroll h2 {
        color: #f7e044;
        font-size: 28px;
        text-shadow: 4px 4px #113D63;
        letter-spacing: 4px;
        padding: 10px 0 30px 0;
    }

    .sub-banner {
        width: 100%;
        background: url(../img/sub-banner.png) no-repeat center;
        min-height: 90px;
        background-size: 100%;
    }
}

/*左边分类*/
.nav-h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 8px 10px;
    margin-top: 10px;
    background: #f5f5f5;
    border-radius: 4px;
}

.nav-pills > li.normal {
    background: #f4f4f4;
    border-radius: 4px;

}

.md-padding {
    padding: 0 30px
}

/*2019.11.21*/
.nav > li > a {

    font-weight: bold;

}

.nav > li > a:hover {
    background: none;
    color: #fff
}
.nav_left > li > a:hover{
    color: #333;
}

.content-pad {
    padding: 30px 10px;
    min-height: 300px;
    overflow: hidden;

}

.text-nowrap {
    height: 50px;
    overflow: hidden;
    padding-top: 12px;
    white-space: normal;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;

}

.quick-select {
    position: absolute;
    right: 0;
    top: 25px;
    color: #333;
}

.quick-select select {
    padding: 5px;
    width: 200px;
    height: 40px
}

.top-bar {
    width: 100%;
    line-height: 34px;
    color: #333;
    margin: 20px auto;
}

.top-bar a {
    color: #333;
    padding: 0 12px;
    font-size: 12px;
}

.top-bar a:hover {
    color: #444;
}

.more {
    float: right;
    font-size: 13px;
    margin-top: 8px;
    font-style: normal;

}

.main-header h2 {
    float: left;
    display: inline-flex;
    line-height: 24px;
    /*background: #1d59b2;*/
    color: #005187;
    font-size: 16px;
    padding: 0 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 0px;
    font-weight: bold;
}

.main-header {
    height: 28px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px;
    margin-top: 5px;
}

.main-header .mybtn div {
    width: 5px;
    height: 24px;
    float: left;
    background-color: #005187;
}

.main-header .mybtn a {
    color: #005187;
}

.zxdt {
    width: 5px;
    height: 28px;
    background-color: #005187;
    float: left;
    margin-top: 9px;
}

.more a {
    color: #005187;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    transition: 0.3s;
}

ul.topnav li a:hover {
    background-color: #b2141a;
}

ul.topnav li.icon {
    display: none;
}

@media screen and (max-width: 768px) {

    ul.topnav li:not(:first-child) {
        display: none;
    }

    ul.topnav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        /*float:none;*/
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }

    ul.topnav.responsive {
        position: relative;
        z-index: 9999;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.topnav.responsive li {
        float: none;
        display: inline;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left;
        background: #b2141a;
    }

    ul.topnav img {
        width: 100%;
    }
}

/*main menu 响应式*/

ul.navbar-nav li.icon {
    display: none;
}

@media screen and (max-width: 640px) {
    .small_nav_icon{
        display: block;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    ul.navbar-nav li:not(:first-child) {
        display: none;
    }

    ul.navbar-nav li.icon {
        float: right;
        display: inline-block;
        padding: 7px 16px 0 0;
    }

    ul.navbar-nav li a {
        color: #fff;
    }

    .navbar-nav .navbar-nav-item {
        line-height: 37px;
    }

    ul.navbar-nav.responsive1 {
        position: relative;
        z-index: 9999;
    }

    ul.navbar-nav.responsive1 li.icon {
        position: absolute;
        right: 0px;
        top: 0;
    }

    ul.navbar-nav.responsive1 li {
        float: none;
        display: inline;
    }

    ul.navbar-nav.responsive1 li a {
        display: block;
        text-align: left;
        background: #b2141a;
    }
}

/*通用2020.7.7*/

@media screen and (max-width: 640px) {
    .list-group li {
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
        background: url(../images/ico18.gif) left center no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list-group li a {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: inherit;
        display: inline-block;
    }

    .con-bg {
        background: #fff;
        margin-top: 15px;
        padding: 10px 10px;
    }

    .media-left {
        /* float: left; */
        width: 100%;
    }

    .media-body {
        padding: 10px 0px;
        /* float: left; */
        width: 100%;
    }

    .quick-select {
        display: none;
    }

    .scrollsidebar {
        display: none;
    }

    .main-banner {
        background: url(../img/main-banner.jpg) no-repeat center;
        width: 100%;
        height: 94px;
        max-height: 94px;
        position: relative;
        background-size: 124%;
    }

    .navbar-brand {
        width: 360px;
    }

    .layui-tab-content {
        padding: 0px;
    }
    .nav > li>a{
        height: 40px;
        line-height: 40px;
    }
    .nav_1_ul{
        position: relative;
        top: 0;
        width: 100%;
    }

}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    .media-left {
        float: left;
        width: 30%;
    }

    .media-body {
        padding: 10px 20px;
        float: left;
        width: 60%;
    }

    .scrollsidebar {
        display: none;
    }

    .main-banner {
        background: url(../img/main-banner.jpg) no-repeat center;
        width: 100%;
        height: 94px;
        max-height: 94px;
        position: relative;
        background-size: 124%;
    }

    .navbar-brand {
        width: 360px;
    }



}

.kjlj_item {
    background: #eee;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 15px 10px;
    color: #1d59b2;
    text-decoration: none;
}

.kjlj_item:hover {
    background: #1d59b2;
    color: #fff;
    text-decoration: none;
}
.thumbnail{
    height: 216px;
}