/*正文标题*/
.article_box{
    width: 1120px;
    margin: auto;
    border-top:;
    border-top: 1px solid #e5e0df;
}
.article_title{
    padding: 20px 0 20px 20px;
    background-image: url(img/point.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.article_title a{
    color: #7f7977;
    padding-left: 20px;
    padding-right: 15px;
}
.article_title a:hover{
    color: #FF3333;
}

/*正文内容*/
.article_content{
    display: -webkit-box; 
    display: -moz-box; 
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -moz-box-pack:space-between;
    box-pack:space-between;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    padding: 0 40px;
    
    border-top: 1px solid #f5f5f5;
    
}
.article_content h3{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #e2e2e2;
}
.article_content h3 a{
    margin-right: 21px;
}
.article_content h3 a.ad_cur{
    font-weight: 600;
}
.article_content p{
    display: block;
    width: 500px;
    height: 320px;
    margin-top: 30px;
    background-color: #f6f6f6;
}
.article_content em{
    display: block;
    width: 70%;
    line-height: 25px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 10px 0 10px 20px;
    background-image: url(img/icon-top.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 10px 10px;
}
.article_content span{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
}

/*招商*/
.article_zhaoshang{
    width: 1120px;
    border-top: 1px solid #f5f5f5;
}
.article_zhaoshang p{
    display: -webkit-box; 
    display: -moz-box; 
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -moz-box-pack:space-between;
    box-pack:space-between;
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
    line-height: 25px;
    margin-top: 30px;
}
