<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.details-class-students {
    width: 242px;
    padding: 20px 20px 0;
    border:1px solid #ededed;
    border-top: 2px solid #d50000;
    margin-bottom: 40px;
    overflow: hidden;
}

.details-class-students h6{
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 18px;
    font-weight: bold;
}
.students-content{
    overflow: hidden;
}
.students-content li{
    width: 50px;
    height: 72px;
    float: left;
    margin-right: 14px;
    margin-bottom: 19px;
}
.students-content img{
    width: 50px;
    display: block;
    margin-bottom: 8px;
}
.students-content p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 16px;
}
.popular-special{
    overflow: hidden;
}
.details-meet-first:not(:first-child){
    margin-top: 10px;
}
.popular-special-img {
    position: relative;

}
.popular-special-img p {
    position: absolute;
    left: 5px;
    right: 5px;
    z-index: 20;
    text-align: center;
    line-height: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #fff;
}
.popular-special-img img {
    width: 100%;
    height: 64px;
    display: block;
}
.popular-special-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.popular-special-word{
    padding: 12px 0;
}
.popular-special-word p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popular-special-word p a{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}
.popular-special-word p a:hover{
    color: #d50000;
}



.info-news{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: -4px;
}
.info-tel{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.info-btn{
    margin: 10px auto 20px;
    font-size: 14px;
    color: #fff;
    background: #d50000;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.info-btn:hover{
    background: #b60e0e;
}
</pre></body></html>