@media (max-width: 768px) {
    .common-articles {
        margin-left: 0 !important;
    }

    .content-item {
        width: 90% !important;
        height: auto !important;
    }

    .content-title {
        font-size: 20px !important;
    }

    .notice-published-date {
        margin-top: 0 !important;
    }

    .business-title {
        font-size: 20px !important;
    }

    .business-card-title {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }

    .business-card-content {
        margin-top: 12px !important;
    }

    .dept-info {
        height: auto !important;
    }

    .business-gap-line {
        margin: 24px 0 !important;
    }

    .business-card-img {
        margin-bottom: 16px !important;
    }

    .approached-flex-row .common-2nd-menu-item {
        padding: 0 10px !important;
    }

    .top-image {
        height: 22vw !important;
    }

    .search-row {
        margin-top: 16px !important;
    }

    .list-item-title {
        font-size: 20px !important;
    }

    .contact-us-item-title {
        font-size: 20px !important;
    }
}

/** 二级菜单样式 */
.common-2nd-menu-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 52px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    align-self: center;
}

.common-2nd-menu-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    cursor: pointer;
}

.common-2nd-menu-item:hover {
    color: #d2a856;
}

.common-articles {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 24px;
    margin-left: 16px;
}

.common-articles-row {
    height: 400px;
    overflow-y: auto;
}

.common-no-articles {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 55px;
}

.content-title {
    font-size: 36px;
    font-weight: 500;
    color: #454545;
    text-align: center;
}

.content-title-desc {
    font-size: 16px;
    margin-top: 25px;
    text-indent: 2em;
    align-self: center;
}

.content-item {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
    width: 30%;
    height: 366px;
    margin: 16px;
    padding: 0;
}

.content-item-desc {
    color: #000000A6;
    font-size: 16px;
    margin: 12px 20px 0 20px;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-item-time {
    color: gray;
    margin-left: 20px;
    flex-grow: 1;
}

.content-item-more {
    color: #d2a856;
    font-size: 14px;
    text-align: right;
}

.content-item-img {
    height: 266px;
    width: 100%;
}


/** 全局样式 */
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    color: #fff;
    background: #d2a856;
}


/** 分页样式 */
.ant-list-pagination {
    margin-top: 24px;
    text-align: right;
}

.ant-pagination, .ant-pagination ol, .ant-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ant-pagination {
    box-sizing: border-box;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    font-feature-settings: "tnum";
}

.ant-pagination-disabled, .ant-pagination-disabled:focus, .ant-pagination-disabled:hover {
    cursor: not-allowed;
}

.ant-pagination-next, .ant-pagination-prev {
    outline: 0;
}

.ant-pagination-jump-next, .ant-pagination-jump-prev, .ant-pagination-next, .ant-pagination-prev {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0,0,0,.65);
    font-family: Arial;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}

.ant-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #d2a856 !important;
}

.ant-pagination-item-active a {
    color: #d2a856;
}

.ant-pagination-item {
    min-width: 32px;
    font-family: Arial;
    text-align: center;
    list-style: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
    user-select: none;
}

.ant-pagination-item, .ant-pagination-total-text {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    vertical-align: middle;
}


/** 公共样式 */
.ant-spin-container {
    position: relative;
    transition: opacity .3s;
}

.ant-list-items {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ant-list-item {
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
    padding: 12px 0;
}

.list-item-title {
    color:#333333;
    font-size: 24px;
    margin-top: 25px;
}

.list-item-desc {
    font-size: 16px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/** ftl顶部图片 */
.top-image {
    height: 14.5vw;
}

.approached-image {
    background-image: url("../images/title/approach_title.png");
}

.notice-image {
    background-image: url("../images/title/notice_title.png");
}

.news-image {
    background-image: url("../images/title/news_title.png");
}

.business-image {
    background-image: url("../images/title/business_title.png");
}

.article-image {
    background-image: url("../images/title/news_title.png");
}

.communist-image {
    background-image: url("../images/title/communist_title.png");
}

.science-image {
    background-image: url("../images/title/science_title.png");
}

.personnel-image {
    background-image: url("../images/title/personnel_title.png");
}

.contact-image {
    background-image: url("../images/title/contact_title.png");
}

.search-page-image {
    background-image: url("../images/title/news_title.png");
}


/** news.ftl 样式 */
.approached-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.approached-flex-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 55px;
}

.approached-background-image {
    margin-top: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 0;
}
.approached-group-image {
    margin-top: 12px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 0;
}

.approached-culture-image {
    width: 100%;
    height: 31.5vw;
    margin-top: 50px;
}

.approached-video {
    width: 100%;
    margin-top: 40px;
    padding: 24px 0;
}

.notice-gap-line {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    margin: 12px 0;
}

.notice-published-date {
    margin-top: 25px;
    text-align: right;
}


/** business.ftl 样式 */
.business-title {
    margin-top: 36px;
    font-size: 36px;
    font-weight: 500;
    color: #454545;
    text-align: center;
    line-height: normal;
}

.business-title-desc {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 36px;
    text-indent: 2em;
    align-self: center;
}

.dept-info {
    height: 400px;
    display: flex;
    align-items: center;
}

.business-card-title {
    font-size: 36px;
    margin-bottom: 36px;
}

.business-card-content {
    margin-top: 30px;
    font-size: 16px;
    width: 100%;
}

.business-card-content p {
    padding: 0 !important;
}

.business-card-img {
    width: 90%;
}

.business-gap-line {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    margin: 48px 0;
}


/** park.ftl 样式 */
.park-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.park-flex-column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/** contract-us.ftl 样式 */
.contact-us-box {
    width: 80%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.contact-us-item-title {
    font-size: 32px;
    color: rgba(0,0,0,.65);
}

.contact-us-detail-text {
    list-style: none !important;
    font-size: 16px;
    margin-top: 15px;
    color: rgba(0,0,0,.65);
}









.show-item-container {
    display:flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}
.show-item-img {
    width: 240px;
    height: 164px;
}
.show-item-panel {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.show-item-title {
    font-size: 24px;
    color: #333333;
}
.show-item-time {
    font-size: 16px;
    color: #BCBCBC;
}
.show-item-content {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

