main{
    margin-top: 46px;
    margin-bottom: 40px;
}
main .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: none;
    opacity: 1;
}
main .carousel-indicators li.active{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #b2141a;
}
main .carousel-indicators{
    bottom: 20px;
}
.banners {
    position: relative;
    margin-bottom: 80px;
}
.banners .crumbs{
    position: absolute;
    bottom: -35px;

    width: 100%;


}
.banners .crumbs {
    color: #fff;
}
.banners .crumbs a{
    color: #fff;
}
.banners .crumbs p{
    
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    

}
.banners .crumbs span{
    background: url(../image/bg22.png) no-repeat;
    background-size: cover;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
     width: 40%; 
    display: block;
}

.banners .crumbs h5{
    font-size: 36px;
    
    margin-bottom: 20px;
    text-align: center;
}

/* å·¦è¾¹æ ‡é¢˜ */
.content  {
    display: flex;
    justify-content: space-between;
}
.content .left {
    width: 70%;
}
.content .right {
    width: 28%;
}
.content .left .title{
width: 100%;
clear: both;
}
.content .left .title p{
    font-size: 25px;
    font-weight: bold;
}
.content .left .title .xian{
    width: 50px;
    height: 3px;
    background-color: #b2141a;
}

.content .right ul li a{
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.content .right ul li a{
    color: #333;
}
.content .right ul li a:hover{
    color: #fff;
    background-color: #b2141a;
}
.content .right ul li span{
    font-size: 16px;
    font-weight: bold;
}
.content .right ul li a.active{
    background-color: #b2141a;
    color: #fff;
}


@media screen and (max-width:800px) {
    .banners .crumbs p{
        font-size: 16px;
    }
    .content .left .title p{
        font-size: 28px;
    }
    .content .right {
        display: none;
    }
    .content .left {
        width: 100%;
    }
    main{
        margin-top: 100px;
    }
    main .banners #banner .carousel-item img{
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
     .banners .crumbs span{
     width: 40%;
    display: block;
}
}
@media screen and (max-width:750px) {
    main{
        margin-top: 2.1333rem;
    }
    main .banners #banner .carousel-item img{
        height: 300px;
       
    }
    .banners .crumbs p{
        width: 100%;
    }
    .banners .crumbs{
        bottom: -50px;
    }
    .banners .crumbs h5{
        font-size: .7467rem;
        margin-bottom: 0.8rem;
    }
    .banners .crumbs p{
        font-size: .3733rem;
    }
    .content .left .title p{
        font-size: .64rem;
    }
    .banners .crumbs span{
     width: 80%;
    display: block;
}
}