body {
    margin: 0;
    line-height: inherit;
    background-color: #f9fafb;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    height: 0;
    border-top-width: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

table,
th,
td {
    border: none;
    /* 或者 border: 0; */
    border-left: none;
}

table {
    border-collapse: collapse;
}

a {
    color: inherit;
    text-decoration: none !important;
}

select {
    outline: none;
}

button {
    cursor: pointer
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.p-3 {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 21px;
}

.color-01 {
    color: #0777d6 !important;
}

.color-02 {
    color: #895ded !important;
}

.color-03 {
    color: #30b085 !important;
}

.color-04 {
    color: #e4b47a !important;
}

.color-06 {
    color: #ef4444 !important;
}

.color-05 {
    color: #3662e3 !important;
}

.color-waitcheck {
    color: #F8D882 !important;
}

.color-wuquan {
    color: #2185e1 !important;
}

.color-youxiao {
    color: #13B552 !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.bg-white {
    background-color: #fff;
}

.h-16 {
    height: 4rem;
}

.wu-data {
    color: #9da3ae;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 20%;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.blue {
    background-color: #3c82f6 !important;
}

.blue:hover {
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}

.gary {
    background-color: #6b7381;
}

.turquoise {
    background-color: #16c2c3;
}

.flex-col {
    flex-direction: column;
}

.min-h-screen {
    min-height: 100vh;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

/**/
header {
    width: 100%;
    transition-duration: .3s;
}

nav a {
    margin-left: 60px;
    color: #1f2937;
    font-size: 16px;
}

nav a.active {
    color: #2563eb;
    font-weight: bold;
}

.nav-logo img {
    display: block;
    width: 20px;
    margin-right: 10px;
}

footer {
    border-top: 1px solid #e5e7eb;
}

.footer-title {
    padding: 50px 0;
    padding-bottom: 30px;
}

.footer-title h1 {
    font-size: 16px;
    color: #6b7280;
    text-align: center;
    font-weight: normal;
}

.footer-title p {
    font-size: 14px;
    color: #9ca3af;
    text-align: center;
}

.ip-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 15px;
}

.anniu button {
    border: none;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
    margin-top: 10px;
}

.anniu button.blue:hover {
    background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)) !important;
}

.anniu button.gary:hover {
    background-color: rgb(77 84 97 / var(--tw-bg-opacity, 1));
}

.anniu button.turquoise:hover {
    background-color: rgb(43 198 208 / var(--tw-bg-opacity, 1));
}

.fz-button:hover {
    background-color: rgb(117 122 153 / var(--tw-bg-opacity, 1));
}

.tq-button:hover {
    background-color: rgb(117 122 153 / var(--tw-bg-opacity, 1));
}

.shuoming-title {
    align-items: center;
}

.shuoming-title i {
    font-size: 22px;
    margin-right: 10px;
    color: #2563eb;
}

.shuoming-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #004fe0;
}

.shuoming {
    background-color: #edf6ff;
    border: 1px solid #d7ebff;
    border-radius: 10px;
    margin: 30px auto 0;
}

.shuoming .shuoming-padding {
    padding: 30px;
}

.shuoming-padding ul {
    margin: 10px 0 0;
}

.shuoming-padding ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.shuoming-padding ul li i {
    font-size: 14px;
    color: #5ec269;
    margin-left: 2px;
    padding-right: 10px;
}

.shuoming-padding ul li span {
    color: #4b5563;
    font-size: 14px;
}

main>.container {
    justify-content: space-between;
}

.content-left {
    width: 25%;
    border-radius: 10px;
}

.content-left-top {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}

.content-right {
    width: calc(100% - 25% - 20px);
    background-color: #fff;
    border-radius: 10px;
}

.table-box .table-data {
    margin-bottom: 20px;
}

.table-box .table-data label {
    font-size: 14px;
    color: #374151;
    line-height: 24px;
    height: 24px;
}

.table-box .table-data .table-input {
    margin: 10px 0;
}

.table-box .table-data .table-input input {
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background: #fff;
    width: calc(100% - 23px);
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.table-box .table-data .table-select {
    margin: 10px 0;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    overflow: hidden;
    padding-right: 10px;
    margin-bottom: 0px;
}

.table-box .table-data .table-select:focus {
    border: 1px solid #0060cc;
}

.table-box .table-data .table-select select {

    border: none;
    background: #fff;
    width: 100%;
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.jieguo-box {
    width: 100%;
    margin-top: 10px;
}

.jieguo-box .jieguo-bt {
    width: 100%;
}

.jieguo-box .jieguo-bt ul {
    background-color: #f9fafc;
}

.jieguo-box .jieguo-bt ul li {
    font-size: 12px;
    color: #6b7280;
    font-weight: normal;
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding-left: 2%;
    border-bottom: 1px solid #e5e7ec;
}

.jieguo-box .table-sj ul li {
    font-size: 14px;
    color: #6b7280;
    font-weight: normal;
    text-align: left;
    height: 60px;
    line-height: 60px;
    padding-left: 2%;
    border-bottom: 1px solid #e5e7ec;
    white-space: nowrap;
    /* 禁止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    position: relative;
}


.jieguo-box .table-sj ul:last-child li {
    border-bottom: 0px solid #e5e7ec;
}

.jieguo-box .table-sj ul:nth-child(odd) {
    background-color: #fff;
}

.jieguo-box .table-sj ul:nth-child(even) {
    background-color: #f9fafb;
}

.jieguo-box .table-sj ul li button {
    border: none;
    background: none;
}

.jieguo-box .table-sj ul li button i {
    display: block;
    font-size: 16px;
    color: #2563eb;
}

.fz-button {
    background-color: #9a9eb3;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    height: 40px;
    padding: 0 16px;
    line-height: 40px;
    align-items: center;
    margin-top: -10px;
    color: #fff;
}

.tq-button {
    background-color: #9a9eb3;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    height: 40px;
    padding: 0 16px;
    line-height: 40px;
    align-items: center;
    margin-top: -10px;
    color: #fff;
    margin-left: 20px;
}

.fz-button i,
.tq-button i {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

/*页码*/
.pagination-container {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
    margin-top: 30px;
}

.page-btn {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background-color: #f9fafb;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    text-align: center;
}

.page-btn:hover:not(:disabled) {
    background-color: #2563eb;
    color: white;
    border-color: #2563eb;
}

.page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-number {
    cursor: pointer;
    transition: all 0.2s ease;
}

.page-number:hover {
    background-color: #e5e7eb;
}

.pagination-container select {
    border-radius: 10px;
    background-color: #f9fafb;
    border: none;
    height: 40px;
    padding: 0 10px;
}

.info-text {
    color: #374151;
    font-size: 14px;
}

#pageNumbers button,
#pageNumbers span {
    background-color: #f9fafb;
    border: none;
    color: #777d8a;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
}

#pageNumbers .page-number.active {
    background-color: #2563eb;
    color: white;
}

.data-left {
    width: calc(100% - 60% - 20px);
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.data-left h1 {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    margin-left: 30px;
}

.data-left h1 span {
    font-size: 22px;
    color: #2563eb;
}

.data-right {
    width: 60%;
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.index-daili {
    background-color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    align-items: center;
    padding: 10px 0;
}

.index-daili .i-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: 30px;
    border-radius: 20px;
}

.index-daili .i-icon i {
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    display: block;
}

.index-daili:nth-child(1) .i-icon {
    background-color: #c1eafe;
}

.index-daili:nth-child(2) .i-icon {
    background-color: #e6dcfb;
}

.index-daili:nth-child(3) .i-icon {
    background-color: #cbf7e8;
}

.index-daili:nth-child(4) .i-icon {
    background-color: #fdefdc;
}

.index-daili:nth-child(1) .i-icon i {
    color: #0777d6;
    font-size: 32px;
}

.index-daili:nth-child(2) .i-icon i {
    color: #895ded;
}

.index-daili:nth-child(3) .i-icon i {
    color: #30b085;
    font-size: 36px;
}

.index-daili:nth-child(4) .i-icon i {
    color: #e4b47a;
}

.index-daili .daili-title {
    margin-left: 20px;
}

.index-daili .daili-title h1 {
    font-size: 14px;
    color: #9ca3af;
    font-weight: normal;
}

.index-daili .daili-title p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

.chart-container {
    position: relative;
    height: 200px;
    margin: 0 auto;
    width: 60%;
}

.chart-center {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.chart-center .title-data {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.chart-center .title-bt {
    font-size: 14px;
    font-weight: normal;
    color: #6b7280;
}

.glow-effect {
    filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.3));
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out;
}

.content-top {
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.content-top .table-data {
    width: calc(100% / 4 - 20px);
    margin-right: 20px;
}

.content-bottom {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 30px;
}

.shuchu {
    background-color: #f9fafb;
    border-radius: 10px;
    border: 1px solid #d2d5da;
    margin: 0 30px;
}

.shuchu p {
    padding: 20px;
    height: 60px;
    line-height: 20px;
    margin: 0;
}

.textarea-box {
    width: 100%;
}

.textarea-box textarea {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    border-width: 1px;
    border-radius: 10px;
    width: calc(100% - 41px);
    height: 450px;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    overflow-y: scroll;
    padding: 20px;
    resize: none;
}

.content-batch-left,
.content-batch-right {
    width: calc(30% - 10px);
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

.content-batch-right {
    width: calc(70% - 10px);
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

.terr-title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 70px 0 70px 0;
}

.search {
    width: 80%;
    margin: 10px auto;
}

.search form {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.search input {
    width: 93%;
    border-radius: 10px 0 0 10px;
    height: 54px;
    border: 2px solid #3662e3;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
}

.search button {
    border-radius: 10px;
    height: 54px;
    background-color: #3662e3;
    border: none;
    color: #fff;
    margin-left: -20px;
    border: 1px solid #3662e3;
    padding: 0 30px;
    display: block;
    width: 15%;
    font-size: 16px;
}

#baidumap {
    width: 70%;
    margin: auto;
    margin-top: 50px;
    height: 400px;
    margin-bottom: 50px;
    border: solid 1px #c0c3c8;
}

.ip-bg {
    background: url(../images/ip-bg.png) no-repeat center;

    background-size: 100% 100%;
}

.formatted-headers {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: auto;
    padding-right: 20px;
}

.tip {
    background-image: linear-gradient(90deg, #ffffff2c, #b8ccff80 50%, #ffffff2c);
    margin: 0 auto;
    margin-top: 50px;
    justify-content: center;
}

.tip p {
    text-align: center;
    padding: 20px;
    margin: 0 50px;
    font-size: 24px;
}

.tip p span {
    color: #2563eb;
}

.terr-title {
    font-size: 36px;
    color: #212936;
    font-weight: normal;
}

.request-box {
    background-color: #fff;
    border-radius: 10px;
}

.request-title {
    position: relative;
    height: 30px;
}

.request-title img {
    position: absolute;
    display: block;
    margin-top: -12px;
    width: 200px;
    left: calc(50% - 100px);
}

.request-title p {
    text-align: center;
    color: #FFF;
    position: absolute;
    z-index: 999;
    left: calc(50% - 60px);
    top: -20px;
}

.request-jg {
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 10px;
}

.request-jg p {
    border-radius: 10px;
    background-color: #f9fafb;
    border: 1px solid #d2d5da;
    padding: 20px;
    margin: 30px;
    height: 160px;
}

.molile-nav-box {
    display: none;
}

.table-scroll {
    height: 510px;
    overflow-y: scroll;
    margin-right: -14px;
    display: block;
}


/*新增新闻模块开始*/
.content-left-bottom {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.news-index li a {
    display: flex;
    align-items: center;
}

.news-index li h1 {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    color: #111827;
    font-weight: normal;
    width: calc(100% - 10px - 16px);
}

.news-index li h1:hover {
    color: #2563eb;
}

.news-index li span {
    width: 16px;
    height: 16px;
    background-color: #9195A3;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

.news-index li:nth-child(1) span {
    background-color: #F73131;
}

.news-index li:nth-child(2) span {
    background-color: #F60;
}

.news-index li:nth-child(3) span {
    background-color: #FAA90E;
}

.more {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #9ca3af;
    font-weight: normal;
}

.more i {
    font-size: 12px;
    margin-left: 2px;
}

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

.news-box {
    justify-content: space-between;
    margin-top: 30px;
}

.news-bt {
    gap: 50px;
    margin-bottom: 10px;
}

.news-bt a {
    display: block;
    font-size: 20px;
    color: #1f2937;
    line-height: 64px;
    height: 64px;
}

.news-bt a.active {
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
}

.news-list li {
    border-bottom: 1px solid #d1d5db;
    padding: 30px 0;
}

.news-list li a img {
    border-radius: 10px;
}

.news-list li a .news-right {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-list li a .news-right .news-title {
    font-weight: bold;
    font-size: 18px;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list li a .news-right .news-title:hover {
    color: #2563eb;
}

.news-list li a .news-right .news-content {
    font-weight: normal;
    font-size: 14px;
    color: #6b7280;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; 
    -webkit-line-clamp: 4; 
    overflow: hidden; 
    text-overflow: ellipsis; */
}

.news-list li a .news-right .news-time {
    font-weight: normal;
    font-size: 14px;
    color: #6b7280;
    margin-top: auto;
}

.news-bq h1 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 14px;
}

.news-bq h1 a {
    margin-right: 10px;
}

.news-bq h1 a:last-child {
    margin-left: 10px;
}

.news-bq h1 a:hover {
    color: #2563eb;
}

.news-header {
    font-size: 26px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.news-time {
    display: flex;
}

.news-time span {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-right: 28px;
}

.news-time span i {
    padding-right: 6px;
}

.news-bq {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(107, 109, 112, 0.18);
}

.news-content-box {
    margin: 10px 0;
}

.news-content-box p {
    font-size: 14px;
    color: #374151;
    line-height: 24px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* 添加新闻内容框样式以防止图片溢出 */
.news-content-box img {
    max-width: 100%;
    height: auto;
}

.content-top {
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.news-box-left {
    width: 70%;
    background: #fff;
    border-radius: 10px;
}

.news-box-right {
    width: calc(100% - 70% - 20px);
}

.news-box-right-top {
    background: #fff;
    border-radius: 10px;
}

.news-box-right-bottom {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.news-box-cont {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}

.redtag {
    color: red !important;
}

/*新增新闻模块结束*/
/*11.24增加相关标签，右侧开始*/
.tag {
    margin-top: 20px;
    align-items: center;
}

.tag_title {
    font-size: 14px;
    color: #374151;
}

.tag_tag {
    gap: 16px;
}

.tag_tag a {
    display: block;
    padding: 4px 10px;
    background-color: #edf6ff;
    border: 1px solid #d7ebff;
    border-radius: 6px;
    font-size: 14px;
    color: #2563eb;
}

/*11.24增加相关标签，右侧结束*/

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1920px
    }
}

@media (min-width: 1280px) and (max-width: 1920px) {
    .container {
        max-width: 1220px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1440px
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .pc-header {
        display: none;
    }

    .nav-logo {
        display: flex;
    }

    .molile-nav-box {
        width: 100%;
    }

    .molile-nav-box {
        display: block;
        padding-bottom: 10px;
        padding-left: 10px;
        padding: p;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 10px);
        background-color: #fff;
        z-index: 999;
    }

    .molile-nav {
        display: block;
        padding-top: 5px;
    }

    .pc-nav {
        display: none;
    }

    .molile-nav a {
        display: block;
        margin-left: 0;
        line-height: 40px;
        font-size: 14px;
    }

    .nav-box {
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }

    .nav-logo img {
        display: block;
        width: 100px;
    }

    .molile {
        width: 100%;
        display: block;
    }

    .nav-kai,
    .nav-cha {
        margin-right: 25px;
    }

    .nav-kai i {
        font-size: 26px;
    }

    .molile-100 {
        margin-top: 100px !important;
    }

    .molile-dl {
        margin: 0 20px;
        width: calc(100% - 40px);
        margin-top: 30px;
    }

    .molile-dl h1 {
        padding-top: 20px;
        font-size: 14px;
    }

    .chart-container {
        width: 80%;
        padding-bottom: 20px;
    }

    .index-daili .i-icon {
        margin-left: 15px;
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .index-daili .daili-title h1 {
        font-size: 12px;
    }

    .index-daili .daili-title {
        margin-left: 10px;
    }

    .index-daili .i-icon i {
        font-size: 20px !important;
        line-height: 40px;
    }

    .index-daili .daili-title p {
        font-size: 14px;
        margin-top: 0;
    }

    .daili-title h1 {
        margin-top: 3px;
        padding-top: 0;
    }

    .content-left-top {
        height: 660px;
    }

    .content-left {}

    .fz-button {
        margin-top: 0px;
    }

    .molile-fzan {
        align-items: baseline;
        margin-top: 10px;
    }

    .p-3 {
        padding: 20px;
    }

    .jieguo-box {
        width: 100%;
        overflow-x: scroll;
    }

    .jieguo-box .jieguo-bt,
    .jieguo-box .table-sj {
        width: 700px;
    }

    .shuoming .shuoming-padding {
        padding: 20px;
    }

    .footer-title {
        padding: 50px 0;
        padding-bottom: 30px;
    }

    .content-top .table-data {
        width: 100%;
    }

    .shuchu {
        margin: 0 20px;
    }

    .search button {
        width: 24%;
    }

    .search form {
        width: 100%;
    }

    .tip {
        padding: 20px 0;
    }

    .table-scroll {
        overflow: visible;
        margin-right: 0;
        width: 100%;
    }

    .jieguo-box .width-450 {
        width: 450px;
    }

    .news-list li a img {
        width: 9em;
        ;
    }

    .news-list li a .news-right {
        margin-left: 20px;
    }

    .news-right {
        width: calc(100% - 9em - 20px);
    }

    .news-content {
        /* display: none !important; */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-list li a .news-right .news-title {
        font-size: 14px;
        width: 100%;
        display: -webkit-box;
        /* 设置为WebKit内核的弹性盒子模型 */
        -webkit-box-orient: vertical;
        /* 垂直排列 */
        -webkit-line-clamp: 3;
        /* 限制显示三行 */
        overflow: hidden;
        /* 隐藏超出范围的内容 */
        text-overflow: ellipsis;
        /* 使用省略号 */
        color: #1f2937 !important;
        white-space: break-spaces;
    }

    .news-bt a {
        font-size: 18px;
    }

    .news-box {
        display: block;
    }

    .tag {
        display: block;
    }

    .tag_tag {
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .news-box-cont {
        display: block;
        align-items: normal;
    }
}

@media (min-width: 640px) {}

.page-jump {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.page-jump input {
    width: 50px;
    padding: 4px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.page-jump button {
    padding: 4px 8px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.searchable-select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-selected {
    padding: 8px 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: white;
    position: relative;
}

.select-selected:hover {
    background-color: #f1f1f1;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ddd;
    z-index: 999;
    max-height: 200px;
    display: none;
}

.select-search {
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.select-options {
    max-height: 160px;
    overflow-y: auto;
}

.select-options>div {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.select-options>div:hover {
    background-color: #f1f1f1;
}

.logo-large img {
    width: 168px;
    height: 40px;
}

.logo-large span {
    font-size: 20px;
}