.index-wrap{
    width: 100%;
    height: 9.5rem;
    position: relative;
}
.index_banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_banner .swiper {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_banner .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 5.1rem;
}
.indexBanner .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.08rem;
    background: #fff;
    opacity: 0.46;
    border-radius: 0;
}

.indexBanner .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.index-box{
    width: 16rem;
    min-height: 4.25rem;
    background: #fff;
    opacity: 1;
    border-radius: 0.06rem;
    position: absolute;
    bottom: 0.47rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 0.29rem 0.4rem;
    display: flex;
    justify-content: space-between;
}
.index-title{
    display: flex;
    align-items: center;
    border-bottom: 0.02rem solid #C6020C;
    padding-bottom: 0.13rem;
}
.index-title h1{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
}
.index-title img{
    width: 0.46rem;
    height: 0.2rem;
    margin-left: 0.09rem;
}
.index-news-box {
    display: flex;
    margin-top: 0.23rem;
}
.index-news-left{
    display: flex;
}
.index-news-person{
    display: flex;
}
.index-news-person-img {
    width: 2.08rem;
    height: 2.95rem;
    flex-shrink: 0;
    margin-right: 0.12rem;
}
.index-news-person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news-person-title{
    width: 1.98rem;
}
.index-news-person-text{
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.24rem;
    color: #303030;
    text-align: justify;
}
.index-news-person-p{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.28rem;
    color: #303030;
    margin: 0.24rem 0;
    text-align: justify;
}
.index-news-person-time{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #303030;
    text-align: right;
}
.index-news-list{
    width: 3.7rem;
    margin-left: 0.65rem;
}
.index-news-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #B2B2B2;
    padding: 0.05rem 0 0.08rem 0;
    margin-bottom: 0.18rem;
}
.index-news-item:last-of-type{
    margin-bottom: 0;
    border-bottom: 0;
}
.index-news-item-left{
    padding-left: 0.2rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303030;
    position: relative;
}
.index-news-item-left::after{
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: rgba(229, 135, 140, 0.39);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index-news-item-time {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #606060;
    flex-shrink: 0;
    margin-left: 0.3rem;
}
.index-news-item:hover .index-news-item-left {
    color: #C6020C;
}
.index-news-item:hover .index-news-item-left::after {
    background: rgba(229, 135, 140, 1);
}
.index-news-item:hover .index-news-item-time{
    color: #E5878C;
}
.index-business-box{
    width: 5.68rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.23rem;
}
.index-business{
    width: 1.8rem;
    height: 0.5rem;
    margin-right: 0.14rem;
    margin-bottom: 0.3rem;
    background: #E8E8E8;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.5rem;
    color: #303030;
    text-align: center;
    cursor: pointer;
}
.index-business:nth-child(3n) {
    margin-right: 0;
}
.index-business:hover{
    background: #C6020C;
    color: #fff;
}
.index-business-box .active{
    background: #C6020C;
    color: #fff;
}
