body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    background: url(bg.png) top center no-repeat #fff;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.header1 {
    height: 600px;
    position: relative;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
}

.header1 .logo {
    position: absolute;
    top: 20px;
    left: 0;
    padding-top: 0;
}

.header1 .back {
    position: absolute;
    top: 20px;
    right: 0;
    width: 75px;
    height: 37px;
    background: url(back_bg.png) 10px 10px no-repeat #fcb238;
    display: block;
    color: #fff;
    line-height: 37px;
    padding-left: 35px;
}

.content {
    margin-top: 60px;
}

.content .list {
    float: left;
    width: 582px;
    border: 1px solid #e9bdaf;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
}

.content .list:nth-of-type(2n) {
    float: right;
}

.content .list>.title {
    line-height: 60px;
    font-size: 18px;
    background: url(title_bg.png) 30px no-repeat #fdf1e7;
    padding: 0 30px 0 70px;
    font-weight: bold;
}

.content .list>.title>a {
    color: #333;
}

.content .list>.con {
    padding: 20px 30px;
    line-height: 30px;
    height: 80px;
}

.content .list>.date {
    line-height: 30px;
    padding: 0 30px 20px;
    color: #999;
}

.banner {
    width: 100%;
    background-color: #fdf1e7;
    height: 190px;
    padding-top: 50px;
}

.banner a {
    float: left;
    margin-right: 30px;
}

.banner a:nth-of-type(3) {
    margin-right: 0;
}


/* 分页修改 */

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #b70000;
    border: 1px solid #b70000;
}

.page_hide span {
    background-color: #b70000;
    color: #fff;
    border: 1px solid #b70000;
}

.footer {
    margin-top: 0;
    background: #ba0200;
}

.footer .block>a {
    color: #fff;
}

.footer .block4 * {
    color: #fff;
}

.footer .block {
    background: #aa0b09;
}

.footer .block7 p {
    color: #fff;
}

.footer .block7 a {
    color: #fff !important;
}

.footer .block1 a {
    background: url(http://www.huhhot.gov.cn/material/images/footer_icon1_w.png) no-repeat center 24px;
}

.footer .block2 a {
    background: url(http://www.huhhot.gov.cn/material/images/footer_icon2_w.png) no-repeat center 24px;
}

.footer .block3 a {
    background: url(http://www.huhhot.gov.cn/material/images/footer_icon3_w.png) no-repeat center 24px;
}

.footer .block5 a {
    background: url(http://www.huhhot.gov.cn/material/images/footer_icon5_w.png) no-repeat center 24px;
}