.newTaskBody{
    width: 1200px;
    margin: 0 auto;
}

.homePage3_9-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.homePage3_9-title>:nth-child(1){
    display: flex;
    align-items: flex-end;
}

.homePage3_9-title>:nth-child(1)>.title-box{
    display: flex;
    align-items: flex-end;
}

.homePage3_9-title>:nth-child(1)>.title-box>img{
    margin-right: 8px;
    display: block;
    width: 12px;
    height: 18px;
    margin-bottom: 6px;
}

.homePage3_9-title>:nth-child(1)>.title-box>div{
    font-size: 24px;
    font-weight: bold;
    color: #262626;
    line-height: 34px;
    margin-right: 12px;
}

.homePage3_9-title>:nth-child(1)>span{
    font-size: 16px;
    color: #595959;
    line-height: 22px;
    margin-bottom: 3px;
}

.homePage3_9-title>:nth-child(2){
    font-size: 16px;
    color: #595959;
    line-height: 22px;
}

.content-box{
    width: 1200px;
    height: 528px;
    background: #FFFFFF;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.content-box>.content-item{
    padding: 24px;
    position: relative;
    width: 400px;
    height: 264px;
}

.content-item>.item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.content-item>.item-title>div{
    display: flex;
    align-items: center;
}

.content-item>.item-title>div>img{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.content-item>.item-title>div>div{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}
.content-item>.item-title>a>img{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.item-content>a{
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}

.item-content>a>.item-right{
    display: flex;
}

.item-content>a>.item-right>:nth-child(1){
    width: 40px;
    height: 20px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    margin-right: 16px;
    text-align: center;
}

.item-content>a>.item-right>:nth-child(2){
    font-size: 14px;
    font-weight: bold;
    color: #FF9934;
    line-height: 20px;
    margin-right: 8px;
}

.item-content>a>.item-right>:nth-child(3){
    width: 154px;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.item-content>a>:nth-child(2){
    font-size: 14px;
    color: #BFBFBF;
    line-height: 20px;
}


.item-content>a>.item-right>.reward{
    background: #FFE7BA;
    color: #AD4E00;
}

.item-content>a>.item-right>.bidding{
    background: #D9F7BE;
    color: #237804;
}

@media screen and (max-width: 767px){
    .newTaskBody{
        width: 100%;
        padding: 0 10px;
    }
    .content-box{
        width: 100%;
        height: auto;
    }
    .content-box>.content-item{
        width: 100%;
    }
    .homePage3_9-title>:nth-child(1){
        display: block;
    }
}

