.government_flex_item1 {
    margin-bottom: 40px
}

.fina_flex_item2 {
    max-width: 709px;
    margin: 0 auto;
    margin-bottom:44px
}

.fina_flex_item2_top_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #1A2736;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.fina_flex_item2_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.fina_flex_item2_top img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.fina_flex_item2_bottom {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #37475A;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}
.energy_flex_item2 {
    max-width: 185px;
    min-height: 120px;
    background: #F4F7F9;
    border-radius: 4px;
    padding-left: 11px;
    padding-right: 9px;
    padding-bottom: 13px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: center;
}

.energy_flex_item2_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #37475A;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}
.energy_flex_item2_active .energy_flex_item2_txt{
    color: #007FDF;
}