.product-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.filter {
    margin-bottom: 50px;
    font-size: 16px;
}

.filter .layui-row {
    border-bottom: 1px solid #ddd;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
}

.filter .city {
    padding-right: 40px;
}

.filter .city .layui-icon {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 10px;
    line-height: 1;
    background: #316ccb;
    color: #fff;
}

.filter .city .layui-icon:hover {
    cursor: pointer;
}

.filter .city span {
    margin-right: 10px;
    margin-left: 10px;
    color: #666;
    white-space: nowrap;
}

.filter .city span:hover {
    color: #316ccb;
}

.filter .city span.active {
    color: #316ccb;
}

.filter .choose-type .layui-btn {
    width: 94px;
}

.filter .time-filter {
    margin-right: 10px;
    margin-left: 10px;
}

.filter .time-filter:hover,
.filter .city span {
    cursor: pointer;
}

.filter .time-filter:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../../img/index/filter.png) no-repeat;
    background-size: 200%;
    vertical-align: middle;
    margin-left: 10px;
}

.filter .time-filter.active:after {
    background-position: -20px 0;
}

.filter .sort:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background: #ccc;
    margin-left: 7px;
    vertical-align: middle;
}

.box {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    transition: .4s;
}

.box:hover {
    box-shadow: 0 0 10px 2px #ddd;
    transform: scale(1.01);
}

.box-title {
    padding: 10px;
    background: #ebf5fe;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.box-title>div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.box-content {
    padding: 10px;
}

.box-content .content-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-content .content-name h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-content .content-name .layui-btn {
    flex: none;
}

.box-content .type-wrap {
    margin-left: -10px;
    margin-right: -10px;
    background: #ffffcc;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:22px;
    line-height: 22px;
}

.type-wrap span {
    margin-right: 15px;
}

.box-content>* {
    margin-bottom: 20px;
}

.deadline i {
    padding: 5px 0;
    background: #316ccb;
    margin: 0 3px;
    color: #fff;
    width: 26px;
    text-align: center;
    display: inline-block;
}

.box-content .view {
    margin-bottom: 10px;
    margin-top: 25px;
}

#test1 {
    text-align: center;
    margin-top: 50px;
}

.footer {
    margin-top: 50px;
}