/* ================================== */
/* 加盟者故事 */
/* ================================== */

.learnArea{

}
.index_advListArea.learnArea .index_advList .index_advListIn a > .index_advImg{
    background-size: cover;
    /* aspect-ratio: 1; 
    aspect-ratio: 1.36 / 1;*/
    aspect-ratio: 1.5 / 1;
    width: 100%;
    height: auto;
}

.learnArea .index_advTitBox {
    padding: 25px 0 0;
}

.learnArea .index_advTitBox_title {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 10px;
}
					.learnArea .index_advTitBox_text {
						margin: 0 10px;
						margin-top: 20px;
						font-size: 16px;
						line-height: 1.5;
						display: -webkit-box;
						text-overflow: ellipsis;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						overflow: hidden;
						color: #939393;
					}
				  	.learnArea .index_advTitBox_link {
						margin-top: 20px;
						display: block;
						width: 140px;
						text-align: center;
						color: #fff;
						background-color: #e9546b;
						padding: 12px 10px;
						/* 新增 樣式 modify by Patty 20221130 start */
						border-radius: 15px 0 15px 0;
						margin-left: auto;
						transform: translate(1px,1px);
						/* 新增 樣式 modify by Patty 20221130 end */
				  	}
				  	.learnArea .index_advBtn{
						width: 120px;
						background-color: #e9546b;
						box-sizing: border-box;
						padding: 8px 5px;
						margin: 35px auto 0;
						border-radius: 9px;
					}
					
					.learnArea .index_advBtn a{
						color: #fff;
						display: block;
						text-align: center;
					}
					.learnArea .index_advBtn a span{
						display: inline-block;
					}
					.learnArea .index_advBtn a:hover{
						text-decoration: none;
						opacity: 0.7;
						transition: 0.3s ease all;
					}
					.learnArea .index_advBtnImg{
						width: 20px;
						display: inline-block;
						vertical-align: middle;
					}
					.learnArea .index_advBtnImg img{
						width: 100%;
						height: auto;
					}

                    .learnArea .index_advListIn a:hover {
                        text-decoration: none;
                        opacity: 0.7;
                    }
	@media(max-width:1440px){
		/* .index_advListArea .swiper-button-prev{
			left: -8%;
		}
		.index_advListArea .swiper-button-next{
			right: -8%;
		} */
	}
	@media(max-width:1280px){

		/* .index_advBg {
			padding-bottom: 80px;
		}
			.index_advListArea .swiper-button-prev{
				left: -3.5%;
			}
			.index_advListArea .swiper-button-next{
				right: -3.5%;
			} */
	}
	@media(max-width:990px){
		/* .learnArea .index_advTit {
			font-size: 32px;
		}
		.index_advListArea .swiper-button-prev{
			display: none;
		}
		.index_advListArea .swiper-button-next{
			display: none;
		} */

        .index_advListArea.learnArea .index_advList .index_advListIn a > .index_advImg {
            height: auto;
        }
		
	}
	@media(max-width:425px){
		.learnArea .index_advTit {
			font-size: 24px;
		}
		.learnArea .index_advTitArea {
			padding-top: 70px;
		}
		.learnArea .index_advTit::after {
			width: 300px;
			height: 65px;
		}
		.learnArea .index_advListArea {
			padding: 70px 0;
		}
		.learnArea .index_advTitBox {
			padding: 15px 0 0;

		}
		.learnArea .index_advTitBox_text {
			margin-top: 15px;
		}
		
	}
