.faculty-con li .t-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;
}


/* faculty-recruitment */

.faculty-recruitment li {
    margin-bottom: 20px;
    padding: 30px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 32, 95, .15);
}

.faculty-recruitment .t-1 {
    font-size: 20px;
}

.faculty-recruitment .t-2 {
    color: #999;
}

.faculty-recruitment .more {
    color: #999;
}

.faculty-recruitment .more .icon-active {
    display: none;
}

.faculty-recruitment li:hover,
.faculty-recruitment li:hover .more {
    color: #19469d;
}

.faculty-recruitment li:hover .icon {
    display: none;
}

.faculty-recruitment li:hover .icon-active {
    display: inline-block;
}


/* faculty-scientific */

.faculty-scientific li {
    line-height: 1.6;
    box-shadow: 3px 4px 15px 0 rgba(4, 40, 105, .1);
}

.faculty-scientific li>p {
    font-size: 20px;
}

.faculty-scientific li .time {
    margin-left: -30px;
}


/* faculty-facetiface */

.faculty-facetiface li {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #dedede;
}

.faculty-facetiface li .calendar {
    position: relative;
    margin-top: -46px;
    margin-bottom: 20px;
}


/* faculty-teacher */

.faculty-teacher .serach-groups {
    line-height: 46px;
    overflow: hidden;
    border-top: 1px solid #dedede;
}

.faculty-teacher .serach-groups li {
    padding-top: 15px;
}

.faculty-teacher .serach-groups .left {
    font-weight: bold;
    float: left;
    width: 110px;
}

.faculty-teacher .serach-groups .right {
    font-size: 14px;
    width: auto;
    margin-left: 110px;
    padding-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #dedede;
}

.faculty-teacher .serach-groups .right .el {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    padding: 0 10px;
    text-align: center;
    color: #666;
    border: solid 1px #dedede;
    background-color: #e9eef0;
}

.faculty-teacher .serach-groups .right .el:hover {
    cursor: pointer;
    color: #19469d;
}

.faculty-teacher .serach-groups .right .active {
    color: #19469d;
}

.faculty-teacher .serach-groups .right .line {
    margin: 0 10px;
    color: #dedede;
}

.faculty-teacher .serach-groups .Initials .el.active {
    color: #fff;
    background-color: #19469d;
}


/* teacher-list */

.faculty-teacher .search-more {
    display: none;
}

.faculty-teacher .search-more img {
    width: 100%;
}

.faculty-teacher .teacher-list li {
    display: flex;
    margin-bottom: 30px;
    margin-left: 10px;
    background-color: #f2f2f2;
    background-image: url(/resources/portal/en/images/teacher-li-bg.png);
    background-position-y: center;
    background-size: 100%;
}

.faculty-teacher .teacher-list .img {
    flex-shrink: 0;
    width: 28%;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: -10px;
}

.faculty-teacher .teacher-list .text {
    position: relative;
    flex-grow: 1;
    padding: 30px;
}

.faculty-teacher .teacher-list .text-right {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.faculty-teacher .teacher-list .t-1 {
    font-size: 24px;
    line-height: 44px;
    color: #19469d;
}

@media(max-width:962px) {
    .faculty-teacher .teacher-list .text {
        padding-top: 0;
    }
    .faculty-teacher .teacher-list .text-right {
        display: none;
    }
}

@media(max-width:768px) {
    /*  */
    .faculty-recruitment li {
        padding: 15px;
    }
    .faculty-recruitment .t-1 {
        line-height: 1.5;
    }
    /*  */
    .faculty-scientific li>p {
        font-size: 18px;
    }
    .faculty-scientific li .time {
        margin-left: -15px;
    }
    .faculty-teacher .teacher-list .img {
        width: 120px;
    }
    .faculty-teacher .teacher-list .text {
        line-height: 1.5;
        padding: 15px;
        padding-right: 0;
    }
    .faculty-teacher .teacher-list .t-1 {
        font-size: 20px;
    }
    .faculty-teacher .serach-groups {
        height: 55px;
    }
    .faculty-teacher .search-more {
        display: block;
        margin-bottom: 30px;
    }
    .faculty-teacher .search-more.active {
        transform: rotateX(180deg);
    }
}

.faculty-details .image-text {
    display: flex;
    margin-bottom: 40px;
    padding: 30px;
    background-image: url(/resources/portal/en/images/teacher-detail.png);
    background-size: cover;
}

.faculty-details .t-level-2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.faculty-details .t-level-3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #999;
}
.faculty-details .image-text .img {
    flex-shrink: 0;
    width: 272px;
}

.faculty-details .image-text .text {
    font-size: 18px;
    align-self: center;
    padding-left: 40px;
}

.faculty-details .image-text .text .name {
    font-size: 30px;
    font-weight: bold;
    color: #19469d;
}


/* Guest Lecturer  外籍教师 */

.guest-lecturer-list a {
    text-decoration: none;
    color: #333;
}

.guest-lecturer-list a:hover {
    color: #19469d;
}

.guest-lecturer-list li {
    padding: 40px 0;
    border-bottom: solid 1px #dedede;
}

.guest-lecturer-list li .img {
    flex-shrink: 0;
}

.guest-lecturer-list li .text {
    padding-left: 40px;
}

.guest-lecturer-list li .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    color: #19469d;
}

.guest-lecturer-list .item .t {
    font-size: 16px;
    -webkit-line-clamp: 4;
}


/* guest-lecturer-list */

.guest-lecturer-list .item .img {
    width: 167px;
}

@media(max-width: 768px) {
    .faculty-details .image-text {
        padding: 15px;
        background-size: auto 100%;
        /* flex-wrap: wrap; */
    }
    .faculty-details .image-text .img {
        width: 130px;
    }
    .faculty-details .image-text .img {
        justify-self: center;
    }
    .faculty-details .image-text .text {
        font-size: 14px;
        padding-left: 15px;
    }
    .faculty-details .image-text .text .name {
        font-size: 18px;
    }
    /*  */
    .guest-lecturer-list .item .img {
        width: 120px;
    }
    .guest-lecturer-list li .text {
        padding-left: 15px;
    }
}