/************************************会商***********************************************************/
.consultation_ul li{
    padding:14px 15px;
    width: 100%;
}
.consultation_ul li:nth-child(odd){
    background: #F9F9F9;
}
.consultation_ul li:nth-child(even){
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 27px 0;
    position: relative;
    /*min-height: 79px;*/
}
/*.consultation_ul li:nth-child(even):before,*/
/*.consultation_ul li:nth-child(even):after {*/
/*    width: 0px;*/
/*    height: 0px;*/
/*    border: transparent solid;*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    content: "";*/
/*}*/
/*.consultation_ul li:nth-child(even):before {*/
/*    border-width: 10px;*/
/*    border-bottom-color: #DDDDDD;*/
/*    left: 17px;*/
/*}*/
/*.consultation_ul li:nth-child(even):after {*/
/*    border-width: 8px;*/
/*    border-bottom-color: #fff;*/
/*    left: 19px;*/
/*}*/
.consultation_ul li div{
    float: left;
}
.consultation_ul_left{
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}
.consultation_ul li:nth-child(odd) .consultation_ul_left{
    background: linear-gradient(323deg, #FF9E5A 0%, #FFBD68 100%);
}
.consultation_ul li:nth-child(odd) .consultation_ul_left:after{
    content: '商';
}
.consultation_ul li:nth-child(even) .consultation_ul_left{
    background: linear-gradient(135deg, #FFB1A8 0%, #FF7275 100%);
}
.consultation_ul li:nth-child(even) .consultation_ul_left:after{
    content: '答';
}
.consultation_ul_right{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    width: calc(100% - 24px);
    padding-top: 4px;
}
.consultation_ul_right_text{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    padding-top: 3px;
}
.consultation_case,.consultation_detail{
    border: 1px solid #dddddd;
    padding: 10px 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.consultation_agent_right_left,.consultation_case_left,.consultation_case_left1{
    text-align: right;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}
.consultation_case_left{
    width: 225px;
}
.consultation_case_left1{
    width: 200px;
}
.consultation_case_right{
    color: #000000;
}
.consultation_agent{
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 15px;
    margin-left: 0!important;
    margin-right: 0!important;
}
.consultation_agent_left,.consultation_agent_right{
    border-right:1px solid #DDDDDD ;
    border-bottom:1px solid #DDDDDD ;
    height: 75px;
}
.consultation_agent_left{
    width: 122px;
}
.consultation_agent_right{
    width: calc(100% - 124px);
    padding-top: 9px;
}
.consultation_agent_right_left{
    width: 125px;
}
.consultation_agent_right_view{
    right: 20px;
    top: 13px;
}
.consultation_detail{
    margin-bottom: 15px;
}
.consultation_detail_left{
    width: 225px;
}
.consultation_classify_left{
    width: 65px;
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}
.consultation_classify_left span{
    width: 63px;
    height: 28px;
    background: rgba(237, 29, 53, 0.1);
    border-radius: 4px;
    border: 1px solid #ED1D35;
    display: inline-block;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #ED1D35;
    text-align: center;
    line-height: 28px;
}
.consultation_classify_right{
    width: calc(100% - 80px);
    float: left;
}
.consultation_classify_right ul li{
    position: relative;
    float: left;
    padding: 4px 8px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    margin-left: 13px;
    margin-top: 10px;
    margin-bottom: 6px;
}
.consultation_classify_right ul li span{
    position: absolute;
    right: -6px;
    top: -10px;
    font-size: 12px;
    color: #C6C6C6;
    cursor: pointer;
}
.consultation_div{
    border-radius: 4px;
    line-height: 32px;
    border: 1px solid #DDDDDD;
    width: 230px;
    display: flex;
}
.consultation_div>div {
    flex: 1;
    text-align: center;
    padding: 7px 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    border-right: 1px solid #DDDDDD;
    cursor: pointer;
}
.consultation_div>div:first-child{
    border-radius: 4px 0 0 4px;
}
.consultation_div>div:last-child{
    border-right: none;
    border-radius: 0 4px 4px 0;
}
.consultation .progress{
    margin-bottom: 0;
    height: 6px;
    width: 183px;
    background: #F6F6F6;
    margin-left: 60px;
    /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);*/
    /*border-radius: 3px;*/
}
.beforeTheAudiHome>div{
    width: calc(50% - 15px);
}
.beforeTheAudiHome_ul{
    clear: both;
    padding-left: 20px;
}

.beforeTheAudiHome_ul li{
    float: left;
    margin-right: 20px;
    width: calc(33.33% - 20px);
    height: 100px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    text-align: center;
}
.beforeTheAudiHome_ul_num{
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #424242;
    line-height: 31px;
    margin-top: 23px;
    margin-bottom: 5px;
}
.beforeTheAudiHome_ul_text{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 19px
}
.beforeTheAudiHome_right_ul{
    clear: both;
    margin-bottom: 0!important;
}
.beforeTheAudiHome_right_ul li{
    border-top: 1px solid #DDDDDD;
    height: 110px;
    padding: 5px 32px;
}
.beforeTheAudiHome_right_ul_first{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #000000;
}
.beforeTheAudiHome_right_ul_second{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #999999;
    margin-top: 2px;
    margin-bottom: 12px;
}

.beforeTheAudiHome_right_ul_first .create_date{
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.beforeTheAudiHome_right_ul .progress{
    margin-bottom: 0;
    height: 8px;
    background: #F6F6F6;
}
.beforeTheAudiHome_right_ul .progress .progress-bar-danger,.consultation .progress-bar-danger{
    border-radius: 4px;
    background: #FFDBE1!important;
    border: 1px solid #FF3A51!important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16)!important;
}
.beforeTheAudiHome_right_ul_first_span{
    padding: 4px;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 7px;
}
.appraisalManageList_div{
    border-radius: 4px;
    line-height: 32px;
    border: 1px solid #DDDDDD;
    /*width: 500px;*/
    display: flex;
}
.appraisalManageList_div>div {
    flex: 1;
    text-align: center;
    padding: 7px 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 19px;
    border-right: 1px solid #DDDDDD;
    cursor: pointer;
}
.appraisalManageList_div>div:first-child{
    border-radius: 4px 0 0 4px;
}
.appraisalManageList_div>div:last-child{
    border-right: none;
    border-radius: 0 4px 4px 0;
}
.appraisalManageList_div .progress{
    margin-bottom: 0;
    height: 6px;
    width: 183px;
    background: #F6F6F6;
    margin-left: 60px;
    /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.18);*/
    /*border-radius: 3px;*/
}
