﻿.header-part {
    width: 100%;
    height: 769px;
    background-image: url(../images/2023ndgzbb_topimage.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
/* 导语 */
.dy-part {
    margin: 100px 0 0;
    width: 100%;
    position: relative;
}
.dy-part .dy-wrap {
    margin: 0 auto;
    width: 1222px;
    height: 468px;
    position: relative;
    background-image: url(../images/2023ndgzbb_dy_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}
/* 年度报表 */
.ndbb-part {
    margin-top: 150px;
    width: 100%;
    position: relative;
}
.ndbb-part .ndbb-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.ndbb-part .ndbb-wrap .ndbb-tit {
    height: 55px;
    position: relative;
}
.ndbb-part .ndbb-wrap .ndbb-list {
    margin: 30px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ndbb-part .ndbb-wrap .ndbb-list .ndbb-item {
    margin: 0 25px 0px 10px;
    margin-top: 20px;
    width: 270px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    background-color: #f5f5f5;
    text-align: center;
    overflow: hidden;
    transition: all .3s;
    box-sizing: border-box;
}
.ndbb-part .ndbb-wrap .ndbb-list .ndbb-item:nth-child(4n) {
    margin-right: 0;
}
.ndbb-part .ndbb-wrap .ndbb-list .ndbb-item:hover {
    border-radius: 10px 5px;
}
.ndbb-part .ndbb-wrap a.more {
    display: block;
    margin: 40px auto 16px;
    width: 156px;
    height: 46px;
    line-height: 46px;
    color: #1e75d4;
    font-size: 18px;
    text-align: center;
    border: 1px solid #1e75d4;
    border-radius: 16px;
}
.ndbb-part .ndbb-wrap a.more:hover {
    color: #fff;
    background-color: #1e75d4;
}