.lbanner-pp .lbanner-desc {
    display: none !important;
}

.listApplication_main {
    margin-top: 5%;
}

.listApplication_main .app_list .app_item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 112px;
}

.listApplication_main .app_list .app_item .item_img {
    width: 50%;
    padding: 0 0 60px 60px;
    position: relative;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
    
}
.listApplication_main .app_list .app_item .item_img>a{
    height: 0; position: relative; padding-bottom: 85%; display: block; overflow: hidden;
}
.listApplication_main .app_list .app_item .item_img>a::before{
    position: absolute; right: 0; top: 0; border-top: 120px solid #fff; border-bottom: 0; border-left: 120px solid transparent; border-right: 0; z-index: 1; content: '';
}
.item_info .web_th .title, .item_info .web_th .brief{
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.listApplication_main .app_list .app_item .item_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 68%;
    height: 75%;
    background-color: var(--commonColor);
}

.listApplication_main .app_list .app_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
}

.listApplication_main .app_list .app_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


.listApplication_main .app_list .app_item .item_info {
    width: 45%;
}

.listApplication_main .app_list .app_item .item_info .web_th .title{text-transform: uppercase;}

.listApplication_main .app_list .app_item:nth-child(even) .item_img {
    order: 2; padding: 0 60px 60px 0;
}

.listApplication_main .app_list .app_item:nth-child(even) .item_img>a::before {
    left: 0;
    right: unset; border-left: 0; border-right: 120px solid transparent;
}

.listApplication_main .app_list .app_item:nth-child(even) .item_info {
    order: 1;
}

.listApplication_main .app_list .app_item.app_item:nth-child(even) .item_img:before {
    right: 0;
    left: auto;
}

.listApplication_main .app_list .app_item:hover .item_info .web_th .title{
    color: var(--commonColor);
}
.listApplication_main .app_list .app_item:hover .item_info .web_th .brief{
    color: #333;
}

@media only screen and (max-width: 1450px) {
    .listApplication_main .app_list .app_item .item_img{
        padding: 0 0 50px 50px;
    }
    .listApplication_main .app_list .app_item .item_img>a::before{
        border-top-width: 100px; border-left-width: 100px;
    }
    .listApplication_main .app_list .app_item:nth-child(even) .item_img{
        padding: 0 50px 50px 0;
    }
    .listApplication_main .app_list .app_item:nth-child(even) .item_img>a::before{
        border-left-width: 0; border-right-width: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .listApplication_main .app_list .app_item .item_img{
        padding: 0 0 40px 40px;
    }
    .listApplication_main .app_list .app_item .item_img>a::before{
        border-top-width: 80px; border-left-width: 80px;
    }
    .listApplication_main .app_list .app_item:nth-child(even) .item_img{
        padding: 0 40px 40px 0;
    }
    .listApplication_main .app_list .app_item:nth-child(even) .item_img>a::before{
        border-left-width: 0; border-right-width: 80px;
    }
}
@media only screen and (max-width: 1024px) {
    .listApplication_main .app_list .app_item .item_info .item_desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 980px) {
    .listApplication_main{margin-top: 30px;}
    .listApplication_main .app_list .app_item {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .listApplication_main .app_list .app_item .item_img {
        width: 100%;
        order: 1 !important;
        margin-bottom: 20px;
        padding: 0 0 18px 18px;
    }

    .listApplication_main .app_list .app_item .item_img>a::before{
        border-top-width: 50px; border-left-width: 50px;
    }
    .listApplication_main .app_list .app_item:nth-child(even) .item_img{
        padding: 0 18px 18px 0;
    }
    .listApplication_main .app_list .app_item:nth-child(even) .item_img>a::before{
        border-left-width: 0; border-right-width: 50px;
    }

    .listApplication_main .app_list .app_item .item_info {
        width: 100%;
        order: 2 !important;
    }

}