.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;
}
.sub_Hd {
    height: 45px;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
}

.sub_Hd ul li {
    float: left;
    height: 45px;
}

.sub_Hd ul li a {
    display: inline-block;
    font-size: 24px;
    color: #333333;
    height: 100%;
    font-weight: bold;
    position: relative;
}

.sub_Hd ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #159655;
    bottom: -2px;
    width: 100%;
    transition: width .3s;
}

.sub_Bd ul {
    margin-top: 13px;
    min-height: 778px;
}

.sub_Hd .more {
    line-height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 64px;
}

.sub_Hd .more a {
    display: block;
    color: #a7a7a7;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(/uiFramework/commonResource/image/2022072117155152657.png) right center no-repeat;
    font-size: 16px;
}


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

.tong_list ul 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 ul 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 ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}


/* .tong_list ul 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 ul li:hover a {
    color: #159655;
    font-weight: 600;
}

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


/* 要闻动态 */

.qndtBox {
    height: 370px;
    overflow: hidden;
}

.qndtBox .qndt {
    width: 655px;
    height: 370px;
    overflow: hidden;
}

.qndtBox .mndt {
    width: 585px;
    height: 370px;
    overflow: hidden;
}

/*图片新闻*/
.tpxw {
    height: 315px;
    overflow: hidden;
}

.tpxw 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;
}
.tpxw h3 a{ font-size: 24px;}
.tpxw_con {
    height: 260px;
    margin-top: 30px;
    overflow: hidden;
}

.tpxw_con ul li {
    width: 305px;
    height: 260px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.tpxw_con ul li:nth-child(4) {
    margin-right: 0;
}

.tpxw_con ul li .img {
    width: 305px;
    height: 172px;
    overflow: hidden;
}

.tpxw_con ul li .img img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tpxw_con ul li p {
    width: 100%;
    height: 88px;
    border: 1px solid #f2f2f2;
    border-top: 0px;
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    line-height: 32px;
    padding: 15px 20px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 18px;
    -webkit-box-orient: vertical;
}

.tpxw_con ul li a:hover p {
    background: #f5fdf3;
    border-color: #f5fdf3;
    color: #159655;
}


@media only screen and (max-width:1025px) {
#lunbo,#lunboTab,#qndt,#mndt{float:none;}
.lunbo,.lunboTab,.index_hdjl_l,.lunbo .bd ul li img,.tpxw_con ul li .img{width:100%;}
.lunbo,.lunbo .bd ul li,.lunbo .bd ul li img{height:270px;}
.lunboTab{margin-top:20px;height:auto;}

.sub_Bd ul{min-height:auto;}
.qndtBox,.tpxw,.tpxw_con{height:auto;}
.qndtBox .qndt,.qndtBox .mndt{width:100%;height:auto;}
#mndt{margin-top:20px;}
.tpxw h3{background-size: cover;}
.tpxw_con ul li{width:48%;}
.tpxw_con ul li:nth-child(2){margin-right:0px;margin-bottom:15px;}
.tpxw_con ul li:nth-child(1){margin-bottom:15px;}
}

@media screen and (max-width:768px) {
.lunboTab .hd ul li{    margin-right: 10px;}
.lunboTab .hd ul li a {font-size: 20px;}
.tpxw_con ul li{width:47%;}
}
@media screen and (max-width:500px) {
.tpxw_con ul li{width:46%;}
}