.home {
  position: relative; }
  .home .dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1003; }
    .home .dialog .close {
      position: absolute;
      right: 5%;
      top: 5%;
      cursor: pointer;
      z-index: 100; }
      .home .dialog .close img {
        width: 1.5625vw; }
    .home .dialog .content {
      width: 100%; }
      .home .dialog .content video {
        width: 80%;
        height: 80vh;
        object-fit: cover;
        display: block;
        margin: 0 auto; }
  .home .banner {
    position: relative; }
    .home .banner img {
      width: 100%;
      display: block;
      object-fit: cover; }
    .home .banner .text {
      position: absolute;
      left: 12.5vw;
      bottom: 10.2083333333vw; }
      .home .banner .text h1 {
        line-height: 1.2;
        color: #FFF;
        font-size: 3.90625vw;
        font-weight: 600;
        text-transform: capitalize; }
      .home .banner .text .line {
        width: 5.1041666667vw;
        height: 0.4166666667vw;
        background: linear-gradient(90deg, #3E88FF 0%, #146DFC 100%);
        margin-top: 0.5208333333vw; }
  .home .main {
    margin: 5.2083333333vw 12.5vw; }
    .home .main .t {
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-size: 2.5vw; }
    .home .main .tags {
      margin: 1.5625vw 0;
      display: flex; }
      .home .main .tags span {
        padding: 0.1041666667vw 0.5208333333vw;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.08);
        color: #000;
        font-size: 0.7291666667vw; }
        .home .main .tags span:not(:last-child) {
          margin-right: 1.25vw; }
    .home .main .time {
      color: #999;
      font-size: 0.9375vw; }
    .home .main .html {
      margin: 1.5625vw 0 3.125vw 0;
      color: #000;
      font-size: 1.0416666667vw;
      line-height: 1.5; }
      .home .main .html .pic {
        position: relative; }
        .home .main .html .pic img {
          width: 100%;
          display: block;
          object-fit: cover; }
        .home .main .html .pic .play {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          cursor: pointer; }
          .home .main .html .pic .play svg {
            width: 3.4375vw;
            display: block; }
    .home .main .pager {
      display: flex;
      justify-content: center;
      align-items: center; }
      .home .main .pager .prev {
        display: flex;
        align-items: center;
        color: #000;
        transition: all 600ms; }
        .home .main .pager .prev svg {
          width: 0.5208333333vw;
          display: block; }
          .home .main .pager .prev svg path {
            transition: all 600ms; }
        .home .main .pager .prev p {
          font-size: 1.0416666667vw;
          margin-left: 0.8333333333vw; }
        .home .main .pager .prev:hover {
          color: #5E9EFF; }
          .home .main .pager .prev:hover svg path {
            stroke: #5E9EFF; }
      .home .main .pager .back {
        margin: 0 7.8125vw;
        color: #000;
        font-size: 1.0416666667vw;
        transition: all 600ms; }
        .home .main .pager .back:hover {
          color: #5E9EFF; }
      .home .main .pager .next {
        display: flex;
        align-items: center;
        color: #000;
        transition: all 600ms; }
        .home .main .pager .next svg {
          width: 0.5208333333vw;
          display: block; }
          .home .main .pager .next svg path {
            transition: all 600ms; }
        .home .main .pager .next p {
          font-size: 1.0416666667vw;
          margin-right: 0.8333333333vw; }
        .home .main .pager .next:hover {
          color: #5E9EFF; }
          .home .main .pager .next:hover svg path {
            stroke: #5E9EFF; }
  @media screen and (max-width: 1024px) {
    .home .banner {
      margin-top: 60px; }
      .home .banner img {
        height: 150px; }
      .home .banner .text {
        left: 5%;
        width: 90%;
        bottom: 30%; }
        .home .banner .text h1 {
          font-size: 20px; }
        .home .banner .text .line {
          width: 60px;
          height: 2px;
          margin: 5px 0 15px 0; }
    .home .main {
      margin: 30px 5% 60px 5%; }
      .home .main .t {
        font-size: 24px;
        line-height: 1.2; }
      .home .main .tags {
        margin: 15px 0; }
        .home .main .tags span {
          padding: 2px 5px;
          font-size: 14px; }
          .home .main .tags span:not(:last-child) {
            margin-right: 12px; }
      .home .main .time {
        font-size: 18px; }
      .home .main .html {
        margin: 30px 0  50px 0;
        font-size: 18px; }
        .home .main .html .pic .play svg {
          width: 40px; }
      .home .main .pager .prev svg {
        width: 10px; }
      .home .main .pager .prev p {
        font-size: 18px;
        margin-left: 8px; }
      .home .main .pager .back {
        margin: 0 30px;
        font-size: 18px; }
      .home .main .pager .next svg {
        width: 10px; }
      .home .main .pager .next p {
        font-size: 18px;
        margin-right: 8px; }
    .home .dialog .close {
      top: 80px; }
      .home .dialog .close img {
        width: 30px; }
    .home .dialog .content video {
      height: 60vh; } }

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