.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 {font-size:16px;
    display: block;
    color: #a7a7a7;
    padding-right: 20px;
    box-sizing: border-box;
    background: url(/uiFramework/commonResource/image/2022072117155152657.png) right center no-repeat;
}
/* 专题专栏 */

.ztzl_con {
    margin-top: 30px;
}

.ztzl_con ul li {
    width: 413px;
    height: 203px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
}

.ztzl_con ul li a {
    display: inline-block;
}

.ztzl_con ul li img {
    display: block;
    width: 413px;
    border-radius: 10px;
    box-sizing: border-box;
}

.ztzl_con ul li:nth-child(3n) {
    margin-right: 0;
}

/*归档专题*/
.gdzt {
    height: 300px;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 38px;
}

.gdzt ul {
    margin-top: 15px;
}

.gdzt ul li {
    width: 625px;
    float: left;
    margin-right: 25px;
}

.gdzt ul li:nth-child(2n) {
    margin-right: 0;
}
.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;
}

@media only screen and (max-width:1025px) {
.ztzl_con ul li{float:none;width:100%; margin-right:0px;height:20vh;}
.ztzl_con ul li a {display: block;height:20vh;}
.ztzl_con ul li img{width:100%;height:100%;}
.gdzt{height:auto;}
.gdzt ul li {width:100%;margin-right:0;}

.sub_Bd ul{min-height:auto;}
}