.page_content {
  padding-top: 350px;
}

.news_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 140px;
}

.news_title {
  width: 62%;
  margin: 0;
  letter-spacing: 0.2em;
  color: #101010;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.news_dateBox {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100px;
}

.news_month {
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.news_day {
  letter-spacing: 0.2em;
  font-size: 30px;
}

.news_year {
  margin-top: 10px;
  padding-top: 10px;
  color: #b9b7ba;
  border-top: 1px solid #c8adbf;
  font-size: 12px;
}

.editor {
  letter-spacing: 0.2em;
  line-height: 1.8em;
  word-break: break-all;
  font-family: 'cwtexfangsong',serif;
  font-size: 17px;
}

.backbtn {
  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;
  margin: 100px auto 180px;
  letter-spacing: 0.4em;
  color: #202165;
  border: 1px solid #202165;
  font-family: 'cwtexfangsong',serif;
  font-size: 18px;
  width: 288px;
  height: 65px;
}

@media only screen and (min-width: 1025px) {
  .backbtn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .backbtn:hover {
    background-color: #202165;
    color: #fff;
  }
}

@media only screen and (max-width: 1400px) {
  .page_content {
    padding-top: 240px;
  }
  .news_content {
    width: calc(100% - 100px);
  }
  .news_head {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 650px) {
  .news_content {
    width: calc(100% - 80px);
  }
  .news_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .news_dateBox {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .news_day {
    position: absolute;
    right: 0;
    bottom: 8px;
  }
  .news_month {
    font-size: 12px;
  }
  .news_year {
    width: 85px;
  }
  .news_title {
    width: 100%;
    font-size: 20px;
  }
  .backbtn {
    margin-top: 230px;
    margin-bottom: 110px;
  }
}

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