/* 大事记 */
.big-event-main{
    width: 900px;
    margin: 44px auto 178px;
    display: flex;
}
.big-event-list-item{
    height: 186px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cacaca;
}
.big-event-list-item:last-child{
    border-bottom: 0;
}
.big-event-list-item-text{
    display: flex;
}
.big-event-list-item-text .event{
    flex: none;
    width: 170px;
}
.big-event-list-item-text .event .time{
    font-size: 14px;
    color: #464646;
}
.big-event-list-item-text .event .date{
    font-size: 20px;
    color: #464646;
    line-height: 32px;
}
.event-text{
    flex: auto;
    font-size: 24px;
    line-height: 36px;
    color: #464646;
}
.big-event-img {
    margin-right: 56px;
}
.big-event-img .big-event-img-box{
    height: 186px;
    border-left: 3px solid #cacaca;
    position: relative;
}
.big-event-img .big-event-img-box:last-child{
    border-left: 0;
}
.big-event-img .big-event-img-box:first-child{
    margin-top: 50px;
}
.big-event-img .big-event-img-box img{
    position: absolute;
    top: 0;
    left: -39px;
    width: 78px;
    height: 78px;
    background-color: #ffffff;
}


/* 餐厅价值 */
.restaurant-value{
    width: 1200px;
    margin: 82px auto 190px;
}
.restaurant-value-title{
    font-size: 36px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.restaurant-value-small-title{
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    text-align: center;
    margin-top: 28px;
}
.restaurant-value-list{
    display: flex;
    flex-wrap: wrap;
}
.restaurant-value-item{
    width: calc((100% - 240px) /3);
    margin-left: 120px;
    margin-top: 76px;
    flex: none;
}
.restaurant-value-item:nth-child(3n-2){
    margin-left: 0;
}
.restaurant-value-item .icon-vulue{
    display: block;
    margin-bottom: 34px;
    max-width: 126px;
    max-height: 113px;
}

.restaurant-value-item p{
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.restaurant-value-item p.f-bd{
    font-weight: bold;
}

/* 餐厅简介 */
.restaurant-introduction{
    margin-top: 115px;
}
.introduction-list{
    overflow: hidden;
}
.introduction-list-item{
    display: flex;
    margin-top: 30px;
}
.introduction-list-text{
    flex: none;
    width: calc(100% / 2);
    display: flex;
    align-items: center;
    padding-left: 28px;
}
.introduction-list-text.flex-right{
    justify-content: flex-end;
    padding-right: 28px;
    box-sizing: border-box;
}

.introduction-list-text .text-box{
    width: 580px;
}
.introduction-list-text h2{
    font-size: 30px;
    color: #010101;
    font-weight: 500;
    line-height: 58px;
}
.introduction-list-text p{
    font-size: 16px;
    color: #464646;
    line-height: 30px;
}
.introduction-list-img{
    flex: none;
    display: block;
    width: calc(100% / 2);
    max-height: 100%;   
}
.introduction-list-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}