.provides_top{
    width:15.6rem;
    margin:0.5rem auto 0;
    background: #fff;
    border-bottom: 1px solid #ebecf1;
    -webkit-border-radius:2.22px;
    -moz-border-radius:2.22px;
    border-radius:2.22px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    align-items: center; /*定义body的元素垂直居中*/
    justify-content: center; /*定义body的里的元素水平居中*/
}
.provides_top a{
    display: block;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
    font-size: 0.44rem;
    color:#666;
    padding: 0.3rem 0;
}
.provides_top span{
    display: inline-block;
    width:1.85rem;
    height: 1.85rem;
    margin: 0 auto;
    /*border:1px solid #b9b9b9;*/
    -webkit-border-radius:1rem;
    -moz-border-radius:1rem;
    border-radius:1rem;
    overflow: hidden;
}
/*任务*/
.task_title{
    margin:0.2rem 0 0.2rem 0.5rem;
    font-size:0.53rem;
    color:#666;
}
.task_main{
    width:15.6rem;
    /*height:5.9rem;*/
    background: #fff;
    margin: 0 auto;
    border:1px solid #ebecf1;
    -webkit-border-radius:2.22px;
    -moz-border-radius:2.22px;
    border-radius:2.22px;
    padding-bottom: 0.5rem;
}
.task_title_a{
    width:8rem;
    height:0.8rem;
    margin:0.2rem auto;
    border:1px solid #53a6ff;
    -webkit-border-radius:4.44px;
    -moz-border-radius:4.44px;
    border-radius:4.44px;
    text-align: center;
}
.task_title_a a{
    float: left;
    display: inline-block;
    width:1.95rem;
    height:0.8rem;
    border-right:0.01rem solid #53a6ff;
    line-height: 0.8rem;
    color:#666;
    font-size: 0.6rem;
}
a.wu{
    border-right:none ;
}

.mission {
    width: 100%;
    color: #999;
    float: left;
    font-size: 0.4rem;
    margin-top:0.3rem;
}
div.delay {
    border: medium none;
}
.untreat, .warning, .delay {
    border-right: 1px solid #e3e6ec;
    float: left;
    text-align: center;
    width: 33%;
}
.content_text {
    border-radius: 0.3rem;
    color: #fff;
    display: inline-block;
    padding:0.01rem 0.3rem;
    line-height: 0.5rem;
}
.untreat .content_text {
    background: #05bbca none repeat scroll 0 0;
}
.warning .content_text {
    background: #ffd16d none repeat scroll 0 0;
}
.delay .content_text {
    background: #f78081 none repeat scroll 0 0;
}
em {
    font-size:1.5rem;
}
.untreat em {
    color: #05bbca;
}
.warning em {
    color: #ffd16d;
}
.delay em {
    color: #f78081;
}
a.task_title_active{
    color:#53a6ff;
}
.untreat_text{
    margin-top:0.3rem;
}
/*设备*/
.equipment .task_main{
    height:auto;
}
.equipment_main{
    padding:0 10px;
}
.equipment_row{
    height:2.375rem;
    line-height: 2.375rem;
    border-bottom:1px solid #e3e6ec;
}
.equipment_row:first-child{
    border-bottom: none;
}
.equipment_text{
    margin-left:0.75rem;
    font-size: 0.6rem;
    color:#666;
}
.equipment_statu{
    padding:0.02rem 0.3rem;
    border:1px solid #53a6ff;
    -webkit-border-radius:0.5rem;
    -moz-border-radius:0.5rem;
    border-radius:0.5rem;
    font-size: 0.5rem;
    color:#666;
}

/*人员*/
.margin_top4{
    padding:0.5rem 0;
    font-size: 0.53rem;
}
.proivdes_pic{
    width:1.5rem;
    height:1.5rem;
    -webkit-border-radius:1.5rem;
    -moz-border-radius:1.5rem;
    border-radius:1.5rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin:0 0.5rem;
}
.users_text{
    display: inline-block;
    vertical-align: middle;
    width:10rem;
}
.users_post{
    display: inline-block;
    vertical-align: middle;
}
.users_po{
    font-size: 0.44rem;
}
.zaigang{
    line-height: 1.5rem;
    margin-right:0.4rem;
    font-size: 0.53rem;
}
.intpost .zaigang{
    color:#3f7ab9;
}
.intpost{
    color:#666;
}
.notpost{
    color:#999;
}
.notpost .zaigang{
    color:#999999;
}
.notpost img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

}