.difangku{
    display: flex;
    justify-content: center;
    margin-bottom: 54px;
}
.box{
    display: flex;
    margin-top: 10px;
    background: url('../images/locationbg.jpg');
    background-size:100% 100%;

    /*justify-content: center;!*水平居中*!
    align-items: center;*/
}
.left{
    opacity: 0;
    flex: 1;
    text-align: center;
}
.left .left_list{
    margin-top: 70px;
    width: 280px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(53, 0, 0, 0.15);
    border-radius: 5px;
    /*margin-left: 80px;*/
    box-sizing: border-box;

    float: right;
}
.left .left_list .list_all{
    overflow: auto;
}
.left_list::-webkit-scrollbar{
    height: 3px;
    width: 3px;
}
.list_all::-webkit-scrollbar{
    height: 3px;
    width: 3px;
}
.left .left_top{
    width: 100%;
    height: 98px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    /*padding-left: 30px;*/
    margin-bottom: 18px;
    /*padding-right: 10px;*/
    background-image: url("../images/placereporightlogo.png");
    cursor: pointer;
}
.left_top img{
    margin-left: 50px;
}
.left_top span {
    color: #fff;
    font-family: 'FZLanTingHeiS-R-GB';
    margin-left: 10px;
}
.place_list {
    width:25%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
}
.list_item {
    
    color: #333333;
    font-family: 'FZLanTingHeiS-R-GB';
}

.list_item .item_enter_button {
    padding: 3px 5px;
    border-left: 1px solid #da1818;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da1818;
    font-size: 1vw;
    font-family: 'FZLanTingHeiS-R-GB';
    cursor: pointer;
    text-decoration: none;
}
.center{
    flex: 2;
}
.right{
    width: 100%;
    opacity: 1;
    flex: 1;
  


}
.right_list{
    text-align: center;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(53, 0, 0, 0.15);
    border-radius: 5px;
    box-sizing: border-box;
}
.list_all{
    width:100%;
    overflow: auto;
    display: flex;
    flex-direction: row;
    height: 25vw;
    justify-content:flex-start;
    align-items: center;
    font-size: 1.4vw;
}
/*.right_list::-webkit-scrollbar{
    height: 3px;
    width: 3px;
}*/
.right_top{
    width: 30%;
    margin-left: 35%;
    padding: 5px 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/placereporightlogo.jpg");
    cursor: pointer;
    color: #fff;
    font-family: 'FZLanTingHeiS-R-GB';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

