﻿@charset "utf-8";
/*---------------------------custom-------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

* {
    transition: background .5s;
    -webkit-transition: background .5s;
}

a {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}

img, table {
    max-width: 100% !important;
}

img, input {
    vertical-align: middle;
}

li {
    list-style: none;
}

hr {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.txtcen {
    text-align: center;
}
/*-----------------------------theme主题-----------------------------*/
body {
    font-size: 14px;
    font-family: 微软雅黑, 宋体, Verdana, Arial;
    line-height: 1.42857143;
    color: #333;
}

a {
    color: #333;
}

    a:hover, a:focus {
        color: red;
    }

.theme-dqwz {
    /*background: url(../images/icon/icon_dqwz.jpg) no-repeat 0 center;*/
    line-height: 30px;
    border-bottom: 1px solid #CCCCCC;
}

/*-----------------------------header页眉-----------------------------*/


/*-----------------------------footer页脚-----------------------------*/

/*-----------------------------list列表-----------------------------*/

/*分页*/
#page_div {
    margin: 15px auto;
    text-align: center;
}

.pagination-first, .pagination-last {
    display: inline-block;
}

.pagination-index, .pagination-num {
    border: 1px solid #bfbfbf;
    margin: 0 3px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 3px;
    color: #bfbfbf;
}

    .pagination-num.active, .pagination-index:hover, .pagination-num:hover {
        background: #1a85d7;
        color: white;
    }

.pagination-last > span {
    margin: 0 10px;
}

.pagination-last > input {
    height: 18px;
    width: 30px;
    text-align: center;
}

/*-----------------------------title-----------------------------*/
.container {
    background: url(../images/base/main-bg.jpg?1577262615) no-repeat top center;
    padding-top: 20px;
}

.hdjl, .zxft {
    background: #fff;
    padding: 0 20px 25px;
    min-height: 600px;
    width: 1200px;
    margin: 0 auto;
}

.hdjl_title {
    width: 100%;
    background-color: #f2f2f2;
    margin: 20px auto;
}

    .hdjl_title p {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        padding: 8px 25px;
        background-color: #cccccc;
        cursor: pointer;
    }

        .hdjl_title p:first-child {
            background-color: #417dc5;
        }

.hdjl_titles {
    width: 100%;
    border-bottom: 1px solid #1a4d99;
    margin: 0 auto 20px;
    position: relative;
}

    .hdjl_titles p {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        padding: 8px 25px;
        background-color: #1a4d99;
        margin-right: 20px;
    }

    .hdjl_titles span {
        display: inline-block;
        font-size: 14px;
        color: #898787;
    }

        .hdjl_titles span span {
            color: #d80909;
            padding: 0 5px;
        }

    .hdjl_titles div {
        line-height: 24px;
        font-size: 16px;
        color: #707070;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

        .hdjl_titles div img {
            display: inline-block;
            margin: -3px 7px 0 0;
        }

/*-----------------------------list-----------------------------*/
/*-----------------------------插件-----------------------------*/
/*-----------------------------添加类名-----------------------------*/

/*-----------------------------********-----------------------------*/

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .hdjl {
        min-height: auto;
        padding: 0 10px 10px;
    }

    .hdjl_title p {
        font-size: 16px;
        padding: 8px 18px;
    }

    .hdjl_titles p {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 5px 0;
    }
}
