html,
body {
    margin: 0;
    padding: 0;
}

.contact_div {
    width: 100%;
    margin: 30px 0;
}

.infolist {
    width: 100%;
    background: url(../images/call.png) right bottom no-repeat;
}

.infolist h3 {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}

.infolist ul {
    margin-top: 30px;
    display: block;
}

.infolist ul li {
    font-size: 15px;
    font-family: Arial, '微软雅黑';
    color: #333;
    line-height: 36px;
    border-bottom: 1px dotted #ccc;
}

.infolist ul li a {
    font-size: 15px;
    color: #333;
}

.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;
}

#dituContent {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

#dituContent label {
    max-width: none;
}

#dituContent div {
    box-sizing: initial;
}

.contents img {
    max-width: inherit;
}

@media(max-width:767px) {
    #dituContent {
        margin-top: 10px;
    }
}

@media(max-width:1023px) {
    .infolist {
        width: 100%;
        background: none;
    }
}

@media(min-width:1024px) {
    .infolist ul {
        display: block;
        width: 50%;
    }
}