@charset "utf-8";
/* CSS Document */
/*---------- 中学老师 ---------*/
.teacherjs2 h5 {color:#f08300;line-height: 20px;}
.teacherjs2 h5.zxxz {line-height: inherit;}
.zxname {font-size:20px;border-right: 2px solid #f5a60e;width: auto;padding-right: 8px;float: left;margin-right: 6px;}
#zxls {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-line-clamp: 12; */
    -webkit-box-orient: vertical;
    width: auto;
    height: 322px;
    padding: 12px 10px 10px 18px;
    color: raba(0, 0, 0, 0.7);
    cursor: pointer;
    }
#zxls:hover {display: -webkit-box;-webkit-line-clamp: 100;-webkit-box-orient: vertical;white-space: normal; height: auto; min-height: 320px;background-color: #FFF3CC;transition-property: background-color, height;transition-duration: 0.4s;transition-timing-function: linear;}
#zxls p {text-indent:0;margin: 4px 0 8px 0;font-size:15px;line-height: 23px;}
#zxls:hover p { text-indent:0; margin:4px 0 12px 0;}
