/* 新闻公告 */

/* 新闻动态 */
.restaurant-notice {}

.restaurant-news {
    width: 958px;
    margin: 0 auto;
    min-height: 240px;
}

.restaurant-news-list {
    margin: 50px auto;
}

.restaurant-news-list-item {
    display: flex;
    border-bottom: 1px solid #cacaca;
    padding: 22px 54px 24px 12px;
}

.restaurant-news-list-item:first-child {
    border-top: 1px solid #cacaca;
}

.restaurant-news-list-item .left-date {
    flex: none;
    width: 110px;
}

.restaurant-news-list-item .right-text {
    flex: auto;
    width: 100%;
    padding-left: 8px;
}

.restaurant-news-list-item .right-text h2 {
    font-size: 18px;
    color: #5c76b8;
    font-weight: bold;
    margin-bottom: 8px;
}

.restaurant-news-list-item .right-text p {
    font-size: 16px;
    color: #464646;
    line-height: 24px;
}

.restaurant-news-page {
    display: flex;
    justify-content: space-between;
    margin-bottom: 78px;
}

.restaurant-news-page .left-btn {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    background: url(../images/notice/left-btn.png) center center no-repeat;
    background-size: 28px 17px;
}

.restaurant-news-page .right-btn {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    background: url(../images/notice/right-btn.png) center center no-repeat;
    background-size: 28px 17px;
}

.restaurant-news-page .mid-btn {
    width: 520px;
    text-align: center;
}

.restaurant-news-page .mid-btn button {
    margin: 0 24px;
    font-size: 16px;
    color: #010101;
    background-color: transparent;
    border: 0;
}

/* 详情页 */
.restaurant-news-details {
    margin-top: 38px;
}

.restaurant-news-details-title {
    padding: 48px 0;
    border-bottom: 1px solid #cacaca;
}

.restaurant-news-details-title h2 {
    width: 946px;
    margin: 0 auto;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
}

.restaurant-news-details-content {
    width: 946px;
    margin: 0 auto;
    padding: 50px 0 180px 0;
}

.restaurant-news-details-content p {
    margin-top: 36px;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}