/* 首页 */
/* 搜索 */
.restaurant-search {
    padding: 46px 0 74px 0;
}

.restaurant-search-title {
    font-size: 36px;
    color: #464646;
    font-weight: normal;
    text-align: center;
}

.restaurant-search-box {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

.restaurant-search-box .left-search {
    display: flex;
    align-items: center;
    width: 850px;
    height: 70px;
    border: 1px solid #cacaca;
}

.restaurant-search-box .left-search input {
    flex: auto;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 20px;
    border: 0;
    outline: none;
    box-sizing: border-box;
    border-right: 1px solid #cacaca;
}

.restaurant-search-box .left-search input::placeholder {
    font-size: 20px;
    color: #9e9e9e;
}

.restaurant-search-box .left-search span {
    flex: none;
    width: 120px;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.restaurant-search-box .right-btn {
    margin-left: 8px;
    width: 120px;
    height: 70px;
    font-size: 32px;
    color: #ffffff;
    font-weight: normal;
    background-color: #ff6800;
    outline: none;
    border: 0;
}


/* 新闻资讯 */
.restaurant-news-box {
    background-color: #fafafa;
    margin-bottom: 120px;
}

.restaurant-news {
    width: 1200px;
    margin: 0 auto;
}

.restaurant-news-title {
    font-size: 24px;
    color: #ff6800;
    width: 1200px;
    margin: 0 auto;
    padding: 72px 0 20px;
}

.restaurant-news-main {
    display: flex;
}

.restaurant-news-main.no_cover .news-left {
    display: none;
}

.restaurant-news-main .news-left {
    display: block;
    flex: none;
    width: 600px;
    height: 352px;
    margin-right: 40px;
}

.restaurant-news-main .news-left img {
    display: block;
    width: 100%;
    height: 100%;
    flex: none;
}

.restaurant-news-main .news-right {
    flex: auto;
}

.restaurant-news-main .news-right h3 {
    font-size: 26px;
    color: #000000;
    font-weight: normal;
}

.restaurant-news-main .news-right p {
    margin-top: 28px;
    font-size: 18px;
    color: #464646;
    line-height: 32px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.restaurant-news-main .news-right a {
    display: inline-block;
    margin-top: 32px;
    font-size: 18px;
    color: #ff6800;
    line-height: 32px;
    text-decoration: none;
    padding-right: 30px;
    background: url(../images/more.png) right center no-repeat;
    background-size: 19px 17px;
}

.restaurant-news-main.no_cover .news-right a {
    margin-top: 32px;
}

/* 机构公告 */
.restaurant-note {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.restaurant-note-title {
    padding: 20px 0 40px;
    font-size: 26px;
    color: #000000;
    font-weight: normal;
    line-height: 46px;
}

.restaurant-note-text {
    font-size: 18px;
    color: #464646;
    line-height: 32px;
    font-weight: normal;
}

.restaurant-note-list {
    display: flex;
}

.restaurant-note-list a {
    display: block;
    margin-left: 40px;
    border-top: 2px solid #cacaca;
}

.restaurant-note-list a:first-child {
    margin-left: 0;
}

.restaurant-note .read-more{
    display: inline-block;
    margin-top: 32px;
    margin-left: calc(50% + 20px);
    font-size: 18px;
    color: #ff6800;
    line-height: 32px;
    text-decoration: none;
    padding-right: 30px;
    background: url(../images/more.png) right center no-repeat;
    background-size: 19px 17px;
}

/* 价值 */
.restaurant-value {
    border-top: 1px solid #c5c5c5;
}

.restaurant-value-list {
    display: flex;
    margin-bottom: 42px;
}

.restaurant-value-item {
    flex: none;
    width: calc(100%/2);
}

.restaurant-value-item.df-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 130px;
    box-sizing: border-box;
}

.restaurant-value-item.df-flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 130px;
    box-sizing: border-box;
}

.restaurant-value-item.text-rg {
    text-align: right;
}

.restaurant-value-item.cl1 {
    background-color: #f1f1f1;
}

.restaurant-value-item.cl2 {
    background-color: #fafafa;
}

.restaurant-value-item.cl3 {
    background-color: #ffffff;
}

.restaurant-value-list .value-item-img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.value-item-title {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
}

.value-item-text {
    margin-top: 32px;
;
    font-size: 18px;
    color: #464646;
    line-height: 32px;
}

.text-box {
    width: 468px;
}