/*****************教学案例 start******************/
/*头部 start*/
.header .am-header-default .am-header-title{
    position:relative;
    height:32px;
    line-height:32px;
    font-size:1.4rem;
    background:#f2f2f2;
    border-radius:5px;
    color:#333;
    margin:9px 0 0 88px;
    text-align: center;
    overflow: hidden;
}
.header .am-header-default .am-header-title a{
    color:#666;
}
/*头部 start*/

/*日期 start*/
.time_box {
    position:fixed;
    z-index:9999;
    top:120px;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    overflow-y:scroll;
    display:none;
}
.time_item{
    position:absolute;
    left:0;
    width:100%;
    height:100px;
    background:#fff;
    padding:10px 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.time_item li{
    float:left;
    line-height:30px;
    font-size:1.5rem;
    margin-right:15px;
}
.time_item li.red{
    color:#e50d01;
}
.time_item li:last-child{
    margin:0;
}
/*日期 end*/

/*教学案例列表 start*/
.teaching_item{
    width:100%;
    margin:75px auto 0;
    overflow:hidden;
}
.teaching_item ul{
    padding:12px 4% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.teaching_item ul li{
    position: relative;
    width:48%;
    padding:0 0 5px 0;
}
.teaching_item ul li a{
    display:block;
    overflow:hidden;
}
.teaching_item ul li i{
    position:absolute;
    top:0;
    left:0;
    z-index:99;
    padding:0 8px;
    background:#e50d01;
    border-radius:5px 0 5px 0;
    font-size:1.2rem;
    line-height:24px;
    color:#fff;
}
.teaching_item ul .am-gallery-item{
    box-shadow:none;
    padding:0;
}
.teaching_item ul li span{
    display:block;
    width:100%;
    color:#999;
    font-size:1.2rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.teaching_item ul li:nth-child(2n){
    margin-left:4%;
}

.teaching_item .case_list{
    width:100%;
    overflow:hidden;
    display:none;
}
/*教学案例列表 end*/

/*关注 start*/
.element_btn .care_btn{
    float:right;
    line-height:22px;
    background:#e50d01;
    border-radius:5px;
    color:#fff;
    padding:0 10px;
    margin-top:4px;
    display:none;
}
/*关注 end*/
/*****************教学案例 end******************/