.hongkong_con .bg_title{
    position: relative;
    margin: 0px auto 33px;
}

.hongkong_con .bg_title img{
    cursor: default;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.hongkong_con .title_text{
    position: absolute;
    top: 40%;
    left: 20%;
    font-weight: bold;
    font-size: 46px;
    color: rgb(255, 255, 255);
}

.hongkong_con .grey-bg{
    position: absolute;
    margin-top: 130px;
    background: #F6F7FA;
    height: 233px;
    width: 100%;
    z-index: -1;
}

.hongkong_con .container .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.hongkong_con .container .row .item{
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #DCDEE2;
    text-align: center;
    padding-top: 55px;
    margin: 10px 5px;
    cursor: pointer;
}

.hongkong_con .container .row a .item p{
    font-size: 20px;
    color: #17233D;
    line-height: 26px;
    margin-top: 25px;
}

@media  screen and (max-width: 991px) {
    .hongkong_con .grey-bg{
        display: none;
    }
}

@media  screen and (max-width: 768px) {
    .hongkong_con  .title_text{
        top: 0;
        left: 0;
        font-size: 30px;
        line-height: 30px;
    }
}

