#section {
  padding-bottom: 80px;
}

/* 顶部图片 */
#section .top-img {
  width: 100%;
  height: 584px;
  background-size: cover;
  position: relative;
}

#section .top-img img{
  width: 100%;
  height: 584px;
  background-size: cover;
}

#section .top-img .title {
  position: absolute;
  top: 50%;
  left: 20%;
  color: #fff;
  transform: translateY(-60%);
}

#section .top-img .title .chinese-name {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 90px;
  border-bottom: 4px solid #EA701D;
}

#section .top-img .title .chinese-name1 {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 90px;
  color: #000;
  border-bottom: 4px solid #EA701D;
}


#section .top-img .title .english-name {
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 80px;
}

#section .top-img .title .english-name1 {
  font-size: 45px;
  letter-spacing: 2px;
  color: #494949;
  line-height: 80px;
}


/* 导航 */
#section .nav {
  /* line-height: 80px; */
  width: 100%;
  border-bottom: 1px solid rgb(214, 210, 210);
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0px;
}

#section .nav .nav-name {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #EA701D;
  width: 120px;
}

#section .nav .nav-name1 {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #EA701D;
  width: 140px;
}

/* 新闻列表 */
#section .content .news-item {
  display: flex;
  margin-bottom: 20px;
}

#section .content .news-item .img {
  width: 250px;
  height: 160px;
  overflow: hidden;
}

#section .content .news-item .img img {
  width: 100%;
  min-height: 160px;
}

#section .content .news-item .news-info {
  flex: 1;
  box-sizing: border-box;
  margin-left: 20px;
  border-bottom: 1px solid #eee;
  margin-right: 0px;
}

#section .content .news-item:last-child .news-info {
  /* border-bottom: none; */
}

#section .content .news-item .news-info .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#section .content .news-item .news-info .desc {
  height: 50px;
  font-size: 18px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #727272;
}

#section .content .news-item .news-info .date {
  font-size: 18px;
  color: #727272;
  margin-top: 20px;
}

#section .content .news-item-noimg {
  display: flex;
  margin-bottom: 20px;
}

#section .content .news-item-noimg .news-info {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-right: 0px;
}

#section .content .news-item-noimg .news-info .title{
  font-size: 18px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #727272;
}

/* 分页 */
#section .pagination {
  text-align: right;
  margin-top: 40px;
}

#section .pagination li {
  display: inline-block;
  width: 50px;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
}

#section .pagination li:hover,
#section .pagination li.active {
  color: #EA701D;
}

/* 分页 */
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}

.page_list{text-align: center; margin-top: 40px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}