.index-mediaAttention {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 1.0125rem 0 .875rem 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #F7F8FC;
    background: url(../img/media/bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.index-mediaAttention-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .375rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    font-family: 微软雅黑;
    letter-spacing: .0625rem;
}

.index-mediaAttention-header::before {
    position: absolute;
    content: "";
    width: .475rem;
    height: .0625rem;
    background: #9C0C13;
    bottom: -0.1875rem;
}

.index-mediaAttention-section {
    /* width: 22.1125rem; */
    width: 100%;
    height: 9.8375rem;
    padding: 1.1875rem 0 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;

}

.index-mediaAttention-btnMore {
    font-size: .175rem;
    color: #9C0C13;
    float: right;
    display: block;
    width: max-content;
    position: absolute;
    right: 1.9875rem;
    letter-spacing: 0;
}

.index-mediaAttention-btnMore::before {
    position: absolute;
    content: "";
    width: 110%;
    height: .025rem;
    background: #9C0C13;
    bottom: -0.1125rem;
    left: -5%;
    right: 0;
    margin: 0 auto;
}


.swiper-mediaAttention .swiper-slide {
    /* background: #FFFFFF; */
    position: relative;
    overflow: hidden;
    width: 7.3708rem !important;

}

/* .swiper-mediaAttention .swiper-slide:nth-child(odd) {
    width: 7.3708rem !important;
    height: 7.35rem;
}

.swiper-mediaAttention .swiper-slide:nth-child(even) {
    width: 7.3708rem !important;
    height: 7.775rem;
} */

.swiper-mediaAttention .swiper-slide:nth-child(odd) div.img {
    width: 100% !important;
    height: 4.375rem;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.swiper-mediaAttention .swiper-slide:nth-child(even) div.img {
    width: 100% !important;
    height: 5.2375rem;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.swiper-mediaAttention .swiper-slide:nth-child(odd) img {
    width: 100%;
    height: 4.375rem;
    object-fit: cover;
transition:1s;
}

.swiper-mediaAttention .swiper-slide:nth-child(even) img {
    width: 100%;
    height: 5.2375rem;
    object-fit: cover;
transition:1s;
}

.swiper-mediaAttention .swiper-slide div.section {
    padding: .3375rem .5875rem 0 .4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

.swiper-mediaAttention .swiper-slide div.section:nth-child(odd) {
    padding-bottom: .4375rem;
    box-sizing: border-box;
}

.swiper-mediaAttention .swiper-slide div.section:nth-child(even) {
    padding-bottom: .3625rem;
    box-sizing: border-box;

}

.swiper-mediaAttention .swiper-slide div.section .title {
    font-size: .2125rem;
    color: #333333;
    font-weight: bold;
}

.swiper-mediaAttention .swiper-slide div.section .content {
    font-size: .1875rem;
    color: #8A8A8A;
    padding: .25rem 0 .3625rem 0;
    box-sizing: border-box;
    background: linear-gradient(to right, #9C0C13, #9C0C13) no-repeat right bottom;
    background-size: 0 2px;
    transition: background-size 1s;
}

.swiper-mediaAttention .swiper-slide div.section img {
  width: 1.875rem;
    height: .7375rem;
    object-fit: contain;
}

.swiper-mediaAttention .swiper-slide:hover img.slide-img {
    transform: scale(1.1);
}

.swiper-mediaAttention .swiper-slide:hover .section .title {
    color: #9C0C13;
}

.swiper-mediaAttention .swiper-slide:hover .section {
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-opacity {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

#mediaAttentionLeftOrRight {
    width: 1.625rem;
    position: absolute;
    right: 3.675rem;
    top: 1.075rem;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}



#mediaAttentionPrev {
    width: .6125rem;
    height: .6125rem;
    background: url(../img/media/left.svg);
    background-size: 100%;
    position: relative;
    margin: 0;
    left: 0;
}

#mediaAttentionNext {
    width: .6125rem;
    height: .6125rem;
    background: url(../img/media/right.svg);
    background-size: 100%;
    position: relative;
    margin: 0;
    right: 0;
}

#mediaAttentionPrev::after {
    display: none;
}

#mediaAttentionNext::after {
    display: none;
}

/* 
#mediaAttentionPrev:hover {
    -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#mediaAttentionNext:hover {
    -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-in-center 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
} */