@media only screen {
    HTML,body{
        width: 100%;
        background: rgb(255,255,255);
    }
}

@media only screen and (max-width:768px) {
    HTML,body{
        width: 1260px;
        background: rgb(255,255,255);
    }
}


/*content*/
#content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-main{
    display: flex;
    justify-content: space-between;
    width: 1056px;
    margin-top: 56px;
    margin-bottom: 51px;
}
.information-title{
    height: 92px;
    line-height: 92px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.information-items{
    display: flex;
    width: 484px;
    margin-bottom: 21px;
}
.information-items-introduce{
    line-height: 26px;
    height: 26px;
    font-size: 14px;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.BMapLabel{
    /*background: transparent !important;*/
    /*border: 0px !important;*/
    display: none !important;
}
