.cont{
    width: 911px;
    margin: 90px auto 0;    
    background: url('../images/talenBj.png')no-repeat center 80px;
    background-size: 911px auto;

}
.tab{
    text-align: center;
}
.tab span{
    display: inline-block;
    width: 128px;
    height: 42px;
    color: #999;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #e0e0e0;
    margin: 0 3px;
    cursor: pointer;
}
.tab .active{
    border: 1px solid #0c7ed9;
    background: #0c7ed9;
    color: #fff;
}
.cont_div{
    display: none;
    width: 871px;
    margin: 50px auto 0;
}
.cont_div h5{
   
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    padding-left: 61px;
}
.cont_div .one{
    background: url('../images/icon7.png')no-repeat left;
}
.cont_div .two{
    background: url('../images/two.png')no-repeat left;
}
.cont_div .three{
    background: url('../images/three.png')no-repeat left;
}
.cont_div .four{
    background: url('../images/four.png')no-repeat left;
}
.list_ul {
    margin-bottom: 31px;
}
.list_ul li{
    border-bottom: 1px dashed #e2e1e0;
    padding-top: 30px;
    padding-bottom: 12px;
}  
.color1{
    color: #cb6f6f;
    
}
.color2{
    color: #3377ad;
}
.color3{
    color: #ceae44;
}
.color4{
    color: #49a476;
}
.list_ul li h6{
    font-size: 20px;
    padding-left: 48px;
} 
.list_ul li p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding-left: 65px;
    margin-top: 8px;
}