@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.main {
  width: 100%;
}
.main .layout {
  width: 1300px;
  margin: 0 auto;
}
.layout {
  width: 1300px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  color: #015ed0 !important;
}
footer {
  padding: 40px 0;
  background: #383838;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .zddw,
footer .zbdw {
  display: flex;
}
footer .zddw div,
footer .zbdw div {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
}
footer .zddw ul li,
footer .zbdw ul li {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.9);
}
footer .zddw ul li a,
footer .zbdw ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
}
