/*  container  */
#article_page {
    width: 1000px;
    margin: 0 auto;
}

#article_page .w_main {
    min-height: 600px;
    /* background: #fff; */
    overflow: hidden;
    padding-bottom: 40px;
}

#article_page .w_main .news_left {
    float: left;
    width: 700px;
    margin-right: 10px;
}

#article_page .w_main .aside {
    float: left;
    width: 290px;
}

.banner_box_imgs {
    margin: 8px 0;
}

.bread_crumb_box {
    margin-bottom: 8px;
    padding: 12px 20px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
}

.bread_crumb_box span {
    color: #666;
    max-width: 500px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

.bread_crumb_box p {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
}

.bread_crumb_box p a {
    color: #2B80F3;
}

.content {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}



.article_top {
    position: relative;
}

.article_top h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.article_top p {
    font-size: 0;
    color: #999;
    text-align: center;
}

.article_top span {
    font-size: 14px;
    margin: 0 20px;
}

.article_box {
    padding-top: 40px;
    min-height: 420px;
    box-sizing: border-box;
}

.article_box article {
    box-sizing: border-box;
    overflow: hidden;
    color: #666666;
    line-height: 2;
    font-size: 16px;
}

.article_box article img {
    max-width: 100%;
    height: auto;
}

.read_more {
    margin-top: 40px;
}

.relate_news {
    margin-top: 10px;
    background: #fff;
}

.relate_news ul {
    padding: 6px 16px 0;
}

.relate_news .title {
    height: 50px;
    line-height: 50px;
    background-color: #FFF7EC;
    padding-left: 16px;
    color: #FF913B;
    font-size: 16px;
    font-weight: bold;
}

.relate_news_list li {
    padding: 16px 0;
    border-bottom: 1px solid #ddd;

}

.relate_news_list li:last-of-type {
    border: none;
}

.relate_news_list li a {
    display: inline-block;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}

.relate_news_list li time {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

/*热门资讯*/

.aside section {
    background: #fff;
    margin-bottom: 10px;
}

.aside .title {
    height: 50px;
    line-height: 50px;
    background-color: #FFF7EC;
    padding-left: 16px;
    color: #FF913B;
    font-size: 16px;
    font-weight: bold;
}

.aside .hot_news_list {
    padding: 0px 16px 0;
}

.hot_news_list a {
    color: #666666;
    font-size: 14px;
}

.aside .hot_news_list ul li {
    border-bottom: 1px solid #DDDDDD;
    padding: 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.aside .hot_news_list ul li:last-of-type {
    border-bottom: none;
}

.aside .more_job_list {
    padding: 0;
    padding-bottom: 20px;
    padding-right: 16px;
    font-size: 0;
}


.more_job_list a {
    display: inline-block;
    padding-top: 20px;
    width: 50%;
    padding-left: 16px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}