.search_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.search_top_left{
    width: 910px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding: 20px 13px 18px 13px
}
.search_top_left_search{
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 50px;
}
.search_top_left_search>select{
    width: 15%;
    border: none;
    background: #f9f9f9;
    padding: 0 16px;
    box-sizing: border-box;
    outline:none;
    font-size: 16px;
    border-right: 1px solid #ccc;
}
.search_top_left_search>input{
    width: 70%;
    border: none;
    padding-left: 16px;
    box-sizing: border-box;
    outline:none;
    font-size: 16px;
}
.search_top_left_search>a{
    width: 15%;
    line-height: 50px;
    background:#D51938;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    outline:none;
    box-sizing: border-box;
}
.search_top_left_search_hot{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 10px;
}
.search_top_left_search_hot>p{
    color: #d51938;
    font-weight: 700;
    width: 8%;
    font-size: 14px;
}
.search_top_left_search_hot>div{
    width: 92%;
}
.search_top_left_search_hot>div>div{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    color: #333;
    font-size: 14px;
}
.search_top_left_search_hot>div>div:not(:last-child){
    margin-bottom: 10px;
}
.search_top_left_search_hot>div>div>p{
    margin-right: 10px;
}
.search_top_left_search_hot>div>div>a{
    color: #666;
    margin-bottom: 5px;
}
.search_top_left_search_hot>div>div>a:not(:last-child){
    margin-right: 10px;
}
.search_top_right{
    width:270px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search_top_right>a{
    background: #F5F5F5;
    width: 49.8%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
    padding: 35px 0;
}
.search_top_right>a>img{
    height: 26px;
    margin: 0 auto;
    display: block;
    margin-bottom: 7px;
}
.search_top_right>a>p{
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.fang_part{
    margin-top: 10px;
}
.fang_part_title{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    height: 46px;
    align-items: center;
    margin-bottom: 15px;
}
.fang_part_title>p{
    font-size: 22px;
    color: #333;
    font-weight: 100;
}
.fang_part_title>a{
    font-size: 14px;
    color: #999;
}
.fang_part_mid{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}
.fang_part_mid_left{
    width: 910px;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.fang_part_mid_left>p:first-child{
    background-color: #d51938;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 20px;
    width: 60px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.fang_part_mid_left_content{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: center;
}
.fang_part_item{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 10px;
    position: relative;
}
.fang_part_item>span{
    position:absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    background: linear-gradient(to right, #ef8732, #f56229);
    color: #ffffff;
    padding: 3px 5px;
}
.fang_part_item:nth-child(4n+4){
    margin-right: 0;
}
.fang_part_item>img:first-child{
    width: 100%;
    object-fit: cover;
    height: 150px;
    margin-bottom: 5px;
}
.fang_part_item>p:nth-child(2){
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.fang_part_item>div:nth-child(3){
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.fang_part_item>div:nth-child(3)>div{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
    width: 48%;
}
.fang_part_item>div:nth-child(3)>p{
    font-size: 16px;
    color: #d51938;
    font-weight: 700;
}
.fang_part_mid_right{
    width:270px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-top:2px solid #d51938;
    padding: 10px;
    padding-top: 0;
}
.fang_part_mid_right>p:first-child{
    font-size: 15px;
    color: #333;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-weight: bolder;
}
.fang_part_mid_right_content>a{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #333;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.fang_part_mid_right_content>a>span:first-child{
    width: 45%;
}
.fang_part_mid_right_content>a>span:nth-child(2){
    width: 35%;
}
.fang_part_mid_right_content>a>span:nth-child(3){
    width: 20%;
    text-align: right;
}
.container{
    padding-bottom: 20px;
}
.fang_part_mid_worker{
    width: 100%;
}
.fang_worker_item{
    width: 16%;
    margin-right: 0.66%;
    margin-bottom: 10px;
}
.fang_worker_item:nth-child(6n+6){
    margin-right: 0;
}
.fang_worker_item>img:first-child{
    width: 100%;
    object-fit: cover;
    height: 228px;
    margin-bottom: 5px;
}
.fang_worker_item>p:nth-child(2){
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
}