
.content-detail .gkzd {
    background-color: #2d66a5 !important;
    color: #fff !important;
    width: 100% !important;
    background-image: url(../img/icon_ysqgk.png) !important;
    background-repeat: no-repeat !important;
    background-position: 20px bottom !important;
 }

.content-detail .right .zd-content {
                margin: 25px 40px;
            }
.content-detail .right .zd-content  li {
                    display: flex;
                    align-items: center;
                    padding: 5px 0 5px 0;
                }

.content-detail .right .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: 15px;
                    color: #999;
                    text-align: center;
                    font-size: 17px;
                }

