.rsfw {
}

.rsfw .tabContent {
    height: 356px;
    position: relative;
}

.rsfw .tabContent .rsfwleftimg {
    width: 484px;
    height: 263px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 11;
}

.rsfw .tabContent .inner {
    padding: 39px 36px 31px 50px;
    box-sizing: border-box;
    width: 764px;
    height: 326px;
    /* height: 291px; */
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}

.rsfw .tabContent .inner .circle {
    bottom: 0;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 10px;
    height: 10px;
    background: #de1015;
    border-radius: 50%;
}

.rsfw .tabContent .inner .tit {
    font-weight: bold;
    font-size: var(--f20);
    color: #de1015;
    margin-bottom: 40px;
    position: relative;
}

.rsfw .tabContent .inner .tit::after {
    content: "";
    bottom: 0;
    position: absolute;
    width: 42px;
    height: 2px;
    left: 0;
    bottom: -14px;
    background: #de1015;
}

.rsfw .tabContent .inner .content {
    color: #606060;
    line-height: 28px;
    width: 530px;
    font-size: var(--f16);
}

.rsfw .rsfwBlock {
    width: 1100px;

    margin: 0 auto 73px;
}
.rsfw .rsfwBlock .rsfwTIt {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 39px;
}
.rsfw .rsfwBlock .rsfwItemList {
    display: flex;
    justify-content: center;
}
.rsfw .rsfwBlock .rsfwItemList .rsfwItem {
    width: 526.5px;
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}
.rsfw .rsfwBlock .rsfwItemList .rsfwItem:nth-child(1) {
    margin-right: 47px;
}
.rsfw .rsfwBlock .rsfwItemList .rsfwItem .rsfwpic {
    width: 100%;
    object-fit: cover;
    height: 260px;
}
.rsfw .rsfwBlock .rsfwItemList .rsfwItem .rsfwDesc {
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
}
.rsfw .rsfwBlock .rsfwItemList .rsfwItem .rsfwDesc .rsfwname {
    color: #333333;
    font-weight: bold;
    margin-bottom: 17px;
    font-size: 18px;
}
.rsfw .rsfwBlock .rsfwItemList .rsfwItem .rsfwDesc .rsfwintro {
    color: #606060;
    font-size: 16px;
}
.rsfw .rsfwsbdl {
    width: 100%;
    background: #f9f9f9;
    padding-top: 55px;
}
.rsfw .rsfwsbdl .rsfwTIt {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 39px;
}
.rsfw .rsfwsbdl .sbItemList {
    width: 1100px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.rsfw .rsfwsbdl .sbItemList .sbItem {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
    margin-right: 103px;
}
.rsfw .rsfwsbdl .sbItemList .sbItem .sbCircle {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 30px;
    background-color: #de1015;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rsfw .rsfwsbdl .sbItemList .sbItem .sbCircle img {
    width: 40px;

}
.rsfw .rsfwsbdl .sbItemList .sbItem .sbContent {
    width: 305px;
    line-height: 26px;
}
