.pages_title {
    margin-top: 20px;
    height: auto;
    font-size: 24px;
    font-family: 微软雅黑;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.pages_data {
    font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(102, 102, 102);
    text-align: center;
    width: 100%;
    padding: 10px 0px 20px;
}
.pages_content {
    text-indent: 2em;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: 微软雅黑;
    width:850px;
    height: auto;
    line-height: 1.8;
    border-top: 1px solid rgb(231, 231, 231);
    padding: 35px 30px;
    overflow: hidden;
    
}
.pages_content p{
    text-indent: 2em;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: 微软雅黑;
    line-height: 1.8;
    margin-bottom: 1em;
    
}

.pages_share {
    width: 1000px;
    height: 50px;
    color: rgb(66, 153, 234);
    line-height: 50px;
    font-family: 微软雅黑;
    font-size: 18px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.pages_pages {
    height: auto;
    width: 100%;
    font-size: 16px;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51);
    line-height: 30px;
    overflow: hidden;
    padding: 30px 0px;
     border-top: 1px solid rgb(231, 231, 231);
}
