.government_flex_item1 {
    display: flex;
    max-width: 450px;
    min-height: 298px;
}

.government_flex_item1 img {
    width: 40px;
    margin-right: 20px;
    height: 40px;
}

.government_flex_item1_right_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #1A2736;
    margin-bottom: 25px;
    line-height: 25px;
    text-align: left;
    margin-top: 8px;
    font-style: normal;
}

.government_flex_item1_right_txt {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #37475A;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.government_flex_item2 {
    max-width: 253px;
    min-height: fit-content;
}

.government_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;
}
.government_flex_item2_top{
    display: flex;
    align-items:center;
    margin-bottom:20px
}

.government_flex_item2_top img{
    width: 40px;
    height: 40px;
    margin-right: 21px;
}
.government_flex_item2_top_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #1A2736;
    line-height: 25px;
    text-align: left;
    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;
}
@media screen and (max-width:633px) {

.government_flex_item2{
    max-width: unset;
    width: 80%;
    margin-bottom: 40px;
}
}