.contactPage .article_content_box .article_title {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
    padding: 0 2% 35px
}


.contactPage {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 5%;
    margin-top: 1%;
}

.contactPage .editor_txt {
    color: #2c2b2b
}

@media screen and (max-width: 1000px) {
    .contactPage {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}



.contactPage .txt {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactPage .txt .left {
    float: left;
    width: 60%;
}

.contactPage .txt .img {
    float: right;
    margin-left: 5%;
    width: 35%;
}

.contactPage .txt .left>span {
    font-size: 16px;
    display: block;
    line-height: 28px;
    width: 60%;
    margin: 60px 0 20px;
}

.contactPage .txt .left .list {
    overflow: hidden;
}

.contactPage .txt .left .list li {
    float: left;
    padding: 10px 0;
    border-bottom: solid 1px #e5e5e5;
    width: 42%;
    margin-right: 8%;
    margin-top: 10px;
}

.contactPage .txt .left .list li h1 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.contactPage .txt .left .list li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.contactPage #dituContent {
    height: 500px;
    width: 38%;
    margin-left: 2%;
    float: right;
}

.contactPage .title h1 {
    color: #333;
    font-size: 50px;
    font-family: "BEBAS";
    text-align: left;
}

.contactPage .title span {
    color: #ef8d27;
    font-size: 35px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

.contactPage .title .xian {
    width: 50px;
    height: 4px;
    margin: 0 !important;
    background-color: #ef8d27;
}


@media screen and (max-width: 767px) {

    .contactPage .txt {
        display: block;
    }

    .contactPage .txt .left {
        float: none;
        width: 100%;
        margin-bottom: 15%;
    }

    .contactPage .txt .left .list li, .contactPage .txt .left>span {
        width: 100%;
    }
}