@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: Microsoft YaHei, Simsun, SimHei, Arial;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #015293;
}

img {
    -ms-interpolation-mode: bicubic;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.main {
    margin: 0 auto;
    background: url(/DFS/template/5197/image/top_bg.jpg) no-repeat center top;
}

.zt_contact_one,
.zt_contact_two {
    width: 1080px;
    margin: 0 auto;
}

.zt_contact_one h1 {
    text-align: center;
    padding-top: 90px;
}

.zt_contact_one .title_box {
    background: #fff;
    border-radius: 30px;
    color: #333;
    font-size: 24px;
    padding: 20px 40px;
    line-height: 40px;
    margin-top: 30px;
}

.zt_contact_two {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cont_box {
    flex: 0 0 calc(50% - 5px);
    box-sizing: border-box;
    padding: 20px;
}

.cont_box .cont_box_title {
    margin: 20px 0;
}

.cont_box .cont_box_title .more {
    float: right;
    margin-top: 37px;
}

.cont_box .cont_box_title .more1 {
    float: right;
}

.cont_box_news {
    background: #fff;
    padding: 10px;
}

.cont_box_news .tag_time {
    float: right;
    color: #abacae;
}

.cont_box_news li {
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont_box_news li a {
    display: block;
    color: #333;
    padding-left: 30px;
    background: url(/DFS/template/5197/image/dd.png) 15px center no-repeat;
}

.cont_box_news li a:hover {
    color: #1e5389;
}

.title_img {
    text-align: center;
    margin: 50px 0 20px 0;
}

.main_b {
    margin: 0 auto;
    background: url(/DFS/template/5197/image/bottom_bg.jpg) no-repeat center top;
}

.zt_contact_two {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.dxal_box {
    background: #f5f5f5;
    padding: 20px;
    line-height: 45px;
    width: 28%;
}

.dxal_box p {
    font-size: 18px;
}

.dxal_box .more {
    background: url(/DFS/template/5197/image/hx.png) no-repeat right bottom;
    float: right;
}

.ad_img {
    width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
}

.tpnew a {
    padding-right: 17px;
}

@media(max-width: 800px) {
    .zt_contact_one,
    .zt_contact_two {
        width: 95%;
        margin: 0 auto;
    }
    .zt_contact_one h1 {
        padding-top: 40px;
    }
    .zt_contact_one h1 img {
        width: 90%;
    }
    .zt_contact_one .title_box {
        font-size: 16px;
        padding: 15px;
    }
    .zt_contact_two {
        display: block;
    }
    .cont_box {
        padding: 0;
        flex: none;
        margin-bottom: 40px;
    }
    .cont_box_news .tag_time {
        display: none;
    }
    .zt_contact_two {
        display: block;
    }
    .dxal_box {
        width: 90%;
    }
    .ad_img {
        width: 100%;
    }
}