@charset "UTF-8";

/*护理站具体地址*/
.contact-box{
    width: 100%;
    overflow: hidden;
    background-color: #ececec;
    padding-left: 5%;
    padding-bottom: 2rem;
}
.contact-box .title{
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 2rem;
}
.contact-box .title span{
    padding-bottom: 1rem;
    background: url(../img/jiantou_down.png) no-repeat bottom center;
}
.contact-box .item-box{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.contact-box .item{
    margin:3rem 3% 0 0 ;
    overflow: hidden;
    width: 30%;
    float: left;
    background-color: #fff;
}
.contact-box img{
    width: 100%;
    height: auto;
}
.contact-box .name{
    font-size: 24px;
    font-weight: bold;
    padding: 2rem;
    position: relative;
}

.contact-box .detail{
    height: 115px;
    padding:0 2rem 1.5rem 2rem;
    font-size: medium;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;

}
.contact-box .detail span{
    display: block;
    padding: 0.3rem 0 ;
}

/*移动端*/
@media only screen and (max-width: 768px) {
    .contact-box{
        width: 100%;
        overflow: hidden;
        background-color: #FFF;
        padding-left: 5%;
        padding-bottom: 2rem;
    }
    .m-visible {
        display: block;
    }
    .m-img-text-box .text-box .title{
        font-size: 20px;
    }
    /*移动端护理站开始*/
    .m-station-box{
        width: 100%;
        background-color: #ececec;
    }
    .m-station-box .title{
        font-size: 24px;
        padding: 1rem 0;
        text-align: center;
        font-weight: bold;
    }
    .m-station-box .item-box .item{
        width: 100%;
        margin-bottom: 10px;
        background-color: #fff;

    }
    .m-station-box .item-box .item img{
        width: 100%;
        height: auto;
    }
    .m-station-box .item-box .item .name{
        font-size: 16px;
        font-weight: bold;
        padding:5px 10px;
        position: relative;
    }
    .m-station-box .item-box .item .detail{
        min-height: 60px;
        font-size: 14px;
        position: relative;
        word-wrap: break-word;
        word-break: break-all;
        padding:0px 10px 10px 10px;
    }
    .m-station-box .item-box .item .detail span{
        display: block;
    }
    .m-station-box .item-box .item .detail span a{
        color: #6ac3cf;
    }
    /*护理站结束*/

}