.breadcrumb-container{
  padding: 24px 12px;
}
.org-list{
}
.org-list .module{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.org-list .module .mod-tit {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-bottom: 1px solid #CB1D10;
  border-radius: 4px 4px 0px 0px;
}
.mod-tit-cnt {
  display: inline-flex;
  align-items: center;
  height: 39px;
  margin: 0;
  padding: 0 24px;
  background-color: #CB1D10;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border-radius: 4px 4px 0px 0px;
}


.org-list .module .img-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.org-list .module .img-wrap .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.org-list .module .img-wrap .item:last-child{
  margin-right: 0;
}
.org-list .module .img-wrap .img{
  width: 180px;
  height: 230px;
  border-radius: 4px;
}
.org-list .module .img-wrap .name{
  margin-top: 10px;
  width: 180px;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}


/*组织架构详情页*/

.org-detail-wrap .title{
  font-size: 28px;
  line-height: 44px;
  font-weight: bold;
  padding-bottom: 14px;
  color: #333333;
  border-bottom: 2px solid #CB1D10;
}

.org-detail-wrap .member-detail{
  margin-top: 24px;
  overflow: hidden;
}

.org-detail-wrap .member-detail .member-img{
  width: 232px;
  height: 310px;
  border: 16px solid #fff;
  background: #f00;
  box-sizing: content-box;
  float: left;
}
.org-detail-wrap .member-detail .member-font{
  padding: 24px;
  background: #fff;
  margin-left: 276px;
}
.org-detail-wrap .member-detail .member-font .name{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.org-detail-wrap .member-detail .member-font .info{
  margin-top: 24px;
}



