
img {
    height: auto;
    display: block;
}

.content{
    background: #fff;
}
.ab_img img{
    width: 100%;
}
.ab_nav{
    background: #feebeb;
    line-height: 40px;
}
/* .navindex{
    color: #be3333;
} */
.ab_nav span{
    color: #666;
}
/* 人才理念 */
.ab_berif{
    padding: 30px 0;
}
.ab_title{
    width: 70%;
    text-align: center;
    padding:0 10px;
    margin:0 auto 30px;
}
.ab_title .name{
    font-weight: bold;
    font-size: 32px;
    background: linear-gradient(0deg, #fc4200, #f40401);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.ab_title img{
    width: 100%;
    margin: auto;
}
.ab_summary{
    width: 100%;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 1em;
}
/* 教育培训 */
.edublock{
    margin: 0 -10px;
}
.edu_oneblock{
    padding: 0 10px;
    width: 400px;
    float: left;
    box-sizing: border-box;
}
.edu_three{
    margin-left: 400px;
    height: 304px;
}
.edu_twoblock{
    padding: 0 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    height: 100%;
}
.edu_one img{
    width: 100%;
}
.edu_two{
    padding: 10px;
    background-image: url(../images/people_06.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    box-sizing: border-box;
}
.eduheightbox{
    margin: -10px 0;
    height: 100%;
    height: calc(100% + 20px);
}
.eduheight{
    height: 50%;
    padding: 10px 0 ;
    box-sizing: border-box;
}
.edu_hone{
    padding: 10px;
    background-image: url(../images/people_08.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    box-sizing: border-box;
}
.edumore{
    background-image: url('../images/people_15.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.time{
    
}
.time span{
    font-size: 14px;
    color: #888;
}
.edu_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    margin: 15px 0;
}
.edu_brief{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5 !important;
    overflow: hidden;
    line-height: 24px;
    height: 120px;
    color: #888;
    margin-bottom: 20px;
    font-size: 14px;
}
.edu_go img{
    width: 30px;
    height: 30px;
}
.goimg1{
    display: block;
}
.goimg2{
    display: none;
}
.edu_gotwo img{
    width: 20px;
    height: 20px;
}
.eduhover{
    cursor: pointer;
}
.eduhover:hover .edu_title{
    color: #e70012;
}
.eduhover:hover .goimg1{
    display: none;
}
.eduhover:hover .goimg2{
    display: block;
}
/* 人才招聘 */
.need .right{
    position: relative;
    overflow: hidden;
}
.need .right img{
    width: 400px;
    margin-top:calc(((240px / 6) - 15px)/2);
}
.need_more{
    /* display: none; */
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    background: rgba(222, 32, 31, 0.8);
    text-align: center;
    transition: bottom 0.3s ease;
}
.needrighthover{
    cursor: pointer;
}
.needrighthover:hover .need_more{
    bottom: 0;
}
.needtext{
    margin-right: 420px;
    height: 240px;
}
.oneline {
    cursor: pointer;
    margin-bottom: 10px;
    height: calc((240px - 0px) / 6);
    line-height: calc((240px - 0px) / 6);
}
.oneline:last-child{
    margin-bottom: 0;
}
.oneline_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}
.oneline_title::before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff2d31;
}
.oneline:hover .oneline_title{
    color: #f40401;
}
.oneline .right img{
    width: 15px;
    height: 15px;
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
    .ab_berif{
        padding: 20px 0 0 0 ;
    }
    .edu_oneblock{
        display: none;
    }
    .edu_three{
        margin-left: 0px;
    }
    .ab_title .name{
        font-size: 25px;
    }
    .need .right{
        display: none;
    }
    .needtext{
        margin-right: 0px;
    }
    .edumore{
        padding: 10px 0;
        margin-top: 10px;
    }
}