.content-detail .gkml {
        background-color: #2d66a5 !important;
        color: #fff !important;
        width: 100% !important;
        background-image: url(../img/icon_gkzn.png) !important;
        background-repeat: no-repeat !important;
        background-position: 20px bottom !important;
    }

.content-detail .second-menu {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    background: #ffffff;
}
.content-detail .second-menu .tab {
    height: 30px;
    display: flex;
}
.content-detail .second-menu .tab .fenlei {
                width: 50%;
                cursor: pointer;
                font-weight: bold;
                height: 30px;
                text-align: center;
                line-height: 30px;
                font-size: 14px;
            }

.content-detail .second-menu .tab .zhuti {
                color: #2e6b97;
                background-color: #d8e3eb;
            }

.content-detail .second-menu .tab .jigou {
                color: #333333;
                background-color: #e6e6e6;
            }

.content-detail .ztfl {
    margin: 15px 0;
    display: block;
}
.content-detail .ztfl  div {
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    width: 100%;
    padding-left: 18px;
    font-size: 15px;
}
.content-detail .ztfl div a{
                    color: #4d4d4d;
                    text-decoration: none;
                }
.content-detail .ztfl div:hover{
                background-color: #e6f5ff;
            }

.content-detail .jgfl {
    margin: 15px 0;
    display: none;
}
.content-detail .jgfl div {
    font-weight: bold;
    line-height: 32px;
    text-align: left;
    width: 100%;
    padding-left: 18px;
    font-size: 15px;
}
.content-detail .jgfl div a{
                    color: #4d4d4d;
                    text-decoration: none;
                }

.content-detail .jgfl  div:hover{
                background-color: #e6f5ff;
            }

.content-detail .zd-content {
    margin: 25px 40px;
}
.content-detail .zd-content  li {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0;
}

.content-detail .zd-content a {
    display: inline-block;
    color: #4b4b4b;
    width: 535px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    text-decoration: none;
}

.content-detail .right .zd-content a:hover {
    color: #2d66a5;
}

.content-detail .right .zd-content span {
    padding-left: 5px;
    color: #999;
    text-align: center;
    font-size: 17px;
}



