.detail-s-4-content{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 6px;
}
.detail-s-4-content .box{
    width: 1050px;
    heigth: 100%;
    margin: 0px auto;

}
.detail-s-4-content .row{
    /**
    * 定义宽高
    */
    width: 95%;
    height: 256px;
    float: left;
    /**
    * 边距
    */
    margin: 5px 0px;
    padding: 0% 2% 0% 3%;
    /**
    * 定义边框
     */
    border-radius: 5px;
    /*
    * 定义背景
     */
    background: rgba(255, 255, 255, 0.7);
    /**
    ** 定位属性
     */
    position: relative;

}

/*
* 内部布局样式
 */
.detail-s-4-content .top{
    width:100%;
    height: 65px;
    float: left;
    line-height: 79px;
    border-bottom: 1px solid rgb(168, 172, 217);
    position: relative;
}
.detail-s-4-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-4-content .top span{
    position: absolute;
    width: 3px;
    height: 20px;
    left: -1%;
    top: 44%;
    border-radius: 5px;
    background: rgb(38, 120, 255);
}

.detail-s-4-content .bottom{
    width:100%;
    height: 160px;
    float: left;
    position: relative;
    margin-top:15px;
}
.detail-s-4-content .bottom .left{
    width: 176px;
    height: 212px;
    float: left;
    margin-right: 30px;
    position: relative;
    border-radius: 5px;
}
.detail-s-4-content .bottom .left img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.detail-s-4-content .bottom .left span{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.detail-s-4-content .bottom .left span a{
    color: rgb(3, 8, 82);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
}


.detail-s-4-content .bottom .right {
    width: 790px;
    height: 212px;
    float: left;
    position: relative;
}
.detail-s-4-content .bottom .right  .btn{
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 96px;
    height: auto;
    text-align: center;
}
.detail-s-4-content .bottom .right  .btn a{
    display: block;
    color: rgb(3, 8, 82);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 20px;
}
.detail-s-4-content .bottom .right .row-1{
    width: 100%;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-bottom: 15px;
}


.detail-s-4-content .bottom .right .row-1 a{
    display: block;
    width: 154px;
    height: auto;
    float: left;

    color: rgb(38, 43, 106);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;

    margin-right: 30px;
}
.detail-s-4-content .bottom .right .row-1 span{
    display: block;
    float: left;
    width: 56px;

    color: rgba(38, 43, 106, 0.6);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
}
.detail-s-4-content .bottom .right .row-1 .tag{
    width: auto !important;
    margin-right: 5px !important;

    padding:3px 7px;
    border-radius: 3px;

    background: rgba(38, 43, 106, 0.16);

    color: rgb(38, 43, 106);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;

    margin-top: -3px;
}
.zym{
    display: block;
    width: 154px;
    height: auto;
    float: left;
    color: rgb(38, 43, 106) !important;
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    letter-spacing: 0px;
    text-align: left;
    margin-right: 30px;
    margin-top: -2px;
}
/**
** 内容标签样式
 */
.detail-s-4-content img{

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

}