/* 分类顶部 */
.nav-up-box{
  overflow: hidden;
}
.nav-up-box .title-box{
  width: 249px;
  height: 140px;
  background: #00544E;
  margin-top: 315px;
}
.nav-up-box .title-box .title{
  color: #fff;
  font-size: 30px;
  padding: 40px 0 16px 24px;
}
.nav-up-box .title-box .xian{
  width: 90px;
  height: 2px;
  background: #FFFFFF;
  margin-left: 24px;
}
/*  */
.details-content .title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #00544E;
  padding: 64px 0 40px;
}
body{
  background-color: #F7F7F7;
}

.message-details{
  width: 100%;

}
.message-details .tit{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;
  margin-bottom: 32px;
}
.message-details ul li{
  padding: 16px 0;
  color: #666666;
  border-bottom: 1px solid #E5E5E5;
}
.message-details ul li span:first-child{
  display: inline-block;
  width: 165px;
}
.message-details ul li span:last-child{
  color: #00544E;
}

.details-lists .lists {
  margin-bottom: 24px;
}
.details-lists .lists .tit{
  font-size: 20px;
  color: #FFFFFF;
  padding: 16px 32px;
}
.details-lists .lists .list-bottom{
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);

}
.details-lists .lists .list-bottom ul{
  padding-left: 32px;
}
.details-lists .lists .list-bottom ul li{
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
}
.details-lists .lists .list-bottom ul li::before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #00544E;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 7px;
}
.details-lists .lists .list-bottom ul li p{
  width: 500px;
  color: #00544E;
}
.details-lists .lists .list-bottom ul li span{
  color: #666;
}
