﻿.content{
    background: #f1f1f1;
    font-size: 14px;
}

.home-box {
    width: 1163px;
    margin: 0 auto;
    background: white;
    text-align: center;
	padding-top: 10px;
    box-sizing: border-box;
}
.home-box .box{
    margin:0 10px;
    display: flex;
     justify-content: flex-start;
    flex-wrap: wrap;
}
.box>div{
    width: 358px;
    border:3px solid #e6e6e6;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.box>div .item1{
    margin: 10px 20px 5px 20px;
    text-align: left;
}
.box .item-head{
    position: relative;
    height: 211px;
}
.box .item-head img{
    height: 100%;
    width: 100%;
}
.box .item-head .head-bom{
    padding-left:10px;
    position: absolute;
    bottom: 0px;
    color: #f7fdfd;
     height: 35px;
    line-height: 35px;
     width: 100%;
    box-sizing: border-box;
     background: #03111a;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.box .head-name{
    color: #fd1125;
}
.box .item-content{
    position: relative;
}
.box .item-content .status{
    width: 85px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top:0;
    text-align: center;
}
.box .item-content div{
    margin:5px 0;
}
.progress{
    background: #fc3500;
    color: white;
}
.finish{
   background: #c4c4c4;
    color: #8d9ba8;
}
.pagination span{
    display: inline-block;
    width:25px;
    height: 28px;
    line-height: 28px;
    border:1px solid #e4e4e4;
}
.pagination span.select {
    background: #1a9edf;
    color: white;
}
.pagination span.more{
    border: none;

}