@media screen and (min-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Top .topBg {
    width: 100%;
    height: 450px;
    background: url(../img/Gather/topBg.png) center no-repeat;
    background-size: cover;
    padding: 97px 0 0;
    padding: 150px 0 0;
  }
  .box .Top .topBg h1 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #2954aa;
    text-align: center;
    margin-bottom: 28px;
  }
  .box .Top .topBg h5 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #2954aa;
    text-align: center;
  }
  .box .Top .topBg .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1025px;
    height: 57px;
    background-color: #ffffff;
    box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
    border-radius: 29px;
    margin: 63px auto 0;
    overflow: hidden;
    padding-left: 20px;
  }
  .box .Top .topBg .search select {
    width: 7%;
    height: 100%;
    padding-left: 20px;
    font-family: 'AdobeHeitiStd';
    font-size: 16px;
    line-height: 16px;
    color: #020000;
    border: none;
  }
  .box .Top .topBg .search input {
    width: 78%;
    height: 100%;
    padding-left: 25px;
    border: none;
    outline: none;
    font-family: 'AdobeHeitiStd';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.5px;
    color: #333;
  }
  .box .Top .topBg .search input::placeholder {
    color: #636e80;
  }
  .box .Top .topBg .search button {
    width: 15%;
    height: 100%;
    background-color: #f56142;
    border: none;
    outline: none;
  }
  .box .Top .topBg .search button a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 57px;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    text-align: center;
  }
  .box .Top .topBg .search button:hover {
    filter: brightness(1.1);
  }
  .box .Top .topBg.IC {
    padding: 150px 0 0;
  }
  .box .Top .topBg.IC h1 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 18px;
  }
  .box .Top .topBg.IC h5 {
    font-size: 44px;
    line-height: 44px;
  }
  .box .Top .Notice {
    width: 100%;
    height: 68px;
    background-color: #cddffa;
    box-shadow: 6px 8px 49px 0px rgba(146, 186, 255, 0.28);
  }
  .box .Top .Notice .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Top .Notice .container .title {
    width: auto;
    height: 33px;
    background-image: linear-gradient(93deg, #0442bc 0%, #195efe 100%);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    padding: 0 12px;
  }
  .box .Top .Notice .container .title p {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-left: 9px;
  }
  .box .Top .Notice .container .text {
    flex: 1;
    height: 100%;
    min-width: 0;
    line-height: 68px;
    overflow: hidden;
    position: relative;
  }
  .box .Top .Notice .container .text p {
    display: inline-block;
    font-size: 14px;
    line-height: 68px;
    letter-spacing: -0.5px;
    color: #003399;
    margin: 0 15px;
    position: absolute;
    white-space: nowrap;
    animation: scrollLeft 35s linear infinite;
  }
  .box .Top .Notice .container .text p a {
    color: #003399;
  }
  @keyframes scrollLeft {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .box .Top .Notice.IE .container p {
    letter-spacing: -0.5px !important;
  }
  .box .Content {
    width: 100%;
    padding: 46px 0 0;
    background-color: #fff;
    margin-bottom: 30px;
  }
  .box .Content .topic {
    display: flex;
    justify-content: center;
  }
  .box .Content .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 .Content .topic h2::after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #045de4;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .Content .new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
  }
  .box .Content .new img {
    width: 20px;
    height: auto;
  }
  .box .Content .new .left {
    width: 62%;
    height: 554px;
    overflow: hidden;
    background-color: #f8f9fa;
    border-radius: 18px;
    border: 1px solid #fff;
    position: relative;
  }
  .box .Content .new .left .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    padding: 18px;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 303px;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text {
    margin-top: 59px;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text h5 {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text .time {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    margin: 10px 0;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 15px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text button {
    width: auto;
    height: 42px;
    background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
    box-shadow: 6px 8px 24px 0px rgba(0, 93, 193, 0.13);
    border-radius: 23px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-top: 17px;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text button img {
    width: 15px;
    height: auto;
    margin-left: 5;
  }
  .box .Content .new .left .swiper-paginationNew {
    height: 14px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 350px;
    left: 48%;
  }
  .box .Content .new .left .swiper-paginationNew .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #ddd;
    opacity: 1;
  }
  .box .Content .new .left .swiper-paginationNew .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 37px;
    height: 14px;
    background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
    border-radius: 7px;
  }
  .box .Content .new .left.IE .swiper-wrapper .swiper-slide a .text {
    margin-top: 55px;
  }
  .box .Content .new .left.IE .swiper-wrapper .swiper-slide a .text h5 {
    line-height: 24px;
  }
  .box .Content .new .right {
    width: 35%;
    height: 554px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .new .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .new .right .title h2 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
  }
  .box .Content .new .right .title .line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, #0061ca, rgba(0, 97, 202, 0));
    margin: 0 20px 0 10px;
  }
  .box .Content .new .right .title .more {
    font-size: 14px;
    line-height: 14px;
    color: #4f4e4e;
  }
  .box .Content .new .right .title .more:hover {
    text-decoration: underline;
  }
  .box .Content .new .right ul {
    width: 100%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .new .right ul li {
    width: 100%;
    height: 22%;
    background-color: #fff;
    border-radius: 15px;
    background-color: #f8f9fa;
  }
  .box .Content .new .right ul li a {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .new .right ul li a img {
    width: 35%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .new .right ul li a .text {
    width: 62%;
  }
  .box .Content .new .right ul li a .text h6 {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: normal;
  }
  .box .Content .new .right ul li a .text .time {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-top: 6px;
  }
  .box .Content .new .right ul li a .text p {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
    color: #8e8f91;
  }
  .box .Content .new .right ul li a .text span {
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0183f0;
  }
  .box .Content .new .right.IC ul li a .text h6 {
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
  }
  .box .Content .Hot {
    width: 100%;
    margin-top: 75px;
    height: 390px;
    background-color: #f3f5f9;
    padding: 49px 0 0;
  }
  .box .Content .Hot .container {
    padding: 72px 0 0;
    position: relative;
  }
  .box .Content .Hot .container .All {
    position: absolute;
    top: 29px;
    right: 0;
    width: auto;
    height: 28px;
    background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
    border-radius: 14px;
    padding: 0 10px;
  }
  .box .Content .Hot .container .All a {
    font-size: 14px;
    line-height: 28px;
    color: #000102;
  }
  .box .Content .Hot .container .All:hover {
    filter: brightness(1.1);
  }
  .box .Content .Hot .container ul {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .Hot .container ul li {
    width: 32%;
    height: 100%;
    background: url(../img/Gather/hot-bg1.png) center no-repeat;
    background-size: cover;
    box-shadow: 4px 5px 27px 0px rgba(195, 218, 250, 0.6);
    border-radius: 10px;
    border: solid 1px #ffffff;
    overflow: hidden;
  }
  .box .Content .Hot .container ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 19px 16px;
  }
  .box .Content .Hot .container ul li a .icon {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }
  .box .Content .Hot .container ul li a .icon img {
    margin-right: 8px;
  }
  .box .Content .Hot .container ul li a .icon p {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
  }
  .box .Content .Hot .container ul li a .text {
    margin-bottom: 40px;
  }
  .box .Content .Hot .container ul li a .text p {
    font-size: 14px;
    line-height: 24px;
    color: #646566;
  }
  .box .Content .Hot .container ul li a .text p span {
    color: #f95f4f;
  }
  .box .Content .Hot .container ul li a button {
    width: 150px;
    height: 29px;
    background-color: #0182ff;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
  }
  .box .Content .Hot .container ul li:nth-child(2) {
    background: url(../img/Gather/hot-bg2.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Hot .container ul li:nth-child(3) {
    background: url(../img/Gather/hot-bg3.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Hot .container ul.IC li a button {
    width: 101px;
  }
  .box .Content .Notice {
    margin-top: 40px;
    padding-bottom: 34px;
  }
  .box .Content .Notice .Latest {
    height: 200px;
    background-color: #edf0f9;
    background: url(../img/Gather/notice-bg.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Notice .Latest a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0 0 55px;
    white-space: nowrap;
  }
  .box .Content .Notice .Latest a .text {
    margin-left: 25px;
  }
  .box .Content .Notice .Latest a .text h4 {
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    color: #2954aa;
    margin-bottom: 15px;
  }
  .box .Content .Notice .Latest a .text p {
    font-size: 33px;
    line-height: 33px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #080808;
  }
  .box .Content .Notice .Latest a {
    display: block;
    padding: 0;
  }
  .box .Content .Notice .Latest a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .box .Content .Notice .notice {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
  }
  .box .Content .Notice .notice .left {
    width: 63%;
    height: 443px;
    overflow: hidden;
    padding-bottom: 33px;
    position: relative;
  }
  .box .Content .Notice .notice .left .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Notice .notice .left .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .Notice .notice .left .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Content .Notice .notice .left .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Notice .notice .left .swiper-paginationNotice {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .box .Content .Notice .notice .left .swiper-pagination-bullet {
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
    opacity: 1;
  }
  .box .Content .Notice .notice .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27px;
    height: 10px;
    background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
    background-blend-mode: normal, normal;
    box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
    border-radius: 5px;
  }
  .box .Content .Notice .notice .right {
    width: 35%;
    padding-bottom: 33px;
    display: flex;
    flex-direction: column;
  }
  .box .Content .Notice .notice .right .title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .box .Content .Notice .notice .right .title-row .more {
    font-size: 14px;
    color: #0863d8;
    text-decoration: none;
  }
  .box .Content .Notice .notice .right .title-row .more:hover {
    color: #fc3c3c;
  }
  .box .Content .Notice .notice .right button {
    width: 93px;
    height: 31px;
    background-image: linear-gradient(-46deg, rgba(251, 197, 188, 0.3) 0%, rgba(254, 164, 164, 0.3) 100%);
    box-shadow: 5px 6px 8px 0px rgba(144, 161, 185, 0.68);
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 31px;
    color: #fc3c3c;
    margin-bottom: 20px;
  }
  .box .Content .Notice .notice .right ul {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .box .Content .Notice .notice .right ul li {
    width: 100%;
    height: 20%;
    border-bottom: 1px dashed #aac5e5;
  }
  .box .Content .Notice .notice .right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Notice .notice .right ul li a span {
    width: 6px;
    height: 5px;
    background: #abc0dd;
    border-radius: 50%;
    margin-right: 5px;
  }
  .box .Content .Notice .notice .right ul li a p {
    width: 95%;
    font-size: 14px;
    line-height: 14px;
    color: #040000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .Notice.IC .Latest a .text {
    display: flex;
    align-items: center;
    max-width: 81.9%;
    overflow: hidden;
  }
  .box .Content .Notice.IC .Latest a .text h4 {
    font-weight: bold;
    margin-bottom: 0;
  }
  /* .box .Content .Notice.IE .Latest a {
    padding: 15px 0 0 25px;
  } */
  .box .Content .Notice.IE .Latest a .text {
    flex: 1;
    min-width: 0;
    margin-left: 5px;
  }
  .box .Content .Notice.IE .Latest a .text p {
    max-width: 95%;
    font-size: 24px;
    line-height: 33px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .Notice.IE .notice .right ul li a p {
    line-height: 18px;
  }
  .box .Content .Promotion {
    width: 100%;
    height: 316px;
    background-color: #ecf6ff;
    padding: 49px 0 0;
  }
  .box .Content .Promotion .Click {
    width: 1330px;
    margin: 36px auto 0;
    position: relative;
  }
  .box .Content .Promotion .Click .Swiper {
    height: 117px;
    overflow: hidden;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper .swiper-slide {
    width: 390px;
    height: 100%;
    margin-right: 21px;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .box .Content .Promotion .Click .swiper-button-prevPromotion {
    position: absolute;
    top: 50%;
    left: 0;
  }
  .box .Content .Promotion .Click .swiper-button-prevPromotion::after {
    content: none;
  }
  .box .Content .Promotion .Click .swiper-button-nextPromotion {
    position: absolute;
    top: 50%;
    right: 0;
  }
  .box .Content .Promotion .Click .swiper-button-nextPromotion::after {
    content: none;
  }
  .box .Content .MediaFocus {
    margin-top: 25px;
    padding: 56px 0 58px;
  }
  .box .Content .MediaFocus .Swiper {
    height: 450px;
    margin-top: 45px;
    overflow: hidden;
    padding-bottom: 42px;
    position: relative;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide {
    height: 260px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.85);
    opacity: 0.7;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .MediaFocus .Swiper .swiper-paginationMediaFocus {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .box .Content .MediaFocus .Swiper .swiper-pagination-bullet {
    width: 11px;
    height: 10px;
    background-color: #ffffff;
    box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
    opacity: 1;
  }
  .box .Content .MediaFocus .Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27px;
    height: 10px;
    background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
    background-blend-mode: normal, normal;
    box-shadow: 2px 2px 9px 0px rgba(73, 136, 230, 0.76);
    border-radius: 5px;
  }
  .box .Content .MediaFocus.IE {
    background-color: #eff3fd;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
  }
  .box .Top .topBg {
    width: 100%;
    height: auto;
    background: url(../img/Gather/topBg.png) center no-repeat;
    background-size: cover;
    padding: 12vw 0;
  }
  .box .Top .topBg h1 {
    font-size: 7.46666667vw;
    line-height: 8.53333333vw;
    letter-spacing: 0vw;
    color: #2954aa;
    text-align: center;
    margin-bottom: 5.86666667vw;
  }
  .box .Top .topBg h5 {
    font-size: 6.4vw;
    line-height: 7.46666667vw;
    letter-spacing: 0vw;
    color: #2954aa;
    text-align: center;
  }
  .box .Top .topBg .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    height: 13.86666667vw;
    background-color: #ffffff;
    box-shadow: 0.53333333vw 0.53333333vw 5.6vw 0vw rgba(127, 176, 252, 0.32);
    border-radius: 7.73333333vw;
    margin: 9.33333333vw auto 0;
    overflow: hidden;
  }
  .box .Top .topBg .search select {
    width: 7%;
    height: 100%;
    padding-left: 5.33333333vw;
    font-family: 'AdobeHeitiStd';
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #020000;
    border: none;
  }
  .box .Top .topBg .search input {
    width: 82%;
    height: 100%;
    padding-left: 4vw;
    border: none;
    outline: none;
    font-family: 'AdobeHeitiStd';
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    letter-spacing: -0.13333333vw;
    color: #333;
  }
  .box .Top .topBg .search input::placeholder {
    color: #636e80;
  }
  .box .Top .topBg .search button {
    width: 18%;
    height: 100%;
    background-color: #f56142;
    border: none;
    outline: none;
  }
  .box .Top .topBg .search button a {
    width: 100%;
    height: 100%;
    font-size: 4vw;
    line-height: 13.86666667vw;
    letter-spacing: 0vw;
    color: #ffffff;
    display: block;
    text-align: center;
  }
  .box .Top .topBg .search button:hover {
    filter: brightness(1.1);
  }
  .box .Top .topBg.IC {
    padding: 14.4vw 0;
  }
  .box .Top .topBg.IC h1 {
    font-size: 9.06666667vw;
    line-height: 9.06666667vw;
    margin-bottom: 4.8vw;
  }
  .box .Top .topBg.IC h5 {
    font-size: 7.46666667vw;
    line-height: 9.06666667vw;
  }
  .box .Content {
    width: 100%;
    padding: 6.66666667vw 0 0;
    background-color: #fff;
    margin-bottom: 8vw;
  }
  .box .Content .topic {
    display: flex;
    justify-content: center;
  }
  .box .Content .topic h2 {
    width: fit-content;
    padding-bottom: 2.4vw;
    letter-spacing: 0;
    font-size: 5.86666667vw;
    font-weight: bold;
    color: #3f3e3e;
    border-bottom: 0.26666667vw solid #e1e9f2;
    position: relative;
  }
  .box .Content .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 .new {
    margin-top: 6.66666667vw;
  }
  .box .Content .new img {
    width: 5.33333333vw;
    height: auto;
  }
  .box .Content .new .left {
    width: 100%;
    height: auto;
    overflow: visible;
    background-color: #f8f9fa;
    border-radius: 3.2vw;
    border: 0.26666667vw solid #fff;
    position: relative;
    padding: 2.66666667vw 2.66666667vw 10vw;
  }
  .box .Content .new .left .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 40.8vw !important;
    object-fit: cover;
    border-radius: 2.66666667vw 2.66666667vw 0vw 0vw;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text {
    margin-top: 4vw;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text h5 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text .time {
    display: block;
    font-size: 3.2vw;
    line-height: 4vw;
    color: #999999;
    margin: 2.66666667vw 0;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    color: #666;
    margin-top: 4vw;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text button {
    width: auto;
    height: 8.53333333vw;
    background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
    box-shadow: 1.6vw 2.13333333vw 6.4vw 0vw rgba(0, 93, 193, 0.13);
    border-radius: 6.13333333vw;
    padding: 0 5.33333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #ffffff;
    margin-top: 4vw;
  }
  .box .Content .new .left .swiper-wrapper .swiper-slide a .text button img {
    width: 4vw;
    height: auto;
    margin-left: 5;
  }
  .box .Content .new .left .swiper-paginationNew {
    width: 100%;
    height: 3.73333333vw;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 3vw;
    left: 0;
    justify-content: center;
  }
  .box .Content .new .left .swiper-paginationNew .swiper-pagination-bullet {
    width: 2.66666667vw;
    height: 2.66666667vw;
    background-color: #ddd;
    opacity: 1;
  }
  .box .Content .new .left .swiper-paginationNew .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6.66666667vw;
    height: 2.66666667vw;
    background-image: linear-gradient(0deg, #015fc4 0%, #0574ed 100%);
    border-radius: 1.86666667vw;
  }
  .box .Content .new .left.IE .swiper-wrapper .swiper-slide a .text {
    margin-top: 4vw;
  }
  .box .Content .new .left.IE .swiper-wrapper .swiper-slide a .text h5 {
    line-height: 5.33333333vw;
  }
  .box .Content .new .left.IE .swiper-wrapper .swiper-slide a .text p {
    margin-top: 3.2vw;
  }
  .box .Content .new .right {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 6.66666667vw;
  }
  .box .Content .new .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .new .right .title h2 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #000;
    font-weight: normal;
  }
  .box .Content .new .right .title .line {
    flex: 1;
    height: 0.53333333vw;
    background: linear-gradient(to right, #0061ca, rgba(0, 97, 202, 0));
    margin: 0 5.33333333vw 0 2.66666667vw;
  }
  .box .Content .new .right .title .more {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #4f4e4e;
  }
  .box .Content .new .right .title .more:hover {
    text-decoration: underline;
  }
  .box .Content .new .right ul {
    width: 100%;
    height: auto;
    margin-top: 5.33333333vw;
  }
  .box .Content .new .right ul li {
    width: 100%;
    height: 27.2vw;
    background-color: #fff;
    border-radius: 2.66666667vw;
    background-color: #f8f9fa;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .new .right ul li a {
    width: 100%;
    height: 100%;
    padding: 2.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .new .right ul li a img {
    width: 35%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .new .right ul li a .text {
    width: 62%;
  }
  .box .Content .new .right ul li a .text h6 {
    font-size: 3.73333333vw;
    line-height: 4.8vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: normal;
  }
  .box .Content .new .right ul li a .text p {
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 1.33333333vw 0;
    color: #8e8f91;
  }
  .box .Content .new .right ul li a .text span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0183f0;
  }

  /* 英文版新闻列表手机端卡片式布局 */
  .box .Content .new .right.IE ul li,
  .Box .Content .new .right.IE ul li {
    height: auto;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .box .Content .new .right.IE ul li a,
  .Box .Content .new .right.IE ul li a {
    flex-direction: column;
    gap: 12px;
    padding: 0;
    height: auto;
  }
  .box .Content .new .right.IE ul li a img,
  .Box .Content .new .right.IE ul li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
  .box .Content .new .right.IE ul li a .text,
  .Box .Content .new .right.IE ul li a .text {
    width: 100%;
  }
  .box .Content .new .right.IE ul li a .text h6,
  .Box .Content .new .right.IE ul li a .text h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #1a1a1a;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .new .right.IE ul li a .text p,
  .Box .Content .new .right.IE ul li a .text p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin: 8px 0 0;
  }
  .box .Content .new .right.IE ul li a .text span,
  .Box .Content .new .right.IE ul li a .text span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    margin-top: 10px;
  }

  .box .Content .new .right.IC ul li a .text h6 {
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 4.8vw;
  }
  .box .Content .new .right.IC ul li a .text .time {
    display: block;
    font-size: 3.2vw;
    line-height: 4vw;
    color: #999999;
    margin-top: 2.13333333vw;
  }
  .box .Content .Hot {
    width: 100%;
    margin-top: 20vw;
    height: 104vw;
    background-color: #f3f5f9;
    padding: 13.06666667vw 0 0;
  }
  .box .Content .Hot .container {
    padding: 19.2vw 0 0;
    position: relative;
  }
  .box .Content .Hot .container .All {
    position: absolute;
    top: 7.73333333vw;
    right: 0;
    width: auto;
    height: 7.46666667vw;
    background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
    border-radius: 3.73333333vw;
    padding: 0 2.66666667vw;
  }
  .box .Content .Hot .container .All a {
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    color: #000102;
  }
  .box .Content .Hot .container .All:hover {
    filter: brightness(1.1);
  }
  .box .Content .Hot .container ul {
    height: 46.66666667vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .Hot .container ul li {
    width: 32%;
    height: 100%;
    background: url(../img/Gather/hot-bg1.png) center no-repeat;
    background-size: cover;
    box-shadow: 1.06666667vw 1.33333333vw 7.2vw 0vw rgba(195, 218, 250, 0.6);
    border-radius: 2.66666667vw;
    border: solid 0.26666667vw #ffffff;
    overflow: hidden;
  }
  .box .Content .Hot .container ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5.06666667vw 4.26666667vw;
  }
  .box .Content .Hot .container ul li a .icon {
    display: flex;
    align-items: center;
    margin-bottom: 3.73333333vw;
  }
  .box .Content .Hot .container ul li a .icon img {
    margin-right: 2.13333333vw;
  }
  .box .Content .Hot .container ul li a .icon p {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #000000;
  }
  .box .Content .Hot .container ul li a .text {
    margin-bottom: 10.66666667vw;
  }
  .box .Content .Hot .container ul li a .text p {
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #646566;
  }
  .box .Content .Hot .container ul li a .text p span {
    color: #f95f4f;
  }
  .box .Content .Hot .container ul li a button {
    width: 40vw;
    height: 7.73333333vw;
    background-color: #0182ff;
    border-radius: 4vw;
    border: none;
    outline: none;
    font-size: 3.73333333vw;
    line-height: 7.73333333vw;
    color: #ffffff;
  }
  .box .Content .Hot .container ul li:nth-child(2) {
    background: url(../img/Gather/hot-bg2.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Hot .container ul li:nth-child(3) {
    background: url(../img/Gather/hot-bg3.png) center no-repeat;
    background-size: cover;
  }
  .box .Content .Hot .container ul.IC li a button {
    width: 26.93333333vw;
  }
  .box .Content .Notice {
    margin-top: 1.666667vw;
    padding-bottom: 6.66666667vw;
  }
  .box .Content .Notice .Latest {
    height: auto;
    /* background-color: #edf0f9;
    background: url(../img/Gather/notice-bg.png) center no-repeat;
    background-size: cover; */
  }
  .box .Content .Notice .Latest a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 6.66666667vw 2.66666667vw;
    white-space: nowrap;
  }
  .box .Content .Notice .Latest a img {
    display: none;
  }
  .box .Content .Notice .Latest a .text {
    display: flex;
    flex-direction: column;
  }
  .box .Content .Notice .Latest a .text h4 {
    font-size: 7.46666667vw;
    font-weight: bold;
    line-height: 7.46666667vw;
    color: #2954aa;
    position: relative;
    margin-left: 13.86666667vw;
  }
  .box .Content .Notice .Latest a .text h4::before {
    content: '';
    width: 13.86666667vw;
    height: 10.66666667vw;
    display: block;
    background: url(../img/Gather/notice-Icon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(-120%, -50%);
  }
  .box .Content .Notice .Latest a .text p {
    font-size: 5.33333333vw;
    line-height: 8.53333333vw;
    font-weight: normal;
    letter-spacing: 0vw;
    color: #080808;
    white-space: normal;
    margin-top: 2.66666667vw;
    text-align: center;
  }
  .box .Content .Notice .Latest a {
    display: block;
    padding: 0;
  }
  .box .Content .Notice .Latest a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .box .Content .Notice .notice {
    margin-top: 5.33333333vw;
  }
  .box .Content .Notice .notice .left {
    width: 100%;
    height: 56.3vw;
    overflow: hidden;
    padding-bottom: 7.46666667vw;
    position: relative;
  }
  .box .Content .Notice .notice .left .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Notice .notice .left .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .Notice .notice .left .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Content .Notice .notice .left .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .Notice .notice .left .swiper-paginationNotice {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .box .Content .Notice .notice .left .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    background-color: #ffffff;
    box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
    opacity: 1;
  }
  .box .Content .Notice .notice .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5.86666667vw;
    height: 2.4vw;
    background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
    background-blend-mode: normal, normal;
    box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
    border-radius: 1.33333333vw;
  }
  .box .Content .Notice .notice .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4vw;
    padding-bottom: 2.66666667vw;
  }
  .box .Content .Notice .notice .right .title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vw;
  }
  .box .Content .Notice .notice .right .title-row .more {
    font-size: 3.73333333vw;
    color: #0863d8;
    text-decoration: none;
  }
  .box .Content .Notice .notice .right button {
    width: fit-content;
    height: 6.4vw;
    background-image: linear-gradient(-46deg, rgba(251, 197, 188, 0.3) 0%, rgba(254, 164, 164, 0.3) 100%);
    box-shadow: 1.33333333vw 1.6vw 2.13333333vw 0vw rgba(144, 161, 185, 0.68);
    border-radius: 4vw;
    border: none;
    outline: none;
    font-size: 3.73333333vw;
    line-height: 6.4vw;
    color: #fc3c3c;
    margin-bottom: 4vw;
    padding: 0 6.66666667vw;
  }
  .box .Content .Notice .notice .right ul {
    display: flex;
    flex-direction: column;
  }
  .box .Content .Notice .notice .right ul li {
    width: 100%;
    height: 10.66666667vw;
    border-bottom: 0.26666667vw dashed #aac5e5;
  }
  .box .Content .Notice .notice .right ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .Notice .notice .right ul li a span {
    width: 1.6vw;
    height: 1.33333333vw;
    background: #abc0dd;
    border-radius: 50%;
    margin-right: 1.33333333vw;
  }
  .box .Content .Notice .notice .right ul li a p {
    width: 95%;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #040000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .Notice.IC .Latest a .text {
    display: flex;
    align-items: center;
  }
  .box .Content .Notice.IC .Latest a .text h4 {
    font-weight: bold;
    margin-bottom: 0;
  }
  /* .box .Content .Notice.IE .Latest a {
    padding: 6.66666667vw 2.66666667vw;
  } */
  .box .Content .Notice.IE .Latest a .text {
    flex: 1;
    min-width: 0;
    margin-left: 1.33333333vw;
  }
  .box .Content .Notice.IE .Latest a .text h4 {
    font-size: 6.4vw;
    line-height: 6.4vw;
    letter-spacing: -0.13333333vw;
    margin-left: 12vw;
  }
  .box .Content .Notice.IE .Latest a .text h4::before {
    width: 10.93333333vw;
    height: 8.53333333vw;
  }
  .box .Content .Notice.IE .Latest a .text p {
    font-size: 4.8vw;
    line-height: 6.4vw;
    letter-spacing: -0.13333333vw;
  }
  .box .Content .Notice.IE .notice .right ul li a p {
    line-height: 4.8vw;
  }
  .box .Content .Promotion {
    width: 100%;
    height: auto;
    background-color: #ecf6ff;
    padding: 6.66666667vw 0 9.33333333vw;
  }
  .box .Content .Promotion .Click {
    width: 100%;
    margin: 6.66666667vw auto 0;
    position: relative;
  }
  .box .Content .Promotion .Click .Swiper {
    width: 90%;
    height: 21.33333333vw;
    overflow: hidden;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper .swiper-slide {
    width: 53.33333333vw;
    height: 100%;
    margin-right: 2.66666667vw;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Content .Promotion .Click .Swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.66666667vw;
  }
  .box .Content .Promotion .Click .swiper-button-prevPromotion {
    width: auto;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .box .Content .Promotion .Click .swiper-button-prevPromotion img {
    width: 3.2vw;
    height: auto;
  }
  .box .Content .Promotion .Click .swiper-button-prevPromotion::after {
    content: none;
  }
  .box .Content .Promotion .Click .swiper-button-nextPromotion {
    width: auto;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .box .Content .Promotion .Click .swiper-button-nextPromotion img {
    width: 3.2vw;
    height: auto;
  }
  .box .Content .Promotion .Click .swiper-button-nextPromotion::after {
    content: none;
  }
  .box .Content .MediaFocus {
    padding: 6.66666667vw 0 9.33333333vw;
  }
  .box .Content .MediaFocus .Swiper {
    height: 48vw;
    margin-top: 6.66666667vw;
    overflow: hidden;
    padding-bottom: 6.66666667vw;
    position: relative;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide {
    width: 45vw;
    height: 24vw;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .MediaFocus .Swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.18);
    z-index: 9;
  }
  .box .Content .MediaFocus .Swiper .swiper-paginationMediaFocus {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .box .Content .MediaFocus .Swiper .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
    background-color: #ffffff;
    box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
    opacity: 1;
  }
  .box .Content .MediaFocus .Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5.86666667vw;
    height: 2.4vw;
    background-image: linear-gradient(109deg, #015eea 31%, #00c0fa 100%), linear-gradient(#b7baba, #b7baba);
    background-blend-mode: normal, normal;
    box-shadow: 0.53333333vw 0.53333333vw 2.4vw 0vw rgba(73, 136, 230, 0.76);
    border-radius: 1.33333333vw;
  }
  .box .Content .MediaFocus.IE {
    background-color: #eff3fd;
  }
}
