.social_top .width1200{
    background-color: #f1f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 6.25%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.social_top .desc  {
    /* font-weight: lighter; */
    margin: 30px 0 32px;
}
.social_top .line{
    width: 40px;
    height: 2px;
    background: #009143;
}
.social_top .con{
    margin-top: 30px;
}
.social_top .width1200::before,.social_top .width1200::after{
   content: "";
   display: block;
   width: 58px;
   height: 47px;
   position: absolute;
}
.social_top .width1200::before{
   left: 15px;
   top: 20px;
   background: url(../img/social_top_icon01.png) no-repeat center/cover;
}
.social_top .width1200::after{
   right: 15px;
   bottom: 20px;
   background: url(../img/social_top_icon02.png) no-repeat center/cover;
}
.social_bottom .list {
    border-bottom: #eee solid 1px;
    padding: 50px 0 40px;
    box-sizing: border-box;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
}
.social_tit {
    height: 30px;
    color: #009143;
    position: relative;
    padding-right: 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.social_tit::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/recruit_icon1.png) no-repeat center/cover;
    position: absolute;
    right: 0;
    top: 0;
}
.social_ab {
    margin-top: 30px;
}
.social_tet {
    display: none;
    padding-top: 30px;
}
.social_tet p {
    margin-bottom: 5px;
}

@media only screen and (min-width: 960px) {
    .social_bottom .list.actived:hover {
        background: #f4f4f4;
    }
    .social_bottom .list:hover .social_tit{
        font-size: 20px;
        color: #009143;
    }
    .social_tit.active {
        color: #009143;
    }
    .social_tit.active::after{
        background: url(../img/recruit_icon2.png) no-repeat center/cover;
    }
}
@media only screen and (max-width: 1043px) {
    .social_bottom .list{
        padding: 40px 0 35px;
    }
    .social_ab {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 959px) {
    .social_bottom .list {
        padding: 30px 0;
    }
    .social_ab {
        margin-top: 20px;
    }
    .social_bottom .list:first-child{
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .social_top .width1200{
        padding: 30px 20px;
    }
    .social_bottom .list {
        padding: 20px 0;
    }
    .social_ab {
        margin-top: 15px;
    }
    .social_top .width1200::before, .social_top .width1200::after{
        width: 30px;
        height: 20px;
    }
    .social_top .con {
        margin-top: 20px;
    }
    .social_top .desc {
        margin: 18px 0 20px;
    }
    .social_top .width1200::before{
        top: 15px;
    }
    .social_top .width1200::after{
        bottom: 15px;
    }
}
