.list {
    width: 1040px;
    margin: 24px auto;

}
.list .list_item {
    padding: 33px 55px 33px 52px;
    height: 200px;
    background: #FFFFFF;

    margin: 15px 0px;
}
.list .list_item:hover{
    transition: 0.3s;
    box-shadow: 4px 0px 15px 0px rgba(0,0,0,0.3);
}
.list_item>div {
    margin-bottom: 16px;
}
.list_item .title  {
    font-size: 18px;
    font-weight: 600;
}
.detail_bg{
    min-height: 600px;
    padding-bottom: 15px;
    padding-top: 15px;
    background-image: url(../../img/page/list/beijing.png);
}
