@charset "utf-8";
.category-edu .edu-top {
    height: 407px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143,200,240,1)), to(rgba(143,200,240,1)));
    background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(143,200,240,1));
    background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(143,200,240,1));
    background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(143,200,240,1));
    background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(143,200,240,1));
    background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(143,200,240,1));
}
.recommend-slide .slide-left {
    width: 752px;
}
.recommend-slide .slide-right {
    width: 247px;
}
.recommend-hots {
    width: 365px;
}
.category-edu .edu-cont ul{
    display: flex;
    flex-wrap: wrap
}
.category-edu .edu-cont li {
    width: 325px;
    height: 303px;
    background: #f8f9fa;
    border: 1px solid #f3f3f3;
    margin-bottom: 33px;
    margin-right: 33px;
}
.category-edu .edu-cont li:nth-child(4n) {
    margin-right: 0
}
.category-edu .edu-cont li .image{
    height: 176px;
}
.category-edu .edu-cont li .info{
    padding: 0 15px
}