<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*璇剧▼鍒楄〃*/
.recommend-course-list{
    background: #ffffff;
    min-height: 100px;
    margin-bottom: 20px;
    transition: box-shadow .5s ease;
}
.recommend-course-list:hover{
    box-shadow: 0 2px 4px 1px rgba(0,0,0,.2);
}
.recommend-course-list &gt; .course-pic{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.recommend-course-list &gt; .course-pic span{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
}
.recommend-course-list &gt; .course-pic span.bg-orange{
    background: #ff7a3e;
}
.recommend-course-list &gt; .course-pic span.bg-blue{
    background: #26caac;
}
.recommend-course-list &gt; .course-pic img{
    transition: transform .5s ease;
}
.recommend-course-list:hover &gt; .course-pic img{
    transform: scale(1.1);
}

.recommend-course-list &gt; .course-info{
    padding: 10px;
}
.recommend-course-list &gt; .course-info &gt; h1{
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 10px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.recommend-course-list &gt; .course-info &gt; h1 &gt; a{
    color: #333;
    text-decoration: none;
}
.recommend-course-list &gt; .course-info &gt; h1 &gt; a:hover{
    color: #26caac;
}
.recommend-course-list &gt; .course-info &gt; .data{
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    position: relative;
}
.recommend-course-list &gt; .course-info &gt; .data &gt; a{
    text-decoration: none;
    color: #999;
    height: 16px;
    overflow: hidden;
}
.recommend-course-list &gt; .course-info &gt; .data &gt; span{
    display: inline-block;
    color: #aaa;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    padding-left: 13px;
}
.recommend-course-list &gt; .course-info &gt; .data &gt; span:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../images/r1.png);
    background-repeat: no-repeat;
    background-size: 11px;
}
.recommend-course-list &gt; .course-info &gt; p{
    font-size: 12px;
    line-height: 150%;
    color: #999;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

/*瀛︽牎鍒楄〃*/
.recommend-school-list{
    background: #ffffff;
    margin-bottom: 20px;
    transition: all .5s ease;
}
.recommend-school-list:hover{
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    box-shadow: 0 26px 40px -24px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,0,0,.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,0,0,.3);
}
.recommend-school-list &gt; .school-logo{
    background: #fafafa;
    padding: 24px 0;
    text-align: center;
}
.recommend-school-list &gt; .school-logo img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}
.recommend-school-list &gt; .school-info{
    padding: 18px 24px 28px 24px;
}
.recommend-school-list &gt; .school-info &gt; h2{
    font-size: 18px;
    color: #333;
    margin: 0 0 16px 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}
.recommend-school-list &gt; .school-info &gt; p{
    font-size: 14px;
    color: #888;
    height: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .recommend-school-list{
        margin-bottom: 15px;
    }
    .recommend-school-list &gt; .school-logo{
        padding: 20px 0;
    }
    .recommend-school-list &gt; .school-logo img{
        width: 80px;
        height: 80px;
    }
    .recommend-school-list &gt; .school-info{
        padding: 15px;
    }
    .recommend-school-list &gt; .school-info &gt; h2{
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .recommend-school-list &gt; .school-info &gt; p{
        font-size: 12px;
        height: 74px;
    }
}


/*鍒嗛〉*/
.page-wrap{
    background: #f8f8f8;
    margin: 20px 0 40px 0;
    text-align: center;
}
.page-wrap &gt; .pager{
    margin: 10px 0;
}
.page-wrap &gt; .pager&gt;li&gt;a, .page-wrap &gt; .pager&gt;li&gt;span {
    padding: 5px 12px;
    margin: 0 3px;
    color: #333;
    line-height: 1.53846154;
    font-size: 14px;
    background-color: inherit;
    border: 0;
}
.page-wrap &gt; .pager&gt;li.active&gt;a,.page-wrap &gt; .pager&gt;li:hover&gt;a{
    color: #ffffff;
    background: #26caac;
}
.page-wrap &gt; .pager&gt;li:first-child&gt;a,.page-wrap &gt; .pager&gt;li:first-child&gt;span {
    margin: 0 10px 0 0;
    border-radius: 0;
}
.page-wrap &gt;.pager&gt;li:last-child&gt;a, .page-wrap &gt;.pager&gt;li:last-child&gt;span {
    margin: 0 0 0 10px;
    border-radius: 0;
}
</pre></body></html>