<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.courseBanner{
    background:url(../image/course_banner.jpg) no-repeat;
    background-size:cover;
    width:100%;
    height:2.6rem;
}
.grayContent{
    background:#fafafa;
    padding-bottom:50px;
}
.courseList{
    background:#fff;
    border-radius: 3px;
    box-shadow:0px 4px 17px 1px rgba(0,0,0,0.1);
}
.saveImg{
    height:544px;
    width:100%;
    overflow: hidden;
}
.saveImg img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.6s;  
}
.listContent:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.courseList{
    float:left;
    margin-right:0.34rem;
    width:3.2rem;
    text-align: center;
    margin-bottom: 0.42rem;
}
.listContent{
    position: relative;
    height:4.62rem;
}

.fixedText{
    width:100%;
    height:4.62rem;
    background:#50485B;
    text-align: center;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
    color:#fff;
    padding:0 0.46rem 0 0.46rem;
    
}
.fixedText h2{
    font-size:0.2rem;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:0.28rem;
    padding:0 0.26rem 0.08rem 0.26rem;
    position: relative;
    margin-bottom:0.3rem;
    height:1.2rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.fixedText h2 span{
    display:block;
    width:0.46rem;
    height:0.02rem;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left:50%;
    margin-left:-0.23rem;
    bottom:0;
}
.fixedText p{
    text-align: left;
    line-height:0.28rem;
    font-size:0.2rem;
}
.numbers{
    font-size:0.38rem;
    color:rgba(102,102,102,1);
    line-height:0.82rem;
    padding:0.08rem 0;
}
.courseContent{
    padding-top:0.4rem;
    margin-right:-0.4rem;
}
.positions{
    position: relative;
    height:2.6rem;
}
.header .ul li .studyCourse{
    color: #b16c2a;
  }

</pre></body></html>