.lbanner-box{
    display: none !important;
}
.aside-box{
  display: none;
}

.main{
  width: 100% !important;
}


.web_main {
    margin-top: 5%;
}
.appList .listApp_item{
    margin-bottom: 3%;
}
.appList .listApp_item .item_num {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 59px;
    color: #005BAC;
    line-height: 43px;
    text-align: right;
    padding: 5px 0;
    border-bottom: 1px solid #005BAC;
}

.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: 0;
    overflow: hidden;
    padding-bottom: 22%;
    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: 400;
    font-size: 30px;
    color: #005BAC;
    line-height: 1.2;
}

.appList .listApp_item .item_info .item_title:hover a{
    text-decoration: underline;
}

.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%;
    }
}