@charset "UTF-8";

.left-content p {
    margin-bottom: 0;
}
.left-content span {
    width: 16%;
    float: right;
    text-align: left;
}

/*talent*/
.talent {
    cursor: pointer;
}
.talent h4 {
    font-size: 1.6em;
    color: #7f1c76;
    font-weight: 500;
}
.talent>ul>li {
    padding: 15px 10px 15px 20px;
    border-bottom: solid 1px #ebebeb;
}
.talent>ul>li a {
    display: block;
    color: #666;
}
.talent>ul>li:hover p {
    color: #7f1c76;
}
.talent>ul>li:hover span {
    color: #7f1c76;
}
.talent>ul>li i {
    position: absolute;
    width: 8px;
    height: 8px;
    /*background: url("/html/img/left-icon-jt.png")no-repeat;*/
    background: url("/html/img/dian.png") 2% 22% no-repeat;
    left: -14px;
    top: 6px;
}
.talent>ul>li p {
    float:left;
    margin-top: 0;
    width: 84%;
    padding-right: 5em;
    position: relative;
}
.talent>ul>li span {
    float: right;
    font-size: 1.2em;
    vertical-align: bottom;
}
.talent>ul>li .two li {
    margin-top: 10px;
    margin-left: 20px;
}
.talent>ul>li .two li a {
    font-size: 1.3em;
}
.talent>ul>li .two li:hover a {
    color: #7f1c76;
}
/*talent-end*/