.banner img{
	width: 100%;
}
/*学生生活列表页*/
.studentlife .sec1{
	text-align: center;
	font-size: 0;
	padding: 80px 0 56px;
}
.studentlife .sec1 .title{
	margin-bottom: 50px;
}
.studentlife .sec1 .title h3{
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	font-family: "acrom";
	margin-bottom: 22px;
}
.studentlife .sec1 .title h4{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.studentlife .sec1 .pdf-download{
	background-color: #e6e6e6;
	padding: 25px 20px;
	border-radius: 4px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.studentlife .sec1 .pdf-download .left{
	font-size: 16px;
	color: #212121;
}
.studentlife .sec1 .tab-control{
	margin-bottom: 30px;
	display: block;
	vertical-align: top;
	padding-bottom: 12px;
}
.studentlife .sec1 .tab-control a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	font-family: "acrom";
	width: 80px;
	position: relative;
}
.studentlife .sec1 .tab-control a.active{
	color: #333;
}
.studentlife .sec1 .tab-control a .line{
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 100%;
	height: 1px;
	background-color: #dbdbdb;
}
.studentlife .sec1 .tab-control a.active .line{
	background-color: #212121;
}
.studentlife .sec1 .tab-content ul{
	margin-bottom: 50px;
	text-align: left;
	padding: 20px 7%;
}
.studentlife .sec1 .tab-content ul li{
	border-bottom: 1px solid #e3e3e3;
	padding: 40px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.studentlife .sec1 .tab-content ul li:nth-child(7n){
	border-bottom: 0 none;
}
.studentlife .sec1 .tab-content ul li .left{
	width: 10.5%;
	background-color: #eaeaea;
	padding: 16px 1.6%;
}
.studentlife .sec1 .tab-content ul li .left h3{
	font-weight: bold;
	font-size: 36px;
	color: #1781e0;
	margin-bottom: 12px;
	font-family: "btm";
}
.studentlife .sec1 .tab-content ul li .left p{
	font-size: 14px;
	color: #333;
	font-family: "btm";
}
.studentlife .sec1 .tab-content ul li .right{
	width: 86%;
}
.studentlife .sec1 .tab-content ul li .right h3{
	font-weight: bold;
	font-size: 16px;
	color: #212121;
	margin-bottom: 15px;
	max-height: 16px;
}
.studentlife .sec1 .tab-content ul li .right p{
	font-size: 14px;
	color: #444;
	line-height: 24px;
	margin-bottom: 15px;
	max-height: 48px;
}
.studentlife .sec1 .tab-content ul li .right a{
	font-size: 14px;
	color: #444;
}
/*第四页*/
.studentlife.page4 .sec1 .tip-box{
	position: relative;
	background-image: url(../images/studentlife04_sec1_tip_bg.jpg);
	background-repeat: repeat;
	border-radius: 8px;
	overflow: hidden;
	padding: 40px 50px;
	max-width: 1000px;
	margin: 0 auto 40px;
	text-align: left;
}
.studentlife.page4 .sec1 .tip-box h5{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 14px;
}
.studentlife.page4 .sec1 .tip-box p{
	font-size: 14px;
	color: #b0c2cb;
	line-height: 24px;
}
.studentlife.page4 .sec1 .tip-box img{
	position: absolute;
	right: 22px;
	top: 0;
	height: 100%;
	width: auto;
}
.studentlife.page4 .sec1 .tip-box span{
	margin: 0 1em;
}
/*学生生活详情页*/
.studentlife.detail .sec1{
	background-color: #f2f2f2;
}
.studentlife.detail .sec1 .tab-content .box{
	background-color: #fff;
	border-radius: 8px;
	padding: 50px 40px 20px;
}
.studentlife.detail .sec1 .tab-content .box h3{
	font-size: 30px;
	color: #212121;
	font-weight: normal;
	margin-bottom: 16px;
}
.studentlife.detail .sec1 .tab-content .box .time{
	font-size: 12px;
	font-weight: bold;
	font-family: "acrom";
	color: #9fa3a7;
	margin-bottom: 30px;
}
.studentlife.detail .sec1 .tab-content .box .time img{
	vertical-align: top;
	margin-right: 8px;
}
.studentlife.detail .sec1 .tab-content .box p{
	font-size: 16px;
	color: #444;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 30px;
}
.studentlife.detail .sec1 .tab-content .box .img{
	width: 100%;
	margin-bottom: 16px;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
	/*学生生活列表页*/
	.studentlife .sec1{
		padding: 60px 0;
	}
	.studentlife .sec1 .title h3{
		font-size: 30px;
		margin-bottom: 18px;
	}
	/*学生生活详情页*/
	.studentlife.detail .sec1 .tab-content .box p{
		font-size: 12px;
		line-height: 24px;
	}
}
@media only screen and (max-width:768px){
	/*学生生活列表页*/
	.studentlife .sec1 .tab-control a{
		font-size: 12px;
	}
}
@media only screen and (max-width:767px){
	/*学生生活列表页*/
	.studentlife .sec1{
		padding: 2.1875rem 4% 3.375rem;
		background-color: transparent;
	}
	.studentlife .sec1 .title{
		margin-bottom: 1.875rem;
	}
	.studentlife .sec1 .title h3{
		font-size: 1.25rem;
		margin-bottom: 0.375rem;
	}
	.studentlife .sec1 .title h4{
		font-size: 0.75rem;
	}
	.studentlife .sec1 .pdf-download{
		padding: 0.8125rem 0.625rem;
		border-radius: 0.25rem;
		margin-bottom: 1.875rem;
	}
	.studentlife .sec1 .pdf-download .left{
		font-size: 0.75rem;
	}
	.studentlife .sec1 .pdf-download img{
		height: 0.75rem;
	}
	.studentlife .sec1 .select-box{
		border: 0.0625rem solid #e8e8e8;
		border-radius: 1.25rem;
		position: relative;
		display: block;
		width: 10.9375rem;
		margin: 0 auto 1.5625rem;
	}
	.studentlife .sec1 .select-box .icon{
		position: absolute;
		right: 1rem;
		top: 50%;
		margin-top: -0.15625rem;
		width: 0.5625rem;
	}
	.studentlife .sec1 .select-box .input{
		font-size: 0.75rem;
		color: #333;
		font-weight: bold;
		line-height: 2.375rem;
	}
	.studentlife .sec1 .select-box .option-box{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		border: 0.0625rem solid #e8e8e8;
		border-radius: 1.25rem;
		overflow: hidden;
		background-color: #fff;
		display: none;
		z-index: 1;
	}
	.studentlife .sec1 .select-box .option-box a{
		display: block;
		font-size: 0.75rem;
		color: #333;
		font-weight: bold;
		line-height: 2.375rem;
		border-bottom: 0.0625rem solid #e8e8e8;
	}
	.studentlife .sec1 .select-box .option-box a:last-child{
		border-bottom: 0 none;
	}
	.studentlife .sec1 .tab-content ul{
		margin-bottom: 1.875rem;
		padding: 0;
	}
	.studentlife .sec1 .tab-content ul li{
		padding: 1.5625rem 0;
	}
	.studentlife .sec1 .tab-content ul li .left{
		width: 18.84%;
		padding: 0.5rem 2.9%;
	}
	.studentlife .sec1 .tab-content ul li .left h3{
		font-size: 1.5rem;
		margin-bottom: 0.375rem;
	}
	.studentlife .sec1 .tab-content ul li .left p{
		font-size: 0.75rem;
	}
	.studentlife .sec1 .tab-content ul li .right{
		width: 76.8%;
	}
	.studentlife .sec1 .tab-content ul li .right h3{
		font-size: 0.75rem;
		margin-bottom: 0.625rem;
		max-height: 0.75rem;
	}
	.studentlife .sec1 .tab-content ul li .right p{
		font-size: 0.75rem;
		line-height: 1.125rem;
		margin-bottom: 0.625rem;
		max-height: 3.375rem;
	}
	.studentlife .sec1 .tab-content ul li .right a{
		font-size: 0.75rem;
	}
	/*第四页*/
	.studentlife.page4 .sec1 .tip-box{
		border-radius: 0.25rem;
		padding: 1.25rem 19% 1.25rem 0.9375rem;
		margin: 0 auto 1.5rem;
	}
	.studentlife.page4 .sec1 .tip-box h5{
		font-size: 0.75rem;
		margin-bottom: 0.3125rem;
	}
	.studentlife.page4 .sec1 .tip-box p{
		font-size: 0.6875rem;
		line-height: 1.125rem;
		position: relative;
		z-index: 1;
	}
	.studentlife.page4 .sec1 .tip-box img{
		right: -27%;
		z-index: 0;
	}
	.studentlife.page4 .sec1 .tip-box span{
		margin: 0;
		display: block;
	}
	/*学生生活详情页*/
	.studentlife.detail .sec1 .tab-content .box{
		padding: 0;
	}
	.studentlife.detail .sec1 .tab-content .box h3{
		font-size: 1.125rem;
		margin-bottom: 0.875rem;
	}
	.studentlife.detail .sec1 .tab-content .box .time{
		font-size: 0.75rem;
		margin-bottom: 0.9375rem;
	}
	.studentlife.detail .sec1 .tab-content .box .time img{
		margin-right: 0.3125rem;
		width: 0.6875rem;
	}
	.studentlife.detail .sec1 .tab-content .box p{
		font-size: 0.75rem;
		line-height: 1.25rem;
		margin-bottom: 1.5625rem;
	}
	.studentlife.detail .sec1 .tab-content .box .img{
		margin-bottom: 0.875rem;
	}
	.studentlife.detail .sec1 .tab-content .box .back img{
		width: 1.875rem;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}