.telecom_flex_item1 {
    max-width: 436px;
    min-height: 298px;
    display: flex;
}

.telecom_flex_item1_right_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #1A2736;
    margin-bottom: 26px;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
}

.telecom_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;
}

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

.telecom_flex_item2 {
    max-width: 410px;
    min-width: 400px;
    margin-bottom: 69px;
}

.telecom_flex_item2_top_title {

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

.telecom_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;
}

.telecom_flex_item2_top {
    margin-bottom: 30px;
    display: flex;
}

.telecom_flex_item2_top img {
    width: 30px;
    height:30px;
    margin-right: 16px;
}


@media screen and (max-width:970px) {
    .telecom_flex_item2{
        width: 80%;
        max-width: unset;
    }

    .telecom_flex_item1{
        max-width: unset;
        width: 80%;
    }
}

.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;
}