* {
    padding: 0;
    margin: 0;
}

.xxgk_header {
    height: 300px;
}

.xxgk_header h1 {
    font-size: 55px;
}

#wzlm {
    padding: 20px;
}

.gkgz_content {
    float: right;
    width: 100%;
    height: 1231px;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    position: relative;
}

#wzlm .xh {
    width: 10%;
    float: left;
}

#wzlm .bt {
    width: 60%;
    float: left;
}

#wzlm .xz {
    width: 30%;
    float: left;
}

#wzlm .gkgz_list_title {
    border-bottom: 2px solid #1e68ac;
    height: 40px;
}

#wzlm .gkgz_list_title ul {
    width: 100%;
    height: 100%;
    padding: 0;
}

#wzlm .gkgz_list_title ul li {
    float: left;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

#wzlm .gkgz_list_content {
    /* height: 1117px; */
    /* overflow-y: scroll; */
}

#wzlm .gkgz_list_content::-webkit-scrollbar {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦â€¢Â´Ã¤Â½â€œÃ¦Â Â·Ã¥Â¼Â*/
    width: 10px;
    /*Ã©Â«ËœÃ¥Â®Â½Ã¥Ë†â€ Ã¥Ë†Â«Ã¥Â¯Â¹Ã¥Âºâ€Ã¦Â¨ÂªÃ§Â«â€“Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â°ÂºÃ¥Â¯Â¸*/
    height: 1px;
}

#wzlm .gkgz_list_content::-webkit-scrollbar-thumb {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
    border-radius: 10px;
    background-color: rgba(45, 102, 165, 1);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

#wzlm .gkgz_list_content::-webkit-scrollbar-track {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 10px;
}

#wzlm .gkgz_list_content ul li {
    height: auto;
    text-align: center;
}

#wzlm .gkgz_list_content ul li>div {
    height: 100%;
}

#wzlm .gkgz_list_content ul li .xh {
    line-height: 100px;
}

#wzlm .gkgz_list_content ul li .bt {
    text-align: left;
}

#wzlm .gkgz_list_content ul li .bt>p {
    line-height: 50px;
}

#wzlm .gkgz_list_content ul li .bt>p a {
    color: #393939;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

#wzlm .gkgz_list_content ul li .bt .time-box {
    color: #5988b6;
    font-size: 14px;
}

#wzlm .gkgz_list_content ul li .xz {
    line-height: 100px;
    font-size: 14px;
}

#wzlm .gkgz_list_content ul li .xz span {
    margin-left: 10px;
    cursor: pointer;
}

#wzlm .gkgz_list_content ul li .xz span a {
    color: #393939;
    text-decoration: none;
}

#wzlm .gkgz_list_content ul li:nth-child(2n) {
    background-color: #eee;
}

.footer {
    height: 100px;
}

.footer .footer-box {
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    padding: 36px 200px;
    position: relative;
}

.footer .footer-box img {
    position: absolute;
    top: 30px;
}

.footer .footer-box .dzjg {
    left: 100px;
    width: 60px;
}

.footer .footer-box .jiucuo {
    width: 100px;
    right: 110px;
}

@media (max-width:768px) {
    .xxgk_header h1 {
        font-size: 22px;
        margin-top: 30px !important;
    }
    #wzlm .gkgz_list_title ul li {
        font-size: 16px;
    }
    #wzlm .gkgz_list_content ul li .bt>p a {
        font-size: 14px;
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    #wzlm .gkgz_list_content ul li .bt>p {
        line-height: 30px;
    }
    #wzlm .gkgz_list_content ul li .xh {
        display: none;
    }
    #wzlm .bt {
        width: 100%;
    }
    #wzlm .xz {
        display: none;
    }
    #wzlm .xh {
        display: none;
    }
}