.desmine .desm {

    display: flex;
    flex-wrap: wrap;

}

.desmine .desm>div {

    flex: 0 0 50%;
}
.desmine .desm .des_right .txt {

line-height: 1.5;
color: #000000;
}
.desmine .desm .des_right .e_but {

    color: #666666;
    line-height: 2;
}
.desmine .desm .des_left .fnt_48 {

    font-weight: bold;
    line-height: 1;
} 
.desmine .desm .des_left .fnt_24 {

    font-weight: 500;
}
.desmine .desm .des_left svg {

width: 40px;
height: 5px;
}

.desmine .desm .des_left .slnce {

    color: #f0f0f0;
    font-size: 5vw;
}
/* 
µÚÒ»°å¿é */

.recruit_mine {

    display: flex;
    background: #FAFAFE;
border-radius: 0px 0px 0px 0px;
padding: 2vw 2.5vw;
  border: 1px solid #FAFAFE;
  transition: all 0.4s;

}
.recruit_mine a {
      display: flex;
}
.recruit_mine:hover {

    border: 1px solid #1B379B;
}


.recruit_mine .re_right .re_img1 {

height: 40px;
    margin-bottom: 10px;
    display: flex
;
    margin-left: auto;
    justify-content: left;
    text-align: left;
    width: auto;
}
.recruit_mine .re_right .re_img1 img {

    height: 100%;
    object-fit: contain;
        width: auto;
}
.recruit_mine:last-child {

    margin-bottom: 0;
}

.recruit_mine .re_left {

    flex: 1;
   
    padding-left: 5vw;
}
.recruit_mine .re_left .e_p2 {

    font-weight: bold;
}
.recruit_mine .re_left .d_svg .dh_a  {

       color: #1B379B;
    margin-left: auto;
    text-align: right;
    display: flex
;
    justify-content: end;
        opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s;
}

.recruit_mine:hover .re_left .d_svg .dh_a {
  transform: translateX(0px);
 opacity: 1;
}
.recruit_mine .re_right {

    flex: 0 0 45%;
    margin-bottom: 0vw;
}

.recruit_mine .re_right .re_img {

    overflow: hidden;
}

.recruit_mine .re_right .re_img img {


    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit_mine .re_right .re_img:hover img {

    transform: scale(1.05);
}

.shghtxt .e_p1 {

    letter-spacing: 0px;
    color: #028c42;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.shghtxt .e_p2 {
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
}



.recruit_mine .re_left .dhbut>div {

    line-height: 2;
    color: #666666;
}

.qi_mine .recruit_mine:nth-child(2n) a{


    display: flex;
    flex-direction: row-reverse;
}
.qi_mine .recruit_mine:nth-child(2n) .re_img1 {
        justify-content: flex-end;
    
}
.qi_mine .recruit_mine:nth-child(2n) .re_left {

    padding-right: 5vw;
    padding-left: 0vw;
}

.recruit_mine .re_left .shghtxt p {
    text-align: left;

}
.recruit_mine .re_left .dhbut .d_svg .past_mine .pistl {
    display: flex;  width: auto;
    margin-bottom: 10px;

}
.recruit_mine .re_left .dhbut .d_svg .past_mine .pistl a {

    color: #666666;
}
.recruit_mine .re_left .dhbut .d_svg .past_mine .pistl:first-child {
width: 100%;

}
.recruit_mine .re_left .dhbut .d_svg .past_mine .pistl:nth-child(2) {

    margin-right: 20px;
}
.recruit_mine .re_left .dhbut .d_svg .past_mine .pistl .e_text-21 {
    margin-right: 10px;
    width: 16px;
    height: auto;
}
.recruit_mine .re_left .dhbut .d_svg .past_mine .pistl .e_text-21 svg {

    margin: 0 ;
}
.recruit_mine .re_left .dhbut .d_svg .past_mine {

    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .recruit_mine {

        flex-wrap: wrap;
    padding: 20px 15px;
    }

    .recruit_mine .re_left {
        padding-right: 0vw;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .recruit_mine .re_right {
        flex: 0 0 100%;
        margin-bottom: 0;
    }

    .qi_mine .recruit_mine:nth-child(2n) .re_left {

        padding-right: 0vw;
    }
}

@media screen and (max-width: 768px) { 
    
   .recruit_mine .re_left {
       
            padding: 15px 0;
        margin-bottom: 0;
   } 

   .desmine .desm>div {

    flex: 0 0 100%;
    margin-bottom: 15px;
   }
   .recruit_mine a{

    flex-wrap: wrap;
   }
}

<!--ºÄÊ±1773909227.2159Ãë-->