/*招生平台网站*/
body{min-width: 240px;}

.autoWrap{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.mgt10{
    margin-top: 10px;
}

.topBox {
    min-height: 540px;
    background: url('/static/home/img/index/zbwb_home_banner.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.mg-18 {
    margin: 0 16px;
}

.snav{
    margin-top: 60px;
    font-size: 16px;
}

.snav .glyphicon{
    top: 3px;
}

/*友情链接*/
.link-font-12{
    margin:10px;
    font-size:12px;
    font-weight:600;
}

/*位置*/
.position{
    padding-bottom: 20px;
}
.position i{
    padding-right: 10px;
}
.position,.position a{
    color: #ccc;
}

/*文章列表*/
.article-list{
    padding: 0;
}

/*多图*/
.picture_list{
    margin-bottom: 20px;
}
.picture_list a{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 180px;
}

.picture_list a img{
    width: 180px;
    height: 140px;
}
.picture_list a p{
    width: auto;
    height: 45px;
    line-height: 45px;
    background: #fff;
}


/*文章详情内容*/
.article_content{
    line-height: 40px;
    min-height: 400px;
    overflow: auto;
}

.article_content img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


/*详情页上下文*/
.showpage{
    margin-top: 25px;
}

.showpage_right a{
    float: right;
}

@media (max-width: 768px) {
    .showpage_right a{
        float: none;
        margin-top: 15px;
    }
}
.nav-flex {
    display: flex!important;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.nav-flex > li {
    list-style: none;
    position: relative;
    display: block;
}
.nav-flex > li > a {
    color: #e6e6e6;
    text-decoration: none;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
}
.nav-flex > li > a:hover{
     color: #ffffff;
}
.navbar-collapse:after,
.nav:before {
    display: inline!important;
    content: ''!important;
}

.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a {
    background: none;
}

.sub-menu{
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
}