@media screen and (min-width: 769px) {
    .box {
        width: 100%;
        overflow: hidden;
    }
    .box .container {
        width: 1200px;
        margin: 0 auto;
    }
    .box .Top {
        width: 100%;
        height: 195px;
        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);
    }
    .box .Top .Nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Top .Nav ul li {
        flex: 1;
        height: 100%;
    }
    .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 .select {
        display: none;
    }
    .box .Content {
        padding-top: 40px;
        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 .article {
        margin-top: 20px;
        padding: 40px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .box .Content .article .article-title {
        font-size: 28px;
        line-height: 36px;
        color: #212121;
        font-weight: bold;
        text-align: center;
        margin-bottom: 25px;
    }
    .box .Content .article .article-meta {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 30px;
    }
    .box .Content .article .article-meta span {
        font-size: 14px;
        line-height: 14px;
        color: #8b8b8b;
    }
    .box .Content .article .article-content {
        line-height: 2;
    }
    .box .Content .article .article-content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 20px;
        text-indent: 2em;
    }
    .box .Content .article .article-content h3 {
        font-size: 20px;
        color: #212121;
        font-weight: bold;
        margin: 30px 0 20px;
    }
    .box .Content .article .article-content .article-video {
        display: block;
        width: 100%;
        max-width: 800px;
        height: auto;
        margin: 20px auto;
        border-radius: 8px;
        background-color: #000;
    }
    .box .Content .article .article-content img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 20px auto;
        border-radius: 8px;
    }
    .box .Content .article .article-tags {
        padding-top: 20px;
        border-top: 1px solid #eeeeee;
        margin-top: 30px;
    }
    .box .Content .article .article-tags .tag {
        font-size: 14px;
        color: #666;
    }
    .box .Content .article .article-tags .tag-item {
        display: inline-block;
        padding: 5px 15px;
        background-color: #f0f7ff;
        color: #116bd1;
        border-radius: 4px;
        font-size: 14px;
        margin-left: 10px;
    }
    .box .Content .article .article-tags .tag-item:hover {
        background-color: #116bd1;
        color: #ffffff;
    }
    .box .Content .article .article-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #eeeeee;
    }
    .box .Content .article .article-nav .prev,
    .box .Content .article .article-nav .next {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .box .Content .article .article-nav .label {
        font-size: 14px;
        color: #8b8b8b;
    }
    .box .Content .article .article-nav a {
        font-size: 14px;
        color: #116bd1;
        text-decoration: none;
        max-width: 500px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: color 0.3s ease;
    }
    .box .Content .article .article-nav a:hover {
        color: #006fec;
        text-decoration: underline;
    }
    .box .Content .article .article-nav .disabled {
        font-size: 14px;
        color: #ccc;
    }
    .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;
    }
    .box .container {
        width: 95%;
        margin: 0 auto;
    }
    .box .Top {
        width: 100%;
        height: 265px;
        background: url(../img/list/topBg.png) top center no-repeat;
        background-size: cover;
        padding: 45px 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 .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 .article {
        margin-top: 20px;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
    }
    .box .Content .article .article-title {
        font-size: 20px;
        line-height: 28px;
        color: #212121;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .box .Content .article .article-meta {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 20px;
    }
    .box .Content .article .article-meta span {
        font-size: 12px;
        line-height: 12px;
        color: #8b8b8b;
    }
    .box .Content .article .article-content p {
        font-size: 14px;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.8;
    }
    .box .Content .article .article-content h3 {
        font-size: 16px;
        color: #212121;
        font-weight: bold;
        margin: 20px 0 15px;
    }
    .box .Content .article .article-content .article-video {
        display: block;
        width: 100%;
        height: auto;
        margin: 15px 0;
        border-radius: 8px;
        background-color: #000;
    }
    .box .Content .article .article-content img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 15px 0;
        border-radius: 8px;
    }
    .box .Content .article .article-tags {
        padding-top: 15px;
        border-top: 1px solid #eeeeee;
        margin-top: 20px;
    }
    .box .Content .article .article-tags .tag {
        font-size: 12px;
        color: #666;
    }
    .box .Content .article .article-tags .tag-item {
        display: inline-block;
        padding: 4px 12px;
        background-color: #f0f7ff;
        color: #116bd1;
        border-radius: 4px;
        font-size: 12px;
        margin-left: 8px;
        margin-bottom: 10px;
    }
    .box .Content .article .article-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #eeeeee;
    }
    .box .Content .article .article-nav .prev,
    .box .Content .article .article-nav .next {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .box .Content .article .article-nav .label {
        font-size: 12px;
        color: #8b8b8b;
    }
    .box .Content .article .article-nav a {
        font-size: 12px;
        color: #116bd1;
        text-decoration: none;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .box .Content .article .article-nav .disabled {
        font-size: 12px;
        color: #ccc;
    }
    .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;
    }
}
