.adv_p{
    width: 1440px;
    display: flex;
    margin: 80px auto;
    background-color: #f6f6f6;
}
.adv_img_p{
    width: 380px;
    height: 354px;
    overflow: hidden;
}
.adv_img_p img{
    width: 100%;
}
.adv_content_p{
    flex-grow: 1;
}
.adv_title{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 60px;
}
.adv_desc{
    font-size: 15px;
    text-align: center;
}
.adv_btn{
    font-size: 25px;
    font-weight: bold;
    width: 140px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000;
    margin: 60px auto 0;
}
