<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.star_student{
	width: 100%;
	max-width: 1192px;
	height: auto;
	margin: 0 auto;
}
.star_student_box{
	width: 100%;
	height: auto;
}
.star_student_inenr{
	/*margin: 0 10px;*/
	height: auto;
}
.star_student_inenr&gt;.star_student_list{
	width: 94%;
	height: auto;
	padding: 60px 3% 20px;
}
.student_inner{
	width: 55%;
	float: left;
	overflow: hidden;	
}
.student_inner&gt;h4{
	font-size: 40px;
    color: #ffae00;
    font-weight: bold;
    margin-bottom: 6px;	
}
.student_inner_t{
	font-size: 24px;
    color: #333;
    font-weight: bold;
}
.student_inner_f{
	font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.student_innere_ul{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.student_innere_ul .student_inner_li{
	line-height: 30px;
	margin-bottom: 15px;
	display: block;
	height: auto;
	overflow: hidden;
}
.student_inner_li span{
	display: block;
	width: 20%;
	/*margin-right: 10px;*/
	font-size: 16px;
	color: #fff;
	text-align: center;
	float: left;
	background: url(../images/student_T.png) no-repeat center;
	background-size: 100% 100%;
	height: 30px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.student_inner_li p{
	float:left;
	padding-left: 10px;
}
.student_inner_li_p{
	float: right;
	width: 80%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.student_img{
	width: 45%;
	float: left;
	text-align: right;
	padding-left: 20px;
	overflow: hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.student_img img{
	width: 100%;
	margin-top: 50px;
	display: block;
	float: right;
}
/*.swiper-button-prev , .swiper-button-next{
		display: none;
	}*/
@media only screen and (min-width: 320px) and (max-width:1200px){
	.star_student_inenr{
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 320px) and (max-width:960px){
	.student_inner ,.student_img{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.student_img img{
		margin-top: 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width:640px){
	.student_inner_li span{
		width: 30%;
	}
	.student_inner_li .student_inner_li_p{
		width: 100%;
	}
	.swiper-button-prev , .swiper-button-next{
		display: none  !important;
	}
}
.star_student_inenr&gt;h2{
	font-size: 50px;
    text-align: center;
    padding: 40px 0;
    color: #fff;
}</pre></body></html>