body{
  min-width: 1400px;
}
#max-container {
  min-width: 1400px;
  background: url(/cms_files/filemanager/2045773468/picture/20253/8A57E217A8A6970DB5CAC1DF054C5C87.png) no-repeat center bottom;
  background-size: cover;
}
.nav-bar{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  padding: 30px 0;
}
.nav-bar a:hover{
  color: #333;
}
 .col_999{
  color: #999999;
}
.mr-10{
  margin-right: 10px;
}
.mr-26{
  margin-right: 26px;
}
.home-bgimg {
  position: relative;
}

.flex-start {
  display: flex;
  align-items: flex-start;
}

.container {
  width: 1400px;
  margin: auto;
}
.page-content{
  margin-bottom: 50px;
}
.article-list {
  width: 1400px;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  cursor: pointer;
  display: flex;
}

.article-date {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.article-title-li:hover a {
  color: #0f60c3;
}

.article-title-li:hover .dot-div {
  background: #0f60c3;
}

.chnldesc {
  display: none;
}

.article-title-li {
  display: flex;
  align-items: center;
}

.dot-div {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  margin-right: 16px;
}
