body {
    background: url(bg.png) top center no-repeat #effef7;
}

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

.header {
    height: 600px;
    padding-top: 30px;
}

.header .l a {
    width: 277px;
    height: 67px;
    display: block;
    background: url(logo.png) no-repeat center;
}

.header .r a {
    display: block;
    width: 122px;
    height: 40px;
    padding-left: 28px;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    box-sizing: border-box;
    color: #fff;
    background: url(back.png) no-repeat center;
    float: right;
}

.dtxx .title {
    height: 80px;
    padding-top: 20px;
    box-sizing: border-box;
    background: url(dtxx_title.png) no-repeat center;
}

.dtxx .title a {
    display: block;
    width: 220px;
    height: 55px;
    margin: auto;
}

.dtxx_c {
    width: 1213px;
    height: 506px;
    margin-top: 10px;
    background: url(dtxx_bj.png) no-repeat center;
}


/*轮播图*/

.lunBox {
    float: left;
    width: 741px;
    height: 417px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.lunBox .bd ul li {
    width: 741px;
    height: 417px;
    position: relative;
}

.lunBox .bd ul li>a {
    display: block;
    width: 741px;
    height: 417px;
    overflow: hidden;
}

.lunBox .bd ul li>a img {
    display: block;
    width: 741px;
    height: 417px;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}

.lunBox .bd ul li a:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.lunBox .bd ul li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 103px;
    background: url(dtxx_text.png) no-repeat center;
}

.lunBox .bd ul li h3 a {
    float: left;
    width: 80%;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 40px;
}

.lunBox .bd ul li h3 a:hover {
    font-weight: bold;
}

.lunBox .hd {
    position: absolute;
    right: 30px;
    bottom: 35px;
    z-index: 9;
}

.lunBox .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #ffffff;
}

.lunBox .hd ul li:first-child {
    margin-left: 0;
}

.lunBox .hd ul li.on {
    background-color: #188956;
}

.lunBox .prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.lunBox .next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -30px;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.lunBox:hover .prev {
    display: block;
}

.lunBox:hover .next {
    display: block;
}

.dtxx_list {
    width: 459px;
    height: 480px;
    float: left;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 50px;
}

.dtxx_list ul li {
    float: left;
    width: 100%;
    line-height: 48px;
    background: url(lvdian.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 22px;
}

.dtxx_list ul li:first-child {
    border-bottom: 1px dashed #bcbcbc;
    background: none;
    padding-left: 0;
    padding-bottom: 20px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.dtxx_list ul li:first-child>a {
    font-weight: bold;
    font-size: 20px;
}

.dtxx_list ul li:first-child p {
    font-size: 16px;
    color: #666666;
    display: block;
    line-height: 30px;
    text-align: justify;
}

.dtxx_list ul li:first-child p a {
    color: #d81205;
}

.dtxx_list ul li>a {
    font-size: 18px;
    display: block;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dtxx_list ul li:hover>a {
    color: #188956;
}

.zcwj {
    height: 718px;
    margin-top: 50px;
    background: url(zcwj_bj.png) no-repeat center;
}

.zcwj .title {
    padding-top: 56px;
}

.zcwj .title a {
    display: block;
    width: 220px;
    height: 55px;
    margin: auto;
}

.zcwj_c {
    width: 1226px;
    margin: auto;
    margin-top: 45px;
}

.zcwj_c .hd {
    height: 52px;
    display: table;
    margin: auto;
}

.zcwj_c .hd ul li {
    float: left;
    height: 52px;
    background-color: #d8ffed;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: 30px;
    transition: all 0.1s;
}

.zcwj_c .hd ul li:last-child {
    margin-right: 0;
}

.zcwj_c .hd ul li.on {
    width: 190px;
    height: 62px;
    margin-top: -10px;
    background: url(zcwj_hd_li.png) no-repeat center;
}

.zcwj_c .hd ul li a {
    display: block;
    padding: 0 40px;
    line-height: 52px;
    color: #188956;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.zcwj_c .hd ul li.on a {
    color: #ffffff;
    line-height: 62px;
}

.zcwj_c .bd {
    height: 516px;
    padding: 10px 13px 16px 13px;
    background: url(zcwj_c_bd.png) no-repeat center top;
    box-sizing: border-box;
    margin-top: -10px;
}

.zcwj_c .bd>div {
    box-sizing: border-box;
    padding: 10px 40px 0 40px;
}

.zcwj_c .bd>div ul {
    padding-bottom: 40px;
}

.zcwj_c .bd>div ul li {
    float: left;
    width: 540px;
    height: 106px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-right: 40px;
    margin-top: 30px;
}

.zcwj_c .bd>div ul li:nth-child(2n) {
    margin-right: 0;
}

.zcwj_c .bd>div ul li .date {
    width: 78px;
    height: 75px;
    float: left;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-right: 15px;
}

.zcwj_c .bd>div ul li .date em {
    font-size: 32px;
    color: #999999;
    line-height: 40px;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.zcwj_c .bd>div ul li .date i {
    font-size: 16px;
    color: #999999;
    display: block;
    text-align: center;
}

.zcwj_c .bd>div ul li .text a {
    width: 447px;
    font-size: 18px;
    color: #333333;
    display: block;
    float: left;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.zcwj_c .bd>div ul li:hover .text a {
    color: #188956;
    font-weight: bold;
}

.zcwj_c .bd>div .a2 {
    width: 209px;
    height: 49px;
    display: block;
    border-radius: 50px;
    box-sizing: border-box;
    border: 1px solid #188956;
    background-color: #ffffff;
    margin: auto;
    text-align: center;
    line-height: 49px;
    font-size: 18px;
    color: #188956;
}

.xy {
    margin-top: 40px;
    margin-bottom: 40px;
}

.xy .l,
.xy .r {
    width: 580px;
}

.xy .l .title {
    height: 76px;
    background: url(xygs_title.png) no-repeat center;
}

.xy .l .title a {
    width: 220px;
    height: 76px;
    display: block;
    float: left;
}

.xy .r .title {
    height: 76px;
    background: url(xyzs_title.png) no-repeat center;
}

.xygs .hd {
    height: 58px;
    margin-top: 34px;
}

.xygs .hd ul li {
    width: 290px;
    height: 58px;
    background-color: #a2d6b7;
    float: left;
}

.xygs .hd ul li.on {
    background: url(xygs_hd_li.png) no-repeat center;
}

.xygs .hd ul li:last-child.on {
    background: url(xygs_hd_li2.png) no-repeat center;
}

.xygs .hd ul li a {
    font-size: 20px;
    color: #ffffff;
    display: block;
    line-height: 58px;
    box-sizing: border-box;
    padding-left: 122px;
    background: url(xygs_xtb.png) no-repeat 85px center;
}

.xygs .hd ul li:nth-child(2) a {
    background: url(xygs_xtb2.png) no-repeat 85px center;
}

.xygs .bd ul {
    padding-top: 20px;
}

.xygs .bd ul li {
    float: left;
    width: 100%;
    line-height: 48px;
    background: url(lvdian.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 22px;
}

.xygs .bd ul li>a {
    width: 78%;
    font-size: 18px;
    display: block;
    color: #333333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xygs .bd ul li:hover>a {
    color: #188956;
}

.xygs .bd ul li>span {
    font-size: 16px;
    display: block;
    color: #999999;
    float: right;
}

.xy .r .title a {
    width: 220px;
    height: 76px;
    display: block;
    float: left;
}

.xyzs ul {
    padding-top: 17px;
}

.xyzs ul li {
    float: left;
    width: 100%;
    line-height: 48px;
    background: url(lvdian.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 22px;
}

.xyzs ul li>a {
    width: 78%;
    font-size: 18px;
    display: block;
    color: #333333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyzs ul li:hover>a {
    color: #188956;
}

.xyzs ul li>span {
    font-size: 16px;
    display: block;
    color: #999999;
    float: right;
}

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

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

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

.footer .block {
    background: #2ba66e;
}

.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;
}

.footer .block5 ul li a {
    color: #fff !important;
}

.footer .block5 li:nth-of-type(1) a {
    background: url(http://www.huhhot.gov.cn/material/images/wb_footer2.png) no-repeat center left !important;
}

.footer .block5 li:nth-of-type(2) a {
    background: url(http://www.huhhot.gov.cn/material/images/wx_footer2.png) no-repeat center left !important;
}

.xygs ul li {
    width: 259px;
    float: left;
    height: 58px;
    border-radius: 5px;
    background-color: #2ba56d;
    font-size: 20px;
    margin-top: 20px;
    line-height: 58px;
    background-position: 70px center;
    background-repeat: no-repeat;
}

.xygs ul li:nth-child(2n) {
    margin-left: 20px;
}

.xygs ul li:hover {
    font-weight: bold;
    background-color: #ffd066;
}

.xygs ul li:nth-child(1) {
    background-image: url(xz1.png);
}

.xygs ul li:nth-child(2) {
    background-image: url(xz2.png);
}

.xygs ul li:nth-child(3) {
    background-image: url(xz3.png);
}

.xygs ul li:nth-child(4) {
    background-image: url(xz4.png);
}

.xygs ul li:nth-child(5) {
    background-image: url(xz5.png);
}

.xygs ul li:nth-child(6) {
    background-image: url(xz6.png);
}

.xygs ul li:nth-child(7) {
    background-image: url(xz7.png);
}

.xygs ul li:nth-child(8) {
    background-image: url(xz8.png);
}

.xygs ul li:nth-child(9) {
    background-image: url(xz9.png);
}

.xygs ul li:nth-child(10) {
    background-image: url(xz10.png);
}

.xygs ul li a {
    color: #fff;
    padding-left: 105px;
}