@charset "utf-8";
body {
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 24px;
  }
}
.main-wrap {
  width: 1200px;
}
@media screen and (max-width: 1230px) {
  .main-wrap {
    width: 100%;
  }
}
/*head*/
.top-bar {
  font-size: 0.5em;
}
/*foot*/
.link td select {
  font-size: 0.75em;
}
.copyright {
  font-size: 0.7em;
}
/*内容页*/
.news_content_content *,
.suggestion_content_replay * {
  font-size: 1em !important;
  line-height: 1.875em !important;
}
.content-box .kuan p {
  margin: 0 0 0.5em 0;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  height: 8.75em;
  line-height: 1.75em;
  overflow: hidden;
}
.view-two li {
  width: 48%;
  margin-bottom: 2%;
}
.copyright table td:nth-child(2) {
   width:860px;
}
@media screen and (max-width: 1000px) {
  .view-two li {
    width: 98%;
  }
  .view-two li p {
    height: auto;
  }
  .content-box .kuan p {
    height: auto;
    display: block;
  }
  .copyright table td:nth-child(2) {
     width:auto;
  }
}