.photo{
    margin-top: 0.8rem;
    width: 100%;
    height: 3rem;
}

.title{
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-around;
}
.title_info{
    height: 0.6rem;
    
}
.title_info p{
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #577df7;
}
.title_left{
    position: relative;
    top: 0.2rem;;
    left: 22%;
    width: 0.3rem;
    height: 0.2rem;
    background: url(../images/index/new.png) no-repeat;
    background-position: center;
    background-size: cover;

}
.title_left::after{
    content: "";
    position: absolute;
    top: 0.1rem;
    right: 0.3rem;
    border: 0.01rem solid black;
    width: 2.5rem;
}
.title_right{
    position: relative;
    left:-22%;
    top: 0.2rem;
    width: 0.3rem;
    height: 0.2rem;
    background: url(../images/index/new.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.title_right::before{
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0.3rem;
    border: 0.01rem solid black;
    width: 2.5rem;
}
.content{

}
.content_box{
    width: 100%;
    height: 2.2rem;
    display: flex;
    justify-content:space-between;
    border-bottom:0.01rem solid #f6f6f6;
}
.content_left{
    flex: 1;
    margin-top: 0.3rem;
}
.content_right{
    flex: 2;
    margin-top: 0.3rem;
}
.content_left_box{
    width: 2.2rem;
    height: 1.6rem;
    margin: 0 auto;
    border: 0.01rem solid #577df7;
}
.content_left_box_img{
    margin: 0.1rem auto;
    width: 2rem;
    height: 1.4rem;
    background: url(../images/public/lunbo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content_right_title{
    font-size: 0.3rem;
    height: 0.5rem;
    width:5rem;
    line-height: 0.5rem;
    color: #577df7;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.content_right_text{
    width: 95%;
    font-size: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.swiper-slide{
    background: url(../images/public/lunbo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 3rem !important;
    width: 100% !important;
    margin-top: 0rem !important;
}

.swiper-button-next{
    margin-top: 0 !important;
    color: #ffffff !important;
}
.swiper-button-next:focus{
    outline: none;
}
.swiper-button-prev:focus{
    outline: none;
}
.swiper-button-prev{
    color: #ffffff !important;

    margin-top: 0 !important;

}