@media screen and (min-width: 769px) {
    .box {
        width: 100%;
        overflow: hidden;
    }
    .box .container {
        width: 1200px;
        margin: 0 auto;
    }
    .box .Top {
        width: 100%;
        height: 147px;
        background: url(../img/list/topBg.png) top center no-repeat;
        background-size: cover;
        position: relative;
    }
    .box .Top h1 {
        font-family: 'SourceHanSerifCN';
        font-size: 30px;
        font-weight: 900;
        line-height: 30px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #024da1;
    }
    .box .Top .search {
        margin-top: 20px;
        width: 423px;
        height: 43px;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 2px #a3cef6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .box .Top .search input {
        width: 85%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 34px;
        font-family: 'SourceHanSerifCN';
        font-size: 16px;
        line-height: 16px;
        color: #333;
    }
    .box .Top .search input::placeholder {
        color: #616161;
    }
    .box .Top .search button {
        width: 15%;
        height: 100%;
        background-color: #116bd1;
        border-radius: 0px 4px 4px 0px;
        border: none;
        outline: none;
    }
    .box .Top .search button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 16px;
        line-height: 40px;
        color: #ffffff;
        text-align: center;
    }
    .box .Top .search button:hover {
        filter: brightness(1.1);
    }
    .box .Top .Nav {
        width: 100%;
        height: 52px;
        background-color: #116bd1;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translate(0, -12px);
        z-index: 999;
    }
    .box .Top .Nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Top .Nav ul li {
        flex: 1;
        height: 100%;
        position: relative;
    }
    .box .Top .Nav ul li a {
        width: 100%;
        height: 100%;
        font-family: 'SourceHanSerifCN';
        display: block;
        font-size: 18px;
        line-height: 52px;
        color: #ffffff;
        text-align: center;
    }
    .box .Top .Nav ul li.active {
        background-color: #e1f0ff;
    }
    .box .Top .Nav ul li.active a {
        color: #116bd1;
    }
    .box .Top .Nav ul li:hover {
        background-color: #e1f0ff;
    }
    .box .Top .Nav ul li:hover a {
        color: #116bd1;
    }
    .box .Top .Nav ul li .nav-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: #116bd1;
        min-width: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        z-index: 9999;
        overflow: hidden;
    }
    .box .Top .Nav ul li .nav-dropdown a {
        display: block;
        padding: 10px 16px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        height: auto;
        line-height: 1.4;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .box .Top .Nav ul li .nav-dropdown a:last-child {
        border-bottom: none;
    }
    .box .Top .Nav ul li .nav-dropdown a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
    }
    .box .Top .Nav .select {
        display: none;
    }
    .box .Content {
        padding-bottom: 93px;
    }
    .box .Content .title {
        position: relative;
        font-size: 14px;
        line-height: 14px;
        color: #9f9f9f;
        padding: 10px 20px;
    }
    .box .Content .title a {
        font-size: 14px;
        line-height: 14px;
        color: #9f9f9f;
    }
    .box .Content .title a:hover {
        text-decoration: underline;
    }
    .box .Content .title span {
        color: #212121;
    }
    .box .Content .Classify {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #116bd1;
        display: flex;
        align-items: center;
        margin-top: 16px;
    }
    .box .Content .Classify li {
        width: 110px;
        height: 100%;
    }
    .box .Content .Classify li a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 18px;
        line-height: 40px;
        color: #a5a5a5;
        text-align: center;
    }
    .box .Content .Classify li.active {
        background-color: #116bd1;
    }
    .box .Content .Classify li.active a {
        color: #ffffff;
    }
    .box .Content .Classify li:hover {
        background-color: #116bd1;
    }
    .box .Content .Classify li:hover a {
        color: #ffffff;
    }
    .box .Content .content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 17px;
        padding: 0 20px;
    }
    .box .Content .content .list {
        width: 66%;
        height: auto;
    }
    .box .Content .content .list li {
        width: 100%;
        height: auto;
        margin-bottom: 22px;
        padding-bottom: 16px;
        border-bottom: 1px solid #ececec;
    }
    .box .Content .content .list li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }
    .box .Content .content .list li a .img {
        width: 183px;
        height: 136px;
        border-radius: 6px;
        overflow: hidden;
        margin-right: 20px;
    }
    .box .Content .content .list li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .content .list li a .text {
        flex: 1;
        margin-top: 10px;
        min-width: 0;
        padding-bottom: 11px;
    }
    .box .Content .content .list li a .text h2 {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #212121;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .content .list li a .text p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        color: #b1b1b1;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 14px;
    }
    .box .Content .content .list li a .text span {
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #b1b1b1;
        margin-top: 23px;
    }
    .box .Content .content .list li:hover a .text h2 {
        text-decoration: underline;
    }
    .box .Content .content .new {
        width: 32.5%;
        height: auto;
        background-color: #f1f6fb;
        border-radius: 0 0 8px 8px;
        border-top: 4px solid #305798;
        padding: 28px 11px;
    }
    .box .Content .content .new h2 {
        font-size: 18px;
        line-height: 18px;
        color: #116bd1;
        padding-bottom: 15px;
        font-weight: normal;
        border-bottom: 2px solid #d5d5d5;
        padding-left: 3px;
    }
    .box .Content .content .new .Swiper {
        width: 100%;
        height: 348px;
        margin-top: 15px;
        overflow: hidden;
        position: relative;
    }
    .box .Content .content .new .Swiper.IE {
        height: 458px;
    }
    .box .Content .content .new .Swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        padding: 0 7px;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a h4 {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        color: #171717;
        font-weight: normal;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a img {
        margin-top: 10px;
        width: 100%;
        height: 198px;
        object-fit: cover;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a span {
        display: block;
        font-size: 16px;
        line-height: 16px;
        color: #8b8b8b;
        margin-top: 15px;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide:hover a h4 {
        text-decoration: underline;
    }
    .box .Content .content .new .Swiper .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
    }
    .box .Content .content .new .Swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #305798;
    }
    .box .Content .page {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 26px;
    }
    .box .Content .page a {
        display: block;
        width: 43px;
        height: 43px;
        border-radius: 4px;
        border: solid 1px #d5d5d5;
        margin: 0 9px;
        text-align: center;
        font-size: 22px;
        line-height: 41px;
        color: #707070;
    }
    .box .Content .page a.active {
        background-color: #116bd1;
        border: solid 1px #a4cbed;
        color: #ffffff;
    }
    .box .Content .page a:hover {
        background-color: #116bd1;
        border: solid 1px #a4cbed;
        color: #ffffff;
    }
    .box .Content .page p {
        width: 11px;
        height: 19px;
    }
    .box .Content .page p img {
        width: 11px;
        height: 19px;
        object-fit: cover;
    }
    .box .Content .page .first {
        margin-right: 37px;
    }
    .box .Content .page .last {
        margin-left: 37px;
    }
    .box .Content .content .grid-list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 30px;
    }
    .box .Content .content .grid-list li {
        width: 100%;
    }
    .box .Content .content .grid-list li a {
        width: 100%;
        display: block;
    }
    .box .Content .content .grid-list li a .img {
        width: 100%;
        aspect-ratio: 3/4;
        overflow: hidden;
    }
    .box .Content .content .grid-list li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .content .grid-list li a .title {
        display: block;
        font-size: 16px;
        line-height: 16px;
        color: #333;
        text-align: center;
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box .Content .links-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 60px;
    }
    .box .Content .links-bar .link-btn {
        width: 285px;
        padding: 12px 24px;
        background-color: #b4d7ff;
        color: #ffffff;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .box .Content .links-bar .link-btn:hover {
        background-color: #006fec;
    }
    .box .Content .links-bar .link-btn:active {
        background-color: #006fec;
    }
}
@media screen and (max-width: 769px) {
    .box {
        width: 100%;
        overflow: hidden;
        background: white;
    }
    .box .container {
        width: 95%;
        margin: 0 auto;
    }
    .box .Top {
        width: 100%;
        height: 20vw;
        background: url(../img/list/topBg.png) top center no-repeat;
        background-size: cover;
        padding: 0px 0 0;
        position: relative;
        box-shadow: 2px 5px 7px rgba(31, 125, 233, 0.3);
    }
    .box .Top h1 {
        font-family: 'SourceHanSerifCN';
        font-size: 24px;
        font-weight: 900;
        line-height: 37px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #024da1;
        text-align: center;
    }
    .box .Top .search {
        margin-top: 20px;
        width: 100%;
        height: 43px;
        background-color: #ffffff;
        border-radius: 4px;
        border: solid 2px #a3cef6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .box .Top .search input {
        width: 85%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 24px;
        font-family: 'SourceHanSerifCN';
        font-size: 16px;
        line-height: 16px;
        color: #333;
    }
    .box .Top .search input::placeholder {
        color: #616161;
    }
    .box .Top .search button {
        width: 15%;
        height: 100%;
        background-color: #116bd1;
        border-radius: 0px 4px 4px 0px;
        border: none;
        outline: none;
    }
    .box .Top .search button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 16px;
        line-height: 40px;
        color: #ffffff;
        text-align: center;
    }
    .box .Top .search button:hover {
        filter: brightness(1.1);
    }
    .box .Top .Nav {
        width: 100%;
        height: 41px;
        background-color: transparent;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translate(0, -100%);
    }
    .box .Top .Nav ul {
        display: none;
    }
    .box .Top .Nav .select {
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .box .Top .Nav .select select {
        width: 97%;
        height: 100%;
        border: none;
        outline: none;
        background-color: transparent;
        padding-left: 15px;
        font-size: 16px;
        color: #116bd1;
        font-family: 'SourceHanSerifCN';
    }
    .box .Content {
        margin-top: 35px;
        padding-bottom: 93px;
    }
    .box .Content .title {
        position: relative;
        font-size: 14px;
        line-height: 14px;
        color: #9f9f9f;
    }
    .box .Content .title a {
        font-size: 14px;
        line-height: 14px;
        color: #9f9f9f;
    }
    .box .Content .title a:hover {
        text-decoration: underline;
    }
    .box .Content .title span {
        color: #212121;
    }
    .box .Content .Classify {
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #116bd1;
        display: flex;
        align-items: center;
        margin-top: 16px;
    }
    .box .Content .Classify li {
        width: 20%;
        height: 100%;
    }
    .box .Content .Classify li a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 15px;
        line-height: 35px;
        color: #a5a5a5;
        text-align: center;
    }
    .box .Content .Classify li.active {
        background-color: #116bd1;
    }
    .box .Content .Classify li.active a {
        color: #ffffff;
    }
    .box .Content .Classify li:hover {
        background-color: #116bd1;
    }
    .box .Content .Classify li:hover a {
        color: #ffffff;
    }
    .box .Content .content {
        margin-top: 17px;
        position: relative;
    }
    .box .Content .content .list {
        width: 100%;
        height: auto;
    }
    .box .Content .content .list li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 20px;
        background: #ffffff;
        /* border: 1px solid #f0f0f0; */
        border-radius: 10px;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
    }
    .box .Content .content .list li:hover {
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }
    .box .Content .content .list li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        gap: 24px;
    }
    .box .Content .content .list li a .img {
        width: 280px;
        height: 170px;
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .box .Content .content .list li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    .box .Content .content .list li:hover a .img img {
        transform: scale(1.03);
    }
    .box .Content .content .list li a .text {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 170px;
    }
    .box .Content .content .list li a .text h2 {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        color: #1a1a1a;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .content .list li a .text p {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        color: #666666;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 10px;
    }
    .box .Content .content .list li a .text span {
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: #999999;
        margin-top: 12px;
    }
    .box .Content .content .list li:hover a .text h2 {
        color: #116bd1;
    }
    .box .Content .content .new {
        width: 100%;
        height: 421px;
        background-color: #f1f6fb;
        border-radius: 0 0 8px 8px;
        border-top: 4px solid #305798;
        padding: 28px 11px;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .box .Content .content .new h2 {
        font-size: 18px;
        line-height: 18px;
        color: #116bd1;
        padding-bottom: 15px;
        font-weight: normal;
        border-bottom: 2px solid #d5d5d5;
        padding-left: 3px;
    }
    .box .Content .content .new .Swiper {
        width: 100%;
        height: 348px;
        margin-top: 15px;
        overflow: hidden;
        position: relative;
    }
    .box .Content .content .new .Swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        padding: 0 7px;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a h4 {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        color: #171717;
        font-weight: normal;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a img {
        margin-top: 10px;
        width: 100%;
        height: 198px;
        object-fit: cover;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide a span {
        display: block;
        font-size: 16px;
        line-height: 16px;
        color: #8b8b8b;
        margin-top: 15px;
    }
    .box .Content .content .new .Swiper .swiper-wrapper .swiper-slide:hover a h4 {
        text-decoration: underline;
    }
    .box .Content .content .new .Swiper .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
    }
    .box .Content .content .new .Swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #305798;
    }
    .box .Content .page {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 26px;
    }
    .box .Content .page a {
        display: block;
        width: 43px;
        height: 43px;
        border-radius: 4px;
        border: solid 1px #d5d5d5;
        margin: 0 9px;
        text-align: center;
        font-size: 22px;
        line-height: 41px;
        color: #707070;
    }
    .box .Content .page a.active {
        background-color: #116bd1;
        border: solid 1px #a4cbed;
        color: #ffffff;
    }
    .box .Content .page a:hover {
        background-color: #116bd1;
        border: solid 1px #a4cbed;
        color: #ffffff;
    }
    .box .Content .page p {
        width: 11px;
        height: 19px;
    }
    .box .Content .page p img {
        width: 11px;
        height: 19px;
        object-fit: cover;
    }
    .box .Content .page .first {
        margin-right: 37px;
    }
    .box .Content .page .last {
        margin-left: 37px;
    }
    .box .Content .content .grid-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .box .Content .content .grid-list li {
        width: 100%;
    }
    .box .Content .content .grid-list li a {
        width: 100%;
        display: block;
    }
    .box .Content .content .grid-list li a .img {
        width: 100%;
        aspect-ratio: 3/4;
        overflow: hidden;
    }
    .box .Content .content .grid-list li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .content .grid-list li a .title {
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #333;
        text-align: center;
        margin-top: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box .Content .links-bar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 40px;
    }
    .box .Content .links-bar .link-btn {
        width: calc(50% - 8px);
        padding: 10px 15px;
        background-color: #b4d7ff;
        color: #ffffff;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    .box .Content .links-bar .link-btn:hover {
        background-color: #006fec;
    }

    /* 移动端文章列表优化 */
    .box .Content .content .list li {
        padding: 15px;
    }
    .box .Content .content .list li a {
        flex-direction: column;
        gap: 12px;
    }
    .box .Content .content .list li a .img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .box .Content .content .list li a .text {
        display: block;
        min-height: auto;
    }
    .box .Content .content .list li a .text h2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .content .list li a .text p {
        font-size: 14px;
        line-height: 22px;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 8px;
    }
    .box .Content .content .list li a .text span {
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: #999999;
        margin-top: 10px;
    }
}
