@media (max-width: 992px) {
  /*header*/
  .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .search-box {
    width: 100%;
    margin-top: 20px;
  }
  .index-box-02 .box-txt {
    height: auto;
    overflow: visible;
    -webkit-line-clamp: none;
    -webkit-box-orient: inline-axis;
  }
}
@media (max-width: 767px) {
  /*header*/
  .search-box .s-inp {
    height: 30px;
    line-height: 30px;
  }
  .search-box .s-btn {
    top: 1px;
  }
  /*footer*/
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer-logo {
    margin-bottom: 20px;
  }
  .page-main {
    padding: 20px 15px;
  }
  .index-box-01 .box-s .box-img {
    overflow: hidden;
    display: block;
    height: auto;
  }
  .index-box-01 .box-s .box-img img {
    position: relative;
  }
  .index-box-02 .box-title {
    line-height: 28px;
    height: auto;
    white-space: normal;
    text-align: left;
  }
  .index-box-03 .main-cont {
    padding-left: 0;
  }
  .index-box-03 .box-left {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  .index-box-03 .box-left .box-img {
    overflow: hidden;
    height: auto;
  }
  .index-box-03 .box-left .box-img img {
    position: relative;
    width: 100%;
  }
  .index-box-03 .box-left .box-info .box-title {
    height: auto;
    line-height: 24px;
    overflow: visible;
    white-space: normal;
  }
  .index-box-05 {
    height: auto;
    padding-bottom: 15px;
  }
  .news-list {
    margin-bottom: 20px;
  }
  .news-list .box-s .title-s {
    height: auto;
    overflow: visible;
    white-space: normal;
  }
  .text-list .box-s .box-title {
    height: auto;
    overflow: visible;
    white-space: normal;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .image-text-list .box-s {
    padding-left: 0;
  }
  .image-text-list .box-s .box-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 0;
  }
  .image-text-list .box-s .box-info {
    overflow: hidden;
    padding-left: 0;
    padding-top: 10px;
  }
  .image-text-list .box-s .box-info .box-date {
    margin-left: 0;
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1.3;
  }
  .image-text-list .box-s .box-info .box-date span {
    display: inline-block;
  }
  .image-text-list .box-s .box-info .box-title {
    height: auto;
    overflow: visible;
    white-space: normal;
  }
  .text-list-02 .menu-class {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0;
  }
  .text-list-02 .menu-class a {
    display: block;
    width: 32%;
    float: left;
    height: 38px;
    line-height: 38px;
    color: #002147;
    font-weight: bold;
    background-color: #f3f3f3;
    vertical-align: bottom;
    margin: 0 2% 10px 0;
  }
  .text-list-02 .menu-class a:nth-child(3n) {
    margin-right: 0;
  }
  .text-list-02 .box-list .box-s {
    padding: 10px 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .text-list-02 .box-list .box-s .title-s {
    height: auto;
    overflow: visible;
    white-space: normal;
  }
  .text-list-02 .box-list .box-s .date-s {
    position: relative;
    top: 0;
    right: 0;
  }
  .text-list-02 .box-search {
    margin-bottom: 30px;
  }
  .text-list-02 .box-search .form-control {
    border-radius: 2px;
  }
  .text-list-02 .box-search .box-s {
    float: none;
    width: 100%;
    display: flex;
  }
  .text-list-02 .box-search .box-s.box-02 {
    width: 100%;
  }
  .text-list-02 .box-search .box-s .box-title {
    width: 110px;
    text-align: right;
    padding-right: 6px;
    line-height: 30px;
  }
  .text-list-02 .box-search .box-s .box-inp {
    width: 100%;
    flex: 1;
  }
  .text-list-02 .box-search .box-s .form-control {
    padding: 4px 10px!important;
    height: 30px;
  }
  .text-list-02 .box-search .btn-wrap {
    position: absolute;
    right: 0;
    top: 0;
  }
  .text-list-02 .box-search .btn-s {
    width: 103px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #002147;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}
/*# sourceMappingURL=media-style.css.map */