.listApp_ul li{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* listApp_ul */
.listApp_ul{}
.listApp_ul li{margin-bottom: 3%; border: 1px solid #D9D9D9; padding: 3.2%;}
.listApp_ul li:last-child{margin-bottom: 0;}
.listApp_pic{width: 36%; height: auto;}
.listApp_info{width: 60.5%;}

.listApp_pic .app_pic{padding-bottom: 100%;}

.listApp_info .web_th .title{text-transform: capitalize;}
.listApp_info .brief{line-height: 30px; margin: 12px 0 0; max-height: 300px; overflow-y: auto; padding-right: 10px;}
.listApp_info .pubMore{width: 210px; text-transform: capitalize; margin-top: 3%;}

.listApp_ul li:hover{background: #F4F4F4; border-color: #F4F4F4;}


@media only screen and (max-width: 1450px) {
	.listApp_info .brief{max-height: 240px;}
}
@media only screen and (max-width: 1350px) {
	.listApp_info .pubMore{width: 180px;}
}
@media only screen and (max-width: 1200px) {
	.listApp_info .brief{max-height: 180px;}
}
@media only screen and (max-width: 950px) {
	.listApp_ul li{flex-wrap: wrap; margin-bottom: 20px; padding: 15px 15px 20px;}
	.listApp_pic, .listApp_info{width: 100%;}
	.listApp_pic .app_pic{height: 0; padding-bottom: 75%;}
	.listApp_info{padding-top: 15px;}
	.listApp_info .brief{max-height: unset; margin-top: 6px; line-height: 1.5; padding-right: 0;}
	.listApp_info .pubMore{margin-top: 15px;}
}


.app_products{position: relative; overflow: hidden; margin-top: 3%;}
.app_products .swiper-slide{height: auto; width: calc((100% - 60px) / 4); margin-right: 20px;}
.app_products .app_pro_item .pic{padding-bottom: 100%;}
.app_products .app_pro_item .title{text-align: center; margin: 15px 0 0; font-size: 20px; font-weight: bold;}

.app_products .common-prev, .app_products .common-next{display: none; border-radius: 2px; width: 28px; height: 48px; line-height: 48px;}
.app_products .common-prev::before, .app_products .common-next::before{font-size: 24px; display: block;}
.app_products .common-prev{left: 0;}
.app_products .common-next{right: 0;}

@media only screen and (max-width: 1450px) {
	.app_products .app_pro_item .title{font-size: 18px;}
}
@media only screen and (max-width: 950px) {
	.app_products .swiper-slide{width: 100%; margin-right: 20px;}
}