* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI, serif;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}
body em,
body i {
  font-style: normal;
}
body ol,
body ul,
body li {
  list-style: none;
}
body img {
  border: 0;
  vertical-align: middle;
}
body p {
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body a {
  text-decoration: none !important;
  cursor: pointer;
}
body a:hover {
  color: #5d5d5d !important;
}
.header{
  border-bottom: 1px solid #E5E5E5;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: block;
  width: auto;
  height: 24px;
  margin-top: 23px;
  font-size: 14px;
  color: #5b5b5b;
}
.header .logo a img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
  padding-right: 10px;
}
.header .menu {
  float: right;
}
.header .menu .list li {
  float: left;
  line-height: 70px;
  margin-right: 48px;
}
.header .menu .list li a {
  display: inline-block;
  font-size: 16px;
  color: #000;
}

.breadcrumb {
  padding: 20px 0;
}
.breadcrumb .breadcrumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #6D6A6A;
}
.news{
  padding-top: 50px;
}
.news .list li{
  margin-bottom: 50px;
}
.news .list li a{
  display: block;
  padding: 30px 10px;
  box-shadow: 2px 2px 5px #DEDEDE;
}
.news .placeholder{
  padding-top: 10px;
  text-align: center;
}
.news .placeholder p{
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #282727;
}
.news .list li a:hover {
  animation: pulse 2s infinite;
  background: rgba(217, 217, 217, 0.3);
}
.news .list li a .title {
  width: auto; /* 设定一个宽度 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示为省略号 */
  white-space: nowrap; /* 文本不换行 */
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.news .list li a .time {
  padding-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #6D6A6A;
  line-height: 32px;
}
.news .list li a .desc {
  height: 84px;
  padding-top: 10px;
  line-height: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #282727;
}
.news .list li a .ellipsis{
  position: relative; /* 用于绝对定位省略号 */
  overflow: hidden; /* 隐藏溢出的文本 */
}
.news .page {
  text-align: center;
}
.news .page .pager li a {
  border: none;
  color: #3E3636;
}
.news .page .pager li span {
  border: none;
}
.footer {
  margin-top: 50px;
  padding: 20px 0;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
}
.footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  color: #3E3636;
}
@media (max-width: 992px) {
  .header {
    height: 64px;
    padding: 0 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header .logo {
    float: left;
  }
  .header .logo a {
    margin: 20px 0;
  }
  .header .menu {
    position: relative;
  }
  .header .menu::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../images/nav.png) no-repeat center center rgba(24, 47, 95, 0.7);
    background-size: 20px auto;
    cursor: pointer;
  }
  .header .menu .list {
    position: fixed;
    right: 0;
    width: 300px;
    height: 100vh;
    padding: 50px 20px;
    background: #5c6c8f;
    display: none;
    z-index: 999;
  }
  .header .menu .list li {
    float: none;
    line-height: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header .menu .list li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }
  .header .menu .list li a:hover {
    color: #eaeaea !important;
  }

  .header .menu .active {
    display: block;
  }
  .breadcrumb {
    padding: 20px 15px;
  }
  .news .list {
    padding: 0 15px;
  }
  .footer {
    padding: 50px 15px;
  }
}
/*# sourceMappingURL=news.css.map */