.xl{
    height: 56px;
    line-height: 56px;
    margin-top: 2px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}
/*公用当前位置*/
.xl>.container {
    position: relative;
    font-size: 16px;
    color: #333333;
}
.xl>.container span a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.xl>.container span a:last-child {
    color: #159655;
}

.xl>.container span a:hover {
    color: #159655;
}
/* 通用概览 */

.sub_nav {
    width: 277px;
    min-height: 200px;
    overflow: hidden;
}

.sub_title {
    width: 277px;
    height: 100px;
    text-align: center;
    background: url(/sthjj/images/sub_title_2022.png) center center no-repeat;
}

.sub_title h3 {
    display: inline-block;
    height: 36px;
    margin-top: 32px;
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
    position: relative;
}

.sub_title h3::after {
    content: "";
    width: 26px;
    height: 2px;
    background: #eed41a;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.sub_nav ul {
    margin-top: 10px;
    background: #f3fff9;
    padding: 30px 40px;
}

.sub_nav ul li {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sub_nav ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.sub_nav ul li a {
    display: block;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    background: url(/sthjj/images/wzdt_img2_2022.png) left center no-repeat;
    font-size: 20px;
}

.sub_nav ul li a:hover {
    color: #159655;
    background: url(/sthjj/images/wzdt_img2_1_2022.png)left center no-repeat;
}

.sub_nav ul li.on a {
    color: #159655;
    background: url(/sthjj/images/wzdt_img2_1_2022.png)left center no-repeat;
}



.sub_cont {
    width: 960px;
    min-height: 200px;
}
.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;
}
.tong_list ul {
    position: relative;
    margin-top: 13px;
    min-height: 778px;
}

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

.tong_list ul li:nth-child(8){
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #b7b7b7;
}

/* 图片列表 */

.sub_cont .tpxw_con {
    height: auto;
    margin-top: 10px;
}

.sub_cont .tpxw_con ul {
    min-height: 778px;
}

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

.sub_cont .tpxw_con ul li:nth-child(3n) {
    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;
}


/* 通用单页 */

.tydy {
    margin-top: 30px;
    margin-bottom: 40px;
}

.tydy * {
    line-height: 40px !important;
    font-size: 16px !important;
    color: #666666 !important;
    font-family: '微软雅黑' !important;
}

/*-----互动交流-*/
.cont {
    padding-top: 30px;
    color: #666666;
    min-height: 200px
}
/* 留言须知 */

.lyxz .cont * {
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 36px !important;
    font-family: "微软雅黑" !important;
}

.lyxz .jumpInput {
    margin-top: 50px;
    position: relative;
    padding-top: 50px;
    border-top: 1px dashed #f2f2f2;
    box-sizing: border-box;
}

.lyxz .jumpInput>div {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.lyxz .jumpInput label {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 365px;
    background: #fff;
    border: 1px solid #159655;
    border-radius: 3px;
}

.lyxz .jumpInput input:checked+label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 16px;
    color: #159655;
    line-height: 16px;
}

.lyxz .jumpInput input {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.lyxz .jumpInput span {
    font-size: 14px;
    color: #666;
}

.lyxz .jumpInput button {
    display: block;
    width: 115px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: not-allowed;
    margin-left: 15px;
    background-color: #999;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

.lyxz .jumpInput button.active {
    transition: .3s;
    cursor: pointer;
    background: #159655;
}


@media only screen and (max-width:1025px) {
.sub_cont{width:100%;}
.tong_list ul{min-height:auto;}
.lyxz .jumpInput label{left:37%;}
.lyxz .jumpInput input{display:none;border:0 none;background:none;}
.lyxz .jumpInput span{margin-left:10px;}
/*图片新闻*/
.sub_cont .tpxw_con ul{min-height:auto;}
.sub_cont .tpxw_con ul li{width:49%;margin-right:15px;height:auto;}
.sub_cont .tpxw_con ul li:nth-child(2n){margin-right:0px;}
.sub_cont .tpxw_con ul li:nth-child(3n){margin-right:15px;}
.tpxw_con ul li .img {width:100%;height:24vh;}
.tpxw_con ul li .img img{width:100%;height:100%;}
}
@media screen and (max-width:768px) {
.lyxz .jumpInput label{left:33%;}
.tpxw_con ul li .img {height:20vh;}
.sub_cont .tpxw_con ul li{width:48%;}
}
@media screen and (max-width:500px) {
.lyxz .jumpInput label{left:23.5%;}
.tpxw_con ul li .img {height:16vh;}
.sub_cont .tpxw_con ul li{width:47%;}
}
@media screen and (max-width:400px) {
.lyxz .jumpInput label{left:21.5%;}
}
@media screen and (max-width:460px) {
.lyxz .jumpInput label{left:16.5%;}
}