
@media (min-width: 992px) {
  body .news_detail .mx-955 {
    max-width: 955px;
  }
  body .news_detail .mx-955 ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 1.8;
  }
  body .news_detail .mx-955 ol {
    list-style: decimal;
    padding-left: 20px;
    line-height: 1.8;
  }
  body .news_detail .main_banner {
    height: 500px;
  }
  body .news_detail .main_banner h1 {
    font-size: 45px !important;
    max-width: 955px;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    line-height: 65px;
  }
  body .news_detail h2 {
    font-size: 35px;
    color: #ea2129;
    line-height: 45px;
  }
  body .news_detail .news-item h4 {
    min-height: 58px;
    line-height: 30px;
  }
  body .project_detail_short {
    max-width: 900px;
  }
  body .project_detail_info .num {
    font-size: 40px;
  }
  body .project_detail_info .txt {
    font-size: 27px;
  }
  body .project_detail_slider .item {
    margin-right: 0;
    width: 33.33333333% !important;
  }
  body .project_detail_slider .item:nth-child(n+4) {
    display: none;
  }
  body .project_detail_banner .title {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
  }
  body .career_detail .form_gr.fixed {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #000000;
  }
}
/*# sourceMappingURL=page-desktop.css.map*/