@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    min-height: 100vh;
    background: url(../img/Bg.png) top center no-repeat;
    background-size: cover;
    min-width: 1350px;
  }
  .box .container {
    width: 1280px;
    margin: 0 auto;
  }
  .box .Top {
    width: 100%;
    height: auto;
  }
  .box .Top .Logo {
    height: 143px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Top .Logo .logo {
    width: auto;
    height: 57px;
  }
  .box .Top .Logo .right {
    display: flex;
    align-items: center;
  }
  .box .Top .Logo .right .search {
    width: 271px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dae8ef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 2px;
  }
  .box .Top .Logo .right .search input {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    color: #333;
  }
  .box .Top .Logo .right .search input::placeholder {
    color: #b1b1b1;
  }
  .box .Top .Logo .right .search a {
    width: 52px;
    height: 36px;
    background-color: #1e4dba;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Top .Logo .right .search a:hover {
    filter: brightness(1.1);
  }
  .box .Top .Logo .right .As {
    display: flex;
    align-items: center;
  }
  .box .Top .Logo .right .As a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 17px;
    width: 111px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dae8ef;
  }
  .box .Top .Logo .right .As a img {
    margin-right: 9px;
  }
  .box .Top .Logo .right .As a p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
  }
  .box .Top .Logo .right .As a:hover {
    filter: brightness(0.9);
  }
  .box .Top .Nav {
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    border-top: 2px solid #1e4dba;
  }
  .box .Top .Nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Top .Nav ul li {
    border-bottom: 5px solid transparent;
  }
  .box .Top .Nav ul li a {
    font-size: 16px;
    line-height: 48px;
    color: #000;
    padding: 0 17px;
  }
  .box .Top .Nav ul li.active {
    border-bottom: 5px solid #1e4dba;
  }
  .box .Top .Nav ul li.active a {
    font-weight: bold;
    color: #1e4dba;
  }
  .box .Content {
    padding: 34px 0 105px;
  }
  .box .Content .Img img {
    width: 100%;
    height: auto;
  }
  .box .Content .titleSwiper {
    height: 115px;
    overflow: hidden;
    position: relative;
  }
  .box .Content .titleSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .titleSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .titleSwiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 39px;
    line-height: 115px;
    color: #093782;
    font-weight: bold;
    text-align: center;
  }
  .box .Content .titleSwiper .swiper-paginationTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .box .Content .titleSwiper .swiper-paginationTitle .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #9facca;
    opacity: 1;
  }
  .box .Content .titleSwiper .swiper-paginationTitle .swiper-pagination-bullet-active {
    width: 8px;
    height: 14px;
    background-color: #1e4dba;
    border-radius: 4px;
  }
  .box .Content .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .box .Content .flex .Left {
    width: 955px;
  }
  .box .Content .flex .Left .meetingSwiper {
    width: 100%;
    height: 537px;
    overflow: hidden;
    position: relative;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    height: 76px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(16, 75, 194, 0), rgba(16, 75, 194, 0.5) 45%, rgba(16, 75, 194, 0.8) 75%, rgba(16, 75, 194, 0.8) 90%, #104bc2);
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide .text p {
    width: 78%;
    font-size: 18px;
    line-height: 91px;
    color: #ffffff;
    padding-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-paginationMeeting {
    position: absolute;
    right: 18px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 18px;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-paginationMeeting .swiper-pagination-bullet {
    width: 9px;
    height: 8px;
    background-color: #ffffff;
    opacity: 1;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-paginationMeeting .swiper-pagination-bullet-active {
    width: 27px;
    height: 8px;
    background-color: #77a4ff;
    border-radius: 4px;
  }
  .box .Content .flex .Left .textSwiper {
    height: 127px;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
  }
  .box .Content .flex .Left .textSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .textSwiper .swiper-wrapper .swiper-slide {
    width: 32%;
    margin-right: 2%;
  }
  .box .Content .flex .Left .textSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-prev-text {
    left: 0;
    width: 18px;
    height: 45px;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-prev-text::after {
    content: none;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-next-text {
    right: 0;
    width: 18px;
    height: 45px;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-next-text::after {
    content: none;
  }
  .box .Content .flex .Left .Sort {
    width: 100%;
    margin-top: 33px;
  }
  .box .Content .flex .Left .Sort .sortTopic {
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    padding: 0;
    position: relative;
  }
  .box .Content .flex .Left .Sort .sortTopic a {
    display: flex;
    align-items: center;
    margin-right: 27px;
  }
  .box .Content .flex .Left .Sort .sortTopic a .icon {
    width: 16px;
    height: 16px;
    background: url(../img/sort-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a h4 {
    font-size: 16px;
    line-height: 16px;
    color: #9f9fa0;
    font-weight: normal;
    margin-left: 7px;
  }
  .box .Content .flex .Left .Sort .sortTopic a.active .icon {
    background: url(../img/sort-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a.active h4 {
    color: #285193;
    font-weight: bold;
  }
  .box .Content .flex .Left .Sort .sortTopic a:hover .icon {
    background: url(../img/sort-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a:hover h4 {
    color: #285193;
    font-weight: bold;
  }
  .box .Content .flex .Left .Sort .sortTopic a:nth-child(2) .icon {
    background: url(../img/sort-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a:nth-child(2).active .icon {
    background: url(../img/sort-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a:nth-child(2):hover .icon {
    background: url(../img/sort-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: none;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a {
    margin: 0 0 0 22px;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a .icon {
    background: url(../img/list.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a h4 {
    margin: 0 9px 0 0;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a.active .icon {
    background: url(../img/list-Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a.active h4 {
    color: #333;
    font-weight: bold;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a:hover .icon {
    background: url(../img/list-Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a:hover h4 {
    color: #333;
    font-weight: bold;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a:nth-child(2) .icon {
    background: url(../img/card.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a:nth-child(2).active .icon {
    background: url(../img/card-Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a:nth-child(2):hover .icon {
    background: url(../img/card-Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 17px;
    padding: 17px 14px;
  }
  .box .Content .flex .Left .Sort .channel > div .topic {
    display: flex;
    align-items: center;
    position: relative;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a .icon {
    width: 22px;
    height: 20px;
    background: url(../img/one-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a h5 {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    margin-left: 10px;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a.active .icon {
    background: url(../img/one-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a.active h5 {
    color: #106ab2;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(2) .icon {
    background: url(../img/one-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(2).active .icon {
    background: url(../img/one-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(3) .icon {
    background: url(../img/one-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(3).active .icon {
    background: url(../img/one-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    margin: 0;
  }
  .box .Content .flex .Left .Sort .channel > div .topic .more:hover {
    text-decoration: underline;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a .icon {
    background: url(../img/two-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a.active .icon {
    background: url(../img/two-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(2) .icon {
    background: url(../img/two-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(2).active .icon {
    background: url(../img/two-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(3) .icon {
    background: url(../img/two-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(3).active .icon {
    background: url(../img/two-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a .icon {
    background: url(../img/three-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a.active .icon {
    background: url(../img/three-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(2) .icon {
    background: url(../img/three-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(2).active .icon {
    background: url(../img/three-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(3) .icon {
    background: url(../img/three-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(3).active .icon {
    background: url(../img/three-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a .icon {
    background: url(../img/four-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a.active .icon {
    background: url(../img/four-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(2) .icon {
    background: url(../img/four-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(2).active .icon {
    background: url(../img/four-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(3) .icon {
    background: url(../img/four-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(3).active .icon {
    background: url(../img/four-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.five .topic h5 {
    font-size: 20px;
    line-height: 20px;
    color: #106ab2;
    font-weight: bold;
    margin-left: 10px;
  }
  .box .Content .flex .Left .Sort .channel > div.six .topic h5 {
    font-size: 20px;
    line-height: 20px;
    color: #106ab2;
    font-weight: bold;
    margin-left: 10px;
  }
  .box .Content .flex .Left .Sort .channel > div .content {
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
  .box .Content .flex .Left .Sort .channel > div .content .img {
    width: 300px;
    height: 201px;
    margin-right: 16px;
  }
  .box .Content .flex .Left .Sort .channel > div .content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text {
    flex: 1;
    height: 200px;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text .title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text .title h5 {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #1b1b1b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text .title p span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-right: 28px;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul {
    flex: 1;
    min-height: 0;
    padding: 15px 0 0;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li {
    margin-bottom: 17px;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a div {
    display: flex;
    align-items: center;
    width: 85%;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a div span {
    width: 6px;
    height: 6px;
    background-color: #2f60d3;
    display: block;
    margin-right: 9px;
    border-radius: 50%;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a div p {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a span {
    font-size: 14px;
    line-height: 14px;
    color: #929292;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li:hover a div p {
    text-decoration: underline;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul {
    margin-top: 16px;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li {
    width: 32.5%;
    margin-right: 1.25%;
    height: 304px;
    background-color: #f7fafe;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .img {
    width: 100%;
    height: 201px;
    position: relative;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .img p {
    width: 76px;
    height: 28px;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0px 0px 10px 0px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .text {
    padding: 8px 11px;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .text h6 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #1b1b1b;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .text p span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-right: 28px;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li:nth-child(3) {
    margin-right: 0;
  }
  .box .Content .flex .Left .Sort .time {
    display: none;
    width: 100%;
  }
  .box .Content .flex .Left .Sort .time .list li {
    width: 100%;
    height: 207px;
    background-color: rgba(255, 255, 255, 0.72);
    margin-bottom: 14px;
  }
  .box .Content .flex .Left .Sort .time .list li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 17px 15px;
    justify-content: space-between;
  }
  .box .Content .flex .Left .Sort .time .list li a .text {
    flex: 1;
    padding: 13px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .flex .Left .Sort .time .list li a .text h5 {
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps {
    width: 610px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p {
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p img {
    margin-right: 4px;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p span:nth-child(1) {
    margin-right: 24px;
  }
  .box .Content .flex .Left .Sort .time .list li a .img {
    width: 260px;
    height: 100%;
    margin-left: 48px;
    position: relative;
  }
  .box .Content .flex .Left .Sort .time .list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .time .list li a .img p {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 28px;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
  }
  .box .Content .flex .Left .Sort .time .card {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
  }
  .box .Content .flex .Left .Sort .time .card li {
    width: 32.5%;
    margin-right: 1.25%;
    height: 307px;
    background-color: #f7fafe;
    margin-bottom: 17px;
  }
  .box .Content .flex .Left .Sort .time .card li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .Sort .time .card li a .img {
    width: 100%;
    height: 205px;
    position: relative;
  }
  .box .Content .flex .Left .Sort .time .card li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .time .card li a .img p {
    width: 76px;
    height: 28px;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0px 0px 10px 0px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .flex .Left .Sort .time .card li a .text {
    padding: 8px 11px;
  }
  .box .Content .flex .Left .Sort .time .card li a .text h5 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #1b1b1b;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .box .Content .flex .Left .Sort .time .card li a .text p span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-right: 28px;
  }
  .box .Content .flex .Left .Sort .time .card li:nth-child(3n) {
    margin-right: 0;
  }
  .box .Content .flex .Right {
    width: 309px;
  }
  .box .Content .flex .Right > div {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 17px 0 0;
  }
  .box .Content .flex .Right > div .topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    padding-bottom: 15px;
  }
  .box .Content .flex .Right > div .topic h4 {
    font-size: 20px;
    line-height: 20px;
    color: #106ab2;
  }
  .box .Content .flex .Right > div .topic a {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
  }
  .box .Content .flex .Right > div .topic a:hover {
    text-decoration: underline;
  }
  .box .Content .flex .Right > div.one .text a {
    display: block;
    padding: 21px 14px;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    border-top: 1px solid #e8ebf4;
  }
  .box .Content .flex .Right > div.two .topic img {
    width: auto;
    height: 32px;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R {
    width: calc(100% - 28px);
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 26px;
    position: relative;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide a {
    width: 100%;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    margin-bottom: 8px;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide a h5 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #1b1b1b;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-paginationR-two {
    position: absolute;
    right: 0;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-paginationR-two .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #c6c5c8;
    opacity: 1;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-paginationR-two .swiper-pagination-bullet-active {
    width: 9px;
    height: 8px;
    background-color: #2352c1;
  }
  .box .Content .flex .Right > div.three .topic img {
    width: auto;
    height: 20px;
  }
  .box .Content .flex .Right > div.three .content {
    padding: 0 15px 1px;
  }
  .box .Content .flex .Right > div.three .content li {
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 12px;
  }
  .box .Content .flex .Right > div.three .content li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
  }
  .box .Content .flex .Right > div.three .content li a span {
    width: 6px;
    height: 6px;
    background-color: #1e4dba;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 12px;
  }
  .box .Content .flex .Right > div.three .content li a p {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
  }
  .box .Content .flex .Right > div.three .content li:last-child {
    border-bottom: none;
  }
  .box .Content .flex .Right > div.four .content {
    padding: 0 14px 1px;
  }
  .box .Content .flex .Right > div.four .content li {
    padding: 16px 16px 14px;
    width: 100%;
    height: auto;
    background-color: #f0f4f8;
    border-radius: 6px;
    margin-bottom: 14px;
  }
  .box .Content .flex .Right > div.four .content li img {
    width: 100%;
    height: auto;
    margin-top: 14px;
  }
  .box .Content .flex .Right > div.four .content li .title {
    display: block;
    width: auto;
    height: 32px;
    margin: 0 auto;
  }
  .box .Content .flex .Right > div.four .content li .As {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .flex .Right > div.four .content li .As a {
    width: 49%;
    height: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #d0d8e8;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #303030;
    text-align: center;
  }
  .box .Content .flex .Right > div.four .content li:nth-child(2) {
    padding-bottom: 4px;
  }
  .box .Content .flex .Right > div.four .content li:nth-child(2) .title {
    height: 22px;
  }
  .box .Content .flex .Right > div.four .content li:nth-child(2) .As a {
    width: 100%;
    margin: 4.5px 0;
  }
  .box .Content .flex .Right > div.five .content {
    padding: 0 14px 5px;
  }
  .box .Content .flex .Right > div.five .content img {
    width: 100%;
    height: auto;
  }
  .box .Content .flex .Right > div.five .content .text {
    margin-top: 23px;
  }
  .box .Content .flex .Right > div.five .content .text a {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 18px;
  }
  .box .Content .flex .Right > div.six .content {
    padding: 0 14px 14px;
    margin-top: 5px;
  }
  .box .Content .flex .Right > div.six .content li {
    width: 100%;
    margin-bottom: 4px;
  }
  .box .Content .flex .Right > div.six .content li a {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .box .Content .flex .Right > div.six .content li a span {
    width: 6px;
    height: 6px;
    background-color: #1e4dba;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 9px;
  }
  .box .Content .flex .Right > div.six .content li a p {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
  }
  .box .Content .flex .Right > div.filing-box {
    background: transparent;
    margin-top: 8px;
    padding-top: 10px;
  }
  .box .Content .flex .Right > div.filing-box img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .box .Content .flex .Right > div.filing-box .text {
    width: 100%;
    height: auto;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#1e4dba, #1e4dba);
    background-blend-mode: normal, normal;
    border-radius: 4px;
    padding: 25px 0 12px;
    margin-top: 24px;
  }
  .box .Content .flex .Right > div.filing-box .text .As {
    padding: 0 15px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .box .Content .flex .Right > div.filing-box .text .As a {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
  }
  .box .Content .flex .Right > div.filing-box .text .Ps {
    padding: 12px 15px 0;
  }
  .box .Content .flex .Right > div.filing-box .text .Ps p {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
  }
}
@media screen and (max-width: 769px) {
  .box {
    width: 100%;
    min-height: 100vh;
    background: url(../img/Bg.png) top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .box .container {
    width: 95%;
    margin: 0 auto;
  }
  .box .Top {
    width: 100%;
    height: auto;
  }
  .box .Top .Logo {
    height: auto;
    padding: 5.33333333vw 3.2vw;
  }
  .box .Top .Logo .logo {
    width: auto;
    height: 9.33333333vw;
  }
  .box .Top .Logo .right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 4vw;
  }
  .box .Top .Logo .right .search {
    width: 100%;
    height: 8.53333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dae8ef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0.53333333vw;
  }
  .box .Top .Logo .right .search input {
    flex: 1;
    height: 100%;
    padding: 0 4vw;
    border: none;
    outline: none;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333;
  }
  .box .Top .Logo .right .search input::placeholder {
    color: #b1b1b1;
  }
  .box .Top .Logo .right .search a {
    width: 13.86666667vw;
    height: 8.53333333vw;
    background-color: #1e4dba;
    border-radius: 1.06666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Top .Logo .right .search a:hover {
    filter: brightness(1.1);
  }
  .box .Top .Logo .right .As {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.66666667vw;
  }
  .box .Top .Logo .right .As a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 8.53333333vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dae8ef;
  }
  .box .Top .Logo .right .As a img {
    margin-right: 2.4vw;
  }
  .box .Top .Logo .right .As a p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
  }
  .box .Top .Logo .right .As a:hover {
    filter: brightness(0.9);
  }
  .box .Top .Nav {
    width: 100%;
    height: 13.33333333vw;
    background-color: #ffffff;
    border-top: 0.53333333vw solid #1e4dba;
    overflow-x: auto;
  }
  .box .Top .Nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Top .Nav ul li {
    flex-shrink: 0;
    border-bottom: 1.33333333vw solid transparent;
  }
  .box .Top .Nav ul li a {
    font-size: 4.26666667vw;
    line-height: 11.73333333vw;
    color: #000;
    padding: 0 3.73333333vw;
  }
  .box .Top .Nav ul li.active {
    border-bottom: 1.06666667vw solid #1e4dba;
  }
  .box .Top .Nav ul li.active a {
    font-weight: bold;
    color: #1e4dba;
  }
  .box .Content {
    padding: 6.66666667vw 0 28vw;
  }
  .box .Content .Img img {
    width: 100%;
    height: 17.33333333vw;
    object-fit: cover;
  }
  .box .Content .titleSwiper {
    height: 25.33333333vw;
    overflow: hidden;
    position: relative;
  }
  .box .Content .titleSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .titleSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .titleSwiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 100%;
    font-size: 6.4vw;
    line-height: 8.53333333vw;
    color: #093782;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 3.2vw;
  }
  .box .Content .titleSwiper .swiper-paginationTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .box .Content .titleSwiper .swiper-paginationTitle .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    background-color: #9facca;
    opacity: 1;
  }
  .box .Content .titleSwiper .swiper-paginationTitle .swiper-pagination-bullet-active {
    width: 1.6vw;
    height: 3.2vw;
    background-color: #1e4dba;
    border-radius: 1.06666667vw;
  }
  .box .Content .flex .Left {
    width: 100%;
  }
  .box .Content .flex .Left .meetingSwiper {
    width: 100%;
    height: 62.66666667vw;
    overflow: hidden;
    position: relative;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    height: 14.4vw;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(16, 75, 194, 0), rgba(16, 75, 194, 0.5) 45%, rgba(16, 75, 194, 0.8) 75%, rgba(16, 75, 194, 0.8) 90%, #104bc2);
  }
  .box .Content .flex .Left .meetingSwiper .swiper-wrapper .swiper-slide .text p {
    width: 79%;
    font-size: 4vw;
    line-height: 17.06666667vw;
    color: #ffffff;
    padding-left: 3.2vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-paginationMeeting {
    position: absolute;
    right: 4.8vw;
    bottom: 4vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2.66666667vw;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-paginationMeeting .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    background-color: #ffffff;
    opacity: 1;
  }
  .box .Content .flex .Left .meetingSwiper .swiper-paginationMeeting .swiper-pagination-bullet-active {
    width: 4.53333333vw;
    height: 1.6vw;
    background-color: #77a4ff;
    border-radius: 1.06666667vw;
  }
  .box .Content .flex .Left .textSwiper {
    height: 30.66666667vw;
    margin-top: 4.26666667vw;
    overflow: hidden;
    position: relative;
  }
  .box .Content .flex .Left .textSwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .textSwiper .swiper-wrapper .swiper-slide {
    width: 65%;
    margin-right: 2%;
  }
  .box .Content .flex .Left .textSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-prev-text {
    left: 0;
    width: 4.8vw;
    height: 12vw;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-prev-text::after {
    content: none;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-next-text {
    right: 0;
    width: 4.8vw;
    height: 12vw;
  }
  .box .Content .flex .Left .textSwiper .swiper-button-next-text::after {
    content: none;
  }
  .box .Content .flex .Left .Sort {
    width: 100%;
    margin-top: 7.46666667vw;
  }
  .box .Content .flex .Left .Sort .sortTopic {
    height: auto;
    background: transparent;
    display: flex;
    align-items: center;
    margin-bottom: 5.33333333vw;
    padding: 0;
    position: relative;
  }
  .box .Content .flex .Left .Sort .sortTopic a {
    display: flex;
    align-items: center;
    margin-right: 5.86666667vw;
  }
  .box .Content .flex .Left .Sort .sortTopic a .icon {
    width: 4vw;
    height: 4vw;
    background: url(../img/sort-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a h4 {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #9f9fa0;
    font-weight: normal;
    margin-left: 1.33333333vw;
  }
  .box .Content .flex .Left .Sort .sortTopic a.active .icon {
    background: url(../img/sort-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a.active h4 {
    color: #285193;
    font-weight: bold;
  }
  .box .Content .flex .Left .Sort .sortTopic a:nth-child(2) .icon {
    background: url(../img/sort-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic a:nth-child(2).active .icon {
    background: url(../img/sort-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: none;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a {
    margin: 0 0 0 3.2vw;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a .icon {
    background: url(../img/list.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a h4 {
    margin: 0 1.06666667vw 0 0;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a.active .icon {
    background: url(../img/list-Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a.active h4 {
    color: #333;
    font-weight: bold;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a:nth-child(2) .icon {
    background: url(../img/card.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .sortTopic .time-Icon a:nth-child(2).active .icon {
    background: url(../img/card-Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 4vw;
    padding: 4vw 2.66666667vw;
  }
  .box .Content .flex .Left .Sort .channel > div .topic {
    display: flex;
    align-items: center;
    position: relative;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a {
    margin-right: 4vw;
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a .icon {
    width: 4.8vw;
    height: 4.26666667vw;
    background: url(../img/one-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a h5 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #666666;
    margin-left: 1.86666667vw;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a.active .icon {
    background: url(../img/one-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a.active h5 {
    color: #106ab2;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(2) .icon {
    background: url(../img/one-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(2).active .icon {
    background: url(../img/one-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(3) .icon {
    background: url(../img/one-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic a:nth-child(3).active .icon {
    background: url(../img/one-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div .topic .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #666666;
    margin: 0;
  }
  .box .Content .flex .Left .Sort .channel > div .topic .more:hover {
    text-decoration: underline;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a .icon {
    background: url(../img/two-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a.active .icon {
    background: url(../img/two-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(2) .icon {
    background: url(../img/two-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(2).active .icon {
    background: url(../img/two-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(3) .icon {
    background: url(../img/two-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.two .topic a:nth-child(3).active .icon {
    background: url(../img/two-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a .icon {
    background: url(../img/three-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a.active .icon {
    background: url(../img/three-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(2) .icon {
    background: url(../img/three-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(2).active .icon {
    background: url(../img/three-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(3) .icon {
    background: url(../img/three-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.three .topic a:nth-child(3).active .icon {
    background: url(../img/three-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a .icon {
    background: url(../img/four-icon1.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a.active .icon {
    background: url(../img/four-icon1Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(2) .icon {
    background: url(../img/four-icon2.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(2).active .icon {
    background: url(../img/four-icon2Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(3) .icon {
    background: url(../img/four-icon3.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.four .topic a:nth-child(3).active .icon {
    background: url(../img/four-icon3Active.png) center no-repeat;
    background-size: contain;
  }
  .box .Content .flex .Left .Sort .channel > div.five .topic h5 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #106ab2;
    font-weight: bold;
    margin-left: 1.86666667vw;
  }
  .box .Content .flex .Left .Sort .channel > div.six .topic h5 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #106ab2;
    font-weight: bold;
    margin-left: 1.86666667vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content {
    margin-top: 5.06666667vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content .img {
    width: 87%;
    height: 49.33333333vw;
    margin: 0 auto 4vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text {
    flex: 1;
    height: 53.33333333vw;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text .title {
    padding-bottom: 3.73333333vw;
    border-bottom: 0.26666667vw solid #e7e7e7;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text .title h5 {
    width: 100%;
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #1b1b1b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 1.33333333vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text .title p span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
    margin-right: 5.33333333vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul {
    flex: 1;
    min-height: 0;
    padding: 4vw 0 0;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li {
    margin-bottom: 4vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a div {
    display: flex;
    align-items: center;
    width: 85%;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a div span {
    width: 1.33333333vw;
    height: 1.33333333vw;
    background-color: #2f60d3;
    display: block;
    margin-right: 1.33333333vw;
    border-radius: 50%;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a div p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li a span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #929292;
  }
  .box .Content .flex .Left .Sort .channel > div .content .Text ul li:hover a div p {
    text-decoration: underline;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul {
    margin-top: 4.26666667vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li {
    width: 100%;
    height: auto;
    background-color: #f7fafe;
    margin-bottom: 3.2vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .img {
    width: 100%;
    height: 49.33333333vw;
    position: relative;
    margin-bottom: 0;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .img p {
    width: 20.26666667vw;
    height: 7.46666667vw;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0vw 0vw 2.66666667vw 0vw;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.46666667vw;
    line-height: 7.46666667vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .text {
    padding: 2.13333333vw 2.93333333vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .text h6 {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #1b1b1b;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li a .text p span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
    margin-right: 5.33333333vw;
  }
  .box .Content .flex .Left .Sort .channel > div .content.ul li:nth-child(3) {
    margin-right: 0;
  }
  .box .Content .flex .Left .Sort .channel > div:nth-child(2n) {
    padding-bottom: 0;
  }
  .box .Content .flex .Left .Sort .time {
    display: none;
    width: 100%;
  }
  .box .Content .flex .Left .Sort .time .list {
    width: 100%;
  }
  .box .Content .flex .Left .Sort .time .list li {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.72);
    margin-bottom: 3.73333333vw;
  }
  .box .Content .flex .Left .Sort .time .list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.33333333vw 2.66666667vw;
  }
  .box .Content .flex .Left .Sort .time .list li a .text {
    width: 100%;
    padding: 3.46666667vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box .Content .flex .Left .Sort .time .list li a .text h5 {
    font-size: 4vw;
    line-height: 6.4vw;
    color: #1b1b1b;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.66666667vw;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p {
    display: flex;
    align-items: center;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p img {
    margin-right: 1.06666667vw;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
  }
  .box .Content .flex .Left .Sort .time .list li a .text .ps p span:nth-child(1) {
    margin-right: 5.33333333vw;
  }
  .box .Content .flex .Left .Sort .time .list li a .img {
    width: 78%;
    height: auto;
    margin: 3.2vw auto 0;
    position: relative;
  }
  .box .Content .flex .Left .Sort .time .list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .time .list li a .img p {
    position: absolute;
    top: 0;
    left: 0;
    width: 13.33333333vw;
    height: 7.46666667vw;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0vw 0vw 2.66666667vw 0vw;
    font-size: 3.73333333vw;
    line-height: 7.46666667vw;
    text-align: center;
    color: #ffffff;
  }
  .box .Content .flex .Left .Sort .time .card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
  }
  .box .Content .flex .Left .Sort .time .card li {
    width: 100%;
    height: auto;
    background-color: #f7fafe;
    margin-bottom: 3.2vw;
  }
  .box .Content .flex .Left .Sort .time .card li a {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Left .Sort .time .card li a .img {
    width: 100%;
    height: 49.33333333vw;
    position: relative;
    margin-bottom: 0;
  }
  .box .Content .flex .Left .Sort .time .card li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box .Content .flex .Left .Sort .time .card li a .img p {
    width: 20.26666667vw;
    height: 7.46666667vw;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#285dd8, #285dd8);
    background-blend-mode: normal, normal;
    border-radius: 0vw 0vw 2.66666667vw 0vw;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.46666667vw;
    line-height: 7.46666667vw;
    color: #ffffff;
    text-align: center;
  }
  .box .Content .flex .Left .Sort .time .card li a .text {
    padding: 2.13333333vw 2.93333333vw;
  }
  .box .Content .flex .Left .Sort .time .card li a .text h5 {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #1b1b1b;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2.66666667vw;
  }
  .box .Content .flex .Left .Sort .time .card li a .text p span {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #999999;
    margin-right: 5.33333333vw;
  }
  .box .Content .flex .Left .Sort .time .card li:nth-child(3) {
    margin-right: 0;
  }
  .box .Content .flex .Right {
    width: 100%;
  }
  .box .Content .flex .Right > div {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-bottom: 4vw;
    padding: 4.53333333vw 0 0;
  }
  .box .Content .flex .Right > div .topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.2vw;
    padding-bottom: 4vw;
  }
  .box .Content .flex .Right > div .topic h4 {
    font-size: 4.26666667vw;
    line-height: 4.26666667vw;
    color: #106ab2;
  }
  .box .Content .flex .Right > div .topic a {
    font-size: 3.2vw;
    line-height: 3.2vw;
    color: #666666;
  }
  .box .Content .flex .Right > div .topic a:hover {
    text-decoration: underline;
  }
  .box .Content .flex .Right > div.one .text a {
    display: block;
    padding: 4vw 3.73333333vw;
    font-size: 4.26666667vw;
    line-height: 5.33333333vw;
    color: #333333;
    border-top: 0.26666667vw solid #e8ebf4;
  }
  .box .Content .flex .Right > div.two .topic img {
    width: auto;
    height: 7.46666667vw;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R {
    width: calc(100% - 28 * 0.26666667vw);
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 6.93333333vw;
    position: relative;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide a {
    width: 100%;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 49.6vw;
    object-fit: cover;
    margin-bottom: 2.13333333vw;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-wrapper .swiper-slide a h5 {
    width: 100%;
    font-size: 4vw;
    line-height: 5.86666667vw;
    color: #1b1b1b;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-paginationR-two {
    position: absolute;
    right: 0;
    bottom: 3.73333333vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-paginationR-two .swiper-pagination-bullet {
    width: 2.13333333vw;
    height: 2.13333333vw;
    background-color: #c6c5c8;
    opacity: 1;
  }
  .box .Content .flex .Right > div.two .twoSwiper-R .swiper-paginationR-two .swiper-pagination-bullet-active {
    width: 2.4vw;
    height: 2.13333333vw;
    background-color: #2352c1;
  }
  .box .Content .flex .Right > div.three .topic img {
    width: auto;
    height: 5.33333333vw;
  }
  .box .Content .flex .Right > div.three .content {
    padding: 0 4vw 0.26666667vw;
  }
  .box .Content .flex .Right > div.three .content li {
    width: 100%;
    padding-bottom: 2.93333333vw;
    border-bottom: 0.26666667vw solid #e7e7e7;
    margin-bottom: 2.13333333vw;
  }
  .box .Content .flex .Right > div.three .content li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
  }
  .box .Content .flex .Right > div.three .content li a span {
    width: 1.6vw;
    height: 1.6vw;
    background-color: #1e4dba;
    border-radius: 50%;
    margin-top: 1.86666667vw;
    margin-right: 2.66666667vw;
  }
  .box .Content .flex .Right > div.three .content li a p {
    flex: 1;
    min-width: 0;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #333333;
  }
  .box .Content .flex .Right > div.three .content li:last-child {
    border-bottom: none;
  }
  .box .Content .flex .Right > div.four .content {
    padding: 0 3.73333333vw 0.26666667vw;
  }
  .box .Content .flex .Right > div.four .content li {
    padding: 4.26666667vw 4.26666667vw 3.73333333vw;
    width: 100%;
    height: auto;
    background-color: #f0f4f8;
    border-radius: 1.6vw;
    margin-bottom: 3.73333333vw;
  }
  .box .Content .flex .Right > div.four .content li img {
    width: 100%;
    height: auto;
    margin-top: 3.73333333vw;
  }
  .box .Content .flex .Right > div.four .content li .title {
    display: block;
    width: auto;
    height: 8.53333333vw;
    margin: 0 auto;
  }
  .box .Content .flex .Right > div.four .content li .As {
    margin-top: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box .Content .flex .Right > div.four .content li .As a {
    width: 49%;
    height: 8vw;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #d0d8e8;
    display: block;
    font-size: 3.46666667vw;
    line-height: 7.46666667vw;
    color: #303030;
    text-align: center;
  }
  .box .Content .flex .Right > div.four .content li .As a:nth-child(3) {
    width: 100%;
  }
  .box .Content .flex .Right > div.four .content li:nth-child(2) {
    padding-bottom: 1.06666667vw;
  }
  .box .Content .flex .Right > div.four .content li:nth-child(2) .title {
    height: 5.86666667vw;
  }
  .box .Content .flex .Right > div.four .content li:nth-child(2) .As a {
    width: 100%;
    margin: 1.2vw 0;
  }
  .box .Content .flex .Right > div.five .content {
    padding: 0 3.73333333vw 1.33333333vw;
  }
  .box .Content .flex .Right > div.five .content img {
    width: 100%;
    height: auto;
  }
  .box .Content .flex .Right > div.five .content .text {
    margin-top: 4.8vw;
  }
  .box .Content .flex .Right > div.five .content .text a {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-bottom: 3.73333333vw;
  }
  .box .Content .flex .Right > div.six .content {
    padding: 0 3.73333333vw 1.06666667vw;
    margin-top: 1.33333333vw;
  }
  .box .Content .flex .Right > div.six .content li {
    width: 100%;
    margin-bottom: 3.73333333vw;
  }
  .box .Content .flex .Right > div.six .content li a {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .box .Content .flex .Right > div.six .content li a span {
    width: 1.6vw;
    height: 1.6vw;
    background-color: #1e4dba;
    display: block;
    border-radius: 50%;
    margin-right: 2.66666667vw;
    margin-top: 1.86666667vw;
  }
  .box .Content .flex .Right > div.six .content li a p {
    flex: 1;
    min-width: 0;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    color: #333333;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
  }
  .box .Content .flex .Right > div.filing-box {
    background: transparent;
    margin-top: 2.13333333vw;
    padding-top: 1.33333333vw;
  }
  .box .Content .flex .Right > div.filing-box img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .box .Content .flex .Right > div.filing-box .text {
    width: 100%;
    height: auto;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#1e4dba, #1e4dba);
    background-blend-mode: normal, normal;
    border-radius: 1.06666667vw;
    padding: 5.33333333vw 0 3.2vw;
    margin-top: 5.33333333vw;
  }
  .box .Content .flex .Right > div.filing-box .text .As {
    padding: 0 4vw 4.53333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.26666667vw solid rgba(255, 255, 255, 0.5);
  }
  .box .Content .flex .Right > div.filing-box .text .As a {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    color: #ffffff;
  }
  .box .Content .flex .Right > div.filing-box .text .Ps {
    padding: 2.66666667vw 4vw 0;
  }
  .box .Content .flex .Right > div.filing-box .text .Ps p {
    width: 100%;
    font-size: 3.73333333vw;
    line-height: 8vw;
    color: #ffffff;
  }
}
