@charset "utf-8";


/* 展覽訊息-目錄 */
.exhibition .exhibition-border>div:not(:first-child),
.exhibition .exhibition-list>div:not(:first-child) {
    margin-top: 40px;
}

.exhibition .exhibition-border>.title {
    font-weight: bold;
    color: #e56c6e;
    font-size: 24px;
    line-height: 33px;
}

.exhibition .exhibition-border>.title-border.fa-book:before {
    margin-right: 5px;
}

.exhibition .items .left,
.exhibition .items .right {
    padding: 0 15px;
}

.exhibition .items .left {
    width: 41.66666666666667%;
}

.exhibition .right>div:not(:first-child) {
    margin-top: 10px;
}

.exhibition .items {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.6;
    color: #635f60;
}

.exhibition .exhibition-border .items .img {
    margin-top: 0;
    padding: 3px;
    border: solid 1px #eee;
}

.exhibition .items .title {
    color: #585f69;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
}

.exhibition .items .date,
.exhibition .items .bgo {
    display: flex;
    font-weight: normal;
    line-height: 1.6;
}

.exhibition .items .bgo-border {
    white-space: nowrap;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #e56c6e;
    display: inline-block;
    text-decoration: none;
}

.exhibition .items .bgo-border i {
    padding-right: 3px;
}

.exhibition .Page-border {
    display: flex;
    justify-content: center;
}

.exhibition .Page .items.previous {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.exhibition .Page .items {
    color: #777;
    padding: 5px 15px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.exhibition .Page .items.active {
    background: #c0392b;
    border: 1px solid #c0392b;
    color: #fff;
}

.exhibition .Page .items:hover {
    background: #e56c;
    border: 1px solid #e56c;
    color: #fff;
}


/* 最新消息-文章 */
.exhibition .exhibition-article .items-head {
    margin: 25px 0;
}

.exhibition .exhibition-article .date {
    margin-top: 10px;
}

.exhibition .exhibition-article .items .img {
    margin-top: 10px;
}

.exhibition .exhibition-article .goback {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.exhibition .exhibition-article .goback-border {
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #777;
    padding: 5px 15px;
    border-radius: 4px;
}


@media screen and (max-width: 999px) {
    .exhibition .items .left {
        width: auto;
    }
}