/* 合作中心 */
.restaurant-ccenter-menu {
    height: 84px;
    background-color: #f3f1f1;
    border-bottom: 1px solid #cacaca;
}

.restaurant-ccenter-menu-btn {
    width: 1200px;
    margin: 0 auto;
}

.restaurant-ccenter-menu-btn span {
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #010101;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}
.restaurant-ccenter-menu-btn span.active{
    border: 1px solid #cacaca;
    background-color: #ffffff;
    border-bottom: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.restaurant-ccenter{
    width: 1200px;
    margin: 60px auto 350px;
}
.restaurant-ccenter-list{
    display: none;
}
.restaurant-ccenter-list.div-flex{
    display: flex;
    flex-wrap: wrap;
}
.ccenter-list-item{
    width: 500px;
    margin-right: 100px;
    padding: 22px 0;
    border-bottom: 1px solid #cacaca;
}
.ccenter-list-item.dflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ccenter-list-item.dflex .text{
    flex: auto;
}
.ccenter-list-item.dflex .address{
    font-size: 18px;
    color: #464646;
    flex: none;
}

.ccenter-list-item:nth-child(1),.ccenter-list-item:nth-child(2){
    border-top: 1px solid #cacaca;
}

.ccenter-list-item h2{
    font-size: 22px;
    color: #242424;
    line-height: 28px;
}
.ccenter-list-item a{
    font-size: 18px;
    color: #5c76b8;
}