.main-content {
  padding: 20px;

}
/* SPS概述和SPS协定结构样式 */
/* 头部标题通用样式 */
.news-header {
    text-align: center;
    padding-top: 15px;
}

.news-header h1 {
    font-family: Source Han Sans;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 2px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 20%;
}

.news-header h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    opacity: 1;
    background: #0063F9;
}

.news-header .more {
    float: right;
    margin-right: 20px;
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #0063F9;
}

.news-header h1 div:nth-child(1) {
    width: 36px !important;
    background-color: #D8D8D8;
    height: 1px !important;
    margin-top: 13px;
    margin-right: 5px;
    float: left;
}

.news-header h1 div:nth-child(2) {
    font-family: Source Han Sans;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    letter-spacing: 2px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #3D3D3D;
    float: left;
}


.news-header h1 div:nth-child(3) {
    width: 36px !important;
    background-color: #D8D8D8;
    height: 1px !important;
    margin-top: 13px;
    margin-left: 5px;
    float: left;
}



.spsgs, .spsxd {
    display: flex;
    background-color: #fff;
    overflow: hidden;
}
.spsgs {
    padding: 20px 20px 0px 20px;
}
.spsxd {
    padding: 20px;
    background-image: url('../images/spsxx-spsxd-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.spsgs-left, .spsxd-left {
    width: 25%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spsgs-right, .spsxd-right {
    width: 75%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.spsgs-left-img, .spsxd-left-img {
    width: 98px;
    height: 94px;
    background-color: #0063F9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.spsgs-left-img img, .spsxd-left-img img {
    width: 48px;
    height: 59px;
    filter: brightness(0) invert(1);
}

.spsgs-left h4, .spsxd-left h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #000000;
}

.spsgs-right-txt, .spsxd-right-txt {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
}

.spsgs-right-btn, .spsxd-right-btn {
    background-color: #EDF4F9;
    color: #0063F9;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.spsgs-right-btn:hover, .spsxd-right-btn:hover {
    background-color: #D6E4F7;
    transform: translateY(-2px);
}
    justify-content: center;
    padding-top: 20px;
}

.tab-title::after {
    content: '';
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 67px;
    height: 3px;
    background-color: #FFFFFF;
}

/* 标签描述文本样式 */
.tab-txt {
    padding-top: 30px;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-position {
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #999999;
    text-align: left;
}

/* SPS通报样式 */
.spsxx-spstb {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* 标签页样式 */
.spsxx-spstb-tab {
    display: flex;
    background-color: #f8f9fa00;
    padding-right: 20px;
    padding-left: 20px;
}

.spsxx-spstb-tab-item {
    flex: 1;
    margin-top: 5px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    height: 60px;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, #FBFCFE 0%, #DFF1FD 100%);
    background-image: url('../images/spsxx-spstb-tab-bg.png');
    box-shadow: 0px 0px 6px 0px rgba(3, 44, 66, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 6px;
    position: relative;
}

.spsxx-spstb-tab-line {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-57%);
    width: 68% !important;
    height: 1px !important;
    z-index: 10;
    display: none;
}
.active .spsxx-spstb-tab-line {
    display: block !important;
}
.spsxx-spstb-tab-item.a {
    margin-right: 5px;
    height: 55px;
    background: linear-gradient(180deg, #FBFCFE 0%, #DFF1FD 100%);
    box-shadow: 0px 1px 0px 1px rgb(3 44 66 / 5%);
}
.spsxx-spstb-tab-item.b {
    margin-left: 5px;
    height: 55px;
    background: linear-gradient(180deg, #FBFCFE 0%, #DFF1FD 100%);
    box-shadow: 0px 1px 0px 1px rgb(3 44 66 / 5%);
}

.spsxx-spstb-tab-item img {
    width: 36px;
    height: 36px;
    transition: opacity 0.3s ease;
}

.spsxx-spstb-tab-item .first-child {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.spsxx-spstb-tab-item .last-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.spsxx-spstb-tab-item.active {
    background-color: #fff;
    border-left: 1px solid #0063F9;
    border-right: 1px solid #0063F9;
    border-top: 1px solid #0063F9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 60px;
    background: #f9fbfe;
    box-shadow: 0px 0px 0px 0px rgb(3 44 66 / 5%);
}

div.spsxx-spstb-tab-item.active .first-child {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

div.spsxx-spstb-tab-item.active .last-child {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.spsxx-spstb-tab-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: color 0.3s ease;
}

/* SPS措施列表样式 */
.spsxx-spscs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.spsxx-spscs-list-item {
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    padding: 10px 20px 10px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #999999;
}

.spsxx-spscs-imge {
    display: block;
    margin: 0 auto 10px auto;
}

.spsxx-spscs-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.spsxx-spscs-list-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Source Han Sans;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
   text-align: left;
}

.spsxx-spscs-list-item-time {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.spsxx-spstb-tab-item.active .spsxx-spstb-tab-item-title {
    color: #0063F9;
    font-weight: 600;
}

/* 查询区域样式 */
.spsxx-spstb-query {
    margin: 0 20px 0px 20px;
    padding: 15px;
    background-image: url(../images/spsxx-spstb-q-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #0063F9;
    border-bottom: 1px solid #0063F9;
    border-right: 1px solid #0063F9;
    border-top: 1px solid #0063F9;
    position: relative;
    z-index: 10;
}

.spsxx-spstb-query::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 30px;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: #f9fbfe;
    z-index: 1;
    box-shadow: 13px 0px 0px -4px rgb(3 44 66 / 5%);
    border-bottom-left-radius: 5px;
}

.spsxx-spstb-query-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-bottom: 15px;
}

.spsxx-spstb-query-item:last-child {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 0;
}

.spsxx-spstb-query-item label {
    color: #0063F9;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.spsxx-spstb-query-item input,
.spsxx-spstb-query-item select {
    width: 100%;
    padding: 8px 12px;
    border: 0.5px solid #BAE2FD;
    font-size: 14px;
    background-color: #fff;
    height: 42px;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.spsxx-spstb-query-item input:focus,
.spsxx-spstb-query-item select:focus {
    outline: none;
    border-color: #0063F9;
    box-shadow: 0 0 0 2px rgba(0, 99, 249, 0.1);
}


.mobile-flatpickr .flatpickr-innerContainer {
    overflow-y: auto;
    max-height: calc(70vh - 120px);
}

/* 日期输入框样式 */
#notifyingDate {
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%230063F9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 35px;
    -webkit-tap-highlight-color: transparent;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    min-height: 50px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 16px !important;
    z-index: 100 !important;
    position: relative !important;
}


/* 按钮容器样式 */
.spsxx-spstb-query-item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.spsxx-spstb-query-item-btn button {
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

.spsxx-spstb-query-item-btn button:first-of-type {
    background-color: #0063F9;
    color: white;
    width: 50%;
}

.spsxx-spstb-query-item-btn button:first-of-type:hover {
    background-color: #0052D3;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 99, 249, 0.3);
}

.spsxx-spstb-query-item-btn button:last-of-type {
    background-color: #068A3E;
    color: #ffffff;
    border: 1px solid #DDD;
    width: 50%;
}

.spsxx-spstb-query-item-btn button:last-of-type:hover {
    background-color: #E8E8E8;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 搜索结果计数样式 */
.spsxx-spstb-list-count {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
}
.spsxx-spstb-list-count span:nth-child(1) {
    color: #000000;
    font-weight: 600;
}

/* 列表样式 */
.spsxx-spstb-list {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.spsxx-spstb-list-item {
    border-bottom: 1px solid #F0F0F0;
    transition: background-color 0.3s ease;
}

.spsxx-spstb-list-item:hover {
    background-color: #FAFBFC;
}

/* 隔行显示背景色 */
.spsxx-spstb-list-item:nth-child(odd) {
    background-color: #F5F9FC;
}

.spsxx-spstb-list-item:last-child {
    border-bottom: none;
}

.spsxx-spstb-list-item-title {
    padding: 15px 20px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #F5F5F5;
    
}

.spsxx-spstb-list-item-content {
    padding: 10px;
}

.spsxx-spstb-list-item-content-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Source Han Sans;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #000000;
    padding-bottom: 20px;
}

.spsxx-spstb-list-item-content-title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: 2.8em;
}


/* 列表项内容通用样式 */
.spsxx-spstb-list-item-content-item {
    display: flex;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
}
.spsxx-spstb-list-item-content-item-chengyuan,
.spsxx-spstb-list-item-content-item-time {
    display: flex;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.spsxx-spstb-list-item-content-item:last-child,
.spsxx-spstb-list-item-content-item-chengyuan:last-child,
.spsxx-spstb-list-item-content-item-time:last-child {
    margin-bottom: 15px;
}

/* 标签和内容样式 */
.spsxx-spstb-list-item-content-item span:first-child,
.spsxx-spstb-list-item-content-item-chengyuan span:first-child,
.spsxx-spstb-list-item-content-item-time span:first-child {
    color: #666;
    font-weight: 400;
}

.spsxx-spstb-list-item-content-item span:last-child,
.spsxx-spstb-list-item-content-item-chengyuan span:last-child,
.spsxx-spstb-list-item-content-item-time span:last-child {
    flex: 1;
    color: #666;
}

.spsxx-spstb-list-item-content-btn {
    text-align: right;
		 margin-top: -35px;
}

.spsxx-spstb-list-item-content-btn button {
    padding: 5px 10px;
    background-color: #d1e9ff;
    color: #2279fa;
    border: 1px solid #2279fa !important;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


/* 范围选择样式 */
.layui-laydate-range {
    width: 277px !important;
    max-width: 600px !important;
}

/* 疫情信息样式 */
.spsyqxx {
    background-image: url('../images/spsxx-yqxx-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.spsyqxx-item {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    padding: 20px;
    margin: 0 0 0 20px;
    border-bottom: 1px solid #F0F0F0;
}

.spsyqxx-left {
    width: 30%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0063F9;
    border-radius: 5px;
}

.spsyqxx-left img {
    width: 56px;
    height: 60px;
    margin-top: 18px;
}

.spsyqxx-right {
    width: 70%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.spsyqxx-right-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #000000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spsyqxx-right-txt {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    height: 30px;
}

.spsyqxx-right-btn {
    background-color: #EDF4F9;
    color: #0063F9;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.spsyqxx-right-btn:hover {
    background-color: #D6E4F7;
    transform: translateY(-2px);
}



.top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dt {
    justify-content: space-between;
    align-items: center;
}

.pl {
    font-size: 20px;
    font-weight: bold;
}

.pr {
    text-align: right;
}

.db {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
    text-align: center;
}

.sub_t {
    margin-bottom: 20px;
}

.content_table,
.table_c {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
 text-align: left;
}

.content_table td,
.content_table th,
.table_c td,
.table_c th {
    padding: 10px;
    border: 1px solid #ccc;
   word-wrap: break-word;
    word-break: break-all;
}

.content_table td:first-child,
.table_c td:first-child {
    width: 10%;
}

.table_c a {
    color: #007BFF;
    text-decoration: none;
}

.table_c a:hover {
    text-decoration: underline;
}
