@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    width: 100%;
    min-width: 1300px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.bgBule {
    background-color: #2d7dde;
    /* height: 210px; */
}


.container {
    width: 1200px;
    margin: 0 auto;
}

.container img {
    display: block;
}

.banner-img img {
    width: 100%;
}

.qd a img {
    width: 100%;
}

.banner {
    margin-bottom: 20px;
}

.qd {
    margin-bottom: 40px;
}

section.pzfwxx {
    margin-bottom: 20px;
}

.pzfwxx-wrap {
    background: url(lbbg.png) no-repeat center center;
    background-size: cover;
    width: 1200px;
    height: 460px;
    position: relative;
    padding-top: 80px;
}

.titlebg {
    background: url(titbg.png) no-repeat center center;
    color: rgb(75, 126, 244);
    background-size: contain;
    text-align: center;
    font-size: 26px;
    width: 300px;
    height: 96px;
    line-height: 96px;
    margin: 0 auto;
    font-weight: 600;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pzfwxx-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 50px;
    width: 100%;
}

.pzfwxx-list-box {
    padding: 0px 80px 20px;
    height: 360px;
    width: calc(100% - 160px);
    overflow-y: auto;
}

.pzfwxx-list-box::-webkit-scrollbar {
    display: none;
}

.list-item {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    overflow: hidden;
}

.list-item a {
    display: flex;
    align-items: center;
    color: #333;
    justify-content: flex-start;
    text-indent: 20px;
    background: url(list-style.png) no-repeat left center;
    width: 100%;
    box-sizing: border-box;
}

.list-item a span:nth-child(1) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.list-item a span.pub-date {
    color: #666;
    margin-left: auto;
}

.list-item a:hover span:nth-child(1) {
    color: #1c7cb9;

}

.list-item a:hover span:nth-child(2).pub-date {
    color: #666;
}

.xmssxx {}

.xmssxx-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.xmssxx-title span:nth-child(2) {
    font-size: 26px;
    font-weight: 600;
    background: url(titbg.png) no-repeat center center;
    color: rgb(75, 126, 244);
    background-size: contain;
    text-align: center;
    font-size: 26px;
    width: 300px;
    height: 96px;
    line-height: 96px;
}

.xmssxx-title span.bar:nth-child(1) {
    flex: 1;
    height: 18px;
    background: url(line-bar.png) repeat-x;
    display: block;
    background-size: contain;
}

.xmssxx-title span.bar:nth-child(3) {
    flex: 1;
    height: 18px;
    background: url(line-bar.png) repeat-x;
    display: block;
    background-size: contain;
}

.pzfwxx-titlebg-phone {
    display: none;
}

.xmssxx {
    margin-bottom: 10px;
}

.xmssxx-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.xmssxx-list img {
    width: 100%;
    transition: all 0.3s;
}
.xmssxx-list a{
    overflow: hidden;
    display: block;
}
.xmssxx-list a:hover img{
    transform: scale(1.2);
}
.xmssxx-list dd {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .container {
        width: 100% !important;
    }

    .container img {
        width: 100%;
    }

    .pzfwxx-titlebg-phone {
        display: flex;
    }

    .pzfwxx-wrap .titlebg {
        display: none;
    }

    .pzfwxx-list {
        width: 100%;
        display: block;
    }

    .pzfwxx-wrap {
        width: 100%;
        background: none;
        padding: 0;
    }

    .xmssxx dl dt img {
        width: 100%;
    }

    .pzfwxx-list-box {
        padding: 0 15px;
        width: calc(100% - 30px);
    }

    .xmssxx-list {
        width: calc(100% - 30px);
        display: block;
        padding: 0 15px;
    }

}