.el-collapse{
  border: none;
}
.el-icon-arrow-right{
  color: gray;
}
.contentArea .imgBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc .el-collapse-item__header {
  background: #E9E9E9;
  padding: 0px 20px;
  color: #262F8A;
  font-weight:bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.pc .contentArea {
  padding: 30px 20px;
  
}
.pc .contentArea .imgBox{
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 0px rgba(40, 49, 139, 0.2);
  border-radius: 50%;
  overflow: hidden;
  margin-right: 50px;
}
.pc .contentArea .text-content{
  flex: 1;
  min-width: 0;
}
.pc .contentArea .textBox{}
.pc .contentArea .textBox .text-title{}
.pc .contentArea .textBox .text-organ{}
.pc .contentArea .textBox .text-job{}
.pc .contentArea .textBox .text-desc{}



/* phone */
.phone .el-collapse-item__header {
  background: hsl(0, 0%, 91%);
  padding: 0px 1.25rem;
  color: #262F8A;
  font-weight:bold;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.phone .contentArea {
  padding: 1.875rem 1.25rem;
  
}
.phone .contentArea .imgBox{

  min-width: 6.25rem;
  max-width: 6.25rem;
  height: 6.25rem;
  background: #FFFFFF;
  box-shadow: 0px 0.375rem 1.25rem 0px rgba(40, 49, 139, 0.2);
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2.5rem;
}
.phone .contentArea .text-content{
  flex: 1;
  min-width: 0;
}
.phone .contentArea .textBox{}
.phone .contentArea .textBox .text-title{}
.phone .contentArea .textBox .text-organ{}
.phone .contentArea .textBox .text-job{}
.phone .contentArea .textBox .text-desc{}