




.wrap {
    width: 1200px;
    margin: 30px auto;
    /* border: 1px solid red; */
    position: relative;
    /*border-top: 2px solid #ccc;*/
}


/* --------------------- */

.news{
    width: 844px;
    /*background: #f2f2f2;*/
    border: 1px solid #EEEEEE;
    margin-top: 20px;
    /*margin-left: 9px;*/
    /* position: relative; */
}
.news h1{
    width: 88%;
    font-size: 30px;
    font-family: "微软雅黑";
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    margin:  0 auto;
    word-break: break-all;
    word-wrap: break-word;
}


.news .news_sTit{
    /* margin-top: 30px; */
    /* width: 450px; */
    /* padding: 0 20px; */
    margin: 20px auto 0;
    text-align: center;
    /* margin-right: 30px; */
}

.news .news_sTit span{
    margin-right: 30px;
    text-align: center;
}
.news .news_sTit span:last-child{
    margin-right: 0px;
}
.news .news_sTit span em{
    font-size: 15px;
    color: #666;
}
.news .news_sTit span em:last-child{
    display: inline-block;
    /* width: 160px; */
    color: #999;
}

.news .news_cont{
    width: 88%;
    margin-top: 20px;
    margin: 0 auto;
}


.news .news_cont div{
    line-height: 32px;
    font-size: 18px;
    margin: 16px 0;
}

.news .news_cont p{
    margin: 16px 0;
}

.news .news_cont .align {
    text-align: center;
    line-height: 0px;
    margin: 30px 0;

}

.news .news_bottom{
    position: relative;
    /* margin-top: 27px; */
    width: 88%;
    margin: 27px auto 0;
}
.news .news_bottom em,
.news .news_bottom a{
    font-size: 16px
}
.news .news_bottom a{
    color: #666;
    margin-left:5px; 
}
.news .news_bottom a:hover{
    color: #ED4040;
}


.news .news_bottom span:last-child{
    margin-left: 200px;
}
.news .news_bottom .bdsharebuttonbox{
    display: inline-block;
    vertical-align: -20px;
}


.news .news_mes{
    margin-top: 46px;
    padding-top: 46px;
    background: #fff;
}
.news .news_mes h2{
    text-indent: 13px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-family: "微软雅黑";
    /* margin-left: 10px; */
    background: #008C46;
}

.news .news_mes div{
    /* border: 1px solid red;   */
    /* margin-top: 5px; */
    background: #f2f2f2;
    /* text-align: center; */
}

.news .news_mes div ul{
    float: left;
    /* width: 400px; */
    /* border: 1px solid red;   */
}
.news .news_mes div ul:first-child{
    margin-right: 200px;

}
.news .news_mes div ul li{
    /* line-height: 30px; */
    margin: 15px 0;
    padding-right: 10px;
}

.news .news_mes div ul li a{
    /* border: 1px solid red;   */
    display: block;
    width: 300px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 16px;
    margin: 8px 0;
    text-decoration: none;
    color: #444;
}
.news .news_mes div ul li a:hover{
    color: #ED4040;
}


.news .news_mes div ul li a::before{
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #999;
    vertical-align:3px;
    margin: 0 10px 0 10px;
}














