*{
	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: 450px;
	background-image: url(/static/www.sxhkxy.com/images/djhdbigImg.png);
	background-size: 100% 100%;
}
.center{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0px 69px 0;
}
.part1Left{
	width: 821px;
}
.title_div{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #8f000b;
}
.title_div .title{
	position: relative;
	display: block;
	padding-left: 21px;
	color: #333333;
	font-size: 20px;
	font-family: "microsoft yahei Regular"; 
}
.title_div .title:after{
	content: "";
	width: 6px;
	height: 30px;
	background-color:#8f000b;
	position: absolute;
	top: 0px;
	left: 2px;
}
.title_div .more a{
	color: #8f000b;
	font-size: 14px;
	font-family: "microsoft yahei Regular"; 
}
.part1_c{
	margin-top: 30px;
}
.newImg{
	width: 390px;
	height: 248px;
}
.newsList li{
	position: relative;
	padding-right: 106px;
	margin-bottom: 17px;
}
.newsList li:nth-child(7){
	margin-bottom: 0px;
}
.newsList li .text{
	display: block;
	color: #333333;
	font-size: 16px;
	font-family: "microsoft yahei Regular";
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsList li .time{
	display: block;
	width: 106px;
	text-align: right;
	color: #999999;
	font-size: 14px;
	font-family: "microsoft yahei Regular";
	position: absolute;
	right: 0px;
	top: 0;
}
.part1Right{
	width: 347px;
}
.part1Right .newsList{
	width: 100%;
}
.part2{
	margin-top: 54px;
}
.part2Item{
	width: 380px;
	float: left;
}
.part2Item_c{
	margin-top: 30px;
}
.part1Right_cP{
	padding-bottom: 11px;
	border-bottom: 1px dotted #cccccc;
}
.part1Right_cP .name{
	font-size: 16px;
	color: #8f000b;
	font-family: "Adobe ºÚÌå Std";
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.part1Right_cP .pro{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 6px;
	font-family: "Î¢ÈíÑÅºÚ Regular";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.part1Right_cP .time{
	color: #969696;
	font-size: 12px;
	font-family: "Adobe ºÚÌå Std";
}
.jgky li{
	height:78px;
	padding: 13px 0;
	padding-left: 72px;
	position: relative;
	border-bottom: 1px dashed #dcdcdc;
}
.newsTimes{
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0px;
	top: 13px;
	background-color: #ffe5e7;
	text-align: center;
	color: #8f000b;
}
.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;
}
.part2Item2{
	margin: 0 28px;
}
.part3{
	margin-top: 73px;
}
.part3_c{
	margin-top: 24px;
	position: relative;
}
.part3_c .swiper-container{
	width: 100%;
	height: 160px;
}
.part3_c .swiper-slide{
	position: relative;
}
.part3_c .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;
}
.part3_c .swiper-slide:hover .maskBox{
	display: block;
}
.part3_c .swiper-button-prev, .part3_c .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: #8f000b;
	background-size: 26px auto;
	background-repeat: no-repeat;
	opacity: 1;
}
.part3_c .swiper-button-next, .part3_c .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: #8f000b;
	background-size: 26px auto;
	background-repeat: no-repeat;
	opacity: 1;
}
.part3_c .swiper-button-next.swiper-button-disabled,.part3_c .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: 101px;
	}
	.center{
		width: 100%;
		padding: 15px 15px 30px 15px;
	}
	.part1Left{
		width: 100%;
	}
	.newImg{
		display: none;
	}
	.newsList{
		width: 100%;
	}
	.part2Item{
		width: 100%;
	}
	.part2Item2{
		margin: 15px 0;
	}
	.part3{
		margin-top: 15px;
	}
	.pcstudent{
		display: none;
	}
	.mobileStudent{
		display: block;
	}
	.part3_c .swiper-container{
		height: auto;
	}
	.title_div{
		height: 30px;
		line-height: 30px;
	} 
	.title_div .title{
		font-size: 18px;
	}
	.title_div .title:after{
		height: 23px;
		width: 4px;
		top: 4px;
	}
}
@media screen and (min-width: 768px) {
	.bigImg{
		height: 200px;
	}
	.center{
		width: 100%;
		padding: 30px 15px 30px 15px;
	}
	.newImg {
	    display: block;
	}
	.newsList{
		width: calc(100% - 400px );
	}
	.part1Right{
		width: 100%;
		margin-top: 30px;
	}
	.part2Item{
		width: 49%;
		margin-bottom: 15px;
	}
	.part2Item2{
		margin-top: 0px;
		margin-left: 2%;
	}
	.pcstudent{
		display: block;
	}
	.mobileStudent{
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.bigImg{
		height: 450px;
	}
	.center{
		width: 1200px;
		margin: 0 auto;
		padding: 50px 0px 69px 0;
	}
	.part1Left {
	    width: 821px;
	}
	.part1Right {
	    width: 347px;
		margin-top: 0;
	}
	.title_div {
	    width: 100%;
	    height: 36px;
	    line-height: 36px;
	    border-bottom: 1px solid #8f000b;
	}
	.title_div .title {
	    font-size: 20px;
	}
	.title_div .title:after {
	    content: "";
	    width: 6px;
	    height: 30px;
	    background-color: #8f000b;
	    position: absolute;
	    top: 0px;
	    left: 2px;
	}
	.part2Item {
	    width: 380px;
	    float: left;
	}
	.part2Item2 {
	    margin: 0 28px;
	}
	.part3 {
	    margin-top: 73px;
	}
}