@import url(/HRSNHHSPUIOUEu5nKSyDUujpKIgII0fMJS5DJyuDU1SNEj.css);

a {
	color: #fff;
	text-decoration: none;
}
.top-swiper {
	position: fixed;
	top: 0;
	left: 0;
}
.top-swiper img {
	width: 100%;
  transform: scale(1.175);
  transition: linear 5s;
}
.top-swiper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.top-paginaion {
	position: absolute;
	right: 1.75rem;
	bottom: 1.25rem;
	z-index: 999;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.paginaion-line {
	width: 108px;
	height: 1px;
	border-bottom: 1px solid #fff;
	margin: 0 12px;
}
.top-paginaion img {
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
}
.swiper-button-next {
  margin-left: 10px;
	right: 0;
}
.news-swiper-wrapper {
  padding-bottom: 0.4rem;
}
ul {
	margin: 0 1.75rem;
}

/* 学院要闻 */
.news-box {
	position: relative;
  margin-top: 20px;
}
.news-main {
	padding: 0.25rem 0;
}
.news-left {
	overflow: hidden;
	padding-left: 1.75rem;
	margin-right: 0.35rem;
	z-index: 333;
	width: 37%;
}
.news-left img {
	width: 100%;
  	height: 5.5rem;
	max-width: 9.025rem;
}
.news-left img:hover {
	transform: translateY(-10px);
	transition: transform 0.5s ease-in-out;
}
.news-title {
	font-weight: bold;
	font-size: 0.225rem;
	color: #ffffff;
	margin-bottom: 0.15rem;
}
.news-content {
	font-size: 0.175rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-list {
	width: 45%;
	margin: 0;
	padding: 0.5rem 1.75rem 0.5rem 0.25rem;
	z-index: 333;
	height: 90%;
	background: #fffcf5;
}
.news-list li {
	margin-bottom: 0.35rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.225rem;
	color: #333;
}
.news-list li:last-of-type {
	margin-bottom: 0;
}
.dot {
	display: inline-block;
	margin: 0 .125rem .0625rem 0;
	width: 4px;
	height: 4px;
	background-color: #d85554;
}
.list-title {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.list-title a {
	color: #333;
}
.news-time {
	min-width: 100px;
	font-size: 0.2rem;
  text-align: right;
	color: #999;
}
.news-bg {
	width: 75%;
	max-width: 17.5rem;
	height: 4.0875rem;
	background-color: #ab191a;
	position: absolute;
	bottom: 0;
}

/* 通知公告 */
.notice-list {
	margin-top: 0.45rem;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.notice-item {
	width: 30%;
	margin-bottom: 0.25rem;
	background-color: #f9f6f0;
	padding: 16px;
}
.notice-item a {
  height: 100%;
	display: flex;
	align-items: center;
}
.notice-time {
  height: 100%;
	min-width: 1rem;
	text-align: center;
}
.notice-date {
  height: 50%;
	background-color: #ab191a;
	font-size: 0.3rem;
	color: #fff;
  line-height: 0.425rem;
}
.notice-mon {
	height: 50%;
	line-height: 0.425rem;
	font-weight: bold;
	font-size: 0.175rem;
	color: #666;
	background-color: #fff;
}
.notice-title {
	margin-left: 0.25rem;
	font-size: 0.225rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: left;
}

/* 政策法规 */
.law-box {
	display: flex;
	justify-content: space-between;
	padding: 20px 1.75rem;
	background: url(/HRSNHHSPUIOUEu5nKSyDUujqTkfsUIcMHxVqJycEIRbpJSETU1SGT0SpIN.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.law-box > div:first-of-type {
	width: 50%;
}
.check-dynamic {
	padding-left: 40px;
}
.law-title > p {
	cursor: pointer;
	margin-right: 10%;
	font-size: .35rem;
}
.law-list {
	width: 100%;
	background-color: transparent;
	padding-top: 0.3rem !important;
	padding-right: 0;
	padding-left: 0;
}
.topic-box {
	margin: 0;
	padding: 0.3rem 0 0.375rem 0;
}
.topic-box li {
	margin-right: 10px;
}
.topic-box img {
	width: 256px;
	max-width: 3rem;
}
.topic-box li:last-of-type {
	margin-right: 0;
}

/* 媒体 */
.media-list {
	display: flex;
	justify-content: space-between;
	padding: 0.55rem 1.75rem 0.35rem 0.75rem;
	margin-top: 0.325rem;
	margin-right: 0;
	background-color: #ab191a;
}
.media-item {
	width: 23%;
	overflow: hidden;
}
.media-item img {
	width: 100%;
	height: 100%;
}
.hidden {
	width: 100%;
	min-width: 150px !important;
	height: 3.25rem;
	overflow: hidden;
}
.media-text {
	padding: 0.25rem 0.1875rem;
	text-align: left;
}
.media-item p {
	color: #fff;
}
.media-item p:first-of-type {
	font-weight: bold;
	font-size: 0.225rem;
}
.media-active p:first-of-type {
	color: #333;
}
.media-item p:last-of-type {
	margin-top: 15px;
}
.media-item p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.175rem;
}
.media-active p:last-of-type {
	color: #999;
}
.media-active {
	background-color: #fff;
}

/* 风景展示 */
.show-box {
	display: flex;
	margin: 0.75rem 1.75rem 0;
}
.show-video {
	width: 50%;
	background: url(/HRSNHHSPUIOUEu5nKSyDUujqTkfsUIcMHxVqJycEIRbpKIuJPu1RJ1L.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	animation: scaleMin 0.8s ease-in-out 0s 1;
	animation-fill-mode: forwards;
}
.show-video:hover {
	animation: scaleMax 0.8s ease-in-out 0s 1;
	animation-fill-mode: forwards;
}
@keyframes scaleMax {
	from {
		background-size: 100% 100%;
	}
	to {
		background-size: 110% 110%;
	}
}
@keyframes scaleMin {
	from {
		background-size: 110% 110%;
	}
	to {
		background-size: 100% 100%;
	}
}
.play-icon {
	position: absolute;
	top: calc(50% - 52px);
	left: calc(50% - 52px);
	z-index: 333;
}
.show-list {
	width: 50%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-list li {
	width: 48%;
	position: relative;
	overflow: hidden;
}
.show-list img {
	width: 100%;
	height: 100%;
}
.show-list span {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.48);
	color: #fff;
	font-size: 0.325rem;
	padding: 10px 20px;
}
.relative {
	position: relative;
}

/* 系统入口 */
.icon-list {
	margin-top: 0.625rem;
	padding: 0.4rem 0;
	background-color: #f9f6ef;
}
.icon-list li {
	width: 2.55rem;
  min-width: 140px;
	height: 1.875rem;
  min-height: 100px;
	border-radius: 0.25rem;
	border: 1px solid #b3b3b3;
	overflow: hidden;
}
.icon-list li a {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.icon-list p {
	font-size: 0.25rem;
	line-height: 24px;
	color: #333;
}

/* hover效果 */
.topic-box li:hover img {
	transform: translateY(-20px);
	transition: transform 0.8s ease-in-out;
}
.topic-box li img {
	transition: transform 0.8s ease-in-out;
}
.notice-item:hover {
	background-color: #ab191a;
}
.notice-item:hover p {
	color: #fff;
}
.notice-item:hover .notice-mon {
	background-color: #ab191a;
}
.notice-item:hover .notice-date {
	color: #ab191a;
	background-color: #fff;
}
.show-list li img {
	transition: transform 0.8s ease-in-out;
}
.show-list li:hover img {
	transform: scale(1.1);
	cursor: pointer;
}
.media-item img {
	transition: transform 0.5s ease-in-out;
}
.media-item:hover {
	background-color: #fff;
	transition: 0.5s ease-in-out;
}
.media-item:hover p {
	color: #333;
	transition: 0.5s ease-in-out;
}
.media-item:hover p:last-of-type {
	color: #999;
	transition: 0.5s ease-in-out;
}
.media-item:hover img {
	transform: scale(1.1);
}

/* 轮播图 */
.swiper-wrapper {
	width: 50%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
	left: 50% !important;
	bottom: -0.25rem !important;
}
.swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: -0.25rem;
}
.swiper-pagination .swiper-pagination-bullet {
	margin-right: 10px;
	width: 0.2rem;
	height: 0.2rem;
	background-color: #fff;
	opacity: 0.35;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}
.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.title-bg {
  width: 2.375rem;
	height: 1.125rem;
	background: url(/HRSNHHSPUIOUEu5nKSyDUujqTkfsUIcMHxVqJycEIRbpDSkSKyLMI1LpD1cF.jpg);
	background-size: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.title-zh {
	margin-top: 0.425rem;
	font-family: "CITIC-Numbers-Medium";
	font-size: 0.5rem;
	color: #ab191a;
}
.title-en {
	color: #000;
	font-size: 0.175rem;
}
@font-face {
	font-family: "CITIC-Numbers-Medium";
	src: url(/HRSNHHSPUIOUEu5nKSyDUujqTkfsUIqqExHqE01SISEFI1NsExqF.jpg);
}

@media screen and (max-width: 800px) {
	main {
		padding-top: 80px;
	}
}
