#lph_list_hr {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 20px;
}

.lph_list_hr_box {
    display: flex;
    margin: 30px 0 50px;
    width: 48%;
}

.lph_list_hr_box>img {
    width: 100px;
    height: 100px;
}

.hr_box_conter {
    display: flex;
    margin-left: 30px;
    width: 100%;
    justify-content: space-between;
}

.hr_box_conter h2,
.hr_box_conter span {
    color: #333;
    margin: 15px 0;
}

.hr_box_conter a {
    color: #2653A5
}

.hr_box_conter>a {
    line-height: 100px;
    text-decoration: none;
    color: #2653a5;
}

.show_tools {
    width: 1170px;
    margin: 0 auto;
    border: 1px #EEEEEE solid;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
  	background-color: #fff;
}

.show_tools ul {
    list-style-type: none;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

.show_tools ul li {
    background-image: url(/assets/img/123.png);
    background-repeat: no-repeat;
    background-position: 10px -16px;
    width: 180px;
    margin-left: 20px;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.show_tools ul li a {
    text-decoration: none;
    color: #0066CC;
    font-size: 14px;
}

.hr_box_conter h3:hover {
    color: red;

}