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

#section .nav1 .nav-name1 {
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #EA701D;
  display: inline-block;
  padding-bottom: 3px;
  /* min-width: 120px;
  max-width: 180px; */
}

/* 新闻 */
#section .content1 .top1 .title1 {
  line-height: 40px;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
}

#section .content1 .top1 .info1 {
  line-height: 30px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  margin-bottom: 30px;
}