.dep-cont{
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.dep-list{
  width: 7rem;
  margin: 0 auto;
  margin-bottom: 0.7rem;
}
.dep-list .dep-item{
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
}
.dep-list .dep-item .item-head{
  padding: 0.35rem 0 0.3rem 0;
  border-bottom: 0.01rem solid #ececec;
  display: flex;
  align-items: center;
}
.dep-list .dep-item .item-head .head-img{
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  position: relative;
}
.dep-list .dep-item .item-head .head-img .doc-tag{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.18rem;
  background-color: #FC6800;
  padding: 0.03rem 0.06rem;
  border-radius: 0.15rem;
  color: #fff;
}
.dep-list .dep-item .item-head .head-img img{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.dep-list .dep-item .item-head .item-right .doc-info1{
  font-size: 0.36rem;
  line-height: 0.42rem;
  font-weight: 700;
  color: #333;
}
.dep-list .dep-item .item-head .item-right .doc-info1 span{
  display: inline-block;
  font-size: 0.26rem;
  margin-left: 0.15rem;
  font-weight: 500;
}
.dep-list .dep-item .item-head .item-right .doc-info2{
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #666666;
  margin-top: 0.10rem;
}
.dep-list .dep-item .doc-text{
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #666;
  margin: 0.20rem 0;
}
.dep-list .dep-item .doc-btn-wrap{
  overflow: hidden;
  padding-bottom: 0.35rem;
}
.dep-list .dep-item .doc-btn{
  width: 1.55rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  background-color: #2267F2;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  float: right;
  cursor: pointer;
}