.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  .navbar-default {
    z-index: 99;
    min-height: 78px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .navbar-default .navbar-brand {
    margin-left: 15px !important;
    padding: 10px 0;
    height: auto;
    max-width: 200px;
  }
  .navbar-default .search-box {
    margin-right: 20px;
    width: 360px;
    margin-top: 16px;
  }
  .navbar-default .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-nav li {
    margin: 0;
    width: 100%;
  }
  .navbar-default .navbar-nav li > a {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  /*nav*/
  .navbar-default {
    z-index: 99;
    min-height: 78px;
  }
  .navbar-default .navbar-toggle {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .navbar-default .navbar-brand {
    margin-left: 15px !important;
    padding: 10px 0;
    height: auto;
    max-width: 200px;
  }
  .navbar-default .search-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 10px 0;
  }
  .navbar-default .search-box .s-btn {
    right: 15px;
  }
  .navbar-default .navbar-nav li {
    margin: 0;
    width: 100%;
  }

  /* footer */
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-info .box-links a {
    margin-right: 20px;
  }
  .footer .footer-info .box-erwm {
    text-align: left;
    margin-top: 20px;
  }

  /*public-title*/
  .public-title {
    margin-bottom: 25px;
  }
  .public-title a {
    display: block;
    float: left;
    margin-right: 2%;
    width: 32%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
  }
  .public-title a:nth-child(3n) {
    margin-right: 0;
  }
  .public-title a:last-child {
    margin-right: 0;
  }
  .public-title a:hover, .public-title a.current {
    background-color: #c7a77f;
    color: #fff;
  }
  .public-title a:hover:after, .public-title a.current:after {
    display: none;
  }

  /*page*/
  .page a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }

  /*----------------------------------------- module ----------------------------------------*/
  .mod-04 .box-s {
    border-bottom: 1px dotted #7d7d7d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 85px;
    min-height: 80px;
  }
  .mod-04 .box-date {
    width: 70px;
    height: 70px;
    line-height: 32px;
    margin-left: -85px;
    font-size: 16px;
  }
  .mod-04 .box-date .day-s {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #c5c5c5;
    font-size: 26px;
  }
  .mod-04 .box-title {
    height: 38px;
    line-height: 38px;
  }
  .mod-04 .box-tag {
    font-size: 16px;
    line-height: 32px;
    color: #999999;
  }

  .mod-05 .box-s {
    padding: 15px;
  }
  .mod-05 .box-s .box-img {
    margin-bottom: 10px;
  }

  .mod-06 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mod-06 .row .box-w {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mod-09 .box-s .row {
    display: block;
  }
  .mod-09 .box-s .box-date {
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-09 .box-s .box-date span {
    display: inline-block;
    font-size: 30px;
  }
  .mod-09 .box-s .box-img {
    padding: 0 15px;
  }
  .mod-09 .box-s .box-info {
    padding: 15px;
  }
  .mod-09 .box-s .box-info .box-more {
    visibility: visible;
  }
  .mod-09 .box-s .box-info .box-more a {
    color: #333;
  }

  .mod-10 {
    background: none;
    padding-top: 0;
  }
  .mod-10 .box-s {
    background: none;
    padding: 20px 15px;
    margin-bottom: 15px;
    background: #f7f5f6;
  }
  .mod-10 .box-s .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mod-10 .box-s .row .box-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-10 .box-s .box-date-img {
    display: block;
    width: 100%;
    justify-content: flex-start;
  }
  .mod-10 .box-s .box-date-img .box-date {
    text-align: left;
    margin-bottom: 5px;
  }
  .mod-10 .box-s .box-date-img .box-date span {
    display: inline-block;
    font-size: 30px;
  }
  .mod-10 .box-s .box-date-img .box-img {
    margin-left: 0;
    margin-bottom: 5px;
    display: block;
  }
  .mod-10 .box-s .box-info {
    padding-top: 13px;
  }
  .mod-10 .box-s .box-info .box-title {
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    margin-bottom: 20px;
  }
  .mod-10 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
  }
  .mod-10 .box-s:hover {
    background: #bfae9d;
  }

  /*---------------------------------- index  ---------------------------------------*/
  .index-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*index-title*/
  .index-title {
    width: 280px;
    height: 72px;
    margin: 0 auto 30px;
  }
  .index-title span {
    display: block;
  }
  .index-title .title-ch {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }
  .index-title .title-en {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
  }

  .index-box-01 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-box-01 .row .box-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-box-01 .box-cont {
    margin-bottom: 20px;
  }
  .index-box-01 .box-s {
    margin-bottom: 10px;
  }
  .index-box-01 .box-s .box-mc {
    padding: 10px;
    display: flex;
  }
  .index-box-01 .box-s .box-mc .box-title-ch {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 5px;
  }
  .index-box-01 .box-s .box-mc .box-title-en {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 15px;
  }
  .index-box-01 .box-s .box-mc .box-more {
    width: 94px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }

  .index-box-02 .box-img {
    margin-right: 0;
    float: none;
    padding: 0 0 15px 15px;
  }
  .index-box-02 .box-img:after {
    top: 15px;
    right: 15px;
    border: solid 2px #666666;
  }

  .index-box-04 .box-s .box-title span {
    font-size: 24px;
    line-height: 32px;
  }
  .index-box-04 .box-s.box-other .box-img {
    top: 0;
  }
  .index-box-04 .box-s.box-other .box-title {
    top: 0;
    position: relative;
    width: 100%;
  }
}

/*# sourceMappingURL=media-style.css.map */
