.section_three{
    /* background: url(../images/section3-background.jpg) no-repeat; */
    /* background: #fff; */
    background-size: cover;
    background-position: center center;
    height: 8.37rem;
}
.three_box{
    margin: 1.03rem auto .92rem;
}
.three_tab{
    height: .5rem;
    display: flex;
    background: rgba(69,112,154,0.5);
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
    margin-bottom: .58rem;
    border-radius: 30px;
}
.three_tab div{
    flex: 1;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}
.three_tab_active{
    background: #0071EF;
    color: #fff !important;
    border-radius: 30px;
}
.three_item{
    display: flex;
    /* padding-left: 1.17rem; */
    overflow: hidden;
}
.three_item_left{
    width: 3.81rem;
    /*height: 3.81rem;*/
    margin-right: 2.04rem;
border-radius:20px;
}
.three_item_left img{border-radius: 20px;}
.three_item_title{
    font-size: 0.28rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin-bottom: .52rem;
}
.three_item_text1{
    margin-bottom: .42rem;
}
.three_item_tit1,
.three_item_tit2{
    display: flex;
    align-items: center;
    font-size: 0.23rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin-bottom: .21rem;
}
.three_item_tit2{
    margin-bottom: .37rem;
}
.three_item_tit1 img,
.three_item_tit2 img{
    width: .32rem;
    height: .32rem;
    margin-right: .08rem;
}
.three_item_txt1,
.three_item_txt2{
    font-size: 0.18rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333;
}

