#lph_resume,#resume_list{
	width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
}
.resume_list{
    width: 18%;
    margin-bottom: 35px;
}
.resume_list img{
    width: 210px;
    height: 260px;
    border: 1px solid #c9c9c9;
    transition: all 1s;
}
.resume_list a{
    display: block;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #c9c9c9;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 5px;
    transition: all 1s;
}
.resume_list img:hover,.resume_list a:hover{
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0, -4px, 0);
}
.resume_left{
    width: 925px;
    min-height: 200px;
    background-color: #efefef;
    margin-right: 15px;
}
.resume_right{
    width: 260px;
    min-height: 200px;
    border: 1px solid #f5f5f5;
    padding: 0 20px;
    box-sizing: border-box;
}
.resume_right h2{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fafafa;
    margin: 0;
}
.resume_right p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.resume_right p .right_color{
    color: #333
    "
    
    ;
}
.resume_right p a{
 color:#959595;
 text-decoration: none;
}
.resume_right p img{
    margin-right: 10px;
    vertical-align: bottom;
}
.resume_left_xiaz{
    text-align: center;
    width:925px;
    margin-top: 30px;
}
.resume_left_xiaz a{
    margin: 0 auto;
    display: block;
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(180deg, #4d80e0, #2754a6);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.resume_tk{
    width: 360px;
    height: 300px;
    background-image: url(resume_tk.png);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 25%;
}
.resume_tk p{
    padding: 0 50px;
    text-align: center;
    margin-top: 55px;
    color: #fff;
}
.resume_tk div{
    width: 120px;height: 120px;
    margin: 28px auto;
}
.resume_tk div img{
    width: 100%;height: 100%;
}
.resume_tk a{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50%;
    background-color: #d4dded;
    right: 30px;
    top: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}