.list-item {
    display: inline-block;
    width: calc((100vw - 30px) / 2.5);
    margin-right: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 30px rgba(156, 164, 185, 0.12);
    vertical-align: top;
}
.list-item:last-child {
    margin-right: 0;
}
.list-item a {
    display: block;
}
.list-item .pic {
    width: 100%;
    height: 89px;
    background-position: center center;
    background-size: cover;
}
.list-item .mui-ellipsis-2 {
    padding: 0 10px;
    font-size: 15px;
    color: #333;
    line-height: 20px;
    margin: 12.5px 0 7.5px;
    height: 38px;
}
.list-item .other {
    padding: 0 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 14px;
    color: #999;
}
.list-item .other .mui-icon-arrowthinright {
    font-weight: bold;
    font-size: 20px;
    color: #FA3C3C;
}
.staff-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}
.staff-item_content {
    flex: 1;
}
.staff-item_content .pic {
    display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 260px;
}
.staff-item_content .mask {
    position: absolute;
    width: 100%;
    height: 57%;
    background: linear-gradient(180deg, rgba(54, 54, 54, 0) 0%, rgba(61, 61, 61, 0.6) 73%, rgba(65, 65, 65, 0.8) 100%);
    bottom: 0;
    left: 0;
    z-index: 50;
}
.staff-item_content .txt {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    justify-content:space-between;
    -webkit-justify-content: space-between;
    z-index: 99;
}
.staff-item_content .txt p:first-child {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.dutyList ul li {
    margin-bottom: 10px;
}
.dutyList .pic {
    width: 140px;
    height: 87.5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.dutyList .introduce {
    width: calc(100% - 140px);
    font-size: 15px;
    line-height: 20px;
    color: #333;
}
.dutyList .other {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 12px;
    font-size: 14px;
    color: #999;
}