body{
    background: #f5f5f5;
}


#classify{
    width: 100%;
    height: 134px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

#classify-zhuti{
    width: 1195px;
    height: 100%;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 5px;
}

#classify-zhuti ul{
    margin-left: 40px;
}

#classify-zhuti ul p{
    display: inline-block;
}

#classify-zhuti ul li{
    display: inline-block;
    height: 30px;
    padding: 0 18px;
    font-size: 15px;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}


#classify-zhuti ul li:hover{
    background: #e2f6ed;
    color: #86c9ac;
}


#classify-zhuti ul li a{
    text-decoration: none;
    color: inherit;
}

#classlist{
    width: 100%;

    display: flex;
    justify-content: center;
}



#classlist-zhuti{
    width: 1195px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#classlist-zhuti-title{
    height: 37px;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 7px;
    width: 322px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 40px;
    background: url("../siteImg/hotcourses.png");
    background-size: cover;
}

#classlist-zhuti ul{
    margin-top: 42px;
    display: flex;
    width: 100%;
    justify-content: left;
    flex-wrap: wrap;



}


#classlist-zhuti ul li{
    display: inline-block;
    height: 290px;
    width: 277px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 30px 10px 0 10px;
}

#classlist-zhuti ul li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}



#classlist-zhuti ul li h3{

    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background: rgba(0,0,0,0.3);
    border-radius: 10px 0 0 10px;
    height: 20px;
    width: 50px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}



#classlist-zhuti ul li img{
    height: 147px;
    width: 100%;
}

#classlist-zhuti ul a li h1:nth-child(2) {

    padding: 0 12px;
    color: #5b5d62;
    font-size: 15px;
    font-weight: normal;
}

#classlist-zhuti ul a li h1:nth-child(3) {
    width: 100%;
    padding: 0 12px;
    color: #abaeb5;
    font-size: 10px;
    font-weight: normal;
}

.classlist-zhuti-jiage{
    height: 42px;
    position: absolute;
    bottom: 10px;
    color: red;

}

.classlist-zhuti-jiage p:nth-child(1){
    font-size: 15px;
    color: red;
    width: 100%;
    padding: 0 12px;
}

.classlist-zhuti-jiage p:nth-child(1) span{
    font-size: 12px;
    color: #a0a4a7;
    text-decoration: line-through;
    margin-left: 17px;
}

.classlist-zhuti-jiage p:nth-child(2){
    height: 25px;
    line-height: 25px;
    background: #fdf1f3;
    font-weight: bold;
    font-size: 10px;
    margin: 0 12px;
    padding: 0 5px;

}

.classlist-zhuti-jiage p:nth-child(2) span{
    font-weight: normal;
}


#classlist-yema{
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 0;
 }
#classlist-yema li{
    display: inline-block;
    height: 35px;
    width: 35px;
    background: white;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
}

