*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.clearFloat:after{
	display: block;
	content: "";
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.bigImg{
	width: 100%;
	height: 453px;
	background-image: url(/static/www.sxhkxy.com/images/studentwork.png);
	background-size: cover;
}
.center{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 90px;
	margin-top: 34px;
}
.newsTitle{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #eeeeee;
}
.newsTitle .title{
	display: inline-block;
	border-bottom: 2px solid #b0d032;
	color: #00439a;
	font-size: 20px;
	font-family: "Adobe ºÚÌå Std";
}
.newsTitle .title img{
	width: 22px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: text-bottom;
}
.more{
	color: #00439a;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ Regular";
}
.more a{
	color: #00439a;
	font-size: 14px;
}
.part1Content{
	margin-top: 29px;
}
.part1Left{
	width: 600px;
	height: 381px;
}

.part1Left .swiper-container{
	width: 100%;
	height: 100%;
}
.part1Left .swiper-slide p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
}
.part1Left .swiper-button-prev, .part1Left .swiper-container-rtl .swiper-button-next{
	left: 10px;
	right: auto;
	background-image: url(/static/www.sxhkxy.com/images/leftIcon1.png);
}
.part1Left .swiper-button-next, .part1Left .swiper-container-rtl .swiper-button-prev{
	right: 10px;
	left: auto;
	background-image: url(/static/www.sxhkxy.com/images/rightIcon1.png);
}
.part1Right{
	width: 578px;
}
.part1Right a{
	display: block;
	width: 278px;
	height: 177px;
	float: left;
	position: relative;
	margin-top: 26px;
}
.part1Right a:nth-child(1),.part1Right a:nth-child(2){
	margin-top: 0px;
}
.part1Right a:nth-child(2n){
	float: right;
}
.part1Right a img{
	width: 100%;
	height: 100%;
}
.part1Right a p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.part2{
	margin-top: 54px;
}
.part2Item{
	width: 380px;
	height: 454px;
	float: left;
	background-color: #f8f8f8;
}
.part2Item_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 8px 0 12px;
	border-bottom: 2px solid #b0d032;
}
.part2Item_title .title{
	color: #00439a;
	font-size: 20px;
	font-family: "Adobe ºÚÌå Std";
}
.part2Item_title .title img {
    margin-right: 13px;
    display: inline-block;
    vertical-align: text-bottom;
}
.part2Item2{
	margin: 0 30px;
}
.part2Item_c{
	padding: 0 15px;
}
.part2Item_c li{
	height: 81px;
	padding: 13px 0;
	padding-left: 72px;
	position: relative;
	border-bottom: 1px dashed #dcdcdc;
}
.part2Item_L li:nth-child(4){
	border-bottom: 0px dashed #dcdcdc;
}
	
.newsTimes{
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0px;
	top: 13px;
	background-color: #ffffff;
	text-align: center;
	color: #00439a;
}
.day{
	font-size: 22px;
    margin-top: 5px;
}
.date{
	font-size: 11px;
}
.newTexts{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
	margin-top: 2px;
	height: 50px;
	overflow: hidden;
}
.part3{
	margin: 0 auto;
	margin-top: 39px;
}
.part3Content{
	margin-top: 24px;
	position: relative;
}
.part3Content .swiper-container{
	width: 100%;
	height: 160px;
}
.part3Content .swiper-slide{
	position: relative;
}
.part3Content .swiper-slide img{
	width: 100%;
	height: 100%;
}
.maskBox{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.maskBox a{
	display: block;
	padding: 42px 14px;
	color: #f8f8f8;
	font-size: 16px;
	text-align: center;
}
.part3Content .swiper-slide:hover .maskBox{
	display: block;
}
.part3Content .swiper-button-prev, .part3Content .swiper-container-rtl .swiper-button-next{
	left: -101px;
	right: auto;
	background-image: url(/static/www.sxhkxy.com/images/leftIcon2.png);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #00439a;
	background-size: 26px auto;
	background-repeat: no-repeat;
	opacity: 1;
}
.part3Content .swiper-button-next, .part3Content .swiper-container-rtl .swiper-button-prev{
	right: -101px;
	left: auto;
	background-image: url(/static/www.sxhkxy.com/images/rightIcon2.png);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #00439a;
	background-size: 26px auto;
	background-repeat: no-repeat;
	opacity: 1;
}
.part3Content .swiper-button-next.swiper-button-disabled,.part3Content .swiper-button-prev.swiper-button-disabled{
	background-color: #c8c8c8;
}
.mobileStudent{
	height: auto;
	display: none;
}
.mobileStudent .swiper-slide img{
	height: auto;
}
@media screen and (min-width: 320px) {
	.bigImg{
		height: 88px;
	}
	.center{
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.newsTitle .title{
		font-size: 16px;
	}
	.newsTitle .title img{
		width: 20px;
	}
	.part1Left{
		width: 100%;
		height: auto;
	}
	.part1Left img{
		width: 100%;
		height: auto;
	}
	.part1Left .swiper-slide p{
		bottom: 5px;
	}
	.part1Right{
		width: 100%;
		margin-top: 10px;
	}
	.part1Right a{
		width: 49%;
		height: 137px;
		margin-top: 10px;
	}
	.part1Right a p{
		bottom: 4px;
		font-size: 12px;
	}
	.part2Item{
		width: 100%;
	}
	.part2Item2{
		margin: 15px 0px;
	}
	.part2{
		margin-top: 15px;
	}
	.part3{
		margin-top: 15px;
	}
	.pcstudent{
		display: none;
	}
	.mobileStudent{
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.bigImg{
		height: 188px;
	}
	.center{
		width: 100%;
		padding: 0 15px;
		margin-top: 15px;
		margin-bottom: 45px;
	}
	.newsTitle .title{
		font-size: 20px;
	}
	.newsTitle .title img{
		width: 22px;
	}
	.part2Item{
		width:49%;
	}
	.part2Item2{
		margin: 0px 0px;
		margin-left: 2%;
	}
	.part2Item3{
		margin-top: 15px;
	}
	.part2{
		margin-top: 15px;
	}
	.part1Right a p{
		bottom: 4px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1000px) {
	.bigImg{
		height: 453px;
	}
	.center{
		width: 1200px;
		padding: 0px;
		margin-top: 34px;
		margin-bottom: 90px;
	}
	.part1Left {
	    width: 600px;
	    height: 381px;
	}
	.part1Right {
	    width: 578px;
		margin-top: 0px;
	}
	.part1Right a {
	    display: block;
	    width: 278px;
	    height: 177px;
	    float: left;
	    position: relative;
	    margin-top: 26px;
	}
	.part1Right a p{
		bottom: 4px;
		font-size: 16px;
	}
	.part1Left .swiper-slide p{
		bottom:0;
	}
	.part2 {
	    margin-top: 54px;
	}
	.part2Item {
	    width: 380px;
	}
	.part2Item2 {
	    margin: 0 30px;
	}
	.part2Item3 {
	    margin-top: 0px;
	}
	.part3 {
	    margin-top: 39px;
	}
	.pcstudent{
		display: block;
	}
	.mobileStudent{
		display: none;
	}
}
	