.home .container {
  margin: 5.7291666667vw 10.4166666667vw 6.25vw 10.4166666667vw; }
  .home .container .tabs {
    border-radius: 2.0833333333vw;
    border: 1px solid #CBCBCB;
    background: #FFF;
    padding: 0.4166666667vw 0.46875vw;
    display: flex;
    /*justify-content: space-between; */
  }
    .home .container .tabs .item {
      padding: 0.5729166667vw 4.5833333333vw;
      color: #000;
      letter-spacing: 0.72px;
      cursor: pointer;
      transition: all 600ms;
      border-radius: 2.0833333333vw; }
      .home .container .tabs .item.on {
        background: #096F4E;
        color: white; }
  .home .container .section1 {
    display: flex;
    margin: 4.1666666667vw 0; }
    .home .container .section1 .lbox a {
      display: block;
      overflow: hidden; }
      .home .container .section1 .lbox a img {
        width: 32.2916666667vw;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: all 600ms; }
      .home .container .section1 .lbox a:hover img {
        transform: scale(1.05); }
    .home .container .section1 .rbox {
      width: 38.90625vw;
      margin-left: 2.7083333333vw; }
      .home .container .section1 .rbox .p1 {
        line-height: 1.25;
        padding-bottom: 1.25vw;
        border-bottom: 1px solid #7A7A7A; }
      .home .container .section1 .rbox .list a {
        padding: 1.25vw 0;
        display: block;
        border-bottom: 1px solid #BFBFBF; }
        .home .container .section1 .rbox .list a .t1 {
          display: flex;
          align-items: center;
          margin-bottom: 0.8333333333vw; }
          .home .container .section1 .rbox .list a .t1 .time {
            font-family: 'SourceHanSansSC-Light';
            line-height: 1.5;
            letter-spacing: 0.48px; }
          .home .container .section1 .rbox .list a .t1 .tag {
            line-height: 1.67;
            margin-left: 2.34375vw; }
        .home .container .section1 .rbox .list a .dt {
          overflow: hidden;
          color: #000;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 1.5;
          transition: color 600ms; }
        .home .container .section1 .rbox .list a:hover .dt {
          color: #096F4E; }
  .home .container .section2 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.6458333333vw; }
    .home .container .section2 .list a {
      display: block;
      width: 100%;
      border: 1px solid #CCC;
      background: #FFF; }
      .home .container .section2 .list a .pic {
        overflow: hidden; }
        .home .container .section2 .list a .pic img {
          width: 100%;
          height: 16.5104166667vw;
          display: block;
          object-fit: cover;
          transition: all 600ms; }
      .home .container .section2 .list a .text {
        padding: 1.25vw; }
        .home .container .section2 .list a .text .time {
          font-family: 'SourceHanSansSC-Light';
          line-height: 1.5;
          letter-spacing: 0.48px; }
        .home .container .section2 .list a .text .pt {
          margin-top: 0.3125vw;
          line-height: 1.5;
          transition: all 600ms;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
      .home .container .section2 .list a:hover .pic img {
        transform: scale(1.05); }
      .home .container .section2 .list a:hover .text .pt {
        color: #096F4E; }
  .home .container .section2 .pager {
    display: flex;
    justify-content: center;
    margin-top: 5.46875vw;
    align-items: center; }
    .home .container .section2 .pager a {
      margin: 0 0.2604166667vw; }
      .home .container .section2 .pager a img {
        width: 1.25vw;
        margin-top: 0.2604166667vw; }
    .home .container .section2 .pager .nums a {
      padding: 0 0.625vw;
      border-bottom: 3px solid transparent;
      line-height: 1.7; }
      .home .container .section2 .pager .nums a.on {
        border-color: #000; }
.home .contact_box {
  text-align: center;
  padding: 5.7291666667vw 0 4.1666666667vw 0;
  color: white; }
  .home .contact_box .p1 {
    font-family: 'SourceHanSansSC-Medium';
    line-height: 1.2;
    letter-spacing: 2.4px; }
  .home .contact_box .code {
    margin: 1.3020833333vw 0; }
    .home .contact_box .code img {
      width: 5.2083333333vw; }
  .home .contact_box a {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto; }
    .home .contact_box a svg {
      width: 1.3541666667vw;
      display: block;
      transition: all 600ms; }
    .home .contact_box a p {
      color: #FFF;
      line-height: 1.5;
      letter-spacing: 1.8px;
      font-family: 'SourceHanSansSC-Medium';
      margin-left: 1.25vw; }
    .home .contact_box a:hover svg {
      transform: translateX(10px); }
@media screen and (max-width: 768px) {
  .home {
    padding-top: 60px; }
    .home .container {
      margin: 60px 5% 80px 5%; }
      .home .container .tabs {
        border-radius: 20px;
        padding: 10px;
        flex-wrap: wrap;
        justify-content: center; }
        .home .container .tabs .item {
          padding: 6px 20px;
          margin: 0 10px 10px 0; }
          .home .container .tabs .item:last-child {
            margin-bottom: 0; }
      .home .container .section1 {
        flex-direction: column;
        margin: 40px 0; }
        .home .container .section1 .lbox a img {
          width: 100%; }
        .home .container .section1 .rbox {
          width: 100%;
          margin-top: 30px;
          margin-left: 0; }
          .home .container .section1 .rbox .p1 {
            padding-bottom: 12px; }
          .home .container .section1 .rbox .list a {
            padding: 12px 0; }
            .home .container .section1 .rbox .list a .t1 .tag {
              margin-left: 20px; }
      .home .container .section2 .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0; }
        .home .container .section2 .list a .pic img {
          height: 227px; }
        .home .container .section2 .list a .text {
          padding: 12px; }
          .home .container .section2 .list a .text .pt {
            margin-top: 6px; }
      .home .container .section2 .pager {
        margin-top: 30px; }
        .home .container .section2 .pager a {
          margin: 0 5px; }
          .home .container .section2 .pager a img {
            width: 20px;
            margin-top: 6px; }
        .home .container .section2 .pager .nums a {
          padding: 0 6px; }
    .home .contact_box {
      padding: 50px  0; }
      .home .contact_box .code {
        margin: 15px 0; }
        .home .contact_box .code img {
          width: 100px; }
      .home .contact_box a svg {
        width: 20px; }
      .home .contact_box a p {
        margin-left: 12px; } }

/*# sourceMappingURL=news.css.map */
