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;
}
.page-content{
  padding: 40px;
}
 
.home-bgimg {
  position: relative;
}

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

.container {
  width: 1400px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(233, 233, 233, 0.5);
  margin: 28px auto;
}

.article-list {
  margin: auto;
  margin-bottom: 40px;
  padding-bottom: 26px;
  border-bottom: 2px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
}

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

.article-date {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  text-align: right;
  margin-top: 24px;
  flex: 1;
}

.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;
}


.article-content{
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 28px;
  margin-top: 24px;
  width: 100%;
}
.header-img{
    width: 100%;
    max-height: 553px;
    /* object-position: top; */
    margin-bottom: 39px;
    object-fit: contain;
}
.page-info{
  width: 1400px;
  margin: auto;
}
.page-title{
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-bottom: 31px;
}
.list-page-info{

  padding: 26px 40px;
font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 40px;
text-align: justify;
background: #F6F6F6;
box-sizing: border-box;
}
.article-list:hover .article-title, 
.article-list:hover .article-content, 
.article-list:hover .article-date{
    color: #0F60C3;
}