@charset "UTF-8";
/***************元素列表 start***************/
/*导航 start*/
.wrapper .scroller li.cur a:after {
    content: "";
    background: #fff;
}
/*导航 end*/

/*日期 start*/
.time_box {
    position:fixed;
    z-index:9999;
    top:119px;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    border-top:1px solid #eee;
    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*/
.element_box{
    width:100%;
    overflow:hidden;
}
.element_box .more_list{
    margin-top:75px;
    display:none;
}
/*思政元素列表 end*/
/***************元素列表 end***************/