* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
@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 .Title .crumb {
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
  }
  .box .Content .Title .crumb a {
    color: #000000;
  }
  .box .Content .Title .crumb a:hover {
    text-decoration: underline;
  }
  .box .Content .Title h2 {
    font-size: 20px;
    line-height: 20px;
    color: #106ab2;
    margin-bottom: 22px;
  }
  .box .Content .flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .box .Content .flex .Left {
    width: 955px;
  }
  .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;
  }
  .box.report {
    background-color: #ecf0fb;
  }
  .box.report::after {
    content: '';
    width: 100%;
    height: 75.5vw;
    background: url(../img/report/Bg.jpg) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box.report .Top {
    position: relative;
    z-index: 99;
  }
  .box.report .Top .Logo {
    height: 146px;
  }
  .box.report .Top .Logo .logo {
    height: 58px;
  }
  .box.report .Top .Logo .right .search {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
  }
  .box.report .Top .Logo .right .search .input {
    width: 173px;
    height: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dae8ef;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .box.report .Top .Logo .right .search .input input {
    width: 80%;
    height: 19px;
    border: none;
    padding-left: 24px;
    border-right: 1px solid #c2c2c2;
    flex: none;
  }
  .box.report .Top .Logo .right .search .input a {
    width: auto;
    flex: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  .box.report .Top .Logo .right .search .input a img {
    width: 15px;
    height: 14px;
  }
  .box.report .Top .Logo .right .search .a {
    width: 95px;
    height: 100%;
    background-color: #1e4dba;
    border-radius: 4px;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
  }
  .box.report .Top .Logo .right .search .a:hover {
    filter: brightness(1.1);
  }
  .box.report .Top .Logo .right .As a {
    height: 35px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .box.report .Top .Nav {
    position: relative;
  }
  .box.report .Top .Nav ul {
    padding-right: 208px;
    justify-content: flex-start;
    position: relative;
    z-index: 99;
  }
  .box.report .Top .Nav ul li {
    margin-right: 25px;
  }
  .box.report .Top .Nav .time {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .box.report .Top .Nav .time p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #000000;
  }
  .box.report .Content {
    position: relative;
    z-index: 99;
  }
  .box.report .Bottom {
    width: 100%;
    height: 147px;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#1e4dba, #1e4dba);
    background-blend-mode: normal, normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .box.report .Bottom .As {
    display: flex;
    align-items: center;
  }
  .box.report .Bottom .As a {
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
    margin: 0 7px;
    position: relative;
  }
  .box.report .Bottom .As a::after {
    content: '|';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(5px, -50%);
  }
  .box.report .Bottom .As a:hover {
    text-decoration: underline;
  }
  .box.report .Bottom .As a:last-child::after {
    content: none;
  }
  .box.report .Bottom .ps {
    display: flex;
    align-items: center;
  }
  .box.report .Bottom .ps p {
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
    margin: 0 7px;
  }
}
@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;
    overflow-y: hidden;
  }
  .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 .Title .crumb {
    font-size: 3.73333333vw;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 4.53333333vw;
  }
  .box .Content .Title .crumb a {
    color: #000000;
  }
  .box .Content .Title .crumb a:hover {
    text-decoration: underline;
  }
  .box .Content .Title h2 {
    font-size: 5.33333333vw;
    line-height: 5.33333333vw;
    color: #106ab2;
    margin-bottom: 5.33333333vw;
  }
  .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;
  }
  .box.report {
    background-color: #ecf0fb;
  }
  .box.report::after {
    content: '';
    width: 100%;
    height: 75.5vw;
    background: url(../img/report/Bg.jpg) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box.report .Top {
    position: relative;
    z-index: 99;
  }
  .box.report .Top .Logo .right .search {
    width: 100%;
    height: 9.6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
  }
  .box.report .Top .Logo .right .search .input {
    width: 62%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 1.06666667vw;
    border: solid 0.26666667vw #dae8ef;
    display: flex;
    align-items: center;
  }
  .box.report .Top .Logo .right .search .input input {
    width: 80%;
    height: 5.06666667vw;
    border: none;
    padding-left: 6.4vw;
    border-right: 0.26666667vw solid #c2c2c2;
    flex: none;
  }
  .box.report .Top .Logo .right .search .input a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }
  .box.report .Top .Logo .right .search .input a img {
    width: 4vw;
    height: 3.73333333vw;
  }
  .box.report .Top .Logo .right .search .a {
    width: 34%;
    height: 100%;
    background-color: #1e4dba;
    border-radius: 1.06666667vw;
    font-size: 3.73333333vw;
    line-height: 9.33333333vw;
    color: #ffffff;
    text-align: center;
  }
  .box.report .Top .Logo .right .search .a:hover {
    filter: brightness(1.1);
  }
  .box.report .Top .Logo .right .As {
    justify-content: flex-end;
  }
  .box.report .Top .Logo .right .As a {
    margin-left: 2%;
  }
  .box.report .Top .Logo .right .As a:first-child {
    margin-left: 0;
  }
  .box.report .Top .Nav {
    position: relative;
  }
  .box.report .Top .Nav ul {
    justify-content: flex-start;
  }
  .box.report .Top .Nav .time {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .box.report .Top .Nav .time p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1px;
    color: #000000;
    text-align: right;
  }
  .box.report .Top .Nav .time p span {
    display: block;
  }
  .box.report .Content {
    position: relative;
    z-index: 99;
  }
  .box.report .Bottom {
    width: 100%;
    background-image: linear-gradient(-55deg, #1e4dba 0%, #2f61d4 100%), linear-gradient(#1e4dba, #1e4dba);
    background-blend-mode: normal, normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9.33333333vw 0;
  }
  .box.report .Bottom .As {
    display: flex;
    align-items: center;
  }
  .box.report .Bottom .As a {
    font-size: 3.2vw;
    line-height: 7.46666667vw;
    color: #ffffff;
    margin: 0 1.86666667vw;
    position: relative;
  }
  .box.report .Bottom .As a::after {
    content: '|';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(1.33333333vw, -50%);
  }
  .box.report .Bottom .As a:hover {
    text-decoration: underline;
  }
  .box.report .Bottom .As a:last-child::after {
    content: none;
  }
  .box.report .Bottom .ps {
    display: flex;
    align-items: center;
  }
  .box.report .Bottom .ps p {
    font-size: 3.2vw;
    line-height: 7.46666667vw;
    color: #ffffff;
    margin: 0 1.86666667vw;
  }
}
