@media (min-width: 750px) {
  #app {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: #fff;
  }
  #app .container {
    min-width: 1200px;
  }
  #app .container .content1 {
    width: 100%;
    height: 400px;
    aspect-ratio: 3/1;
    max-height: 553px;
    display: flex;
    justify-content: center;
    background-image: url(../../../static/img/news_details/banner_1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #app .container .content1 .block1 {
    flex-shrink: 0;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #app .container .content1 .block1 .block1_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .container .content1 .block1 .block1_top h1 {
    font-weight: bold;
    font-size: 36px !important;
    color: #ffffff;
    line-height: 54px;
    text-align: center;
  }
  #app .container .content1 .block1 .block1_desc {
    margin-top: 27px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #app .container .content1 .block1 .block1_desc span {
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    list-style: 36px;
  }
  #app .container .content2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #app .container .content2 .block2 {
    width: 100%;
    max-width: 898px;
    background: #ffffff;
    box-shadow: 0px 0px 17px 0px #e8f0fd;
    border-radius: 4px 4px 4px 4px;
    margin: 37px 0 20px;
    padding: 9px 14px;
  }
  #app .container .content2 .block2 .block2_m {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #app .container .content2 .block2 .block2_m .block2_m_l {
    height: 18px;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    position: relative;
  }
  #app .container .content2 .block2 .block2_m .block2_m_l span {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    color: #0941d6;
  }
  #app .container .content2 .block2 .block2_m .block2_m_line {
    margin: 0 9px;
    width: 1px;
    height: 22px;
    background-color: rgb(222, 222, 222);
  }
  #app .container .content2 .block2 .block2_m .block2_m_r h2 {
    font-weight: 400;
    font-size: 12px !important;
    color: #3f4670;
  }
  #app .container .content3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 101px;
  }
  #app .container .content3 .block3 {
    width: 100%;
    max-width: 884px;
    background: #ffffff;
    box-shadow: 0px 0px 17px 0px #e8f0fd;
    border-radius: 4px 4px 4px 4px;
    padding: 19px 20px 65px;
  }
  #app .container .content3 .block3 .block3_t {
    margin-bottom: 8px;
  }
  #app .container .content3 .block3 .block3_t h1 {
    font-weight: 500;
    font-size: 18px;
    color: #3f4670;
  }
  #app .container .content3 .block3 .block3_d {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
  }
  #app .container .content3 .block3 .block3_d .block3_d_l {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  #app .container .content3 .block3 .block3_d .block3_d_l img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  #app .container .content3 .block3 .block3_d .block3_d_m {
    flex-shrink: 0;
    margin-right: 17px;
  }
  #app .container .content3 .block3 .block3_d .block3_d_m span {
    font-weight: 400;
    font-size: 12px;
    color: #3f4670;
  }
  #app .container .content3 .block3 .block3_d .block3_d_r span {
    font-weight: 400;
    font-size: 12px;
    color: #9096b4;
  }
  #app .container .content3 .block3 .block3_m {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
  }
  #app .container .content3 .block3 .block3_m img {
    width: 100%;
  }
}

/*# sourceMappingURL=news_detail.css.map */
