* {
    box-sizing: border-box;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px;
}

a:hover {
    color: #c8262b;
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
    color: rgb(51, 51, 51);
    font-family: "microsoft yahei";
    font-size: 16px;
    background: url(../images/xxgk_body.jpg) no-repeat top rgb(255, 255, 255);
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    cursor: pointer;
}

td{
    font-size: 12px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
}

em {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

i {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

.header {
    height: 365px;
}

.wrap {
    margin: 0px auto;
    width: 1100px;
}

.logo a {
    background: url(../images/xxgk_logo.png) no-repeat left;
    height: 77px;
    padding-left: 80px;
    margin-top: 13px;
    margin-left: 5px;
    display: inline-block;
}

.logo a span {
    color: rgb(255, 255, 255);
    padding-top: 10px;
    font-size: 35px;
    font-weight: bold;
    display: block;
}

.article-title {
    text-align: center;
    margin-top: 33px;
}

.article-title span {
    color: rgb(255, 255, 255);
    font-size: 100px;
    font-weight: bold;
    position: relative;
    text-shadow: 0px 0px 2px rgba(18, 54, 99, 0.54);
}

.article-title span::before {
    background: rgb(255, 255, 255);
    left: 211px;
    width: 488px;
    height: 2px;
    bottom: -12px;
    position: absolute;
    content: "";
}

.wrap {
    margin: 0px auto;
    width: 1100px;
}

.main {
    background: rgb(242, 242, 242);
    padding: 84px 36px 36px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.con-t-bor {
    border: 1px solid #dfdfdf;
    background: #fffcec url(../images/con-t-bg.jpg) repeat-x;
    margin-top: 10px;
}

.con-con-bg {
    background: #ffffff url(images/sear-posbg.jpg) repeat-x;
    padding-left: 45px;
    padding-right: 45px;
    border: 1px solid #d8d6d6;
    margin-top: 10px;
}

.con-con-bt {
    color: #ba0707;
    font-weight: bold;
    font-size: 26px;
}

.con-con-cnt table{
    border: 1px solid #333;
    border-collapse: collapse;
    width: 100%;
}
.con-con-cnt table td{
    border: 1px solid #333;
    line-height: 1.5em;
    padding: 0 10px;
}

.con-gray {
    color: #212121;
}

.con-con-line {
    background: url(../images/con-dot.gif) repeat-x 0 100%;
}

.con-con-cnt {
    font-size: 14px;
    color: #484747;
    line-height: 28px;
    padding-top: 35px;
    padding-bottom: 25px;
}

.list-link {
    font-size: 14px;
    color: #4e4d4d;
}


/* footer */
.footer {
    height: 184px;
    line-height: 32px;
    padding-top: 30px;
    font-size: 14px;
    border-top-color: rgb(45, 102, 165);
    border-top-width: 10px;
    border-top-style: solid;
}

.foot {
    margin: 0px auto;
    width: 1100px;
    overflow: hidden;
}

.footzb {
    width: 150px;
    float: left;
    margin-left: 100px;
}

.copyright {
    width: 600px;
    margin: 0px auto;
    text-align: center;
}

.footyb {
    width: 150px;
    float: right;
    margin-right: 100px;
}

.xxdk-news-list li a:hover {
    color: rgb(45, 102, 165);
}

a.zdgk-more:hover {
    background: rgb(45, 102, 165);
    color: rgb(255, 255, 255);
}