.content{
    padding: 15px 0 20px 0;
}
.z-details {
    padding: 20px 60px;
}
.z-details .details-title{
    font-weight: bold;
    text-align:  center;
    margin-bottom: 20px;
}
.info{
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    background-color: #F2F6FC;
    font-weight: bold;
    color: #606266;
}
.info .public{
    margin-right: 20px;
}
.details{
    padding: 20px 0;
}
.details-f16,.details-f16 *{
    font-size: 16px;
}
.details-f14,.details-f14 *{
    font-size: 14px;
}
.details-f12,.details-f12 *{
    font-size: 12px;
}