.nosub_cont {
    width: 100%;
}
.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;
}

.tong_list ul {
    position: relative;
}

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

/*联系我们*/
.tydy {
    margin-top: 30px;
    margin-bottom: 40px;
}

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

.wzdt {
    min-height: 600px;
}

.wzdt .block {
    margin-bottom: 30px;
}

.wzdt .block h3 {
    height: 45px;
    border-bottom: 2px solid #f2f2f2;
}

.wzdt .block h3 a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #333333;
    padding-left: 25px;
    box-sizing: border-box;
    background: url(/uiFramework/commonResource/image/2022072611410237727.png) left center no-repeat;
}

.wzdt .block h3 a:hover {
    color: #159655;
}

.wzdt .block p {
    margin-top: 10px;
}

.wzdt .block p a {
    float: left;
    width: 11%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #333333;
    margin-right: 40px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/uiFramework/commonResource/image/2022072611414634362.png) left center no-repeat;
}

.wzdt .block p a:hover {
    color: #159655;
}

@media only screen and (max-width:1025px) {
.wzdt .block p a{width:auto; margin-right:20px;}
.sub_Bd ul{min-height:auto;}
}