body{
    background:#000;
    color:#fff;
}
.bread-menu-item a{
    color:#fff;
}

/* 第一种样式 */
.galley-item{
    padding-bottom:47rem;
    border-bottom:4rem solid #535353;
}
.galley-item a{
    color:#fff;
}
.galley-item-img{
    margin-bottom:47rem;
    width:100%;
}
.galley-item-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.galley-item-text{
    margin:45rem 0 55rem;
    line-height:28rem;
}

.galley-item a,
.galley-item1 a{
    color:#fff;
}
/* 第二种样式 */
.galley-item1{
    padding:47rem 0;
    border-bottom:4rem solid #535353;
}
.galley-item1-text{
    width:400rem;
}
.galley-item1-text-title{
    margin-bottom:29rem;
    font-size:24rem;
    font-weight:bold;
}
.galley-item1-text-desc{
    font-size:14rem;
    line-height:28rem;
}
.galley-item1-img{
    width:370rem;
    height:245rem;
}
.galley-item1-img img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}