a {
	text-decoration: none;
	color: #046d1a;
}

/*头部开始*/
.topBanner {
	height: 100vh;
	position: fixed;
	background-color: #046d1a;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}
a:focus,
a:hover {
	text-decoration: none !important;
}

.topBanner .topBannerTextCard {
	position: fixed;
	top: 120px;
	right: 0;
	left: 0;
	align-items: center;
	display: block;
}

.topBanner .topBannerTextCard .topBannerText {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 48px;
	margin-top: calc(40vh - 90px);
	user-select: none;
}

.topBanner .topBannerImg {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
}

.topMenu {
	z-index: 11;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.topMenu .menuFirstCard {
	display: flex;
	width: 100%;
	height: 80px;
}

.topMenu.homeMenu .menuFirstCard {
	text-shadow: 1px 1px 3px #333;
}

.topMenu .menuFirstCardTwo {
	background-color: #046d1a;
}

.topMenu .menuFirstCard .menuFirstLeft {
	height: 100%;
	padding-left: 10%;
	display: flex;
	align-items: center;
}

.topMenu .menuFirstCard .menuFirstLeft img {
	height: 40px;
	width: auto;
	padding-right: 10px;
}

.topMenu .menuFirstCard .menuFirstLeft span {
	color: #FFFFFF;
	font-size: 30px;
}

.topMenu .menuFirstCard .menuFirstRight {
	display: flex;
	align-items: center;
	height: 100%;
	text-align: right;
	margin-right: 10%;
	margin-left: auto;
	user-select: none;
}

.menuFirstCard .menuFirstRight .menuInfo {
	position: absolute;
	right: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-top: 8px;
	font-size: 16px;
}

.menuFirstCard .menuFirstRight .menuInfo .glyphicon {
	margin-right: 5px;
}

.topMenu .menuFirstCard .menuFirstRight .menuFirstRightText {
	padding: 10px 0px;
	margin: 0px 20px;
	color: white;
	cursor: pointer;
	transition: border-top-width .5s;
	position: relative;
}

.topMenu .menuFirstCard .menuFirstRight .menuFirstRightText {
	font-size: 20px;
}

.topMenu .menuFirstCard .menuFirstRight .menuFirstRightText i {
	margin-right: 10px;
}

.topMenu .menuSecondCard {
	width: 100%;
	height: 70px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.topMenu .menuSecondCardTwo {
	background-color: white;
	text-align: center;
	box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
	color: black !important;
	font-weight: 400 !important;
}

.topMenu .menuSecondCard .menuSecondTitleCard {
	display: inline-block;
	margin: 0 auto;
	user-select: none;
}

.topMenu.homeMenu .menuSecondCard .menuSecondTitleCard {
	text-shadow: 1px 1px 3px #333;
}

.topMenu.homeMenu .menuSecondCard.menuSecondCardTwo .menuSecondTitleCard {
	text-shadow: none
}

.topMenu.homeMenu .menuSecondCard .menuSecondTitleCard li:hover {
	text-shadow: none
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li {
	list-style: none;
	position: relative;
	display: inline-block;
	padding: 10px 0px;
	margin: 0px 30px;
	cursor: pointer;
	font-size: 20px;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li a {
	color: #222;
	line-height: 50px;
	display: block;
}

.topMenu.homeMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li a {
	color: #ffffff;
}

.topMenu.homeMenu .menuSecondCard.menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li a {
	color: #222;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #046d1a;
	transition: all .3s;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:hover:after {
	left: 0;
	transition: all .3s;
	width: 100%;
	background-color: #046d1a;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:hover>a {
	color: #046d1a;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li.active>a {
	color: #046d1a;
}

.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li.active:after {
	width: 100%;
	;
	left: 0;
}

.topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #046d1a !important;
}

.topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:hover:after {
	left: 0;
	transition: all .3s;
	width: 100%;
}


.topMenu .menuSecondCardTwo .mobile-menu {
	cursor: pointer;
}

.topFooter {
	position: fixed;
	height: 60px;
	background-color: #046d1a;
	z-index: 9;
	bottom: 0;
	left: 0;
	right: 0;
}

.topFooter .topFooterText {
	font-size: 20px;
	text-align: center;
	color: white;
	font-weight: bold;
	user-select: none;
	line-height: 60px;
	cursor: pointer;
}

/*头部结束*/

/*新闻开始*/
.contentCard {
	z-index: 10;
	position: absolute;
	top: 100vh;
	left: 0;
	right: 0;
}

.contentCard .news {
	background-color: #f9f6ef;
}

.contentCard .news .newsCard {
	width: 80%;
	margin: 0 auto;
}


.contentCard .news .newsCard .newsTitle {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 40px;
	font-size: 32px;
	color: #845EC2;
	font-weight: 900;
}

.contentCard .news .newsCard .newsList {
	margin: 10px;
	height: 354px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
	font-weight: bold;
	transition: all .5s;
	overflow: hidden;
}

.contentCard .news .newsCard .newsList:hover {
	cursor: pointer;
	box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
}

.contentCard .news .newsCard .newsList .bigImg {
	height: 354px;
	width: 100%;
	border-radius: 4px;
	object-fit: cover;
	transition: all .5s;
}

.contentCard .news .newsCard .newsList .bigImg:hover {
	width: 102%;
}

.contentCard .news .newsCard .newsList .bigContent {
	height: 85px;
	padding: 15px;
	background-color: #00000060;
	position: relative;
	top: -90px;
}

.contentCard .news .newsCard .newsList .bigContent a {
	width: 100%;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.contentCard .news .newsCard .newsList .minImg {
	height: 227px;
	width: 100%;
	border-radius: 4px;
	object-fit: cover;
	transition: all .5s;
}

.contentCard .news .newsCard .newsList .minImg:hover {
	width: 102%;
}

.contentCard .news .newsCard .newsList .minContent {
	height: 118px;
	padding: 15px;
	font-size: 16px;
}

.contentCard .news .newsCard .newsList .minContent a {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 16px;
}

.moreBtn {
	text-align: center;
	padding: 80px 0 100px 0px;
}

.moreBtn .btnn {
	display: inline-block;
	width: 220px;
	height: 60px;
	border-radius: 10px;
	background-color: white;
	line-height: 55px;
	color: #008AC3;
	font-size: 28px;
	user-select: none;
	cursor: pointer;
}

/*新闻结束*/

/*通知公告开始*/
.contentCard .notice {
	background: #2f2424;
	color: #FFFFFF;
}

.contentCard .notice .noticeCard {
	width: 80%;
	margin: 0 auto;
}

.contentCard .notice .noticeCard .noticeTitle {
	padding-top: 80px;
	font-size: 48px;
	text-align: center;
	margin-bottom: 80px;
	font-weight: 900;
	color: #FFFFFF;
	user-select: none;
}

.contentCard .notice .noticeCard .noticeList {
	position: relative;
	display: flex;
	margin-bottom: 40px;
	height: 60px;
	user-select: none;
	cursor: pointer;
}

.contentCard .notice .noticeCard .noticeList .noticeTime {
	width: 90px;
	text-align: center;
	display: block;
	line-height: 27px;
	border-right: 4px solid #FFFFFF;
}


.contentCard .notice .noticeCard .noticeList .noticeContent {
	width: calc(100% - 110px);
	margin-left: 20px;
}

.contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.5s;
}

.contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentInfo {
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.5s;
}

.contentCard .notice .noticeCard .noticeList:hover .noticeContent .noticeContentTitle {
	font-size: 24px;
}

.contentCard .notice .noticeCard .noticeList:hover .noticeContent .noticeContentInfo {
	font-size: 18px;
}

/*通知公告结束*/

/*科研成果开始*/

.contentCard .scientific_research {
	background: #FFFFFF;
}

.contentCard .scientific_research .scientific_research_card {
	width: 80%;
	margin: 0 auto;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_title {
	padding-top: 40px;
	font-size: 48px;
	text-align: center;
	margin-bottom: 40px;
	color: #845EC2;
	font-weight: 900;
	user-select: none;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list {
	margin: 10px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
	font-weight: bold;
	transition: all .5s;
	overflow: hidden;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list:hover {
	cursor: pointer;
	box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg {
	height: 227px;
	width: 100%;
	border-radius: 4px;
	object-fit: cover;
	overflow: hidden;
	transition: all .5s;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg:hover {
	width: 105%;
}

.contentCard .scientific_research .scientific_research_card .scientific_research_list .minContent a {
	height: 118px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/*科研成果结束*/

/*师生风采开始*/

.contentCard .teachers_students {
	background: #f9f6ef;
}

.contentCard .teachers_students .teachers_students_card {
	width: 80%;
	margin: 0 auto;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_title {
	padding-top: 40px;
	font-size: 48px;
	text-align: center;
	margin-bottom: 40px;
	color: #845EC2;
	font-weight: 900;
	user-select: none;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list {
	margin: 10px;
	height: 354px;
	border: 1px solid #00000026;
	border-radius: 4px;
	/*background-color: #FFFFFF;*/
	/*box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;*/
	font-weight: bold;
	transition: all .5s;
	overflow: hidden;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list:hover {
	cursor: pointer;
	box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list .minImg {
	height: 227px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all .5s;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list .minImg:hover {
	width: 105%;
}

.contentCard .teachers_students .teachers_students_card .teachers_students_list .minContent a {
	height: 118px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/*师生风采结束*/

/*关于开始*/
.contentCard .aboutUs {
	background: #008AC3;
}

.contentCard .aboutUs .aboutUs_card {
	width: 80%;
	margin: 0 auto;
}

.contentCard .aboutUs .aboutUs_card .aboutUs_title {
	padding-top: 80px;
	font-size: 48px;
	text-align: center;
	margin-bottom: 80px;
	color: #FFFFFF;
	font-weight: 900;
	user-select: none;
}

.contentCard .aboutUs .aboutUs_card .aboutTitle {
	font-size: 24px;
	text-align: center;
	user-select: none;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.contentCard .aboutUs .aboutUs_card .aboutValue {
	font-size: 32px;
	text-align: center;
	font-weight: 900;
	user-select: none;
	color: #FFFFFF;
}

.navigate {
	background-color: #ffffff;
}

.navigateInner {
	padding: 2% 15%;
}

.navigateItem {
	cursor: pointer;
	background-color: #845EC2;
	border: 1px solid #ddd;
	border-radius: 15px;
	min-height: 50px;
	margin: 10px;
	padding: 40px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: white;
}
	.navigateItem>i {
		font-size: 50px;
	}

	.navigateItem>p {
		margin: 0;
		margin-top: 20px;
	}

	.navigateItem:hover {
		box-shadow: 1px 2px 4px 1px #aaa;
	}

	/*关于学院结束*/

	/*结尾版权开始*/
	.contentCard .footer {
		text-align: center;
		background: #00C2A8;
		user-select: none;
		color: white;
		font-size: 18px;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.contentCard .footer .footerText {
		line-height: 50px;
	}

	/*结尾版权结束*/

	/*手机端适应*/
	@media (min-width: 300px) and (max-width: 768px) {

		/*头部开始*/
		.topBanner {
			height: 100vh;
			position: fixed;
			background-color: #046d1a;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 9;
		}

		.topBanner .topBannerTextCard {
			position: fixed;
			top: 120px;
			right: 0;
			left: 0;
			align-items: center;
			display: block;
		}

		.topBanner .topBannerTextCard .topBannerText {
			text-align: center;
			color: white;
			font-weight: bold;
			font-size: 32px;
			margin-top: calc(40vh - 90px);
			user-select: none;
		}

		.topBanner .topBannerImg {
			height: 100vh;
			width: 100vw;
			object-fit: cover;
		}

		.topMenu {
			z-index: 11;
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
		}

		.topMenu .menuFirstCard {
			display: flex;
			background-color: #046d1a;
			width: 100%;
			height: 50px;
		}

		.topMenu .menuFirstCardTwo {
			background-color: #046d1a;
		}

		.topMenu .menuFirstCard .menuFirstLeft {
			height: 100%;
			padding-left: 0;
		}

		.topMenu .menuFirstCard .menuFirstLeft img {
			height: 30px;
			width: auto;
		}

		.topMenu .menuFirstCard .menuFirstLeft span {
			font-size: 18px;
			max-width: 250px;
		}

		.topMenu .menuFirstCard .menuFirstRight {
			height: 100%;
			margin: 0;
			display: flex;
			align-items: center;
			text-align: right;
			margin-left: auto;
			user-select: none;
		}

		.topMenu .menuFirstCard .menuFirstRight .menuInfo {
			position: absolute;
			right: 20px;
			color: #FFFFFF;
			padding-top: 8px;
		}

		.topMenu .menuFirstCard .menuFirstRight .menuFirstRightText {
			padding: 10px 0px;
			color: white;
			margin: 0;
			cursor: pointer;
			transition: border-top-width .5s;
			position: relative;
		}

		.topMenu .menuSecondCard {
			width: 100%;
			height: 30px;
			display: inline-block;
			text-align: center;
			font-size: 18px;
			font-weight: bold;
			background-color: #ffffff;
			color: #222;
			cursor: pointer;
		}

		.topMenu .menuSecondCardTwo {
			background-color: white;
			text-align: center;
			height: 30px;
			box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
			color: black !important;
			font-weight: 400 !important;
		}

		.topMenu .menuSecondCard .menuSecondTitleCard {
			display: inline-block;
			margin: 0 auto;
			user-select: none;
		}

		.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li {
			list-style: none;
			position: relative;
			display: inline-block;
			padding: 10px 0px;
			margin: 0px 10px;
			cursor: pointer;
		}

		.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			width: 0;
			height: 3px;
			background-color: #FFFFFF;
		}

		.topMenu .menuSecondCard .menuSecondTitleCard .menuSecondTitle li:hover:after {
			left: 0;
			transition: all .3s;
			width: 100%;
		}

		.topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 50%;
			width: 0;
			height: 3px;
			background-color: #046d1a !important;
		}

		.topMenu .menuSecondCardTwo .menuSecondTitleCard .menuSecondTitle li:hover:after {
			left: 0;
			transition: all .3s;
			width: 100%;
		}

		.mh {
			-webkit-filter: blur(4px);
			filter: blur(4px);
		}

		.topMenu .menuThreeCard {
			width: 100%;
			display: block;
			height: 0vh;
			overflow: hidden;
			background-color: #00000090;
			text-align: center;
			box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
			transition: height .5s;
		}

		.topMenu .active {
			height: 100vh;
		}

		.topMenu .menuThreeCard .menuThreeTitleCard {
			background-color: #FFFFFF;
			user-select: none;
			transition: all 0.3s;
		}

		.topMenu .menuThreeCard .menuThreeTitleCard .menuThreeTitle {
			width: 100%;
		}

		.topMenu .menuThreeCard .menuThreeTitleCard .menuThreeTitle .menuThreeList {
			border-bottom: 1px solid #f0f0f0;
			border-right: 1px solid #f0f0f0;
			width: 100%;
			height: 52px;
			font-size: 12px;
			line-height: 52px;
			margin: auto 0;
		}


		.topFooter {
			position: fixed;
			height: 60px;
			background-color: #046d1a;
			z-index: 9;
			bottom: 0;
			left: 0;
			right: 0;
		}

		.topFooter .topFooterText {
			text-align: center;
			color: white;
			font-weight: bold;
			user-select: none;
			line-height: 60px;
			cursor: pointer;
		}

		/*头部结束*/
		/*新闻开始*/
		.contentCard {
			z-index: 10;
			position: absolute;
			top: 100vh;
			left: 0;
			right: 0;
		}

		.contentCard .news {
			background-color: #f9f6ef;
		}

		.contentCard .news .newsCard {
			width: 98%;
			margin: 0 auto;
		}


		.contentCard .news .newsCard .newsTitle {
			padding-top: 80px;
			font-size: 26px;
			text-align: center;
			margin-bottom: 80px;
			font-weight: 900;
			color: #845EC2;
		}

		.contentCard .news .newsCard .newsList {
			margin: 10px;
			height: 354px;
			background-color: #FFFFFF;
			box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
			font-weight: bold;
			transition: all .5s;
			overflow: hidden;
		}

		.contentCard .news .newsCard .newsList:hover {
			cursor: pointer;
			box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
		}

		.contentCard .news .newsCard .newsList .bigImg {
			height: 227px;
			width: 100%;
			border-radius: 4px;
			object-fit: cover;
			transition: all .5s;
		}

		.contentCard .news .newsCard .newsList .bigImg:hover {
			width: 102%;
		}

		.contentCard .news .newsCard .newsList .bigContent {
			position: unset;
			border-radius: 0px;
			background-color: #FFFFFF;
			color: #000000;
			font-size: unset;
		}

		.contentCard .news .newsCard .newsList .bigContent a {
			color: #000000;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			overflow: hidden;
		}

		.contentCard .news .newsCard .newsList .minImg {
			height: 227px;
			width: 100%;
			border-radius: 4px;
			object-fit: cover;
			transition: all .5s;
		}

		.contentCard .news .newsCard .newsList .minImg:hover {
			width: 102%;
		}

		.contentCard .news .newsCard .newsList .minContent a {
			height: 118px;
			width: 100%;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}

		.moreBtn {
			text-align: center;
			padding: 80px 0 100px 0px;
		}

		.moreBtn .btnn {
			display: inline-block;
			width: 70%;
			height: 50px;
			border-radius: 10px;
			background-color: white;
			line-height: 50px;
			color: #008ac3;
			font-size: 20px;
			user-select: none;
			cursor: pointer;
		}

		/*新闻结束*/
		/*通知公告开始*/
		.contentCard .notice {
			background: #2f2424;
			color: #FFFFFF;
		}

		.contentCard .notice .noticeCard {
			width: 98%;
			margin: 0 auto;
		}

		.contentCard .notice .noticeCard .noticeTitle {
			padding-top: 80px;
			font-size: 32px;
			text-align: center;
			margin-bottom: 80px;
			font-weight: 900;
			color: #FFFFFF;
			user-select: none;
		}

		.contentCard .notice .noticeCard .noticeList {
			position: relative;
			display: flex;
			margin-bottom: 40px;
			height: 60px;
			user-select: none;
			cursor: pointer;
		}

		.contentCard .notice .noticeCard .noticeList .noticeTime {
			width: 90px;
			text-align: center;
			display: block;
			line-height: 27px;
			border-right: 4px solid #FFFFFF;
		}


		.contentCard .notice .noticeCard .noticeList .noticeContent {
			width: calc(100% - 110px);
			margin-left: 20px;
		}

		.contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentTitle {
			font-size: 20px;
			font-weight: bold;
			line-height: 32px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: all 0.5s;
		}

		.contentCard .notice .noticeCard .noticeList .noticeContent .noticeContentInfo {
			color: #999;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: all 0.5s;
		}

		.contentCard .notice .noticeCard .noticeList:hover .noticeContent .noticeContentTitle {
			font-size: 24px;
		}

		.contentCard .notice .noticeCard .noticeList:hover .noticeContent .noticeContentInfo {
			font-size: 18px;
		}

		/*通知公告结束*/
		/*科研成果开始*/
		.contentCard .scientific_research {
			background: #FFFFFF;
		}

		.contentCard .scientific_research .scientific_research_card {
			width: 98%;
			margin: 0 auto;
		}

		.contentCard .scientific_research .scientific_research_card .scientific_research_title {
			padding-top: 80px;
			font-size: 32px;
			text-align: center;
			margin-bottom: 80px;
			font-weight: 900;
			user-select: none;
		}

		.contentCard .scientific_research .scientific_research_card .scientific_research_list {
			margin: 10px;
			height: 354px;
			background-color: #FFFFFF;
			box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;
			font-weight: bold;
			transition: all .5s;
			overflow: hidden;
		}

		.contentCard .scientific_research .scientific_research_card .scientific_research_list:hover {
			cursor: pointer;
			box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
		}

		.contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg {
			height: 227px;
			width: 100%;
			border-radius: 4px;
			object-fit: cover;
			overflow: hidden;
			transition: all .5s;
		}

		.contentCard .scientific_research .scientific_research_card .scientific_research_list .minImg:hover {
			width: 105%;
		}

		.contentCard .scientific_research .scientific_research_card .scientific_research_list .minContent a {
			height: 118px;
			width: 100%;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}

		/*科研成果结束*/
		/*师生风采开始*/
		.contentCard .teachers_students {
			background: #f9f6ef;
		}

		.contentCard .teachers_students .teachers_students_card {
			width: 98%;
			margin: 0 auto;
		}

		.contentCard .teachers_students .teachers_students_card .teachers_students_title {
			padding-top: 80px;
			font-size: 32px;
			text-align: center;
			margin-bottom: 80px;
			font-weight: 900;
			user-select: none;
		}

		.contentCard .teachers_students .teachers_students_card .teachers_students_list {
			margin: 10px;
			height: 354px;
			border: 1px solid #00000026;
			border-radius: 4px;
			/*background-color: #FFFFFF;*/
			/*box-shadow: 0 0 10px #00000026, 0 3px 3px #00000026;*/
			font-weight: bold;
			transition: all .5s;
			overflow: hidden;
		}

		.contentCard .teachers_students .teachers_students_card .teachers_students_list:hover {
			cursor: pointer;
			box-shadow: 0 0 15px #00000050, 0 8px 8px #00000050;
		}

		.contentCard .teachers_students .teachers_students_card .teachers_students_list .minImg {
			height: 227px;
			width: 100%;
			object-fit: cover;
			overflow: hidden;
			transition: all .5s;
		}

		.contentCard .teachers_students .teachers_students_card .teachers_students_list .minImg:hover {
			width: 105%;
		}

		.contentCard .teachers_students .teachers_students_card .teachers_students_list .minContent a {
			height: 118px;
			width: 100%;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}

		/*师生风采结束*/
		/*关于开始*/
		.contentCard .aboutUs {
			background: #2f2424;
		}

		.contentCard .aboutUs .aboutUs_card {
			width: 98%;
			margin: 0 auto;
		}

		.contentCard .aboutUs .aboutUs_card .aboutUs_title {
			padding-top: 80px;
			font-size: 32px;
			text-align: center;
			margin-bottom: 80px;
			color: #FFFFFF;
			font-weight: 900;
			user-select: none;
		}

		.contentCard .aboutUs .aboutUs_card .aboutTitle {
			font-size: 24px;
			text-align: center;
			user-select: none;
			color: #FFFFFF;
			margin-bottom: 15px;
		}

		.contentCard .aboutUs .aboutUs_card .aboutValue {
			font-size: 32px;
			text-align: center;
			font-weight: 900;
			user-select: none;
			color: #FFFFFF;
		}

		/*关于学院结束*/
		/*结尾版权开始*/
		.contentCard .footer {
			text-align: center;
			background: #f0f0f0;
			user-select: none;
		}

		.contentCard .footer .footerText {
			line-height: 32px;
		}

		/*结尾版权结束*/
	}



/*新闻列表*/
.newsListInfo .col-md-10,
.newsListInfo .col-md-2{
	padding-left: 0;
	padding-right: 0;
}
.newsListInfo a{
	color: #222;
        text-decoration:none;
}
.newsListInfo li{
	list-style:none;
}
.news_detaile{
	overflow: hidden;
}
/*分页*/
.partPage{
	text-align: center;
	margin: 10px 0;
}
.partPage ul li a{
	color: #212121;
	margin: 5px 2px;
}
.partPage ul li a:hover{
	border: 1px solid #2c53a7;
	background-color: #2c53a7;
	color: #fff;
}


@media (min-width: 375px) and (max-width: 799px) {
	.article-bg .container{
		padding-right: 0;
		padding-left: 0;
	}
	/*文字列表*/
	.newsListInfo{
		padding: 0 15px;
	}
	.list_content{
		padding: 0;
		overflow: hidden;
		border-bottom: 1px solid #eaeaea;
	}
	.news_detaile h4{
		font-size: 16px;
		line-height: 28px;
	}
	.news_time span{
		font-size: 16px;
		display: block;
		margin-top: 10px;
		color: #888;
	}
	.newsListInfo li{
		padding: 15px 0;
	}
}
@media (min-width: 800px) and (max-width: 1920px) {
	.teaNews{
		padding-right: 60px;
	}
	.newsListInfo{
		margin-left: 5px;
		margin-right: 5px;
	}
	.news_detaile h4{
		font-size: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.list_content{
		overflow: hidden;
		border-bottom: 1px solid #f1f1f1;
	}
	.newsListInfo li:hover{
		color: #E8645A;
		cursor: pointer;
	}
	.newsListInfo li:hover p{
		color: #E8645A;
	}
	.news_time span{
		font-size: 16px;
		display: block;
		text-align: right;
	}
	.newsListInfo li{
		padding: 20px 0;
	}
}