

.wrap {
    width: 1200px;
    margin: 8px auto;
    /* border: 1px solid red; */
    position: relative;
    /*border-top: 2px solid #ccc;*/
}



/* --------------------- */
/* 文本 start */
.news {
    width: 870px;
    background: #fff;
    padding-bottom: 70px;
    border-radius: 3px;
    min-height: 928px;
}

.news h1 {
    width: 88%;
    font-size: 30px;
    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;
    color: #999;
}

.news .news_cont {
    width: 88%;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 30px;
}


.news .news_cont p {
    font-size: 16px;
    line-height: 32px;
    margin: 16px 0;
}

.news .news_cont .align {
    text-align: center;
    line-height: 0px;
    margin: 30px 0;

}

.news .news_bottom {
    position: relative;
    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 {
    position: absolute;
    right: 0;
    top: 0px;
}

.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: "微软雅黑";
    background: #008C46;
}

.news .news_mes div {
    background: #f2f2f2;
}

.news .news_mes div ul {
    float: left;
}

.news .news_mes div ul:first-child {
    margin-right: 200px;

}

.news .news_mes div ul li {
    margin: 15px 0;
    padding-right: 10px;
}

.news .news_mes div ul li a {
    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;
}
/* 文本 end */


/* 联系地点 start */
.show_place{
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    background: #fff;
}
.news_side{
    width: 300px;
}


/* 联系地点 end */












