.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: 40px;
  font-size: 16px;
}
.pc .contentArea {
  /* padding: 30px 20px; */
  display: flex;
  flex-wrap: wrap;

}
.pc .contentArea .list-item{
    width: 380px;
    margin-right: 80px;
    text-align: center;
    margin-bottom: 40px;
}
.pc .contentArea .list-item:nth-child(3n){
    margin-right: 0;
}
.pc .contentArea .list-item .item-img-box{
    width: 380px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(40, 49, 139, 0.2);
    /*border-radius: 20px;*/
    overflow: hidden;
}
.pc .contentArea .list-item .item-img-box .item-img{
    width: 100%;
    height: 100%;
}
.pc .contentArea .list-item .item-title{
    margin-top: 20px;
    height: 46px;
    line-height: 24px;
    white-space: wrap;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.pc .contentArea .item-name{
    width: 50%;
    padding: 0 50px 35px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333232;
    line-height: 30px;
}

.el-collapse-item__content{
    padding-bottom: 0;
}


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

}
.phone .contentArea .list-item{
    width: 50%;
    padding-right: .375rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
.phone .contentArea .list-item:nth-child(2n){
    padding-right: 0;
}
.phone .contentArea .list-item .item-img-box{
    width: 100%;
    height: 9rem;
    background: #FFFFFF;
    box-shadow: 0px .1875rem .625rem 0px rgba(40, 49, 139, 0.2);
    border-radius: 1.25rem;
    overflow: hidden;
}
.phone .contentArea .list-item .item-img-box .item-img{
    width: 100%;
    height: 100%;
}
.phone .contentArea .list-item .item-title{
    margin-top: 1.25rem;
    height: 2.875rem;
    line-height: 1.5rem;
    white-space: wrap;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.phone .contentArea .item-name{
    padding: 0 1.25rem 2.1875rem;
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333232;
    line-height: 1.875rem;
}
