body {
  margin: 0;
  padding: 0;
  background: #EEF3FA !important;
  font-family: "Microsoft YaHei" !important;
}
html {
  background: #EEF3FA !important;
}
table {
  border-collapse: collapse;
}
ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
.homePage_base {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
.title {
  width: 100%;
  height: 59px;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 20px;
}
.title-Img {
  height: 80px;
  width: 479px;
  background: url(/ZSCQ/app/zscq.app/images/homepage/title.png) no-repeat center / contain;
  float: left;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .title-Img {
    width: 400px !important;
  }
}
.banner {
  width: 100%;
  height: 506px;
  background: url(/ZSCQ/app/zscq.app/images/homepage/banner3.jpg) no-repeat center;
  background-size: 100% 100%;
}
/*------新闻列表----------*/
.newsCategory-container {
  height: 100%;
  display: flex;
}
.newsList-menu {
  float: left;
  width: 220px;
  display: flex;
  flex-flow: column;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 590px;
}
.newsList-menu-item {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList-menu-item.actived {
  background: #FFFFFF;
  box-shadow: -26px 16px 36px rgba(0, 53, 133, 0.14);
}
.newsList-menu-item:after {
  content: ' ';
  display: block;
  width: 20px;
  height: 70px;
  line-height: 70px;
  background: url(/ZSCQ/app/zscq.app/images/fwzn/icon-zhuandao-huise.png) no-repeat center;
}
.newsList-menu-item.actived:after {
  content: ' ';
  display: block;
  width: 36px;
  height: 70px;
  line-height: 70px;
  background: url(/ZSCQ/app/zscq.app/images/newsCategory/icon2.png) no-repeat center;
}
.newsList-menu-item span {
  height: 100%;
  width: 100%;
  line-height: 70px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #686A72;
  text-align: left;
  padding: 0px 0px 0px 15px;
  display: block;
}
.newsList-menu-item.actived span {
  color: #1A7DD6;
}
.newsList-container {
  width: 100%;
  height: auto;
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
  margin-top: -330px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .newsList-container {
    padding: 0 20px !important;
  }
}
.newsList-panel {
  padding-left: 50px;
  padding-right: 50px;
  width: 980px;
  background-color: white;
}
.newsList-content {
  padding-bottom: 30px;
  min-height: 500px;
}
.newsList-content .nav-higltline-text {
  color: #f80505;
  background: #eeee14;
  font-style: normal;
}
.newsList-ul {
  width: 100%;
  font-style: normal;
  font-weight: normal;
}
.newsList-li {
  height: 38px;
}
.new-title {
  max-width: 80%;
  line-height: 38px;
  color: #1A7DD6;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.new-date {
  float: right;
  line-height: 38px;
  color: #686A72;
  opacity: 0.8;
  display: none;
  /* https://jira.succez.com/browse/CSTM-18720 隐藏日期 */
}
.newsList-footer {
  height: 40px;
  width: 100%;
}
