.lbanner-box {

    display: none !important;

}







.web_main {

    margin-top: 5%;

}

.appList .listApp_item {

    margin-bottom: 3%;

}

.appList .listApp_item .item_num {

    font-family: 'Poppins-Bold';

    font-weight: bold;

    font-size: 59px;

    color: #2000C3;

    line-height: 43px;

    text-align: right;

    padding: 5px 0;

    border-bottom: 1px solid #2000C3;

}



.appList .listApp_item .item_wrap {

    margin-top: 3.5%;

    width: 100%;

    justify-content: space-between;

    align-items: center;

}





.appList .listApp_item .item_image {

    width: 44%;

    position: relative;

    height: 308px;

    overflow: hidden;

    z-index: 1;

    -webkit-transition: all 150ms ease-out 0ms;

    -moz-transition: all 150ms ease-out 0ms;

    -o-transition: all 150ms ease-out 0ms;

    transition: all 150ms ease-out 0ms;

}



.appList .listApp_item .item_image img {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    object-fit: cover;

}



.appList .listApp_item .item_image:hover img {

    -webkit-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -o-transform: scale(1.05);

    transform: scale(1.05);

    opacity: 1;

    z-index: 20;

}



.appList .listApp_item .item_info {

    width: 52%;

}

.appList .listApp_item .item_info .item_title {

    margin-bottom: 2%;

}

.appList .listApp_item .item_info .item_title a {

    display: inline-block;

    font-family: 'Poppins-Bold';

    font-weight: bold;

    font-size: 30px;

    color: #2000C3;

    line-height: 30px;

    /* height: 29px; */

    overflow: hidden;

}



.appList .listApp_item .item_info .item_title:hover a {

    text-decoration: underline;

}



.appList .listApp_item .item_info .item_content {

    height: 255px;

    overflow-y: auto;

}



.appList .listApp_item .item_info .item_content p {

    font-family: 'Poppins-Regular';

    font-weight: 400;

    font-size: 16px;

    color: #666666;

    line-height: 30px;

    margin-bottom: 2%;

}



.appList .listApp_item .item_info .item_content p:last-child {

    margin-bottom: 0;

}





.lbanner-box {

    display: none;

}



.page_bar {

    margin-top: 5% !important;

}

.page_bar ul {

    justify-content: center !important;

}



@media (max-width:950px) {

    .web_main {

        margin-top: 8%;

    }

    .appList .listApp_item .item_wrap {

        flex-direction: column;

    }

    .appList .listApp_item .item_image {

        width: 100%;

        margin-bottom: 8%;

        padding-bottom: 52%;

    }

    .appList .listApp_item .item_info {

        width: 100%;

    }

    .appList .listApp_item {

        margin-bottom: 8%;

    }

    .appList .listApp_item .item_info .item_content {

        height: auto;

        overflow: visible;

    }

}