.faculty-list-panel {
    background: #ffffff;
    border-radius: 12px;
    margin-top: 20px;}

.faculty-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 6px 22px;
    padding: 20px 28px;
    align-items: stretch;}

.faculty-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 2px 8px;
    border-radius: 10px;
    text-align: center;
    background: #fff;}

.faculty-list-link,
.faculty-list-link:link,
.faculty-list-link:visited,
.faculty-list-link:active {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    line-height: 1.35;
    text-decoration: none;
    font-family: "Microsoft YaHei", 微软雅黑, "Helvetica Neue";
    font-size: 12pt;
    color: #222222;}

.faculty-list-link:hover {
    color: #09f;}
sTitle.a.visited{display:block; width:168px; height:30px; line-height:35px; text-align:left; color:#2f7aba; font-size: 12px; background:url(images/stitle.jpg);}
