.detail-box {
  width: 1200px;
  margin: auto;
  margin-top: 55px;
  margin-bottom: 80px; }
  .detail-box h4 {
    color: #333;
    font-size: 18px;
    text-align: center; }
  .detail-box .title {
    color: #333;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Montserrat-r'; }
  .detail-box .time {
    font-size: 18px;
    color: #757575;
    margin: 0;
    margin-top: 24px;
    font-family: 'Montserrat-r';
    text-align: center; }
  .detail-box .box {
    overflow: hidden; }
    .detail-box .box p {
      margin: 15px 0 20px 0;
      font-size: 16px;
      color: #616161;
      line-height: 24px;
      font-family: 'Montserrat-r'; }
    .detail-box .box p:first-child {
      margin-top: 0; }
    .detail-box .box h3 {
      color: #616161;
      font-size: 24px;
      margin-bottom: 20px;
      margin-top: 18px;
      text-align: center; }
    .detail-box .box div {
      display: inline-block;
      margin-right: 10px;
      width: 49%; }
    .detail-box .box div:last-child {
      margin-right: 0; }

a.back {
  display: block;
  font-size: 18px;
  color: #fff;
  background: #000;
  width: 300px;
  padding: 13px 0;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  font-family: 'Montserrat-r'; }

.about {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 80px; }
  .about h4 {
    color: #333;
    font-size: 18px;
    text-align: center; }
  .about h2 {
    color: #333;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center; }
  .about section {
    width: 1500px;
    margin: 0 auto; }
  .about .new {
    width: 475px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top; }
    .about .new .text {
      margin-top: 20px; }
      .about .new .text span {
        color: #bdbdbd;
        color: 14px;
        text-transform: uppercase; }
      .about .new .text h3 {
        color: #4D4D4D;
        font-size: 28px;
        margin-top: 14px;
        margin-bottom: 15px;
        font-family: 'Montserrat-bold'; }
      .about .new .text p {
        color: #616161;
        font-family: 'Montserrat-r';
        font-size: 16px;
        line-height: 24px; }
      .about .new .text a {
        color: #616161;
        display: block;
        font-size: 16px;
        margin-top: 45px;
        text-decoration: underline; }
  .about .new:last-child {
    margin-right: 0; }

@media screen and (min-width: 1200px) and (max-width: 1530px) {
  .detail-box {
    width: 1170px; }
    .detail-box .box div {
      width: 573px; }

  .about section {
    width: 1170px; }

  .about .new {
    width: 374px; } }
@media screen and (max-width: 1199px) {
  .detail-box {
    width: 970px; }
    .detail-box .box div {
      width: 473px; }

  .about section {
    width: 970px; }

  .about .new {
    width: 307px; }
    .about .new .text p {
      font-size: 14px; }
    .about .new .text h3 {
      font-size: 20px; } }
@media screen and (max-width: 999px) {
  .detail-box h4 {
    font-size: 16px; }

  .detail-box .title {
    font-size: 28px; }

  .detail-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .detail-box .box div {
      width: 48%; }
    .detail-box .box p {
      font-size: 14px; }
    .detail-box .box h3 {
      font-size: 18px; }

  .about section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .about .new {
    width: 31%; }
    .about .new .text p {
      font-size: 14px; }
    .about .new .text h3 {
      font-size: 16px; } }
@media screen and (max-width: 767px) {
  .detail-box {
    margin-top: 30px;
    margin-bottom: 30px; }
    .detail-box .title {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 15px; }
    .detail-box .time {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 14px; }
    .detail-box .box div {
      width: 46%; }
    .detail-box .box p {
      margin-bottom: 10px; }
    .detail-box .box h3 {
      font-size: 14px; }

  a.back {
    font-size: 14px; }

  .about {
    padding-top: 30px;
    padding-bottom: 30px; }
    .about h4 {
      font-size: 16px; }
    .about h2 {
      font-size: 20px; }
    .about .new {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; }
      .about .new .text {
        margin-top: 10px; }
      .about .new .text h3 {
        margin-top: 10px;
        margin-bottom: 10px; }
      .about .new .text a {
        margin-top: 15px;
        font-size: 14px; } }

/*# sourceMappingURL=news_detail.css.map */
