/*body{*/
    /*-webkit-overflow-scrolling: touch;*/
/*}*/
/*body:after{*/
    /*min-height: calc(100% + 1px);*/
/*}*/
#item-container{
    width: 100%;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    padding-bottom: 80px;
    overflow: auto;
    background: #eff1f4;
    /*-webkit-overflow-scrolling: touch;*/
}
.head_img>img{
    width: 100%;
    max-height: 155px;
}
/*公告框*/
.notice{
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background-color: #fff;
    line-height: 40px;
    font-size: 15px;
    color: #7E86A3;
    position: relative;
    top:-25px;
}
.left_icon ,.right_btn{
    width: 50px;
    text-align: center;
}
.left_icon>img{
    vertical-align: middle;
    margin-top: -4px;
}
.right_btn{
    font-size: 15px;
    color: #5781F7;
}
.notice_content{
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #7E86A3;
}

/*业务外勤*/
.business_out{
    width: 90%;
    margin: 20px auto 0 auto;
    height:20px;
    line-height: 22px;
    text-indent: 10px;
    border-left: 5px solid #5781F7;
    border-radius:3px ;
    font-size: 18px;
    color: #000B37;
    font-weight: bold;
}
.business_out_block{
    width:calc(90% - 10px);
    margin: 10px auto;
    background-color: #fff;
    border-radius: 20px;
}
.weui-grids{
    padding: 10px;
}
.weui-grid{
    width: 25%!important;
    padding:10px 0!important;
}
.weui-grid>p{
    font-size: 13px!important;
    color: #7E86A3!important;
}
.weui-grid:before , .weui-grid:after {
    width: 0!important;
    border-right: 0!important;
    height: 0!important;
}
.weui-grid__icon{
    width: auto!important;
    height: auto!important;
}
.icon_box{
    text-align: center;
}
.icon_box>img{
    width:56px!important; ;
    height: 56px!important;
    margin: 0 auto!important;
}

/*日常工作*/
.daily_work{
    width: 90%;
    margin: 20px auto 10px auto;
    height:20px;
    line-height: 22px;
    text-indent: 10px;
    border-left: 5px solid #5781F7;
    border-radius:3px ;
    font-size: 18px;
    color: #000B37;
    font-weight: bold;
}
.daily_work_block{
    width:calc(90% - 10px);
    margin: 10px auto;
    background-color: #fff;
    border-radius: 20px;
}
/*新闻动态*/
.dynamic_head{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.dynamic_head>img{
    position: relative;
    top:8px;
}
.dynamic_block{
    width: 90%;
    margin: 0 auto 40px auto;
    border-radius: 20px;
    background-color: #fff;
}
.dynamic_block>img{
    width: 100%;
    height: 100%;
}
ul , li{
    list-style: none;
}
.list_icon{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #FFA15A;
    border-radius: 50%;
    margin: 10px;
    vertical-align: middle;
}
.list_content1{
    border-bottom: 1px solid #eff1f4;
    display: inline-block;
    width: calc(100% - 115px);
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-left:10px; 
}
.list_content{
    border-bottom: 1px solid #eff1f4;
    display: inline-block;
    width: calc(100% - 115px);
    font-size: 15px;
    color: #000B37;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.notice_ul{
    /*border-bottom: 1px solid #E1E3E8;*/
    /*padding-bottom: 10px;*/
}
.watch_more{
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 10px;
    font-size: 12px;
    color: #7E86A3;
}
.notice_li{
    height: 44px;
    line-height: 44px;
}
.content_time{
    border-bottom: 1px solid #eff1f4;
    vertical-align: middle;
    font-size: 12px;
    color: #7E86A3;
    display: inline-block;
    width: 75px;
    text-align: right;
}
.first_img_box{

}
.bg_first{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 6px;
    background: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(0,0,0,0.5));
    background: -o-linear-gradient(rgba(255,255,255,0.5), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(0,0,0,0.5));
    background: linear-gradient(rgba(0,0,0,0.001), rgba(0,0,0,0.4));
}
.first_img{
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.first_new{
    position: absolute;
    width: 100%;
    bottom: 6px;
}
.first_new >.list_content{
    color: #fff;
}
.first_new >.content_time{
    color: #fff;
}