.content{
    width: 95%;
    margin: 30px auto auto auto;
}

.content_p{
    width: 30%;
    float: right;
}
.content img {
    /*float: right;*/
    width: 100%;
    height: auto;
}
.hengxian{
    width: 69%;
    height: 1px;
    background: #989daf;
    float: left;
    margin-top: 15px;
}
.content h2{
    font-size: 20px;
    color: #e62925;
    width: 95%;
    margin: auto;
}
.content_all{
    margin-top:15px;
}
.content_all p:first-child{
    margin-top: 15px;
}
.content_all p{
    width: 95%;
    margin: auto;
    color: #686d81;
    font-size: 14px;
    padding-top: 30px;
}
.content_all p:first-child{
    padding-top: 0px;
}
