#banner-box{
  width: 100%;
  overflow: hidden;
}
#banner-box img{
  width: 100%;
  height: 200px;
}
#con-box{
  min-height: 300px;
  padding: 10px 5%;
}
.con_address{
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  overflow: hidden;
}
.con_address ul li{
  float: left;
  margin-right: 5px;
}
/* list */
.con_content{
  overflow: hidden;
}
.con_content ul li{
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
  line-height: 24px;
}
.con_content ul li a{
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con_content ul li span{
  float: right;
  color: #999;
}
/* content */
.contents{
  padding: 10px 0;
  line-height: 24px;
}
/* detail */
.tit-h3{
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  padding-top: 15px;
}
.tits{
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
.tits span{
  padding-right: 15px;
}
.cons_box{
  line-height: 24px;
}