.w1200 {
    width: 1200px;
    margin: auto;
}
label{
    font-weight: normal !important;
}
.m-width-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.demandList_wrap .middle_box {
    padding-top: 30px;
}

.search_box .vertical_tit {
    float: left;
}

.search_box .vertical_tit h3 {
    position: relative;
    font-size: 24px;
    line-height: 1;
    color: #555;
    font-weight: 400;
    padding-left: 15px;
}

.search_box .vertical_tit h3:before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 6px;
    height: 24px;
    background: #b00000;
}

.search {
    width: 300px;
    float: right;
}

.team_list li {
    float: left;
    width: 49%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 25px;
}

.team_list .imgshow {
    float: left;
    width: 149px;
    height: 194px;
    border-radius: 5px;
}

.team_list .imgshow img {
    width: 100%;
    height: 100%;
}

.team_list .content {
    float: right;
    width: 69%;
}

.team_list h3 {
    font-size: 36px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.team_list h3 em {
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.team_list .tags {
    font-size: 16px;
    color: #999;
    margin: 15px 0;
}

.team_list .tags label {
    font-weight: normal;
}

.team_list .tags span {
    color: #333;
}

.team_list .text {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    height: 76px;
    overflow: hidden;
    display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.team_list .see-btn {
    text-align: right;
    margin-top: 20px;
}

.team_list .see-btn a {
    color: #b10000;
    font-size: 16px;
}

.team_list li:nth-child(2n) {
    float: right;
}

/*    详情*/
.demandteam_wrap {
    margin-top: 40px;
}

.team-block {
    margin-bottom: 40px;
}

.team-block h3 {
    color: #fff;
    background: #007aff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 20px;
}

.team-block .line {
    height: 2px;
    background: #007aff;
}
.block-text {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px 0 rgb(96 97 97 / 10%);
    border-radius: 0 0 5px 5px;
    padding: 28px;
}
.user-info .imgshow {
    float: left;
    width: 183px;
    height: 231px;
    border: 1px solid #dbdbdb;
}
.user-info .imgshow img {
    width: 100%;
    height: 100%;
}

.user-info .right-txt {
    float: left;
    margin-left: 4%;
}
.user-info h4 {
    font-size: 36px;
    color: #444;
    margin-bottom: 20px;
}

.user-info .txt-fix {
    font-size: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.user-info .txt-fix dl{
    flex: 1;
    margin: 0 10px;
}
.user-info .txt-fix dd {
    margin-bottom: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-info .txt-fix dd span {
    color: #444;
}