@media screen and (min-width: 769px) {
    .box {
        min-height: 100vh;
    }
    .box .Top .topBg {
        width: 100%;
        height: 350px;
        background: url(../img/Overseas/Message/topBg.png) center no-repeat;
        background-size: cover;
        padding: 138px 0 0 35%;
    }
    .box .Top .topBg h1 {
        font-size: 44px;
        line-height: 44px;
        letter-spacing: -0.5px;
        color: #2954aa;
        margin-bottom: 20px;
    }
    .box .Top .topBg p {
        font-size: 24px;
        line-height: 24px;
        color: #2954aa;
        margin-top: 22px;
        letter-spacing: -0.5px;
    }
    .box .Top .topBg .Ask {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .box .Top .topBg .Ask .logo {
        display: flex;
        align-items: center;
    }
    .box .Top .topBg .Ask .logo img {
        margin-right: 4px;
    }
    .box .Top .topBg .Ask .logo p {
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.5px;
        color: #020000;
    }
    .box .Top .topBg .Ask .input {
        width: 786px;
        height: 57px;
        background-color: #ffffff;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
        border-radius: 29px;
        margin-left: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .box .Top .topBg .Ask .input input {
        width: 80%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 30px;
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #333;
    }
    .box .Top .topBg .Ask .input input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg .Ask .input button {
        width: 20%;
        height: 100%;
        background-color: #f56142;
        outline: none;
        border: none;
    }
    .box .Top .topBg .Ask .input button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 18px;
        line-height: 57px;
        text-align: center;
        letter-spacing: 0px;
        color: #ffffff;
    }
    .box .Top .topBg .Ask .input button:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg.IC h1 {
        font-size: 44px;
        line-height: 44px;
        letter-spacing: 0px;
    }
    .box .Top .topBg.IC p {
        /* letter-spacing: 1px; */
        letter-spacing: 0;
    }
    .box .Top .topBg.IC h5 {
        font-size: 44px;
        line-height: 44px;
    }
    .box .Top .topBg.IC .Ask {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }
    .box .Top .topBg.IC .Ask .input input {
        width: 87%;
    }
    .box .Top .topBg.IC .Ask .input button {
        width: 13%;
    }
    .box .Top .position .container p span {
        color: #0863d8;
    }
    .box .topic {
        display: flex;
        justify-content: center;
    }
    .box .topic h2 {
        width: fit-content;
        padding-bottom: 9px;
        letter-spacing: 0;
        font-size: 30px;
        font-weight: bold;
        color: #3f3e3e;
        border-bottom: 1px solid #e1e9f2;
        position: relative;
    }
    .box .topic h2::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color: #045de4;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .box .Content {
        background-color: #fff;
        padding: 65px 0 50px;
        margin-bottom: 30px;
    }
    .box .Content .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .box .Content .container li {
        width: 23.5%;
        height: 450px;
        background-color: #f4f7fc;
        border-radius: 10px;
        margin-right: 2%;
        margin-bottom: 35px;
    }
    .box .Content .container li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 20px;
    }
    .box .Content .container li a .head {
        width: 140px;
        height: 140px;
        background-color: #b1b1b1;
        box-shadow: 0px 0px 18px 0px rgba(81, 81, 81, 0.42);
        border-radius: 50%;
        border: solid 8px #ffffff;
    }
    .box .Content .container li a .head img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .box .Content .container li a h5 {
        font-size: 20px;
        line-height: 20px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #03369c;
        margin: 31px 0 26px;
    }
    .box .Content .container li a p {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-indent: 2em;
        margin-bottom: 26px;
        min-height: 96px;
    }
    .box .Content .container li a button {
        width: 242px;
        height: 49px;
        background-color: #0863d8;
        border-radius: 8px;
        border: none;
        outline: none;
        font-size: 14px;
        line-height: 49px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
    }
    .box .Content .container li:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 769px) {
    .box {
        min-height: 100vh;
    }
    .box .Top .topBg {
        width: 100%;
        height: auto;
        background: url(../img/Overseas/Message/topBg.png) center no-repeat;
        background-size: cover;
        padding: 14.4vw 0 17.33333333vw;
    }
    .box .Top .topBg h1 {
        font-size: 7.46666667vw;
        line-height: 7.46666667vw;
        letter-spacing: -0.13333333vw;
        color: #2954aa;
        margin-bottom: 5.33333333vw;
        text-align: center;
    }
    .box .Top .topBg p {
        font-size: 5.33333333vw;
        line-height: 6.4vw;
        color: #2954aa;
        margin-top: 4vw;
        letter-spacing: -0.13333333vw;
        text-align: center;
    }
    .box .Top .topBg .Ask {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16vw;
    }
    .box .Top .topBg .Ask .logo {
        display: flex;
        align-items: center;
    }
    .box .Top .topBg .Ask .logo img {
        margin-right: 1.06666667vw;
    }
    .box .Top .topBg .Ask .logo p {
        font-family: 'AdobeHeitiStd';
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        letter-spacing: -0.13333333vw;
        color: #020000;
    }
    .box .Top .topBg .Ask .input {
        width: 209.6vw;
        height: 15.2vw;
        background-color: #ffffff;
        box-shadow: 0.53333333vw 0.53333333vw 5.6vw 0vw rgba(127, 176, 252, 0.32);
        border-radius: 7.73333333vw;
        margin-left: 3.46666667vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .box .Top .topBg .Ask .input input {
        width: 80%;
        height: 100%;
        border: none;
        outline: none;
        padding-left: 8vw;
        font-family: 'AdobeHeitiStd';
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        letter-spacing: 0vw;
        color: #333;
    }
    .box .Top .topBg .Ask .input input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg .Ask .input button {
        width: 20%;
        height: 100%;
        background-color: #f56142;
        outline: none;
        border: none;
    }
    .box .Top .topBg .Ask .input button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 4.8vw;
        line-height: 15.2vw;
        text-align: center;
        letter-spacing: 0vw;
        color: #ffffff;
    }
    .box .Top .topBg .Ask .input button:hover {
        filter: brightness(1.1);
    }
    .box .Top .topBg.IC h1 {
        font-size: 9.06666667vw;
        line-height: 9.06666667vw;
        letter-spacing: 0vw;
    }
    .box .Top .topBg.IC p {
        letter-spacing: 0.26666667vw;
    }
    .box .Top .topBg.IC h5 {
        font-size: 11.73333333vw;
        line-height: 11.73333333vw;
    }
    .box .Top .topBg.IC .Ask {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16vw;
    }
    .box .Top .topBg.IC .Ask .input input {
        width: 87%;
    }
    .box .Top .topBg.IC .Ask .input button {
        width: 13%;
    }
    .box .Top .position .container p span {
        color: #0863d8;
    }
    .box .topic {
        display: flex;
        justify-content: center;
    }
    .box .topic h2 {
        width: fit-content;
        padding-bottom: 2.4vw;
        letter-spacing: 0;
        font-size: 8vw;
        font-weight: bold;
        color: #3f3e3e;
        border-bottom: 0.26666667vw solid #e1e9f2;
        position: relative;
    }
    .box .topic h2::after {
        content: '';
        width: 6.4vw;
        height: 0.53333333vw;
        background-color: #045de4;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .box .Content {
        background-color: #fff;
        padding: 12vw 0 13.33333333vw;
        margin-bottom: 8vw;
    }
    .box .Content .container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box .Content .container li {
        width: 49%;
        height: 88vw;
        background-color: #f4f7fc;
        border-radius: 2.66666667vw;
        margin-bottom: 2.66666667vw;
    }
    .box .Content .container li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4vw 2.66666667vw;
    }
    .box .Content .container li a .head {
        width: 26.66666667vw;
        height: 26.66666667vw;
        background-color: #b1b1b1;
        box-shadow: 0vw 0vw 4.8vw 0vw rgba(81, 81, 81, 0.42);
        border-radius: 50%;
        border: solid 1.06666667vw #ffffff;
    }
    .box .Content .container li a .head img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .box .Content .container li a h5 {
        font-size: 4.8vw;
        line-height: 4.8vw;
        letter-spacing: 0.26666667vw;
        color: #03369c;
        margin: 5.33333333vw 0 4vw;
    }
    .box .Content .container li a p {
        width: 100%;
        min-height: 23.46666667vw;
        font-size: 3.46666667vw;
        line-height: 5.86666667vw;
        color: #333333;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-indent: 2em;
        margin-bottom: 5.33333333vw;
    }
    .box .Content .container li a button {
        width: 85%;
        height: 9.33333333vw;
        background-color: #0863d8;
        border-radius: 2.13333333vw;
        border: none;
        outline: none;
        font-size: 3.46666667vw;
        line-height: 9.33333333vw;
        letter-spacing: 0.26666667vw;
        color: #ffffff;
    }
    .box .Content .container li:nth-child(4n) {
        margin-right: 0;
    }
}
