.banner {
  width: 100%;
  height: 36.458vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 18.750vw;
  color: #fff;
  text-align: center; }
  .banner h3 {
    font-size: 2.396vw;
    margin-bottom: 1.250vw; }
  .banner p {
    width: 23.438vw;
    font-size: 1.042vw;
    font-family: PingFang SC-Regular, PingFang SC; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
      height: 9.03rem;
      padding: 0 0.77rem; }
      .banner h3 {
        font-size: 0.54rem; }
      .banner p {
        width: 7.05rem;
        font-size: 0.34rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .banner {
      height: 600px;
      padding: 0 42px; }
      .banner h3 {
        font-size: 36px;
        margin-bottom: 20px; }
      .banner p {
        font-size: 21px; } }

.news {
  display: flex;
  align-items: flex-start;
  width: 1200px;
  margin: 50px auto 0; }
  .news .list .item {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    .news .list .item .right {
      margin-left: 38px;
      position: relative; }
      .news .list .item .right::before {
        content: '';
        height: 1px;
        background-color: #e6e6e6;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px; }
      .news .list .item .right h1 {
        font-size: 24px;
        color: #222;
        margin-bottom: 18px;
        width: 600px; }
      .news .list .item .right p {
        color: #666666;
        font-size: 16px;
        width: 600px; }
      .news .list .item .right .time {
        position: absolute;
        bottom: 10px;
        left: 0;
        font-size: 14px;
        color: #9A9EA4; }
    .news .list .item .img {
      width: 280px;
      height: 226px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .news .list .item .img img {
        height: 100%;
        width: initial; }
    .news .list .item:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
      .news .list .item:last-child .right::before {
        height: 0; }
  .news .menu {
    width: 240px;
    margin-right: 40px;
    background-color: rgba(42, 113, 255, 0.06);
    padding-bottom: 30px; }
    .news .menu .logo {
      height: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #69d1f3; }
    .news .menu .menu-item {
      padding: 30px 24px 0; }
      .news .menu .menu-item a {
        font-weight: bold;
        font-size: 20px;
        color: #222;
        transition: all .5s; }
      .news .menu .menu-item:hover a {
        color: #69d1f3; }
    .news .menu .active a {
      color: #69d1f3; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .news {
      display: block;
      width: initial;
      margin-top: 0.41rem; }
      .news .menu {
        display: none; }
      .news .list {
        padding: 0 0.41rem; }
        .news .list .item .img {
          width: 3.35rem;
          height: 2.71rem; }
        .news .list .item .right {
          margin-left: 0.31rem; }
          .news .list .item .right h1, .news .list .item .right p {
            width: 5.5rem; }
          .news .list .item .right h1 {
            font-size: 0.36rem; }
          .news .list .item .right p, .news .list .item .right .time {
            font-size: 0.31rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .news {
      display: block;
      width: initial;
      margin-top: 45px; }
      .news .menu {
        display: none; }
      .news .list {
        padding: 0 46px; }
        .news .list .item .img {
          width: 256px;
          height: 207px; }
        .news .list .item .right {
          flex: 1;
          margin-left: 25px; }
          .news .list .item .right h1, .news .list .item .right p {
            width: initial; }
          .news .list .item .right h1 {
            font-size: 26px; }
          .news .list .item .right p, .news .list .item .right .time {
            font-size: 21px; } }

.tabs {
  width: 1200px;
  margin: -72px auto 0;
  position: relative;
  z-index: 9;
  background-color: rgba(10, 21, 45, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  border-radius: 5px 5px 0 0; }
  .tabs .tab-item {
    flex: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    transition: all .5s; }
    .tabs .tab-item:last-child {
      border-right: 0; }
    .tabs .tab-item:hover {
      color: #fff; }
  .tabs .active {
    color: #fff; }
  @media screen and (min-width: 320px) and (max-width: 1180px) {
    .tabs {
      width: initial;
      height: 1.14rem;
      margin: -1.14rem 0.41rem 0;
      border-radius: 0.06rem 0.06rem 0 0; }
      .tabs .tab-item {
        font-size: 0.41rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .tabs .tab-item {
      font-size: 26px; } }

.pages {
  margin: 60px 0; }
  .pages .pagination {
    display: flex;
    justify-content: center; }
    .pages .pagination li {
      width: 40px;
      height: 40px;
      cursor: pointer;
      border-radius: 5px;
      display: flex;
      font-size: 16px;
      justify-content: center;
      align-items: center;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      margin-right: 10px; }
      .pages .pagination li a {
        color: #000; }
    .pages .pagination .disabled {
      cursor: not-allowed; }
    .pages .pagination .active {
      background-color: #69d1f3;
      border-color: #69d1f3;
      color: #fff; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .pages {
      margin: 0.39rem 0; }
      .pages .pagination li {
        width: 1.03rem;
        height: 1.03rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .pages {
      margin: 30px 0; }
      .pages .pagination li {
        width: 50px;
        height: 50px;
        font-size: 20px; } }
