.page-num,.page-item {
    margin-left: 5px;
    border-radius: 4px;
}

.page-num, .page-link {
    color: #1C9865;
}

.page-num-current {
    background: #1C9865;
    color: #FFFFFF;
}

.page-wrap {
    background: linear-gradient(360deg, rgba(84, 188, 145, 0) 0%, rgba(79, 192, 135, 0.15) 100%);
}

.news-content {
    min-height: 400px;
}

.link-hint >a {
    color: #1C9865;
}
.head-container {
    color: #FFFFFF;
    min-height: calc(50vh - 71px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.news-container {
    margin-top: calc(-10vh );
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px 30px;
    min-height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.date {
    color: #1C9865;
}

.list-wrap {
    background: linear-gradient(360deg, rgba(84, 188, 145, 0) 0%, rgba(79, 192, 135, 0.15) 100%);
    position: relative;
    height: 50vh ;
}

.decoration-2 {
    position: absolute;
    top:0;
    right: 50px;
}


/* 附件下载样式 */
.attachment-section {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 15px;
    background-color: #f8f9fa;
}

.attachment-section h5 {
    color: #1C9865;
    font-size: 18px;
    margin-bottom: 15px;
}

.attachment-item {
    display: flex;
    align-items: center;
}

.attachment-item .btn {
    border-color: #1C9865;
    color: #1C9865;
}

.attachment-item .btn:hover {
    background-color: #1C9865;
    color: #fff;
}

.attachment-item .text-muted {
    font-size: 14px;
}

.attachment-item .file-name {
    color: #6c757d;
    font-size: 14px;
    word-break: break-all;
}

