body {
    background: #eff3f6;
}
.content-title-box {
    box-sizing: border-box;
    padding: 30px 0;
    height: 100px;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.1);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.1);
            box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.content-title 
{
    width: 1150px;
    margin: 0 auto;
}
.entrust-title-item 
{
    float: left;
    margin-left: 30px;
    box-sizing: border-box;
    width: 140px;
    height: 40px;
    color: #394043;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;    
}
.agent-list 
{
    width: 1150px;
    margin: 22px auto;
    padding: 5px 5px 0px 5px;
    background: #fff;
    opacity: 0;   
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2); 
}
.agent-list li 
{
    float: left;
    width: 33.3%;
    height: 179px;
    box-sizing: border-box;
    padding: 40px;
    border-bottom: 1px solid #ddd;
}
.agent-img {
    float: left;
    width: 98px;
    height: 98px;
    font-size: 0;
}
.agent-img img {
    width: 100%;
    height: 100%;
}
.agent-info {
    width: 100%;
    box-sizing: border-box;
    padding-left: 118px;
}
.agent-item {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agent-list-name 
{
    margin-top: 6px;
    font-size: 18px;
    font-weight: 700;
}
.agent-list-company{
    margin: 10px 0;
    font-size:16px;
}
.agent-list-phone 
{
    margin: 15px 0;    
}
.contact-me {
    width: 78px;
    height: 22px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    outline: #000 solid 0;
}
.page-box 
{
    padding: 20px 0 60px;
    text-align: center;
}
.popup-icon-box 
{
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;    
}
.text-center 
{
    text-align: center;    
}
.no-agent-box 
{
    width: 1150px;
    height: 300px;
    position: relative;
    margin: 22px auto;
    background: #fff;
    margin-bottom: -16px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
       -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,.2);
         -o-box-shadow: 0 1px 3px rgba(0,0,0,.2);
            box-shadow: 0 1px 3px rgba(0,0,0,.2); 
}
.no-agent-img 
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -68px;
}