/* 按生命周期 */
.live_list li {
    width: 270px;
    height: 240px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(153, 153, 153, 0.20);
    margin-right: 40px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.live_list li:nth-child(4n) {
    margin-right: 0px;
}

.live_list li:last-child {
    margin-bottom: 60px;
}

.live_list {
    margin-top: 30px;
}

.live_list .live_title {
    font-size: 20px;
    color: #333333;
    padding-left: 30px;
    line-height: 85px;
}

.live_list .live_num {
    padding-left: 125px;
    font-size: 14px;
    color: #666666;
}

.live_list .sx_list {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 30px;
}

.live_list .sx_list a {
    color: #666666;
}



/* 按群体 */
.people_service .people_ul li {
    float: left;
    width: 120px;
    height: 145px;
    float: left;
    font-size: 20px;
    margin-right: 95px;
    text-align: center;
    padding-top: 115px;
    cursor: pointer;
}

.people_service .people_ul {
    margin-top: 40px;
}

.people_service .people_ul li:last-child {
    margin-right: 0px;
}

.people_service .people_ul li:nth-of-type(1) {
    background: url(../images/cj_1.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(1):hover {
    background: url(../images/cj_1_hover.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(2) {
    background: url(../images/cj_2.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(2):hover {
    background: url(../images/cj_2_hover.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(3) {
    background: url(../images/cj_3.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(3):hover {
    background: url(../images/cj_3_hover.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(4) {
    background: url(../images/cj_4.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(4):hover {
    background: url(../images/cj_4_hover.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(5) {
    background: url(../images/cj_5.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(5):hover {
    background: url(../images/cj_5_hover.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(6) {
    background: url(../images/cj_6.png) no-repeat center 0px;
}

.people_service .people_ul li:nth-of-type(6):hover {
    background: url(../images/cj_6_hover.png) no-repeat center 0px;
}


.people_service .people_ul li:hover a {
    color: #515EF2;
}

.number {
    display: none;
}

.number img {
    padding-top: 2px
}

.number span {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    padding-right: 9px;
}
.number span:hover a{
    color:#515EF2;
}

.number p {
    padding:30px;
    background-color: #F3F3F3;
}

.people_box{
    width: 1200px;
    margin: 0 auto 60px;
}


.live_list li:hover .sx_list a{
    color: #fff; 
}
.live_list li:hover span{
    color: #fff; 
}

.live_list li:hover {
    -webkit-transform: translate3d(0, -.3rem, 0);
    transform: translate3d(0, -.3rem, 0);
    background-color: #4E64DE;
 
}
