@charset "UTF-8";
/****************头部检索 start**************/
/*头部检索条 start*/
.am-header-default .am-header-title{
    position:relative;
    height:32px;
    line-height:30px;
    font-size:1.4rem;
    background:#f2f2f2;
    border-radius:5px;
    color:#333;
    margin:9px 40px 0 88px;
    text-align:center;
    overflow:hidden;
}
.am-header-title input{
    width:100%;
    background:#f4f4f4;
    line-height:23px;
    text-indent:15px;
    padding:5px 40px 5px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.am-header-title a img{
    position:absolute;
    right:5px;
    top:4px;
    width:22px;
    height:22px;
    margin:0;
    vertical-align: middle;
}
/*头部检索条 end*/

/*头部检索列表 start*/
.collect_box{
    width:100%;
    margin-top:5px;
    overflow:hidden;
}
.collect_list{
    width:100%;
    overflow:hidden;
    display:none;
}
.collect_list .more_list{
    width:100%;
}
.collect_list .am-list-news-default li{
    width:100%;
    padding:0 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.am-list-news-default .am-list>li{
    border-color:#eee;
}

/*教学案例 start*/
.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%;
}
/*教学案例 end*/
/*头部检索列表 end*/
/****************头部检索 end**************/