.policy_details_con{
    padding: 12px 78px;
    text-align: center;
}
.policy_details_con h1{
    font-size:28px;
    font-family:sans-serif;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    margin: 24px 0;
    line-height:40px;
}
.policy_details_con .brief{
    padding-bottom: 24px;
    border-bottom: 1px dashed rgba(0,0,0,0.12);
}
.policy_details_con .brief>span{
    margin-right: 32px;
    font-size:14px;
    font-family:sans-serif;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:20px;
}
.policy_details_con .brief>span:last-child{
    margin-right: 0;
}
.policy_details_con .content{
    border-bottom: 1px dashed rgba(0,0,0,0.12);
    padding: 24px 0;
}
.policy_details_con .content{
    font-size:16px!important;
    font-family:sans-serif;
    font-weight:400;
    color:rgba(0,0,0,0.85);
    line-height:32px;
    text-align: left;
}
.policy_details_con .content span{
    font-size:16px!important;
    
}
.contant_change{
    padding: 30px 40px;
}
.contant_change span{
    margin-right: 48px;
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    text-align: left;
    /* 单行 文本溢出 */
    overflow: hidden;
    white-space: nowrap;/* 文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
    text-overflow: ellipsis;
}
.contant_change span:last-child{
    margin-right: 0;
}
.contant_change span,.contant_change span a{
    font-size:14px;
    font-family:sans-serif;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:20px;
}

.contant_change span a:hover{
    text-decoration: none;
    color: rgba(5,132,201,1); 
}

/*富文本 样式*/
table tr td{
    border: 1px solid #333;
}
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

ol.disc {list-style-type: disc}
ol.circle {list-style-type: circle}
ol.square {list-style-type: square}
ol.none {list-style-type: none}

/* .content ol li{
    list-style: decimal;
} */

.content table{
    margin: auto!important;
    max-width: 100%;
}