html,
body {
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei;
}
div {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
body {
  position: relative;
}
body .link {
  margin: 45px 360px;
  margin-bottom: 0px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #2D95F5;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  padding: 0px 40px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body .listContent {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 45px 360px;
  margin-bottom: 108px;
  border: 1px solid #EAEAEA;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body .listContent .nav {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  padding: 40px;
  padding-bottom: 0px;
}
body .listContent .nav a {
  color: #2991F3 !important;
}
body .listContent .articleList {
  padding: 40px;
  padding-top: 0px;
}
body .listContent .articleList .article-item {
  margin-top: 40px;
}
body .listContent .articleList .article-item .title {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
body .listContent .articleList .article-item .detail {
  font-weight: 400;
  font-size: 16px;
  color: #626262;
  margin: 12px 0px;
}
body .listContent .articleList .article-item .time {
  font-weight: 400;
  font-size: 14px;
  color: #BABABA;
}
body .listContent .pagebar {
  margin: 40px 0px;
}
body .listContent .pagebar .fc_hui2,
body .listContent .pagebar .z_num {
  background: #ECF0F2;
  border: 1px solid #D3E5E8;
  padding: 5px 10px;
}
body .listContent .pagebar .current {
  border: 1px solid #D3E5E8;
  padding: 5px 10px;
  background: #027DEC;
  color: white !important;
}
body .listBg {
  position: absolute;
  bottom: 310px;
  background-image: url('../assets/list-bg.png');
  width: 100%;
  height: 780px;
  z-index: -1;
}
