section.personal-box {
    background: #485f7b;
}

section.recruit-box {
    background: #4d5157;
}

section.personal-box *,
section.recruit-box * {
    color: #fff;
}
section.personal-box .page-header, section.recruit-box .page-header{
    padding-bottom: 15px;
}
section.personal-box a,
section.recruit-box a {
    color: #96cdf8 !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

section.personal-box a:hover,
section.recruit-box a:hover {
    color: #cae3f7 !important;
}

section.personal-box a:hover i,
section.recruit-box a:hover i {
    background: url(/template/zjc_v3/img/morehover.png) !important;
}

section.personal-box .activeBox ul li,
section.recruit-box .activeBox ul li {
    height: 120px;
    position: relative;
}

.activeBox ul li {
    float: left;
    /*    width: 295px;
    height: 115px;*/
    display: block;
    margin-bottom: 25px;
}

.activeBox ul li .img {
    position: absolute;
    float: left;
    width: 100px;
    height: 100%;
    text-align: center;
}

.activeBox ul li .txt {
    float: left;
    padding-left: 100px;
}

.activeBox ul li .txt a {
    color: #fff !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.activeBox ul li .txt a:hover {
    color: #96cdf8 !important;
}

.recruit-box .activeBox ul li .txt a:hover {
    color: #999 !important;
}
.activeBox {
    border-left: 1px solid #567584;
}
.activeBox:first-child {
    border-left: none;
}
.activeBox h3 {
    margin-top:0;
    margin-bottom: 30px;
}
.page-header {
    border: none;
}
.activeBox ul li .txt h4 {
    font-size: 18px;
    /*   font-weight: bold;*/
    /* line-height: 26px; */
    color: #000;
    margin: 0 0 10px;
}

.activeBox ul li .txt p {
    font-size: 14px;
    line-height: 1.4;
    color: #ccc !important;
}
section.bottombg {
    width: 100%;
}
.feature-box .activeBox {
    width: 100%;
    display: block;
}
.feature-box ul li {
    float: left;
    width: 20%;
    text-align: center;
    height: auto !important;
}
.feature-box * {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-box ul li a {
    color: #fff !important;
}

.feature-box h4 {
    font-size: 18px;
}
.feature-box ul li img {
    background: white;
    padding: 15px;
    margin-bottom: 0;
}
.feature-box ul li:hover {
    margin-top: -10px;
}

@media (max-width: 768px) {
    .activeBox ul li, .datasMain .datasBox {
        height: auto !important;
    }
}