.pro_home_list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6%;
}

.pro_home_main {
    width: 47%;
    background: #F0F5F7;
    padding: 4% 3%;
    position: relative;
    margin-bottom: 10%;
}

.pro_home_main_L {
    width: 55%;
}

.pro_home_main_R {
    width: 43%;
    position: absolute;
    right: 3%;
    bottom: -29%;
}

.pro_home_main_R .imgBox {
    padding-bottom: 90%;
}

.pro_home_main_R .imgBox img {
    object-fit: contain;
}

.pro_home_tit {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 34px;
    color: #273A60;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
}

.pro_home_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin: 20px 0;
}

.pro_home_btn {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 16px;
    color: #13B2B5;
}

.pro_home_btn::after {
    content: '';
    display: block;
    width: 29px;
    height: 15px;
    background: url('img/demo/rightIcon2.webp') no-repeat;
    background-size: 100% 100%;
    margin-left: 15px;
}


.pro_home_main:hover {
    background: #213347;
}

.pro_home_main:hover .pro_home_tit {
    color: #13B2B5;
}

.pro_home_main:hover .pro_home_desc {
    color: #FFFFFF;
}

.pro_home_app {
    padding: 5% 0;
    background: #F0F5F7;
}

.pro_home_app_tit {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 56px;
    color: #273A60;
}

.pro_home_app_main {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.pro_home_app_img {
    height: 93px;
    justify-content: center;
    margin: 0 auto 30px;
}

.pro_home_app_img img {
    max-height: 93px;
}

.pro_home_app_tit2 {
    font-family: Roboto-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #273A60;
    text-align: center;
}


@media only screen and (max-width: 950px) {
    .pro_home_main {
        width: 100%;
        margin-bottom: 20%;
    }

    .pro_home_tit,
    .pro_home_app_tit {
        font-size: 30px;
    }

    .pro_home_app_main {
        flex-wrap: wrap;
    }

    .pro_home_app_main>div {
        width: 50%;
        margin-bottom: 20px;
    }

    .pro_home_app_tit2 {
        font-size: 16px;
        text-align: center;
    }

    .pro_home_app_img {
        height: 60px;
    }

    .pro_home_app_img img {
        max-height: 60px;
    }
}