.dept {
  padding: 0 0.15625rem;
  background: #fff;
}
.dept .head {
  margin-bottom: 0.05208333rem;
  border-bottom: solid 0.00520833rem #E7E7E7;
}
.dept .head span {
  display: inline-block;
  line-height: 0.20833333rem;
  padding: 0.02604167rem 0.02604167rem;
  font-size: 0.09375rem;
  color: var(--main-color);
  border-radius: 0.04166667rem;
  position: relative;
}
.dept .head span:after {
  content: '';
  height: 0.02604167rem;
  width: 100%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
}
.dept .type-list li {
  margin: 0 auto 0.15625rem;
}
.dept .type-list li .item-list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.dept .type-list li .item-list li {
  width: 50%;
  margin: 0;
  border-radius: 0.04166667rem;
  position: relative;
}
.dept .type-list li .item-list li::before {
  content: '';
  display: block;
  height: 0.02604167rem;
  width: 0.02604167rem;
  background: var(--main-color);
  position: absolute;
  left: 0.02604167rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dept .type-list li .item-list li a {
  display: inline-block;
  width: 100%;
  line-height: 0.26041667rem;
  text-align: left;
  color: #333;
  font-size: 0.09375rem;
  padding: 0 0.10416667rem;
}
.dept .type-list li .item-list li a:hover {
  color: var(--main-color);
}
/*留言列表*/
.dept .detail {
  width: 5.72916667rem;
  margin: 0 auto;
  border-collapse: collapse;
  border: solid 0.00520833rem #eee;
}
.dept .detail th,
.dept .detail td {
  line-height: 0.15625rem;
  font-size: 0.08333333rem;
  font-weight: normal;
  text-align: center;
  padding: 0.078125rem 0.10416667rem;
  border: solid 0.00520833rem #eee;
}
.dept .detail th {
  background: #f9f9f9;
  width: 0.78125rem;
}
.dept .duty {
  width: 5.72916667rem;
  margin: -0.00520833rem auto 0;
  border: solid 0.00520833rem #eee;
  font-size: 0.09375rem;
  color: #333;
  line-height: 0.15625rem;
  padding: 0.10416667rem;
  text-align: justify;
  border-radius: 0 0 0.04166667rem 0.04166667rem;
  overflow: hidden;
}
/*详情表格边框设置*/
.dept .duty table,
.dept .duty td {
  border: solid 0.00520833rem #000;
}
/*详情图片大小设置*/
.dept .duty img {
  max-width: 4.16666667rem !important;
  display: block;
  margin: 0.05208333rem auto;
}
/*视频*/
/*详情视频大小设置*/
.dept .duty video {
  max-width: 4.16666667rem !important;
  display: block;
  margin: 0.05208333rem auto;
}
/*浮动框架*/
.dept .duty iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
