<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*分别设置page、content高度  content=page+170*/
#contain {
    width: 100%;
    min-width: 1200px;
}
.content {
    width: 100% !important;
    height: 770px;
}
.tab_title{
    margin-left: 15% !important;
}
.page {
    height: 700px;
    width: 100% !important;
}

#allmap{
    width: 100%;
    height: 100%;
}
.infobord_title&gt;*{
    font-size: 1.7em;
    float: left;
}
.infobord_title&gt;div{
    width: 20px;
    border: 1px solid  #727272;
    position: absolute;
    right: 12px;
}
.infobord_content{
    margin-top: 40px;
    line-height: 2.5em;
    font-size: 1.2em;
    color: #727272;
}</pre></body></html>