#cover_lesson{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.55);
    z-index: 4;
    /* -moz-opacity: 0.55;
     opacity: 0.55;
     filter: alpha(opacity=55);*/
}
.modelbox_classroom{
    margin-right: 0px!important;
}

.swiper-wrapper{

}
.swiper_container_index {
    opacity: 1;
    width: 450px;
    height: 800px;
    margin-top: 50px;
}
.swiper-slide_index img{
    display: block;
    width: 450px;
    height: 800px;
}
.close_lesson{
    opacity: 1;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50px;
    cursor: pointer;
    background-image: url("/static/home/images/close.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.title_lesson {
    padding-left: 39px;
    padding-top: 20px;
}

.title_lesson_list > li > .img_lesson {
    display: inline-block;
    margin-right: 43px;
    /*float: left;*/
    vertical-align: super;
}

.title_lesson_list > li {

}

.title_lesson_list > li p {
    width: 224px;
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 16px;
}
.img_lesson{
    border-radius: 50%;
}

.title_lesson_list > li:nth-of-type(1) .img_lesson {
    width: 45px;
    height: 45px;
    /*background-image: url("/static/home/images/xiaoketang01.jpg");*/
    background-size: 72px 112px;
    background-repeat: no-repeat;
    background-position: left -14px top -26px

}

.title_lesson_list > li:nth-of-type(2) .img_lesson {
    width: 45px;
    height: 45px;
    /*background-image: url("/static/home/images/xiaoketang02.jpg");*/
    background-size: 72px 112px;
    background-repeat: no-repeat;
    background-position: left -14px top -26px
}

.img_lesson {
    vertical-align: baseline;
}

.img_lesson_wenzi {
    display: inline-block;
    border-bottom: 1px #D8D8D8 dashed;
    vertical-align: bottom;
    line-height: 60px;
}


.img_lesson_wenzi p {
    margin-bottom: 17px;
}
.img_lesson_wenzi span{
    display: none;
    font-size:14px;
    font-family:Hiragino Sans GB;
    font-weight:normal;
    color:rgba(100,120,140,1);
    line-height:20px;
    opacity:0.7;
}

.title_lesson_list > li:nth-of-type(3) .img_lesson {
    width: 45px;
    height: 45px;
    /*background-image: url("/static/home/images/xiaoketang03.jpg");*/
    background-size: 72px 112px;
    background-repeat: no-repeat;
    background-position: left -14px top -26px
}

.title_lesson_list > li:nth-of-type(4) .img_lesson {
    width: 45px;
    height: 45px;
    /*background-image: url("/static/home/images/xiaoketang04.jpg");*/
    background-size: 72px 112px;
    background-repeat: no-repeat;
    background-position: left -14px top -26px
}

.title_lesson_list > li:nth-of-type(5) .img_lesson {
    width: 45px;
    height: 45px;
    /*background-image: url("/static/home/images/xiaoketang05.jpg");*/
    background-size: 72px 112px;
    background-repeat: no-repeat;
    background-position: left -14px top -26px
}

.img_list_hover{
    /*font-size: 18px!important;*/
    font-weight: bold!important;
    color:#333333;
    font-family:Microsoft YaHei;
}
.img_list_hover_wenzi{
    line-height:70px
}
.fangDa{
    transform: scale(1.5);
}


