.resume_mine .p_list {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resume_mine .p_list .p_loopitem {

    width: 49%;
}

.resume_mine .p_list .p_loopitem {

    box-shadow: 1px 0px 20px #bdbdbd54;
    background-color: #ffffff;
    margin-bottom: 4vw;
    overflow: hidden;
    border-radius: 10px;
}

.cont {
    background-color: #efefef;
}

.resume_mine .p_list .p_txt {
    border-radius: 0px;
    padding: 3vw 2vw;
    color: #000000;
}
.resume_mine .p_list:nth-child(2n){
    
        flex-direction: row-reverse;
    
}
.resume_mine .p_list .p_txt>p {
font-weight: bold;
    margin-bottom: 2vw;
    border-left: 5px solid #dba649;
    padding-left: 20px;
}

.resume_mine .p_list .p_loopitem img {

    transition: all 0.4s;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.resume_mine .p_list .p_loopitem:hover img {

    transform: scale(1.05);
}






@media screen and (max-width: 998px) {   
    .resume_mine .p_list .p_loopitem {

        width: 100%;
    }



}
@media screen and (max-width: 768px) {   
   .resume_mine .p_list .p_loopitem img {
       
           height: 280px;
   } 
  .resume_mine .p_list .p_txt {
      
      padding: 15px;
  }
    .resume_mine .p_list .p_txt>p {
        
        
            padding-left: 15px;
    }
}






































