/* 头条 */
.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;
}
div#hjkqzlsk {
    width: 450px;
}

#hjkqzlsk ul li{
    width: 205px;
    height: 92px;
    margin-right: 20px;
    float: left;
    margin-top: 20px;
    text-align: center;
    line-height: 92px;
    font-size: 20px;
    background: url(/sthjj/images/hjgl_img4_2022.png) center center no-repeat;
}
#hjkqzlsk ul li a{
    display: block;
    font-size: 20px;
}
    
#hjkqzlsk ul li:hover{
    background: url(/sthjj/images/hjgl_img5_2022.png) center center no-repeat;
}


.toutiao h3 a {
    display: block;
    width: 100%;
    height: 50px;
    color: #159654;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 38px;
}

.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: 58px;
}

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


/* 通用列表 */

.tong_list ol{
    /*position: relative;*/
}

.tong_list ol li {
    height: 46px;
    line-height: 46px;
}

.tong_list ol li a {
    display: inline-block;
    padding-left: 22px;
    position: relative;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
}

.tong_list ol li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #d7d7d7;
    transform: translateY(-50%);
}

.tong_list ol li span {
    float: right;
    font-size: 16px;
    color: #999999;
}


/* .tong_list ol li:hover {
    background-image: -moz-linear-gradient( 180deg, transparent 0, rgb(156, 193, 133, .3) 50%), transparent 100%;
    background-image: -webkit-linear-gradient( 180deg, transparent 0, rgb(156, 193, 133, .3) 50%, transparent 100%);
    background-image: -ms-linear-gradient( 180deg, transparent 0, rgb(156, 193, 133, .3) 50%, transparent 100%);
} */

.tong_list ol li:hover a {
    color: #159655;
    font-weight: 600;
}

.tong_list ol li:hover a::after {
    background: #159655;
}


.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(/sthjj/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;
    font-size: 20px;
}

.tab_Hd ul li.on {
    background: url(/sthjj/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(/sthjj/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(/sthjj/images/index_zwgkbj1_2022.png) center center no-repeat;
}

.index_zwgk_x a.index_ld {
    background: url(/sthjj/images/index_zwgkbj2_2022.png) center center no-repeat;
}

.index_zwgk_x a.index_ks {
    margin-right: 0;
    background: url(/sthjj/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(/sthjj/images/index_zwgkbj4_2022.png) center center no-repeat;
}

.index_zfxxgk h3 a {
    color: #fff;
    font-size: 24px;
}

.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(/eportal/imageDir/sthjj/2022/11/img_pc_site/2022112216365849246.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;
}
/*区域评估*/
.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;
}

/*环境空气质量实况*/
.index_hjgl{
    width: 784px;
    height: 300px;
    overflow: hidden;
}
.index_kqzl {
    width: 407px;
    height: 298px;
}

.index_kqzl h3 {
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 24px;
    text-indent: 30px;
    background: url(/sthjj/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(/sthjj/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(/sthjj/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(/sthjj/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(/sthjj/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(/sthjj/images/index_hdjl_img1_2022.png) center center no-repeat;
}

.index_hdjl_l ul li.index_xjcx {
    background: url(/sthjj/images/index_hdjl_img_2022.png) center center no-repeat;
}

.index_hdjl_l ul li.index_fktj {
    background: url(/sthjj/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(/uiFramework/commonResource/image/2022072113273592861.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 h3 a{ font-size: 24px;}
.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(/sthjj/images/index_ztz_img1_2022.png) center center no-repeat;
}
.index_ztzl h3 a{ font-size: 24px;}
.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(/sthjj/images/ztzl_left_2022.png)center center no-repeat;
}

.index_ztzl_cont .next {
    right: 0;
    background: url(/sthjj/images/ztzl_right_2022.png)center center no-repeat;
}

/* 首页侧边导航  start */

.cebian {
    width: 85px;
    height: 287px;
    position: fixed;
    top: 50%;
    right: 7%;
    border: 1px solid #d1efe0;
    box-sizing: border-box;
    background: #fff;
}

.cebian ul {
    height: 254px;
    background: #f3fff9;
    box-sizing: border-box;
}

.cebian ul li {
    width: 85px;
    height: 85px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 1px solid #d1efe0;
    cursor: pointer;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}

.cebian ul li p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #159655;
    text-align: center;
}

.TOP {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.cbdh_yc {
    position: absolute;
    pointer-events: none;
    left: -160px;
    top: 50%;
    width: 130px;
    height: 130px;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -50%);
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
}

.cbdh_yc img {
    display: inline-block;
    width: 130px;
    height: 130px;
}

.cbdh_yc p {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #222222;
}

.cbdh_yc::after {
    position: absolute;
    height: 15px;
    width: 15px;
    content: '';
    background-color: #fff;
    top: 50%;
    right: -7px;
    transform: translate(0, -50%) rotate(45deg);
}

.cebian ul li:hover .cbdh_yc {
    pointer-events: none;
    opacity: 1;
}

.cebian ul li:hover>p {
    color: #159655;
}


/* 首页侧边导航 end */


@media only screen and (max-width:1025px) {
.toutiao{margin: 20px auto 20px;}
.toutiao h3,.index_zfxxgk{width:100%;}
.toutiao h3 a{font-size: 26px;}
#lunbo,.lunboTab,#zfxxgk,#index_syhf_l,#index_syhf_r,#hjkqzlsk,#index_hdjl_l,#index_hdjl_r{float:none;}
.lunbo,.lunboTab,.index_hdjl_l,.lunbo .bd ul li img{width:100%;}
.lunbo,.lunbo .bd ul li,.lunbo .bd ul li img{height:270px;}
.lunboTab{margin-top:20px;height:auto;}

.index_zwgkBox{height:auto;}
.index_zwgk_l,.index_hjgl{float:none;width:100%;}
.tab_Hd h3{width:20%;background-size: 100% 100%;}
.tab_Hd h3 a{font-size:20px;}
.tab_Hd ul{    margin-left: 10px; width: 78%;}
.tab_Hd ul li{    margin-right: 10px;    padding: 0px 5px;}

.index_zwgk_t,.index_zwgk_x,.index_hdjl_l,.index_jbpt,.index_hdjl_cont,.index_hdjl{height:auto;}
.index_zwgk_x a{    width: 100%; background-size: 100% 100% !important;margin-right: 0;}
.index_zwgk_x a.index_jg,.index_zwgk_x a.index_ld,.index_hdjl_l ul li.index_wyxx,.index_hdjl_l ul li.index_xjcx{margin-bottom:15px;}

.index_zfxxgk h3{    background-size: 100% 100%;}
.index_zfxxgk .count a{width: 32%;margin-right: 1%;}
.index_syhf_l,.index_syhf_l img,.index_syhf_r,.index_kqzl,.index_jbpt{width:100%;}
.index_syhf_l{margin-bottom:20px;}
.index_syhf_l img{height:100%;}

.index_hdjl_l ul li{width: 100%; background-size: 100% 100% !important;margin-right: 0px;}
.index_xjgs{width:auto;margin-top: 30px;height: auto;background-size: 100% 100%;}
.index_ztzl_cont,.index_ztzl_cont ul li{width:100%;}
.index_ztzl_cont ul li img{width:100%;height:100%;}
.index_hf{margin-top:0;}

.index_kqzl,.index_syhf_l{height:auto;}
.index_kqzl h3{background-size: 100% 100%;font-size: 20px;}
.index_kqzl_con{
    background-size: 100% 100%;
    width: 100%;
    padding: 0 3%;
    height:auto;
}
.kqzl_cont_l{width:;}


#yqlink{display:none;}
.cebian{right:0;}
}

@media screen and (max-width:768px) {
.lunboTab .hd ul li{    margin-right: 10px;}
.lunboTab .hd ul li a {font-size: 20px;}
.index_hf,.index_hf .bd li,.index_hf .bd li img{height:15vh;}
}
@media screen and (max-width:500px) {
.tab_Hd h3{width:24%;}
.tab_Hd ul{    margin-left: 10px; width: 68%;}
.tab_Hd ul li{    margin-right:2px;    padding: 0px 2px;}
.tab_Hd ul li a{font-size:16px;}
}