/* 教师名字列表页面样式 */
.name_list a {
            display: inline-block;
            box-sizing: border-box;
            padding: 12px 20px;
            background: rgb(253 242 243);
            margin: 3px 1px;
            color: #333333;
            min-width: 88px;
            text-align: center;
            text-decoration: none ！important;
        }

        .name_list a:hover {
            background: #c2112e;
            color: #ffffff;
        }

        .yiji_title {
            margin: 20px 0;
        }

        .yiji_title strong {
            color: #c2112e;
            border-left: 3px solid #c2112e;
            padding-left: 10px;
        }
} */