/**组件样式**/
    /*教师列表*/
    .piclist li {
        padding: 10px;
        list-style: none;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #f5f5f5;}
.piclist li p {
    line-height: 30px;}
    .piclist li img {
        width: 120px;
        margin-right: 30px;}

    .piclist li h3 {
        font-size: 18px;
        font-weight: 500;}

    .piclist li span {
        font-weight: 600;
        color: #0074c1;
        margin-right: 10px;}

    @media (min-width: 768px) {
        .piclist li {
            border-left: 5px #eee solid;}
    }
