.yywzgz-main{
    background: url(../images/scyywzgz/bg.png)no-repeat center top !important;
    background-size: 100% 100% !important;
}
.header{
    min-height: 658px;
}
.banner{
    width: 100%;
    padding-top: 208px;
}
.banner img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.yywzgz-con{
    border-radius: 6px;
    background: linear-gradient(180deg, #FFFFFF 49.74%, #FFFFFF 100%);
    padding: 50px 42px;
    margin-bottom: 48px;
}
.section {
    display: flex;
    justify-content: space-between;
}
.section:nth-child(2) {
    margin-top: 77px;
}
.section-left,
.section-right {
    width: 45.5%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 18px;
    border-bottom: 2px solid #CBAB7C;
}

.section-header span {
    font-size: 38px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.section-header span::before {
    content: '';
    display: inline-block;
    width: 58px;
    height: 51px;
    background: url('../images/scyywzgz/li.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: 20px;
}

.more {
    color: #666;
    text-decoration: none;
    font-size: 18px;
}

.more:hover {
    color: #c00;
}

.news-list {
    list-style: none;
}

.news-list li {
    height: 84px;
    line-height: 84px;
    padding-left: 27px;
    padding-right: 14px;
    position: relative;
    border-bottom: 1px dashed #C9C9C9;
}

.news-list li::before {
    content: '•';
    position: absolute;
    left: 9px;
    color: #c00;
    font-size: 16px;
    font-weight: bold;
}

.news-list li a {
    color: #000;
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news-list li a:hover {
    color: #c00;
    text-decoration: underline;
}

.gov-site {
    background: url('../images/scyywzgz/li.png') no-repeat left center;
    padding-left: 20px;
}

.feedback {
    background: url('../images/scyywzgz/li.png') no-repeat left center;
    padding-left: 20px;
    cursor: pointer;
}

.feedback:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header{
        min-height: 500px;
    }
    .banner img{
    width: 80%;
}
    .section {
        flex-direction: column;
    }
    .section-left,
    .section-right {
        width: 100%;
    }
    .section-right{
        margin-top: 30px;
    }
}
@media (max-width: 431px) {
    .header{
        min-height: 200px;
    }
    .banner{
        padding-top: 50px;
    }
    .yywzgz-con{
        padding: 30px 10px;
        margin-bottom: 30px;
    }
    .section-header span {
        font-size: 22px;
    }
    .section-header span::before {
        width: 40px;
        height: 36px;
    }
    .more{
        font-size: 16px;
    }
    .news-list li {
    height: 60px;
    line-height: 60px;
    }
    .news-list li a{
        font-size: 16px;
    }
}