.wrap_title{
    position: relative;
    padding: 50px 0 20px;
}
.wrap_title h2{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 3;
    color: #333;
}
.wrap_title .bg_gray{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background-color: #eee6;
    z-index: -1;
}
.back_p_title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 300px;
}
.wrap_con{
    padding: 10px 30px;
    min-height: 500px;
}
.p_list{
    display: flex;
}
.p_list li{
    width: calc(100%/3 - 10px);
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #eee;
    background-color: #fff;
    margin: 0 5px;
}
.p_list li .p_img{
    height: 250px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.p_list li .p_img img{
    height: 100%;
    object-fit: cover; 
    object-position: center center;
}
.p_list li .going_link{
    margin: 10px 0;
}
.p_list li .going_link a{
    display: block;
    width: 100px;
    color: #fff;
    background-color: #7fc062;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #eee;
}
.p_list li .going_link:hover a{
    box-shadow: 1px 1px 12px #ccc;
}
.p_list li .p_title{

}
.p_list li .p_title h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    line-height: 3;
}
.p_list li .p_title p{
    font-size: 14px;
    color: #666;
    text-align: center;
}