.detail-s-2-content{
    width: 100%;
    height: auto;
    float: left;
}
.detail-s-2-content .box{
    width: 100%;
    heigth: 100%;
    margin: 0px auto;
}
.detail-s-2-content .row{
    /**
    * 定义宽高
    */
    width: 95%;
    min-height: 50px;
    float: left;
    /**
    * 边距
    */
    margin: 5px 0px;
    padding: 0% 2% 2% 3%;
    /**
    * 定义边框
     */
    border-radius: 5px;
    /*
    * 定义背景
     */
    background: #fff;
    /**
    ** 定位属性
     */
    position: relative;

}

/*
* 内部布局样式
 */
.detail-s-2-content .top{
    width:100%;
    height: 65px;
    float: left;
    line-height: 79px;
    border-bottom: 1px solid rgb(168, 172, 217);
    position: relative;
}
.detail-s-2-content .top a{
    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC" !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
}
.detail-s-2-content .top span{
    position: absolute;
    width: 3px;
    height: 20px;
    left: -1%;
    top: 44%;
    border-radius: 5px;
    background: rgb(38, 120, 255);
}

.detail-s-2-content .bottom{
    width:100%;
    height: auto;
    float: left;
    position: relative;
    margin-top:15px;
}
.detail-s-2-content .bottom a{

}
.detail-s-2-content .bottom p{
    color: rgb(38, 43, 106) !important;
    font-family: "HarmonyOS Sans SC" !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 178%;
    letter-spacing: 0px;
    text-align: left;
}
.detail-s-2-content .bottom p span{
    color: rgb(38, 43, 106) !important;
    font-family: "HarmonyOS Sans SC" !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 178%;
    letter-spacing: 0px;
    text-align: left;
}
/**
** 内容标签样式
 */
.detail-s-2-content img{

}
.detail-s-2-content a,span{

}

.kpa{
    background: rgba(38, 43, 106, 0.09);padding: 2px 5px; border-radius: 5px;
}