/* 你之前的样式基础上稍作示例 */
.sse-announcements-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #333;
}
.sse-announcements-table thead {
    background-color: #0057ff;
    color: #fff;
    font-size: 14px;
}
.sse-announcements-table thead th {
    padding: 10px 15px;
}
.sse-announcements-table tbody td {
    padding: 10px 15px;
    border: none!important;
    font-size: 13px;
}
.sse-view-btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #0057ff;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #0057ff;
    font-size: 12px;
}
.sse-view-btn:hover {
    background-color: #fff;
    color: #0057ff;
}
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter input {
    min-width: 250px;
	margin-left: 20px;
}
.sse-announcements-table .op {
    width: 60px;
}
.sse-announcements-table tbody .op {
    text-align: center;
}
.sse-announcements-table .ggtime  {
    width: 80px;
}
table.dataTable.no-footer.sse-announcements-table {
    border: 1px solid #0057ff;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0057ff!important;
    color: #fff!important;
    border: 1px solid #0057ff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .25em .75em!important;
    margin-left: 8px;
}

/* mini-list style */
.sse-announcements-mini ul {
    list-style: none;
    margin: 0; padding: 0;
}
.sse-announcements-mini ul li {
    margin-bottom: 6px;
}
.sse-announcements-mini .date {
    color: #666;
    margin-right: 5px;
}
.sse-announcements-mini .mini-title {
    color: #0057ff;
    text-decoration: none;
}
.sse-announcements-mini .mini-title:hover {
    text-decoration: underline;
}
.sse-announcements-mini .mini-more {
    margin-top: 10px;
}
.inewsblock .post {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 0 0 38px;
}
.inewsblock .post:before {
    display: block;
    clear: both;
    content: '\e995'; /* icon code */
    width: 8px;
    height: 8px;
    padding: 0px 8px 14px 6px;
    color: white;
    background: #0058ff;
    font-family: fontello; /* 需确保你有 fontello 字体 */
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    font-size: 10px;
}
.sse-announcements-mini .mini-heading-left h4 {
	color: black;
    font-size: 16px;
    font-weight: 600;
    float: left;
    line-height: 26px;
}
.sse-announcements-mini .mini-more-right a.sse-more-btn {
	color: black;
    float: right;
    font-size: 12px;
    text-decoration: none;
    line-height: 26px;
}
.sse-announcements-mini .mini-more-right a.sse-more-btn:hover {
	color: #0058ff;
}
.sse-announcements-mini .mini-more-right a.sse-more-btn i {
	color: #0058ff;
}
.inewsblock .post .post-entry-content {
	display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
}
.inewsblock .post .post-entry-content .entry-title {
	width: 70%;
    float: left;
	margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
	display: flex;
}
.inewsblock .post .post-entry-content .entry-meta {
	display: flex;
}
.inewsblock .post .post-entry-content .entry-title a {
	text-decoration: none;
	color: #333;
}
.inewsblock .post .post-entry-content .entry-title a:hover {
	color: #0058ff;
}
.inewsblock .post .post-entry-content .entry-meta time {
	color: black;
	font-size: 13px;
}
.mini-sep {
	display: none;
}
.sse-announcements-mini .mini-top {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 15px;
	margin-bottom: 2px;
}

/* ============================================
   PDF 弹窗样式
   ============================================ */
.sse-pdf-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.sse-pdf-modal.active {
    display: block;
}

.sse-pdf-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
}

.sse-pdf-modal-container {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sse-pdf-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #0057ff 0%, #0040cc 100%);
    color: #fff;
}

.sse-pdf-modal-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 150px);
    color: #fff;
}

.sse-pdf-modal-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sse-pdf-modal-actions a,
.sse-pdf-modal-actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.sse-pdf-modal-actions a:hover,
.sse-pdf-modal-actions button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.sse-pdf-modal-close {
    background: rgba(255, 255, 255, 0.2) !important;
}

.sse-pdf-modal-close:hover {
    background: rgba(220, 53, 69, 0.9) !important;
}

.sse-pdf-modal-body {
    flex: 1;
    overflow: hidden;
    background: #525659;
}

.sse-pdf-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 弹窗打开时禁止页面滚动 */
body.sse-modal-open {
    overflow: hidden;
}

/* 本地 PDF 链接样式区分 */
.sse-pdf-modal-trigger {
    cursor: pointer;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .sse-pdf-modal-container {
        width: 100%;
        top: 60px;
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        border-radius: 0;
        max-width: none;
    }
    
    .sse-pdf-modal-header {
        padding: 12px 16px;
    }
    
    .sse-pdf-modal-title {
        font-size: 14px;
        max-width: calc(100% - 120px);
    }
    
    .sse-pdf-modal-actions a,
    .sse-pdf-modal-actions button {
        width: 32px;
        height: 32px;
    }
	table.sse-announcements-table.dataTable thead th {
		font-size: 13px;
        min-width: 4em;
	}
}









