/* 业务评价 */
.ywfw{
    width: 100%;
    
}
.ywfw div{
    width: 100%;
    text-align: center;
}
.ywfw div img{
    width: 43.5rem;

}
.ywfw div p{
    font-size: 0.9rem;
    line-height: 4rem;
}
/* 评价业绩 */
.pjyj{
    width: 100%;
overflow: hidden;
padding-bottom: 2rem;
}
.pjyj ul{
    width:17rem ;
    border-right: 1px solid #cdcdcd;
    padding:0 1rem ;
    float: left;


}
.pjyj ul li{
    width: 100%;
    height: 2.5rem;
    border-bottom: 1px solid #eee;
    
}
.pjyj ul li a:hover{
    color: #2b64a7;
}
.pjyj ul li a{
    width: 100%;
    display: inline-block;
    line-height: 2.5rem;
    font-size: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pjyj .nr{
    float: left;
    width: 35rem;
    margin-left: 2rem;
}
.nr h4{
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
}
.nr p{
    width: 100%;
    line-height: 1.5em;
    font-size: 0.8rem;
    margin-top: 1rem;
    color: #222;
}
.nr p b{
    font-weight: normal;
    color: #999;
}
.nr img{
    margin-top: 1rem;
}
/* 搜索结果 */
.ssjg{
    width: 100%;
    overflow: hidden;
}
.ss1{
    width: 100%;
    padding: 0 0 2rem;
}
.ss1 ul{
    width: 100%;
}
.ss1 ul li{
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}
.ss1 ul li a{
    display: block;
}
.ss1 ul li a h4{
    font-size: 1rem;
    color: #222;
}
.ss1 ul li a p{
    font-size: 0.8rem;
    line-height: 1.5em;
    margin-top: 0.8rem;
}
.ss1 ul li a p b{
    color: #666;
}
.ss1 ul li a span{
    display: block;
    font-size: 0.7rem;
    color: #666;
    margin-top: 0.8rem;
}