﻿/* 头条 */

.toutiao {
    height: 50px;
    margin: 43px auto 50px;
}

.toutiao h3 {
    width: 1200px;
    height: 50px;
    font-size: 38px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.toutiao h3 a {
    display: block;
    width: 100%;
    height: 50px;
    color: #159654;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.toutiao p {
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-top: 5px;
}

.toutiao p a {
    color: #999999;
}

.toutiao p a:hover {
    color: #159654;
}


/* 轮播 */

.lunbo {
    width: 655px;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.lunbo .hd {
    position: absolute;
    right: -40px;
    transform: translateX(-50%);
    bottom: 22px;
    z-index: 9;
}

.lunbo .hd ul li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.lunbo .hd ul li.on {
    width: 30px;
    border-radius: 20px;
    background: #159655;
}

.lunbo .prev,
.lunbo .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    cursor: pointer;
}

.lunbo .prev img,
.lunbo .next img {
    display: block;
    width: 100%;
    height: 100%;
}

.lunbo .prev {
    left: 0;
}

.lunbo .next {
    right: 0;
}

.lunbo .bd {
    overflow: hidden;
}

.lunbo .bd ul li {
    height: 370px;
    position: relative;
}

.lunbo .bd ul li img {
    width: 655px;
    height: 370px;
}

.lunbo .bd ul li p {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.lunbo .bd ul li p span {
    display: block;
    max-width: 75%;
    height: 60px;
    white-space: nowrap;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunbo .bd ul li span:hover {
    font-weight: 700;
}

.lunboTab {
    width: 585px;
    height: 370px;
    overflow: hidden;
}

.lunboTab .hd {
    height: 45px;
    border-bottom: 2px solid #f2f2f2;
}

.lunboTab .hd ul li {
    float: left;
    height: 45px;
    margin-right: 59px;
}

.lunboTab .hd ul li a {
    display: inline-block;
    font-size: 24px;
    color: #333333;
    height: 100%;
    position: relative;
}

.lunboTab .hd ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #159655;
    bottom: -2px;
    width: 0;
    transition: width .3s;
}

.lunboTab .hd ul li:last-child {
    margin-right: 0;
}

.lunboTab .hd ul li.on a {
    font-weight: 700;
}

.lunboTab .hd ul li.on a::after {
    width: 100%;
}

.lunboTab .bd ul {
    margin-top: 13px;
}


/* 首页横幅 */

.index_hf {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.index_hf .bd {
    overflow: hidden;
}

.index_hf .bd li {
    width: 100%;
    height: 120px;
}

.index_hf .bd li img {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.index_hf .hd {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.index_hf .hd ul li {
    width: 20px;
    height: 20px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    margin-right: 2px;
    text-align: center;
}

.index_hf .hd ul li.on {
    color: #fff;
    background: #00a652;
}


/* 政务公开 */

.index_zwgkBox {
    height: 401px;
    overflow: hidden;
}

.index_zwgk_l {
    width: 834px;
    height: 401px;
    overflow: hidden;
}

.index_zwgk_t {
    height: 307px;
    overflow: hidden;
}

.tab_Hd {
    height: 64px;
    border-bottom: 2px solid #f5f5f5;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.tab_Hd h3 {
    width: 174px;
    height: 64px;
    float: left;
    text-align: center;
    line-height: 64px;
    background: url(../images/index_icoBj_2022.png)center center no-repeat;
}

.tab_Hd h3 a {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-right: 20px;
    box-sizing: border-box;
}

.tab_Hd ul {
    float: left;
    margin-left: 40px;
}

.tab_Hd ul li {
    height: 64px;
    line-height: 64px;
    margin-right: 18px;
    float: left;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}

.tab_Hd ul li a {
    color: #333333;
    display: block;
}

.tab_Hd ul li.on {
    background: url(../images/index_ico_1_2022.png) center center no-repeat;
}

.tab_Hd ul li.on a {
    color: #159655;
}

.tab_Hd .more {
    line-height: 70px;
    position: absolute;
    right: 0;
    height: 64px;
}

.tab_Hd .more a {
    display: block;
    color: #a7a7a7;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(../images/more_2022.png) right center no-repeat;
}

.index_zwgk_t .bd ul {
    margin-top: 13px;
}

.index_zwgk_t .bd ul li a {
    max-width: 85%;
}

.index_zwgk_x {
    height: 77px;
    margin-top: 17px;
}

.index_zwgk_x a {
    display: block;
    width: 264px;
    height: 77px;
    line-height: 77px;
    font-size: 22px;
    float: left;
    margin-right: 21px;
    text-indent: 60px;
}

.index_zwgk_x a.index_jg {
    background: url(../images/index_zwgkbj1_2022.png) center center no-repeat;
}

.index_zwgk_x a.index_ld {
    background: url(../images/index_zwgkbj2_2022.png) center center no-repeat;
}

.index_zwgk_x a.index_ks {
    margin-right: 0;
    background: url(../images/index_zwgkbj3_2022.png) center center no-repeat;
}


/* 政府信息公开 */

.index_zfxxgk {
    width: 407px;
    height: 401px;
    overflow: hidden;
    background: #f5f5f5;
}

.index_zfxxgk h3 {
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: url(../images/index_zwgkbj4_2022.png) center center no-repeat;
}

.index_zfxxgk h3 a {
    color: #fff;
}

.index_zfxxgk .count {
    height: 337px;
    padding: 30px;
    box-sizing: border-box;
}

.index_zfxxgk .count a {
    display: block;
    width: 102px;
    height: 128px;
    float: left;
    padding: 17px 15px;
    box-sizing: border-box;
    margin-right: 20px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    background: url(../images/index_zwgkbj5_2022.png) center center no-repeat;
}

.index_zfxxgk .count a:nth-child(3n) {
    margin-right: 0;
}

.index_zfxxgk .count a em {
    display: block;
    height: 30px;
}

.index_zfxxgk .count a p {
    margin-top: 10px;
    line-height: 30px;
}

.index_zfxxgk .count a:hover {
    color: #159654;
}


/* 环境管理 */

.hjglBox {
    height: 300px;
}

.index_hjgl {
    width: 834px;
    height: 300px;
    overflow: hidden;
}


/* .index_hjgl .hd ul li:first-child.on {
    background: url(../images/index_ico_2_2022.png) center center no-repeat;
} */

.index_hjgl .bd ul {
    margin-top: 13px;
}

.index_hjgl .bd ul li a {
    max-width: 85%;
}


/* 环境空气质量实况 */

.index_kqzl {
    width: 407px;
    height: 298px;
}

.index_kqzl h3 {
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 24px;
    text-indent: 30px;
    background: url(../images/index_icoBj2_2022.png)center center no-repeat;
}

.index_kqzl_con {
    width: 407px;
    height: 201px;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/index_kqzlBj_2022.png) center center no-repeat;
}

.index_kqzl_t {
    height: 144px;
    position: relative;
    overflow: hidden;
}

.index_kqzl_t .kqzl_tit {
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #159655;
    overflow: hidden;
    margin-top: 10px;
}

.index_kqzl_t .kqzl_tit h4 {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin-left: 3px;
    color: #fff;
    background: url(../images/index_icoBj3_2022.png) center center no-repeat;
}

.index_kqzl_t .kqzl_tit h5 {
    display: inline-block;
    width: 104px;
    height: 32px;
    font-size: 16px;
    margin-left: 3px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: url(../images/index_icoBj5_2022.png) center center no-repeat;
}

.kqzl_cont_l {
    width: 210px;
    height: 60px;
    margin-top: 10px;
    overflow: hidden;
}

.kqzl_cont_l .kqzs {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #159655;
    float: left;
    background: url(../images/index_icoBj4_2022.png) center center no-repeat;
}

.kqzl_cont_l .date {
    display: block;
    width: 143px;
    height: 44px;
    font-size: 14px;
    margin-top: 6px;
    float: right;
}

.kqzl_cont_l .date p {
    line-height: 25px;
    color: #159655;
}

.kqzl_cont_r {
    min-width: 170px;
    height: 75px;
    margin-top: 8px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    right: 0
}

.kqzl_cont_r p {
    font-size: 14px;
    line-height: 25px;
}

.kqzl_cont_r p span {
    color: #333333;
}

.kqzl_cont_r p span.green {
    color: #159655;
}

.kqzl_cont_r p span.red1:first-child {
    margin-right: 10px;
}

.cxjy {
    height: 60px;
    line-height: 60px;
}


/* 互动交流 */

.index_hdjl {
    height: 335px;
    overflow: hidden;
}

.index_hdjl_cont {
    height: 241px;
    margin-top: 30px;
}

.index_hdjl_l {
    width: 833px;
    height: 241px;
}

.index_hdjl_l ul li {
    width: 264px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.index_hdjl_l ul li a {
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 22px;
    padding-right: 70px;
    box-sizing: border-box;
}

.index_hdjl_l ul li.index_wyxx {
    background: url(../images/index_hdjl_img1_2022.png) center center no-repeat;
}

.index_hdjl_l ul li.index_xjcx {
    background: url(../images/index_hdjl_img_2022.png) center center no-repeat;
}

.index_hdjl_l ul li.index_fktj {
    background: url(../images/index_hdjl_img3_2022.png) center center no-repeat;
    margin-right: 0;
}

.index_jbpt {
    width: 833px;
    height: 111px;
    margin-top: 30px;
}

.index_jbpt a {
    display: block;
}

.index_jbpt img {
    width: 100%;
    height: 100%;
}

.index_xjgs {
    width: 407px;
    height: 241px;
    background: url(../images/index_hdjl_img5_2022.png) center center no-repeat;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.index_xjgs h3 {
    width: 133px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 38px;
    top: -5px;
}

.index_xjgs ul {
    margin-top: 10px;
}

.index_xjgs ul li {
    height: 46px;
    line-height: 46px;
}

.index_xjgs ul li a {
    display: block;
    max-width: 100%;
    height: 46px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_xjgs ul li a:hover {
    font-weight: 700;
    color: #159655;
}

.index_ztzl {
    height: 206px;
    overflow: hidden;
}

.index_ztzl h3 {
    height: 25px;
    font-size: 24px;
    text-align: center;
    line-height: 25px;
    background: url(../images/index_ztz_img1_2022.png) center center no-repeat;
}

.index_ztzl_cont {
    height: 150px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.index_ztzl_cont ul li {
    width: 305px;
    height: 150px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.index_ztzl_cont ul li img {
    width: 305px;
}

.index_ztzl_cont .prev,
.index_ztzl_cont .next {
    width: 24px;
    height: 39px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.index_ztzl_cont .prev {
    left: 0;
    background: url(../images/ztzl_left_2022.png)center center no-repeat;
}

.index_ztzl_cont .next {
    right: 0;
    background: url(../images/ztzl_right_2022.png)center center no-repeat;
}


/* 首页段横幅 */

.index_syhf_l {
    width: 630px;
    height: 120px;
}

.index_syhf_l img {
    width: 630px;
    height: 120px;
}

.index_syhf_r {
    width: 630px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.index_syhf_r .hd {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.index_syhf_r .hd ul li {
    width: 20px;
    height: 20px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    margin-right: 2px;
    text-align: center;
}

.index_syhf_r .hd ul li.on {
    color: #fff;
    background: #00a652;
}

.index_syhf_r .bd {
    overflow: hidden;
}

.index_syhf_r .bd li img {
    display: inline-block;
    width: 100%;
    height: 120px;
}