<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #eceef5;
}
:root {
    --lyj-primary-color: #0055C5;
}
#main {
    width: 1280px !important;
}
.section-container {
    margin-top: 0px;
}
    /* ���掩�桁�start */
.section-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    color: var(--lyj-primary-color);
    border-bottom: 1px solid #EEEEEE;
}

.section-panel-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid var(--lyj-primary-color);
}

.section-panel-more {
    font-size: 12px;
    cursor: pointer;
}
.section-panel-more a {
    color: var(--lyj-primary-color);
}

/* ���掩�桁�end */

.section-container1 .layui-card-body {
    height: 180px;
}

.section-container1 .layui-card-body .layui-card-body-son {
    height: inherit;
}

/* ����莚上�� start*/
.recommend-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: inherit;
}

.recommend-year {
    display: inline-block;
    color: white;
    border-radius: 15px 15px 15px 0px;
    width: fit-content;
    padding: 0 10px;
}

.recommend-col:nth-child(1) .recommend-year {
    background: #2383F9;
}

.recommend-col:nth-child(2) .recommend-year {
    background: #25B060;
}

.recommend-col:nth-child(3) .recommend-year {
    background: #BA29E9;
}

.recommend-col:nth-child(4) .recommend-year {
    background: #EF7B09;
}


.recommend-month-detail {
    color: #303030;
}

.recommend-month-detail i {
    font-size: 20px;
    font-weight: bold;
}

.recommend-title {
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.recommend-icon {

}


/* ����莚上�� end*/


/* 莎�莅�start */


.new-body-son {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-body-son li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* 羣√�阪��茵�����憟ず���ュ�*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-body-son li:not(:last-child) {
    border-bottom: 1px solid #EEEEEE;
}

.new-body-son-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1C4A90;
    display: inline-block;
}

.new-body-son-title {
    display: inline-block;
    vertical-align: middle;
}

.new-body-son-time {
    color: #606060;
    margin-left: 5px;
}

/* 顣�莅�end */


.section-container2 {
    height: 170px;
}

.section-container2 img {
    height: inherit;
    width: 100%;
}

/* �����腮�  start*/
.course-col-body {
    background-color: #fefefe;
}

.course-col .layui-panel {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px 15px;

}

.course-title {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* �丞ず��茵��� */
    color: #303030;

}

.course-time {
    color: #909090;
    border-bottom: 1px solid #F3F2F2;
    padding-bottom: 20px;
}

.course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #EF7B09;
}

.course-footer-dot {
    background-color: #EF7B09;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.course-footer-status {
    display: inline-block;
}

.course-footer-button {
    background-color: #EF7B09;
    color: white;
    border-radius: 15px;
    font-size: 12px;
    padding: 3px 15px;
}
.course-footer-button  a{
    color: #fff;
    cursor: pointer;
}
/* �����腮� end */

/* ��絽��� start*/
.top-teacher-body {
    display: flex;
    align-items: center;
    padding: 40px 15px;
}

.top-teacher-body &gt; img {
    width: 26px;
    height: 45px;
    margin: 0 20px;
    cursor: pointer;
}

.custom-swiper-button-prev {
    /*    ��莉�360綺� */
    transform: rotate(180deg);
}

.swiper {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-teacher {
    display: flex;
    flex-direction: column;
    /*border: 1px solid #eee;*/
    box-sizing: border-box;
    justify-content: start;
    position: relative;
}

.swiper-slide-teacher &gt; a {
    /*width: 100%;*/
    /*height: 100%;*/
    /** 168*201 */
    width: 168px;
    height: 201px;
}
.swiper-slide-teacher p {
    padding: 0px 5px;
    box-sizing: border-box;
}
.swiper-slide-teacher p.tit{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.swiper-slide-teacher p.shls{
    line-height: 24px;
    font-size: 12px;
}

.swiper-slide-header {
    background-color: #d1e0fd;
    height: 50px;
    width: 100%;
}

.swiper-slide-photo {
    /*position: absolute;*/
    /*top: 20%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*border-radius: 50%;*/
    width: 100%;
    height: 100%;
}

.swiper-slide-title {
    color: #303030;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20%;

}

.swiper-slide-desc {
    height: 50px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* �丞ず��茵��� */
}

/* ��絽���end */</pre></body></html>