
/* body {
    background-color: #eeeeee;
} */

.xiangmu-box {
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.6rem;
    min-height: 54vh;
}

.xiangmu-dingwei {
    font-size: 0.16rem;
    color: #999;
    margin: 0.6rem 0 0.3rem 0;
}

.xiangmu-box span {
    color: #B3216F;
}

/* 轮播图 */
.xm-banner-box{
    height: 5.58rem;
    width: 12rem;
    position: relative;
    margin-top: 0.3rem;
}
.xm-top{
    height: 5.58rem;
    width: 100%;
    overflow: hidden;
}
.xm-imgs{
    height: 5.58rem;
    width: 100%;
    cursor: pointer;
}
.swiper-slide{
    width: 12rem;
    height: 5.58rem;
}
.swiper-slide .item{
    width: 12rem;
    height: 5.58rem;
    position: relative;
}
.swiper-slide .item img{
    width: 12rem;
    height: 100%;
    display: block;
    object-fit: cover;
}
.swiper-slide .item .desc{
    position: absolute;
    right: 0.86rem;
    top: 1.5rem;
    font-family: Source Han Sans CN;
}
.swiper-slide .item .desc .title a{
    max-width: 4.72rem;
    height: 0.35rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.36rem;
    margin-bottom: 0.4rem;
}
.swiper-slide .item .desc .desc-item a{
    max-width: 4.72rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    line-height: 0.36rem;
    /* box-sizing: border-box; */
    padding: 0.13rem 0;

}
.swiper-slide .item .desc .desc-item:nth-child(3){
    border-bottom: 0.01rem solid #E5E5E5;
    border-top: 0.01rem solid #E5E5E5;
}
.swiper-slide .item .desc .check-more a{
    width: 1.2rem;
    height: 0.4rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.2rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    margin-top: 0.56rem;
    text-align: center;
}
.banner-left-btn{
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    left: -0.8rem;
    top: 2.28rem;
    cursor: pointer;
}
.banner-left-btn img{
    width: 100%;
    height: 100%;
    display: block;
}
.banner-right-btn{
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    right: -0.8rem;
    top: 2.28rem;
    cursor: pointer;
}
.banner-right-btn img{
    width: 100%;
    height: 100%;
    display: block;
}
/* 最新项目资讯 */
.zuixin-xm-box{
    margin: 0.7rem 0;
}
.zxxm-title{
    font-size: 0.3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.zxxm-title img{
    width: 0.26rem;
    height: 0.29rem;
    margin-right: 0.1rem;
}
.zxxm-box{
    border-bottom: 0.01rem solid #D2D2D2;
    padding-bottom: 0.44rem;
    margin-top: 0.39rem;
}
.zxxm-box:last-child{
    border-bottom: none;
}
.xm-title{
    font-size: 0.18rem;
    cursor: pointer;
}
.xm-name{
    font-size: 0.16rem;
    color: #B3216F;
    margin-top: 0.18rem;

}
.xm-name-color{
    color: #B3216F;
}
.xm-text{
    margin-top: 0.24rem;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /* 弹性伸缩盒 */
    -webkit-box-orient: vertical; /* 设置伸缩盒子元素排列方式 */
}