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

    border-radius: 5px;

    /* 面板阴影 */
    box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
    background: rgba(255, 255, 255, 0.7);
}

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

.banner-s-3-content .top .more{
    float: right;
}
.banner-s-3-content .top .more a{
    color: rgb(111, 111, 112);
    font-family: "HarmonyOS Sans SC";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;

    margin-right: 0px !important;
}


.banner-s-3-content .bottom{
    width:100%;
    height: 160px;
    float: left;
    position: relative;
    margin-top:15px;
}
.banner-s-3-content .bottom a{
    display: block;
    float: left;
    padding: 4px 0px;
    background: #92908e;
    color: rgb(243 240 236);
    border-radius: 3px;
/*    margin: 3px 5px;*/
    width:100% !important;
}

/**
** 内容标签样式
 */
.banner-s-3-content img{
    width: 7px;
    height: 18px;
    /*
    垂直居中
     */
    margin-top: -4px;
}
.banner-s-3-content a,span{
    color: rgb(40, 45, 108);
    font-family: "HarmonyOS Sans SC";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    margin-right: 10px;
}

/**swiper*/
.swiper {
    width: 100%;
    height: 234px !important;
}
.swiper-wrapper{
    height: 234px !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 227px !important;
    height: 234px !important;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 227px;
    height: 234px;
    object-fit: cover;
}

.swiper-slide a{
    position: absolute;
    height: 20px;
    line-height: 20px;
    background: rgba(38, 43, 106, 0.09);
    display: block;
    bottom: 0;
    left: 0;
    width: 210px !important;
    text-align: center;
}