@charset "utf-8";
body {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 28px;
  }
}
.main-wrap {
  width: 1200px;
}
@media screen and (max-width: 1230px) {
  .main-wrap {
    width: 100%;
  }
}
/*foot*/
.copyright {
  font-size: 0.8em;
  line-height: 1.5em;
}
.copyright table {
  width: 100%;
}
.copyright table td:first-child,
.copyright table td:last-child {
  width: 120px;
}
.copyright table td:nth-child(2) {
  width: auto;
}
/*内容页*/
.news_content_content *,
.suggestion_content_replay * {
  font-size: 1em !important;
  line-height: 1.875em !important;
}
.img-title {
  height: 60px;
  line-height: 60px;
}
.life-content .news-list > a {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.life-content .news-list > a:first-child {
  padding-top: 0;
}
.life-content .news-list > a:nth-child(n+5) {
  display: none;
}
.life-content .more {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .news-list > a > span {
    height: auto;
    line-height: 1.5em;
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-list.date-right > a > span {
    width: 100%;
  }
  .news-list.date-right > a > em {
    display: none;
  }
  .col-s-3 li,
  .col-s-4 li {
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .img-title span {
    padding: 0 10px;
    font-size: 0.875em;
  }
  .img-title a.more {
    padding-right: 5px;
    font-size: 0.65em;
  }
}