.articleFacilities{
    position: relative;
    height: 100%;
    background-color: #fff;
}
.title-icon{
    width: 45px;
    height: 45px;
}
.title{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.title-name{
    height: 100%;
}
.title-txt{
    height: 100%;
    font-size: 42px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #000000;
    line-height: 45px;
}
.titleImg{
    width: calc(100% - 40px);
    display: flex;
    height: 300px;
    padding: 20px 20px 0;
}
.image{
    width: 100%;
    height: 100%;
}
.content{
    display: flex;
    width: calc(100% - 40px);
    padding: 20px;
    flex-direction: column;
}
.c-item{
    margin-bottom: 10px;
}
.c-title{
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #000000;
}
.c-txt{
    font-size: 36px;
    font-weight: 500;
}
.c-address{
    display: flex;
    align-items: center;
}
.c-item-img{
    width: 22px;
    height: 28px;
}
.c-txt2{
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E5E66;
}
.contentItem{
    /*height: 380px;*/
}
.video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.map{
    height: 500px
}
/* 相关活动k */
.activity{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}
.activity-left{
    display: flex;
    height: 300px;
    width: 45%;
}
.activity-right{
    display: flex;
    flex-direction: column;
    width: 55%;
    height: 300px;
    justify-content: space-between;
    padding-left: 20px;
}
.activity-right-title{
    font-size: 31px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #000000;
}
.activity-right-time{
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E5E66;
}
.activity-right-btn{
    display: flex;
    background-color: rgba(100, 179, 39, 1);
    border-radius: 8px;
    align-items: center;
    width: calc(100% / 3);
}
.activity-right-btn-txt{
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0;
    color: #fff;
}
/* 相关活动e */
#r-result{
    font-size: 36px;
    font-weight: 600;
}
.result-text{
    font-size: 36px;
    display: none;
    width: 100%;
    height: 200px;
    overflow-y: auto;
}
