.section {
  padding: 124px 0 60px; }
  .section .wrap .back {
    margin-bottom: 42px; }
    .section .wrap .back a {
      width: fit-content;
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      background: #004178;
      border-radius: 26px;
      gap: 0 13px;
      transform: translateX(-100%); }
      .section .wrap .back a .icon {
        display: block;
        width: 16px; }
      .section .wrap .back a p {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF; }
  .section .wrap .title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 30px;
    color: #004178; }
  .section .wrap .time {
    font-weight: 400;
    font-size: 16px;
    color: #004178;
    margin: 34px 0 42px; }
  .section .wrap .line {
    width: 100%;
    height: 1px;
    background: #D9DBE3; }
  .section .wrap .content {
    margin: 37px 0 50px; }
    .section .wrap .content p {
      font-weight: 400;
      font-size: 18px;
      color: #004178;
      line-height: 30px; }
  .section .wrap .return a {
    display: block;
    width: fit-content;
    font-weight: bold;
    font-size: 24px;
    color: #004178;
    position: relative; }
    .section .wrap .return a:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #004178;
      position: absolute;
      left: 0;
      bottom: -5px;
      transform: scaleX(0);
      transform-origin: left;
      transition: 1s; }
    .section .wrap .return a:hover:after {
      transform: scaleX(1); }
  .section .wrap .news_page {
    margin: 29px 0 60px;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 25px 0 40px; }
    .section .wrap .news_page a {
      width: fit-content;
      display: block;
      font-weight: 400;
      font-size: 18px;
      color: #004178;
      line-height: 40px;
      position: relative; }
      .section .wrap .news_page a:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #004178;
        position: absolute;
        left: 0;
        bottom: 0px;
        transform: scaleX(0);
        transform-origin: left;
        transition: 1s; }
      .section .wrap .news_page a:hover:after {
        transform: scaleX(1); }
  .section .wrap .hot {
    padding: 0px 0 60px; }
    .section .wrap .hot .hot_title {
      font-family: 'Handel Gothic BT';
      font-weight: 400;
      font-size: 30px;
      color: #003A7F;
      text-transform: uppercase;
      margin-bottom: 34px; }
    .section .wrap .hot .list {
      display: flex;
      flex-wrap: wrap;
      gap: 61px 35px; }
      .section .wrap .hot .list .item {
        display: block;
        width: 470px; }
        .section .wrap .hot .list .item .item_box {
          width: 100%;
          background: #F3F4F8;
          border-radius: 4px;
          overflow: hidden;
          transition: 0.6s; }
          .section .wrap .hot .list .item .item_box .img {
            width: 100%;
            height: 320px;
            border-radius: 4px;
            overflow: hidden; }
            .section .wrap .hot .list .item .item_box .img img {
              display: block;
              width: 100%;
              height: 100%;
              transition: 3s; }
          .section .wrap .hot .list .item .item_box .item_text {
            padding: 40px 45px 40px;
            transition: 0.6s; }
            .section .wrap .hot .list .item .item_box .item_text .item_title {
              font-family: 'Handel Gothic BT';
              font-weight: 400;
              font-size: 20px;
              color: #004178;
              line-height: 30px;
              text-transform: uppercase;
              -webkit-line-clamp: 2;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              overflow: hidden; }
            .section .wrap .hot .list .item .item_box .item_text .item_content {
              margin: 22px 0 32px;
              font-weight: 400;
              font-size: 16px;
              color: #004178;
              line-height: 24px; }
            .section .wrap .hot .list .item .item_box .item_text .item_bottom {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 30px 0 0;
              border-top: 1px solid #D8DBE3; }
              .section .wrap .hot .list .item .item_box .item_text .item_bottom .time {
                font-weight: 400;
                font-size: 16px;
                color: #004178; }
              .section .wrap .hot .list .item .item_box .item_text .item_bottom .more {
                display: flex;
                align-items: center;
                gap: 0 13px;
                position: relative; }
                .section .wrap .hot .list .item .item_box .item_text .item_bottom .more:after {
                  content: "";
                  width: 100%;
                  height: 1px;
                  background: #004178;
                  position: absolute;
                  left: 0;
                  bottom: -2px;
                  transform: scaleX(0);
                  transform-origin: left;
                  transition: 0.6s; }
                .section .wrap .hot .list .item .item_box .item_text .item_bottom .more img {
                  display: block;
                  width: 5px; }
                .section .wrap .hot .list .item .item_box .item_text .item_bottom .more p {
                  font-weight: 400;
                  font-size: 16px;
                  color: #004178; }
                .section .wrap .hot .list .item .item_box .item_text .item_bottom .more:hover:after {
                  transform: scaleX(1); }
          .section .wrap .hot .list .item .item_box:hover {
            background: #004178; }
            .section .wrap .hot .list .item .item_box:hover .item_text {
              filter: brightness(0) invert(1); }
            .section .wrap .hot .list .item .item_box:hover .img img {
              transform: scale(1.1); }

/*# sourceMappingURL=newsInfo.css.map */
