.page-container {
    width: 100%;
    margin: 0px auto;
}

.page-container .maps_banner {
    height: 110px;
    background: #2f7ad4;
    overflow: hidden;
    position: relative;
}

.page-container .maps_banner img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-container .info-box {
    width: 944px;
    margin: 0 auto;
    padding: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-container .info-box > h1 {
    display: block;
    height: 96px;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    color: #444444;
    line-height: 96px;
}

.page-container .info-box > dl {
    height: auto !important;
    height: 60px;
    min-height: 60px;
    margin-bottom: 20px;
}

.page-container .info-box > dl dt {
    font-size: 18px;
    font-weight: 400;
    color: #444444;
    line-height: 56px;
}

.page-container .info-box > dl dd {
    display: inline-block;
    width: 98px;
    height: 28px;
    margin-right: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-container .info-box > dl dd:nth-of-type(6n) {
    margin-right: 0;
}

.page-container .info-box > dl a:hover {
    color: #3D82F2;
}

/*面包屑和搜索框*/
.page-container .top-box {
    height: 54px;
    line-height: 54px;
    background: #f6f6f6;
}

.page-container .breadcrumb-box {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    width: 1200px;
    margin: 0 auto;
}

.page-container .breadcrumb-box .icon-up {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .page-container {
        width: 100%;
    }

    .page-container .info-box {
        padding: 16px;
    }

    .page-container .top-box {
        padding: 16px;
    }

    .page-container .top-box .breadcrumb-box {
        float: none;
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 34px);
        margin-right: 0;
    }
}