.main {
	background: #F5F5F5;
}


.NewsContent h4, .NoticeContent h4,.NoticeContent p, .ForumContent h4, .ForumContent p, .contentlist .listText h4, .contentlist .listText p {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}


.NewsContent h4:hover,.NoticeContent h4:hover,.ForumContent h4:hover{
	color: #C70C2E;
}


#focus {
	height: 620px;
}

#focus .mySwiper {
	height: 100%;
}

#focus .mySwiper .swiper-wrapper .swiper-slide a {
	height: 100%;
	display: block;
	background: url('../images/banner.png') no-repeat center/cover;
}

#focus .mySwiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #fff;
	margin: 0 4px;
}

#focus .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 20px;
}

#focus .mySwiper .swiper_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -600px;
	height: 44px;
}

#focus .mySwiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Survey */

.Survey {
	padding: 54px 0 62px;
	background: url('../images/survey.png') no-repeat center/cover;
}

.Survey h3 {
	font-size: 30px;
	font-family: FZCuHeiSongS-B-GB;
	font-weight: 400;
	color: #C70C2E;
	line-height: 42px;
	text-align: center;
	margin-bottom: 48px;
	padding: 0 15px;
}

.SurveyText p {
	text-align: left;
	line-height: 30px;
	text-indent: 36px;
	margin-bottom: 10px;
	font-size: 18px;
}

/* newsNotice */

.NewsNotice,
.ForumAlumni {
	padding: 50px 0;
	overflow: hidden;
}

.News,
.Notice,.Video{
	width: calc(33.333333333333% - ( ( 2.4% + 2.4% ) * 0.33333333333333 ) );
}
.Forum,
.Alumni {
	width: calc(50% - ((4.4%) * 0.5));
}

.News,
.Forum,.Video{
	margin-right: 4%;
	overflow: hidden;
	position: relative;
}

.News,.Video{
	margin-right: 2.4%;
}

.title>a>span {
	color: #c70c2e;
	font-size: 28px;
	font-weight: bold;
	float: left;
}

.title>a>span+span {
	font-family: 'Times New Roman';
	color: #333333;
	font-size: 26px;
	padding-top: 10px;
	margin-left: 8px;
}

.title .more {
	font-size: 16px;
	color: #c70c2e;
	background: url('../images/Titlemore.png') no-repeat left;
	padding-left: 24px;
	line-height: 50px;
}

.NewsSwiperBg,
.NoticeList,
.ForumList,
.AlumniSwiperBg {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	margin-top: 50px;
}

.NewsSwiper, .AlumniSwiper,.VideoSwiper {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 10px;
}

.NewsSwiper .swiper-slide, .VideoSwiper .swiper-slide {
	text-align: left;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.NewsSwiper .swiper-slide img, .VideoSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.NewsList,
.NoticeList,
.ForumList {
	padding: 18px;
	background: #ffffff;
	width: 100%;
}

.NewsList .NewsImg {
	height: 190px;
	overflow: hidden;
}

.NewsContent h4 {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	height: 52px;
}



.NewsContent {
	margin-top: 16px;
}

.NewsContent p {
	font-size: 14px;
	color: #777777;
	line-height: 26px;
	height: 50px;
	overflow: hidden;
	margin: 8px 0 18px;
	text-align: justify;
}

.NewsContent span {

	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #C70C2E;
}

.NewsButten,
.AlumniButten {
	width: 60px;
	height: 30px;
	position: absolute;
	bottom: 18px;
	right: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	z-index: 12;
}

.NewsButten .swiper-button-next:after,
.NewsButten .swiper-rtl .swiper-button-prev:after {
	content: '';
	background: url(../images/right.png) no-repeat center;

}

.AlumniButten .swiper-button-next:after,
.AlumniButten .swiper-rtl .swiper-button-prev:after {
	content: '';
	background: url(../images/right_alumn.png) no-repeat center;
}

.NewsButten .swiper-button-prev:after,
.NewsButten .swiper-rtl .swiper-button-next:after {
	content: '';
	background: url(../images/left.png) no-repeat center;

}

.AlumniButten .swiper-button-prev:after,
.AlumniButten .swiper-rtl .swiper-button-next:after {
	content: '';
	background: url(../images/left_alumn.png) no-repeat center;

}

.NewsButten .swiper-button-prev:after,
.AlumniButten .swiper-button-prev:after,
.NewsButten .swiper-rtl .swiper-button-next:after,
.AlumniButten .swiper-rtl .swiper-button-next:after,
.NewsButten .swiper-button-next:after,
.AlumniButten .swiper-button-next:after,
.NewsButten .swiper-rtl .swiper-button-prev:after,
.AlumniButten .swiper-rtl .swiper-button-prev:after {
	width: 6px;
	height: 12px;
}

.NewsButten .swiper-button-next,
.AlumniButten .swiper-button-next,
.NewsButten .swiper-rtl .swiper-button-prev,
.AlumniButten .swiper-rtl .swiper-button-prev {
	right: 0;
}

.NewsButten .swiper-button-prev,
.AlumniButten .swiper-button-prev,
.NewsButten .swiper-rtl .swiper-button-next,
.AlumniButten .swiper-rtl .swiper-button-next {
	left: 0;
	right: auto;
}

.NewsSwiper .swiper-pagination-fraction, .VideoSwiper-pagination.swiper-pagination-fraction{
	bottom: 22px;
	text-align: right;
	color: #a0a0a0;
	padding-right: 96px;
}

.NewsSwiper .swiper-pagination-current:before,
.AlumniSwiper .swiper-pagination-current:before, .VideoSwiper-pagination .swiper-pagination-current:before,.VideoSwiper-pagination .swiper-pagination-current:before{
	content: "0"
}

.NewsSwiper .swiper-pagination-total:before, .AlumniSwiper .swiper-pagination-total:before, .VideoSwiper-pagination .swiper-pagination-total:before {
	content: "0"
}

.NewsSwiper .swiper-pagination-current,.VideoSwiper-pagination .swiper-pagination-current {
	font-size: 18px;
	font-family: Arial;

	color: #C70C2E;
	line-height: 22px;
}

.NewsSwiper .swiper-pagination-total,.VideoSwiper-pagination .swiper-pagination-total {
	color: #a0a0a0;
	font-size: 14px;
	font-family: Arial;
	line-height: 22px;
}

.zero {
	padding-right: 4px;
}


/* NoticeList */

.NoticeList ul li {
	padding: 19px 0;
	border-bottom: 1px solid #E6E6E6;
}

.NoticeList ul li:first-of-type {
	padding: 0 0 18px;
}

.NoticeList ul li:last-of-type {
	border-bottom: 0px;
	padding: 18px 0 6px;
}

.NoticeList ul li a {
	display: flex;
}

.NoticeList .NoticeTime {
	width: 74px;
	height: 60px;
	background: #f0ebeb;
	text-align: center;
	padding: 7px;
	flex: 0 0 74px;
}


.NoticeList .NoticeTime span {
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #C70C2E;
	display: block;
	line-height: 26px;
}

.NoticeList .NoticeTime span+span {
	font-size: 16px;
}


.NoticeContent {
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	padding-left: 26px;
}


.NoticeContent p {
	font-size: 14px;
	color: #777777;
	line-height: 20px;
	margin-top: 10px;
}

.NewsContent h4,.NoticeContent h4 {
	-webkit-line-clamp: 2;
}

.ForumAlumni {
	padding: 0 0 60px;
}

.Forum,
.Alumni {
	height: 100%;
}

.ForumList ul li {
	padding-bottom: 14px;
	border-bottom: 1px solid #E6E6E6;
}

.ForumList ul li+li {
	margin-top: 16px;
}

.ForumList ul li:last-of-type {
	border: 0;
	padding-bottom: 0;
}


.ForumTime span {
	background: rgb(199 12 46);
	border-radius: 18px 18px 2px 18px;
	width: 22%;
	padding: 2px 10px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	box-shadow: 2px 2px 2px 2px rgb(199 12 46 / 20%);
	display: block;
	text-align: center;
}

.ForumContent h4 {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin: 8px 0 4px;
}

.ForumContent p {
	height: 42px;
	font-size: 14px;
	color: #777777;
	line-height: 22px;
	overflow: hidden;
	-webkit-line-clamp: 2;
}


.AlumniSwiperBg {
	height: 420px;
	/* position: relative; */
}

.AlumniList a {
	position: relative;
	height: 420px;
	z-index: 4;
}

.AlumniImg:before {
	content: '';
	width: 100%;
	height: 60px;
	background: #000000;
	opacity: 0.5;
	position: absolute;
	bottom: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 2;
}


.AlumniImg img {
	width: 100%;
	height: 100%;
}

.AlumniContent {
	position: relative;
	bottom: 0;
}

.AlumniList .AlumniImg {
	overflow: hidden;
	position: relative;
	transition: all .3s ease-out .1s;
	-webkit-transition: all .3s ease-out .1s;
	-moz-transition: all .3s ease-out .1s;
	-ms-transition: all .3s ease-out .1s;
	-o-transition: all .3s ease-out .1s;
	height: 100%;
	z-index: 3;
}

.AlumniList h4 {
	position: absolute;
	color: #ffffff;
	bottom: 22px;
	font-size: 16px;
	padding-left: 86px;
	font-weight: 400;
	width: 438px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 6;
}

.AlumniSwiper .swiper-pagination-fraction {
	left: 20px;
	bottom: 22px;
	text-align: left;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	width: 12%;
}

@media screen and (max-width:1200px) {


	.NoticeList .NoticeTime {
		height: 70px;
	}

	.NoticeList .NoticeTime span {
		font-size: 24px;
		line-height: 26px;
	}

	.NoticeList .NoticeTime span+span {

		font-size: 14px;
	}

	.NewsList .NewsImg {
		height: 230px;
	}

	.ForumTime span {
		width: 24%;
		font-size: 14px;
	}

	.AlumniList h4 {
		width: 380px;
	}

	.ForumContent p {

		height: 26px;
		/* display: none !important; */
	}

	.AlumniSwiperBg,
	.AlumniList a {
		height: 372px;
	}

}

@media screen and (max-width:1000px) {

	.Survey {
		padding: 34px 0 26px;
	}

	.News, .Notice, .Forum, .Alumni,.Video {
		width: 100%;
		margin-bottom: 26px;
	}

	.News {
		margin-top: 26px;
	}

	.Survey h3 {
		font-size: 20px;
		margin-bottom: 20px;
		padding: 0px 30px;
	}

	#focus {
		height: 510px;
	}

	.NewsNotice,
	.ForumAlumni {
		padding: 0;
	}

	.AlumniSwiperBg,
	.AlumniList a {
		height: 100%;
	}
	
	.ForumTime span{
		width: 100%;
		display: inline;
	}
}

@media screen and (max-width:650px) {
	.Survey h3 {
		line-height: 34px;
		font-size: 18px;
		padding: 0;
	}

	#focus {
		height: 280px;
	}

	.title>a>span {
		font-size: 22px;
	}

	.title>a>span+span {
		font-size: 20px;
		padding-top: 6px;
	}

	.title .more {
		font-size: 14px;
		line-height: 38px;
	}
	
	.ForumTime span {
	    width: 30%;
	}
	
	.AlumniList h4{
		display: none;
	}
	
	.AlumniSwiper .swiper-pagination-fraction{
		width: 20%;
	}
}
