.tj_banner_c>img{width: 100%;}

.tj_des{display: flex;flex-wrap: wrap;justify-content: center;margin-top: 101px;}
.tj_des>span{font-size: 15px;color: #808080;}
.tj_des>span:first-of-type{margin-right: 100px;}
.tj_des>span>img{vertical-align: middle;margin-right: 10px;}
.tj_recr{margin-top: 50px;padding-bottom: 100px;}
.tj_recr_h{display: flex;justify-content: space-between;background-color: var(--base);height: 60px;align-items: center;padding: 0 20px;}
.tj_recr_h>span{flex: 1;color: #fff;}
.tj_recr_h>i{width: 26px;}
.tj_recr_t{display: flex;justify-content: space-between;flex-wrap: wrap;height: 60px;align-items: center;padding: 0 20px;}
.tj_recr_t>span{width: 25%;color: #545454;}
.tj_recr_t>img{transition: .3s;}
.tj_recr_i:nth-child(2n) .tj_recr_t{background-color: #ebebeb;}
.tj_recr_b{background-color: #f7f7f7;padding: 40px;display: none;}
.tj_recr_b>div{overflow: hidden;}

@media screen and (max-width: 766px) {
    .tj_des{margin-top: 4rem;}
    .tj_des>span{margin-top: 2rem;}
    .tj_des>span:first-of-type{margin: 0;}
    .tj_des{flex-direction: column;}

    .tj_recr_t>img{width: 2rem;}
    .tj_recr_b{padding: 1.5rem;}
}