/*二级页面样式 包含 左侧二级导航和快捷导航，右侧内容框部分*/
.pagebox {
    width: 100%;
    margin: 0 auto;
    /*background: #f2f2f2;*/
    background: #fff;
    min-width: 1200px;
}

.pagebox.ji-bg {
    /*background-image: url("../image/ji-bg.png");*/
    background-size: 310px auto;
    background-position: calc(100% - 186px) 862px;
    background-repeat: no-repeat;
}

/*<img class="" src="../image/ji-bg.png" style="z-index: -1;display: block;object-fit: contain;width: 410px;height: 380px;position: absolute;right: 143px;top: 800px;">*/


.new_search_box {
    /*background: #cce2ff;*/
    height: 32px;
    position: relative;
    margin-top: 4px;

}

.news_search {
    width: 231px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ebebeb;
    /*border-radius: 16px;*/
    border-radius: 3px;
    color: #CACACA;
    font-size: 12px;
    padding: 0 0px 0 10px;

    background: #fff;
    /* position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     margin: auto;*/
}

.news_search input {
    width: 154px;
    line-height: 30px;
    border: none;
    outline: none;
    /*width: 195px;*/
    height: 30px;
    padding: 0;
}

.news_search .search_btn {
    width: 60px;

    padding-left: 14px;
    height: 32px;
    background: url(../image/search_news.png) no-repeat 3px center #177dff;
    background-size: 18px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    position: relative;
    top: -1px;
    -moz-border-radius-topright: 2px;
    border-bottom-right-radius: 2px;
}


.news_top_bg {
    height: 140px;
    background-size: 1920px 140px;
    background-image: url("../image/news_top_bar.png");
    background-position: center center;
    min-width: 1200px;
    /*margin-top: 16px;*/
}

.course_top_bg {
    height: 140px;
    background-size: 1920px 140px;
    background-image: url("../image/course_top_bar.png");
    background-position: center center;
    min-width: 1200px;
    /*margin-top: 16px;*/
}

.help_top_bg {
    height: 140px;
    background-size: 1920px 140px;
    background-image: url("../image/help_top_bar.png");
    background-position: center center;
    min-width: 1200px;
    /*margin-top: 16px;*/
}

.wrap_content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px;
}

.breadcrumb_box {
    /*padding: 28px 0 24px 0;*/
    line-height: 42px;
    color: #666666;
    font-size: 14px;
    /*font-size: 14px;*/
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    /*line-height: 1;*/
    background-color: #fff;
}

.breadcrumb_box_copy {
    display: none;
    padding: 25px 0;
    line-height: 20px;
    color: #666666;
    font-size: 14px;

    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.position {
    display: inline-block;
}

.position:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: '';
    background: url(../image/position.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.breadcrumb_side {
    display: inline-block;
}

.breadcrumb {
    display: inline-block;
    color: #333;
}

.position_home_icon {
    width: 42px;
    height: 42px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    background-image: url(../image/home_icon.png);
    background-size: 26px 26px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;

}

.breadcrumb.current {
    /*color: #276fb4;*/
    color: #177DFF;
}

.breadcrumb:hover a {
    /*color: #276fb4;*/
    color: #177DFF;
}


.left_content_box {
    /*width: 21.5%;*/
    width: 256px;
    float: left;
    border-radius: 8px;

}

.left_content_box_copy {
    display: none;
    width: 256px;
    float: left;
    border-radius: 8px;
}

.left_content_box_outer {
    /*box-shadow: 1px 1px 5px 1px #d7dce2;*/
    border: solid 1px #ccdded;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 12px;
}

.left_content_box_outer:first-child {
    margin-top: 0px;
}


.left_content_box_outer:last-of-type {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.top_nav_item {
    background: #276fb4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #ffffff;
    padding: 10px 10px 12px 40px;
    line-height: 40px;
    font-size: 26px;

}

.left_nav_box {
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    padding-top: 12px;


}

.left_nav_box.auto_scroll {
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    padding-top: 12px;

    max-height: 320px;
    /*max-height: 80px;*/
    overflow-y: auto;

}

.mCSB_dragger_bar {
    background-color: #276fb4 !important;
}

/*</style>*/
/*二级页面详情样式*/
.article_box {
    width: 1200px;
    /*height: 970px;*/
    box-shadow: 0px 0px 16px 0px rgba(21, 5, 5, 0.1);

    min-height: calc(100vh - 400px);

    /*margin: 0 auto;*/
    background-color: #fff;
    padding: 60px 50px 122px;
    overflow: hidden;
    margin: 28px 0 30px;

}

.article_title_box {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.article_box img {
    display: block;
    margin: 10px auto;
    max-width: 72%;
    height: auto;
}

.article_title {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}


.article_publish-time {
    font-size: 16px;
    color: #999;
    line-height: 1;
    text-align: center;
}

.article_content {
    text-align: justify;
    padding: 20px 0;
    color: #333;
    font-size: 18px;
    line-height: 36px;
}

.article_box p {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 36px;
    text-align: justify;
}

.article_content img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.preview_box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7dce2;
}

.preview_box a:hover {
    color: #00c0f4;
}

.pre {
    float: left;
}

.next {
    float: right;
}

/*新闻列表样式*/
@media only screen and (min-width: 769px) {
    .pagination_box_mobile {
        display: none;
    }

    .pagination_box_pc {
        margin: 10px 0;
        display: block;
    }
}


/*分页*/
.qspage {
    font-size: 12px;
    line-height: 450%;
    text-align: center;
}

.qspage a {
    padding: 7px 12px;
    border: 1px #cccccc solid;
    margin-right: 5px;
    text-decoration: none;
    color: #666666;
    background-color: #f6f6f6;
    border-radius: 4px;
}

.qspage a:hover {
    background-color: #ffffff;
    color: #333333;
}

.qspage .current {
    padding: 7px 12px;
    border: 1px #177dff solid;
    color: #ffffff;
    margin-right: 5px;
    background-color: #177dff;
    border-radius: 4px;
}


