.container_detail{
    width: 1140px;
    margin: 16px auto;
    padding: 0 30px 19px;
    background-color: #fff;
}
.nav {
    width: 100%;
    height: 77px;
    line-height: 77px;
    color: #606266;
    cursor: text;
}

.news-list {
    cursor: pointer;
}
.attach {
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
}
.attach .attach-title{
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}
.attach .attach-item{
    height: 38px;
    line-height: 38px;
    padding-left: 36px;
}
.attach .attach-item a{
    float: right;
    display: inline-block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid #2e69f9;
    color: #0166cc;
    margin-top: 5px;
    text-align: center;
}
.attach .attach-item a:hover{
    background-color: #2e69f9;
    color: #fff;
}
.title {
    line-height: 44px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    white-space: normal;
    word-break: break-all;
    text-align: center;
}

.news-meta {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.news_date {
    color: rgb(119, 119, 119);
}
.news_body {
    padding: 32px 40px;
    border-bottom: 1px solid rgb(241, 241, 241);
    margin-bottom: 20px;
}

.news_body p {
    font-family: 'SimSun';
    line-height: 28px;
    font-size: 18px;
    color: #333;
    /*text-indent: 2em;*/
    padding: 5px 0px
}

.news_body img {
    display: block;
    margin: 0 auto;
}
.news_body .news_editor {
    font-family: 'Microsoft YaHei';
    text-align: right;
    margin-top: 76px;
    font-size: 16px;
}

.text_right {
    text-align: right;
    color: rgb(119, 119, 119);
    margin-left: 18px;
}
br{ display:none}
h1,h2,h3,h4,h5{padding-top: 8px;padding-bottom:8px;}
