  #news-detail-004--1 .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #news-detail-004--1 .leftW {
    flex-grow: 1;
    width: 0;
  }
  #news-detail-004--1 .leftW .title {
    /* font-size: 30px; */
    font-weight: bold;
    color: var(--font);
  }
  #news-detail-004--1 .leftW .imgW {
    display: block;
    position: relative;
    margin-top: 30px;
  }
  #news-detail-004--1 .leftW .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: center;
    padding: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
  }
  #news-detail-004--1 .leftW .desc {
    margin-top: 30px;
    font-size:20px;
  }
  #news-detail-004--1 .leftW .desc p{
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #news-detail-004--1 .rightW {
    width: 340px;
    margin-left: 55px;
  }
  #news-detail-004--1 .rightW .title {
    /* font-size: 30px; */
    font-weight: bold;
    color: var(--font);
  }
  #news-detail-004--1 .rightW .wrap {
    margin-top: 30px;
  }
  #news-detail-004--1 .rightW .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  #news-detail-004--1 .rightW .imgW {
    width: 70px;
    margin-right: 10px;
  }
  #news-detail-004--1 .rightW .textW {
    width: 0;
    flex-grow: 1;
  }
  #news-detail-004--1 .rightW .date {
    font-weight: bold;
    color: var(--brand);
    letter-spacing: 3px;
  }
  @media    screen and (max-width: 875px) {
    #news-detail-004--1 .leftW {
      width: 100%;
    }
    #news-detail-004--1 .rightW {
      width: 100%;
      margin-left: 0;
      margin-top: 30px;
    }
      #news-detail-004--1 .leftW .desc {
        font-size:16px;
      }
  }
