
.blue-title-bar::after {
    height: 80%;
}

.project-desc-bottom {
    padding: 20px;
    border-top: 1px solid #C3C3C3;
}

.project-desc-bottom img {
    vertical-align: sub;
    margin-right: 6px;
}

.dark-grey {
    color: #656565;
}

.light-grey {
    color: #999999;
}

/*  任务描述 end  */

/* 所有报价 */
.price-list-wrapper{ padding: 20px; background: #fff;margin-top: 16px;}
.price-list-wrapper .price-list-title{
    color: #fff;height: 42px;line-height:42px;width: 110px;text-align: center;background: #0092FF;
}

.price-list-wrapper .price-list .price-item .level{width: 78px;height: 26px;}
.price-list-wrapper .price-list .price-item .star{width: 15px;}
.price-list-wrapper .price-list .price-item {padding: 10px 0 28px 0}
.price-list-wrapper .price-list .price-item:not(:last-child){border-bottom: 1px solid #EEEEEE;}
.price-list-wrapper .price-list .price-item-top{margin: 15px 0;border-bottom: 1px solid #EEEEEE;padding-bottom: 8px}
.price-list-wrapper .price-list .price-item-top .date{color: #888}

.price-list-wrapper .price-list .price-item-middle .shop-icon{width: 86px;height: 86px;margin-right: 18px}
.price-list-wrapper .price-list .price-item-middle .company-info{width: 256px;margin-right: 16px}
.price-list-wrapper .price-list .price-item-middle .task-info {width: 230px;margin-right: 160px}
.price-list-wrapper .price-list .price-item-middle .task-info .task-money:first-child{margin-bottom: 12px}
.price-list-wrapper .price-list .price-item-middle .task-info .task-money .price-red{font-size: 20px;font-weight: bold}
.price-list-wrapper .price-list .price-item-middle .operate a {font-size: 14px;display:block;width: 76px;text-align: center}
.price-list-wrapper .price-list .price-item-middle .operate a:nth-child(1) {color: #fff;background: #0092FF;display:block;width: 76px;height:32px;border-radius:3px;line-height:32px;text-align: center;margin-bottom:20px;}
.price-list-wrapper .price-list .price-item-middle .operate a:nth-child(2) {color: #999999;background: #EEEEEE;display:block;width: 76px;height:32px;border-radius:3px;line-height:32px;text-align: center}
.price-list-wrapper .price-list .price-item-middle .company-level {margin:6px 0 6px 0}
.price-list-wrapper .price-list .price-item-bottom {padding: 18px 20px;background: #FAFAFA;margin-top: 26px}

.price-list-wrapper .pagination{justify-content: flex-end}
.price-list-wrapper .pagination > div{border: 1px solid #EEEEEE;min-width: 30px;height: 30px;line-height: 30px;text-align: center;padding: 0 6px;margin-right: 3px}
.price-list-wrapper .pagination > div.active{color: #0092FF}
/* 所有报价 End */

/* 右侧主要内容 */


/* 任务分类 */
.task-category .hot-tag{padding: 0 10px 10px 10px}
.tag-wrapper {
    min-height: 94px;
    /*min-height: 126px;*/
    position: relative;
}

.task-category .more-task-tag {
    width: 100%;
    padding: 8px 0;
    border: 1px solid #EEEEEE;
    color: #000;
}

.task-category .hot-tag-title {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0 4px 12px;
}

.task-category .hot-tag-list {
    flex-wrap: wrap;
}

.task-category .hot-tag-list .tag-item {
    width: 118px;height: 36px; line-height: 36px;text-align: center;
    border: 1px solid #C3C3C3;
    white-space: nowrap;
    padding: 0 4px;
    margin-bottom: 10px;
}
.task-category .hot-tag-list .tag-item a:hover{ color: #0092FF}
/* 任务分类 End */




