.localText{
    color: #666666;
    font-size: 14px;
    max-width: 700px;
}
.local{
    width: 100%;
    height: 270px;
    background: #FFFFFF;
    /*padding-bottom: 30px;*/
}
.local img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactList{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7px;
    height:236px;
}
.contactItem{
    width: 50%;
    display: flex;
    margin-bottom: 30px;
}
.contactItem img{
    width: 80px;
    height: 80px;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    margin-right: 20px;
}
.infoItem{
    margin-bottom: 8px;
    line-height: 20px;
    display: flex;
    width: 300px;
}
.infoItem label:first-child{
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
    float: left;
    line-height: 20px;
    margin-right: 8px;
}
.infoItem label:last-child{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}
.name{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.infoList .name{
    display: flex;
}
.name label{
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 254px;
    overflow: hidden;
}
.cover_Bg{
    margin-left: -40px;
    position: absolute;
    bottom: 0;
    height: 300px;
    width: 100%;
    background-image: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));
}
.cover_Bg button{
    width: 160px;
    height: 40px;
    background: #108391;
    border-radius: 20px 20px 20px 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    border: none;
    position: absolute;
    bottom: 30px;
    left:50%;
    margin-left: -80px;
}
.noneContact{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-bottom: 30px;
}
.noneContactList{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-bottom: 30px;
}
