/* s_case_box */
.s_case_box{}
.case_item{margin-bottom: 1rem; align-items: center;}

.case_pic_div{width: 41.3%;}
.case_pic_div .case_pic{padding-bottom: 124.6%; overflow: hidden;}

.case_txt_div{flex: 1; position: relative; z-index: 1; background: #f5f5f5; padding: 0.9rem 0.58rem; color: #333; margin-left: -0.9rem;}
.case_txt_div:hover{box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1); border-radius: 2px;}

.case_txt_div .order{position: absolute; right: 0; top: 0; font-size: 1.54rem; font-weight: bold; color: rgba(51, 51, 51, 0.1); line-height: 1;}
.case_txt_div .title{font-size: 30px; font-size: max(20px, 0.3rem); font-weight: bold; line-height: 1.5;}
.case_txt_div .brief{padding: 0.3rem 0 0; line-height: 30px;}
.case_txt_div .brief p{padding-bottom: 0.2rem;}
.case_txt_div .brief p:last-child{padding-bottom: 0;}

.s_case_box .layout .case_item:nth-child(2n) .case_pic_div{order: 2;}
.s_case_box .layout .case_item:nth-child(2n) .case_txt_div{order: 1; margin-left: 0; margin-right: -0.9rem;}


@media only screen and (max-width: 950px) {
	.case_item{flex-wrap: wrap; margin-bottom: 20px;}
	.case_pic_div{width: 100%;}
	.case_txt_div{width: 100%; margin: 0; padding: 20px 15px;}
	.case_txt_div .brief{padding: 10px 0 0; line-height: 28px;}
	.case_txt_div .order{font-size: 1rem; right: 3px; top: 2px;}
	.case_txt_div .title{font-size: 22px;}
	
	.s_case_box .layout .case_item:last-child{margin-bottom: 30px;}
	.s_case_box .layout .case_item:nth-child(2n) .case_pic_div{order: 1;}
	.s_case_box .layout .case_item:nth-child(2n) .case_txt_div{order: 2; margin: 0;}
}





