/*base.css*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
th,
thead,
tr,
button,
object,
a,
abbr,
b,
em,
i,
img,
samp,
span,
strong,
sub,
sup,
tt,
var,
input,
select {
    margin: 0;
    padding: 0;
}

input,
button,
img,
fieldset {
    border: 0;
    outline: none
}

input,
select {
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    font: 16px/1.5 'kaiti', Arial, Helvetica, sans-serif;
    color: #2d2d2d;
    word-wrap: break-word;
    word-break: break-all;
    background: #eaeaea;
}

body p {
    margin: 0 auto;
    word-break: normal;
}

ul {
    list-style: none;
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
    .head {
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        color: #fff;
        background: #4b5470;
        z-index: 999;
    }

    .headInfo {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

    .headTotal {
        height: 100%;
        box-sizing: border-box;
    }

    .head-left {
        float: left;
        width: 106px;
    }

    .head-left img {
        width: inherit;
        height: inherit;
    }

    .list-btn {
        display: none;
    }

    .head-right {
        float: right;
        width: 1000px;
        height: 100%;
    }

    .head-right li {
        float: left;
        padding: 8px 16px;
    }

    .head-right li a {
        color: #fff;
    }

    .g_content_p {
        margin-top: 100px;
        width: 1200px;
        height: auto;
    }

    .g_content_m {
        display: none;
    }

    .g_tol {
        position: relative;
        margin-bottom: 80px;
        width: 100%;
        height: 600px;
        background: #fff;
        border-top: 2px solid #4b5470;
        box-sizing: border-box;
    }

    .g_tol li {
        float: left;
        display: block;
        width: 100%;
        height: 60px;
        border-bottom: 1px dotted #ccc;
        box-sizing: border-box;
    }

    .g_tol li a,
    .g_tol li span {
        display: block;
        float: left;
        height: 60px;
        overflow: hidden;
    }

    .g_tol li a {
        width: 1080px;
        text-align: left;
        text-indent: 2em;
        font: 20px/60px 'kaiti', Arial, Helvetica, sans-serif;
    }

    .g_tol li span {
        width: 120px;
        text-align: center;
        color: #ccc;
        font: 16px/60px 'kaiti', Arial, Helvetica, sans-serif;
    }

    .scdc::before {
        content: '审查调查';
        display: block;
        position: absolute;
        left: 0;
        top: -50px;
        width: 120px;
        height: 50px;
        font: 24px/50px 'kaiti', Arial, Helvetica, sans-serif;
        /* font-weight: bold; */
        text-align: center;
        background: #4b5470;
        color: #fff;
    }

    .more-tip{
        display: block;
        position: absolute;
        right: 0;
        top: -30px;
        width: 80px;
        height: 30px;
        font: 18px/30px 'kaiti', Arial, Helvetica, sans-serif;
        text-align: center;
        background: #4b5470;
        color: #fff;
    }

    .xsxc::before {
        content: '巡视巡察';
        display: block;
        position: absolute;
        left: 0;
        top: -50px;
        width: 120px;
        height: 50px;
        font: 24px/50px 'kaiti', Arial, Helvetica, sans-serif;
        /* font-weight: bold; */
        text-align: center;
        background: #4b5470;
        color: #fff;
    }

    .dfzf::before {
        content: '党风政风';
        display: block;
        position: absolute;
        left: 0;
        top: -50px;
        width: 120px;
        height: 50px;
        font: 24px/50px 'kaiti', Arial, Helvetica, sans-serif;
        /* font-weight: bold; */
        text-align: center;
        background: #4b5470;
        color: #fff;
    }

    .jzcm::before {
        content: '警钟长鸣';
        display: block;
        position: absolute;
        left: 0;
        top: -50px;
        width: 120px;
        height: 50px;
        font: 24px/50px 'kaiti', Arial, Helvetica, sans-serif;
        /* font-weight: bold; */
        text-align: center;
        background: #4b5470;
        color: #fff;
    }

    .jxzw {
        margin: -50px auto;
        width: 500px;
        height: 50px;
        margin-bottom: 3vh;
        background: #4b5470;
        color: #fff;
    }


    .jxzw a {
        display: block;
        width: 100%;
        height: 50px;
        text-align: center;
        color: #fff;
        font: 20px/50px 'kaiti', Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .title {
        position: relative;
        margin-top: 140px;
        margin-bottom: 100px;
        width: 1200px;
        height: 6px;
        background: #4b5470;
    }

    .title::after {
        position: absolute;
        top: -17px;
        left: 50%;
        margin-left: -100px;
        content: '';
        display: block;
        width: 200px;
        height: 40px;
        background: #4b5470;
        transform: skewX(-30deg);
        z-index: 1;
    }

    .title::before {
        position: absolute;
        top: -17px;
        left: 50%;
        margin-left: -100px;
        content: '江西廉政';
        display: block;
        width: 200px;
        height: 40px;
        font: 30px/40px 'kaiti', Arial, Helvetica, sans-serif;
        text-align: center;
        color: #fff;
        z-index: 2;
    }
}

@media screen and (max-width: 479px) and (max-width: 767px) {
    .head {
        width: 100vw;
        height: 80px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        color: #fff;
        background: #4b5470;
        z-index: 999;
    }

    .headInfo {
        width: 100vw;
        height: 100%;
        margin: 0 auto;
    }

    .headTotal {
        float: left;
        height: 100%;
        box-sizing: border-box;
    }

    .head-left img {
        width: inherit;
        height: inherit;
    }

    .list-btn {
        position: absolute;
        top: 18px;
        right: 10px;
        background: url(http://www.jx.xinhuanet.com/personInfo/images/nav-mobile.png) no-repeat;
        background-size: 100% 100%;
        width: 28px;
        height: 27px;
    }

    .head-right {
        display: none;
        width: 100vw;
        height: 16vh;
        background: #fff;
        z-index: 999;
    }


    .head-right li {
        float: left;
        font-size: 2vh;
        padding: 2% 0 2% 2%;
    }

    .head-right li a {
        color: #9C9C9C;
    }

    .g_content_p {
        display: none;
    }

    .g_content_m {
        margin: 15vh auto 0 auto;
        width: 90vw;
        height: auto;
    }

    .g_tol_m {
        height: auto;
        background: #fff;
        margin-bottom: 5vh;
    }

    .g_tol_m p {
        width: 100%;
        height: 5vh;
        font: 4vh/5vh 'kaiti', Arial, Helvetica, sans-serif;
        background: #4b5470;
        color: #fff;
        text-align: center;
    }

    .g_tol_m li {
        display: block;
        float: left;
        width: 100%;
        height: 10vh;
        font: 16px/6vh 'kaiti', Arial, Helvetica, sans-serif;
        border-bottom: 1px dotted #ccc;
        box-sizing: border-box;
    }

    .g_tol_m li a {
        display: block;
        padding: 0 4%;
        height: 10vh;
        width: 100%;
        font: 3vh/5vh 'kaiti', Arial, Helvetica, sans-serif;
        word-break: break-all;
        box-sizing: border-box;
        overflow: hidden;
    }

    .jxzw {
        margin: 0 auto;
        width: 45vw;
        height: 6vh;
        background: #4b5470;
        margin-bottom: 3vh;
    }

    .jxzw a {
        display: block;
        width: 100%;
        height: 6vh;
        text-align: center;
        color: #fff;
        font: 2vh/6vh 'Microfost Yahei';
    }

    .title_m {
        position: relative;
        margin-top: 120px;
        margin-bottom: 50px;
        width: 90vw;
        height: 1vh;
        background: #4b5470;
        z-index: 3;
    }

    .title_m::after {
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -100px;
        content: '';
        display: block;
        width: 200px;
        height: 40px;
        background: #4b5470;
        transform: skewX(-30deg);
        z-index: 1;
    }

    .title_m::before {
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -100px;
        content: '江西廉政';
        display: block;
        width: 200px;
        height: 40px;
        font: 30px/40px 'kaiti', Arial, Helvetica, sans-serif;
        text-align: center;
        color: #fff;
        z-index: 2;
    }
}

.footer {
    width: 100%;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    color: #B9B9B9;
    border-radius: 4px;
    padding: 16px 0 16px 0;
    text-align: center;
}