﻿@charset "utf-8";
body {
  font-size: 32px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 24px;
  }
}
/*foot*/
.foot-wrap {
  font-size: 0.75em;
}
.foot-wrap .foot-spans:first-child,
.foot-wrap .foot-spans:last-child {
  width: 110px;
}
.foot-wrap .foot-spans:nth-child(2) {
  width: auto;
}
/*焦点图*/
.focus-pic.owl-carousel .item {
  padding-top: 56.25% !important;
}
.focus-pic.owl-carousel .item:after {
  line-height: 2em !important;
}
/*内容页*/
.news_content_content *,
.suggestion_content_replay * {
  font-size: 1em !important;
  line-height: 1.875em !important;
}
/*新闻列表*/
@media screen and (max-width: 1000px) {
  .news-list > a > span {
    width: 100%;
    height: auto;
    line-height: 1.5em;
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-list > a > em {
    display: none;
  }
}
/*焦点图*/
.focus-pic.owl-carousel .item {
  padding-top: 56.25% !important;
}
.focus-pic.owl-carousel .item:after {
  line-height: 2em !important;
}
.focus-pic {
  width: 100% !important;
  height: auto !important;
}
.tzgs {
  margin-left: 0;
  float: left;
  width: 100%;
  margin-top: 15px;
  height: auto;
}
.switch-tab .news-list > a:nth-child(n + 5),
.four-news .news-list > a:nth-child(n + 5),
.tzgs .news-list > a:nth-child(n + 5) {
  display: none;
}
.switch-tab > dd > ul > li > .news-list > a {
  width: 98%;
}
.switch-tab > dd > ul > li > .news-list > a:nth-child(2) {
  border-top: 1px solid #e8e8e8;
}
.four-news dl {
  width: 100%;
  height: auto;
}
.four-news dl:first-child {
  margin-bottom: 15px;
}
.four-news .mr-2 {
  display: none;
}
.box-tab > dt {
  height: 80px;
  line-height: 80px;
}
.box-tab > dt > ul > li > a {
  width: 350px;
  height: 80px;
  line-height: 80px;
  background-size: 100% 100%;
}
.switch-tab > dt > ul > li > a {
  height: auto;
}
.switch-tab > dt > ul > li > a > i {
  width: 100px;
  height: 100px;
  line-height: 104px;
}
.switch-tab > dd {
  height: 14.5em;
}
@media screen and (max-width: 1000px) {
  .news-list.date-right > a > span {
    width: 100%;
  }
  .main-foot {
    font-size: 0.8em;
  }
  .tzgs {
    margin-top:0;
  }
}