.news01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px #d2d0d0;
          box-shadow: 0px 0px 14px #d2d0d0;
  border-radius: 5px;
  margin: 10px 0;
  overflow: hidden;
  height: 150px;
}

.news01 .news01-left {
  width: calc(100% - 200px);
  padding: 20px 0 20px 20px;
  position: relative;
}

.news01 .news01-left h2 {
  color: #6dd0cd;
  margin-bottom: 10px;
}

.news01 .news01-left p {
  color: #717070;
}

.news01 .news01-right {
  width: 200px;
  height: 150px;
  text-align: center;
  color: #6dd0cd;
  border-left: solid 1px #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news01 .news01-right .day {
  font-size: 3.5em;
  font-weight: bold;
}

.news01 .news01-right .yearmonth {
  color: #707070;
}

.news01 .news01-right .div-time {
  width: 100%;
}

@media screen and (max-width: 667px) {
  .news01 {
    display: block;
    overflow: initial;
    height: auto;
  }
  .news01 .news01-left {
    width: 100%;
    height: auto;
  }
  .news01 .news01-right {
    width: 100%;
    height: auto;
  }
  .news01 .news01-right .div-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .news01 .news01-left {
    padding: 15px;
  }
  .news01 .news01-right {
    background: #fff;
    padding: 5px 15px;
    border-top: solid 1px #eeeeee;
  }
  .news01 .news01-right .day, .news01 .news01-right .yearmonth {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .news01 .news01-right .day {
    padding-left: 15px;
    position: relative;
  }
  .news01 .news01-right .day::after {
    content: "/";
    position: absolute;
    top: 0px;
    left: 4px;
  }
}
