body{
    background-color: #fff !important;
}
.line{
    height: 1px;
    background-color: #efefef;
}
.banner{
    margin-top: 20px;
}
.banner img{
    widows: 100%;
}

/*分类导航*/
.menu{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.menu a{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 185px;
    height: 82px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 15px 3px #eeecf7;
    box-shadow: 0px 2px 15px 3px #eeecf7;
    padding: 16px 20px;
}
.menu a img{
    transition: all .5s;
}
.menu a div{
    width: 84px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    padding-left: 20px;
}
.menu a div p{
    font-size: 18px;
    color: #333;
    line-height: 26px;

}
.menu a div span{
    font-size: 12px;
    color: #999;
    line-height: 26px;
}
.menu a:hover p{
    color: #2abf69;
}
.menu a:hover span{
    color: #2abf69;
}
.menu a:hover img{
    -webkit-transform: translate3d(0, 1px, -2px) scale(0.8) ;
    transform:  translate3d(0, 1px, -2px) scale(0.8);
}

/*小学、初中、高中*/
.con-data{
    margin-top: 70px;
}
.con-data>ul{
    display: flex;
    justify-content: center;
}
.con-data>ul li{
    margin-left: 40px;
}
.con-data>ul a{
    display: block;
    font-size: 24px;
    color:#999;
    line-height: 30px;
    padding-bottom: 22px;
    background:url(/static/home/img/study/smile.png) no-repeat;
    background-position: bottom;
    background-size: 0 0;
    transition: all .5s;
}
.con-data>ul li.active a{
    font-size: 30px;
    color:#333;
    line-height: 30px;
    background-size: 30px 12px;
}

/*.con-data>ul a::after{
    display: block;
    content: '';
    width: 0px;
    height: 12px;
    background:url(/static/home/img/study/smile.png) no-repeat; 
    margin:10px auto 0; 
    transition: all .5s;
}
.con-data>ul li.active a::after{
    width:30px;
}
*/
.con-data .data{
    margin-top: 50px;
}

.con-data .data .child{
    display: flex;
    justify-content: space-between;
}

.con-data .cl{
    width: 300px;
}
.con-data .cm{
    width: 540px;
}
.con-data .cr{
    width: 280px;
}


.con-data .cl a{
    display: block;
}
.con-data .cl a:first-child{
    margin-bottom: 40px;
}
.con-data .cl a p{
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-top:16px; 
}

.con-data .cm >a{
    display: block;
    box-sizing: border-box;
    padding-bottom: 25px;
    border-bottom: 1px #ddd dashed;
}
.con-data .cm >a div{
    display: flex;
    justify-content: space-between;
}
.con-data .cm >a h3{
    max-width: 430px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    padding-left: 25px;
    background:url(/static/home/img/study/news.png) no-repeat;
}
.con-data .cm >a time{
    font-size: 14px;
    color: #bbb;
    line-height: 18px; 
}
.con-data .cm >a p{
    margin-top: 15px;
    font-size: 14px;
    color: #bbb;
    line-height: 24px; 
}
.con-data .cm ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap; 
}
.con-data .cm li{
    width: 250px;
    margin-top: 30px;
}
.con-data .cm li a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1;
}
.con-data .cm li a:first-letter{
    color: #2abf69;
}
.con-data .cm h2{
    margin-top: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    position: relative;
}
.con-data .cm h2 span{
    color: #a98ff6;
    margin-top: 36px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.con-data .cm h2::after{
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    height: 10px;
    width: 440px;
    background-image: linear-gradient(to bottom right,transparent 0%,transparent 43%,#ddd 43%,#ddd 57%,transparent 57%,transparent 100%);
    background-size: 4px 4px;
}
.con-data .cm>div{
    display: flex;
    flex-wrap:wrap; 
    justify-content: space-around;
}
.con-data .cm>div a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px;
    background-color: #f9f9f9;
    margin-top: 20px;
}
.con-data .cm>div a:hover{
    color: #a98ff6;
    background-color: #f6f4fc;
}


.con-data .cr h2{
    font-size: 18px;
    font-weight: bold;
    line-height:50px;
    padding-left: 45px;
    color: #fff;
    background:url(/static/home/img/study/bg1.png) no-repeat;
    background-size: 
}
.con-data .cr ul li{
    margin-top: 34px;
}
.con-data .cr ul a{
    display: flex;
}
.con-data .cr ul a span{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #ff161a;
    display: block;
    margin-right: 10px;
}
.con-data .cr ul a p{
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 1;
    color: #333;
}
.con-data .cr ul li div{
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.con-data .cr ul li div p{
    width: 200px;
    height: 4px;
    border-radius: 2px;
    background-color: #efefef;
    margin-right: 8px;
    position: relative;
}
.con-data .cr ul p span{
    display: inline-block;
    height: 4px;
    border-radius: 2px;
    background-image: linear-gradient(to right,#aab6ee, #7f6ae8);
    /*width: 80%;*/
    position: absolute;
    left: 0;
    top:0;
}

.con-data .cr ul li div>span{
    color: #bbb;
    font-size: 12px;
    line-height: 1;
}

