@charset "UTF-8";
.banner {
	padding-top: 63px;
}
.banner .carousel-item {
	width: 100%;
	height: 150px;
}
.banner .carousel-item img {
	height: 100%;
}
.banner .banner-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: inline-block;
	margin: 0 auto;
	width: max-content;
	list-style: none;
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 2.7rem;
	color: #fff;
	text-align: center;
}
.bg {
	background: url(index_res/bg.jpg) no-repeat center;
	background-size: cover;
}
.bg2 {
	background: url(index_res/bg2.jpg) no-repeat center;
	background-size: cover;
}
.bg3 {
	background: url(index_res/bg3.jpg) no-repeat center;
	background-size: cover;
}
.con-box {
	color: #333;
}
.con-box .title p {
	margin: 0;
}
.con-box .title .span {
	color: #b1b1b1;
}
.con-box .more {
	cursor: pointer;
}
.news-dispatch .carousel .carousel-indicators {
	bottom: 30px;
}
.news-dispatch .carousel .carousel-item {
	width: 100%;
	height: 240px;
}
.news-dispatch .carousel .carousel-item img {
	width: 100%;
	height: 100%;
}
.news-dispatch .carousel .carousel-item .carousel-caption {
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: left;
}
.news-dispatch .card {
	box-sizing: border-box;
	border: 0;
	border-top: 2px solid #6c757d;
	font-size: 14px;
	cursor: pointer;
}
.news-dispatch .card p {
	display: -webkit-box;
	/* 设置为弹性盒子 */
	-webkit-box-orient: vertical;
	/* 设置盒子为纵向排列 */
	-webkit-line-clamp: 2;
	/* 限制行数为 2 行 */
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 使用省略号作为溢出内容的表示 */
	line-height: 1.5;
	/* 设置行高，根据需要调整 */
	max-height: 3em;
	/* 设置最大高度为 2 行的高度 */
	height: 4rem;
}
.information .information-main {
	border-top: 2px solid #000;
}
.information .information-main .information-item-warp:nth-child(n+4) {
	display: none;
}
.information .information-main .information-item-warp:nth-child(n+5) {
	display: none;
}
.information .information-main .information-item {
	border-bottom: 1px solid #efefef;
	color: #000;
}
.information .information-main .information-item .z-box {
	width: 5px;
	height: 100%;
}
.information .information-main .information-item .z-box .z {
	width: 5px;
	height: 5px;
	background-color: #000;
}
.dynamic .dynamic-banner .carousel .carousel-indicators {
	bottom: 30px;display: none;
}
.dynamic .dynamic-banner .carousel .carousel-item {
	width: 100%;
	height: 240px;
}
.dynamic .dynamic-banner .carousel .carousel-item img {
	width: 100%;
	height: 100%;
}
.dynamic .dynamic-banner .carousel .carousel-item .carousel-caption {
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	text-align: left;
}
.dynamic .dynamic-banner .carousel .carousel-item .carousel-caption a{ color:#fff;}

.admissions .img-box {
	height: 350px;
	width: 100%;
}
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 5.4rem 5.5rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 5.4rem 5.5rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
.admissions .list a:nth-child(n+5) {
	display: block;
}
.admissions .list .list-item {
	cursor: pointer;
}
.admissions .list .list-item .z-box {
	width: 5px;
}
.admissions .list .list-item .z-box .z {
	width: 5px;
	height: 5px;
	background-color: #000;
}
.admissions .list .list-item .con {
	border-bottom: #e8e8e8 1px solid;
	width: 0;
}
.admissions .list .list-item .con span {
	transition: 0.2s linear;
}
.admissions .list .list-item .con span:first-child {
	width: 0;
}
.admissions .list .list-item:hover .con span {
	color: #f8ac57;
}
.admissions .list .list-item:hover .con span:first-child {
	width: 0;
}
 @media (min-width: 360px) {
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 5.5rem 4.5rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 5.5rem 4.5rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
}
@media (min-width: 414px) {
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 5.5rem 5.4rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 5.5rem 5.4rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
}
@media (min-width: 390px) {
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 5.5rem 4.9rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 5.5rem 4.9rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
}
@media (min-width: 412px) {
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 5.5rem 4.9rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 5.5rem 4.9rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
}
@media (min-width: 430px) {
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 5.5rem 5.6rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 5.5rem 5.6rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
}
@media (min-width: 768px) {
.banner {
	padding-top: 63px;
}
.banner .carousel-item {
	width: 100% !important;
	height: 300px !important;
}
.banner .carousel-item img {
	height: 100%;
}
.news-dispatch .carousel .carousel-item {
	width: 100%;
	height: 250px;
}
.news-dispatch .carousel .carousel-item img {
	width: 100%;
	height: 100%;
}
.news-dispatch .r-list a:nth-child(n+5) {
	display: none;
}
.news-dispatch .r-list a:nth-child(n+6) {
	display: none;
}
.news-dispatch .r-list .mb-xl-4:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.news-dispatch .r-list .mb-xl-4:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.admissions .img-box {
	height: 240px;
	width: 100%;
}
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 3.5rem 2.8rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 3.5rem 2.8rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
.admissions .list {
	height: 240px;
}
.admissions .list a:nth-child(n+5) {
	display: none;
}
}
@media (min-width: 992px) {
.banner {
	padding-top: 67px;
}
.banner .carousel-item {
	width: 100% !important;
	height: 384px !important;
}
.banner .carousel-item img {
	height: 100%;
}
.news-dispatch .carousel .carousel-item {
	width: 100%;
	height: 360px;
}
.news-dispatch .carousel .carousel-item img {
	width: 100%;
	height: 100%;
}
.dynamic .dynamic-banner .carousel .carousel-item {
	width: 100%;
	height: 340px;
}
.dynamic .dynamic-banner .carousel .carousel-item img {
	width: 100%;
	height: 100%;
}
.information .information-main .information-item-warp:nth-child(n+4) {
	display: block;
}
.news-dispatch .r-list a:nth-child(n+5) {
	display: block;
}
.news-dispatch .r-list a:nth-child(n+6) {
	display: block;
}
.dynamic .dynamic-banner .r-list .mb-xl-4:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.dynamic .dynamic-banner .r-list .mb-xl-4:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.admissions .img-box {
	height: 240px;
	width: 100%;
}
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 3.5rem 2.7rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 3.5rem 2.7rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
.admissions .list {
	height: 240px;
}
.admissions .list a:nth-child(n+5) {
	display: none;
}
}
@media (min-width: 1200px) {
.banner {
	padding-top: 7rem;
}
.banner .carousel-item {
	width: 100% !important;
	height: 600px !important;
}
.banner .carousel-item img {
	height: 100%;
}
.news-dispatch .carousel .carousel-item {
	width: 100%;
	height: 441px;
}
.news-dispatch .carousel .carousel-item img {
	width: 100%;
	height: 100%;
}
.news-dispatch .r-list a:nth-child(n+6) {
	display: block;
}
.news-dispatch .r-list a:nth-child(n+5) {
	display: block;
}
.news-dispatch .r-list .mb-xl-4:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.news-dispatch .r-list .mb-xl-4:nth-last-child(-n+2) {
	margin-bottom: 0 !important;
}
.news-dispatch .card {
	font-size: 16px;
	transition: 0.2s linear;
}
.news-dispatch .card .badge {
	transition: 0.2s linear;
}
.news-dispatch .card:hover {
	border-top: 2px solid #f8ac57;
}
.news-dispatch .card:hover .badge {
	background-color: #f8ac57;
}
.information .information-main .information-item-warp:nth-child(n+4) {
	display: block;
}
.information .information-main .information-item-warp:nth-child(n+5) {
	display: block;
}
.information .information-main .information-item {
	cursor: pointer;
	color: #000;
	transition: 0.2s linear;
}
.information .information-main .information-item:hover {
	border-bottom: 1px solid #f8ac57;
	color: #f8ac57;
}
.dynamic .dynamic-banner .carousel .carousel-item {
	width: 100%;
	height: 441px;
}
.dynamic .dynamic-banner .carousel .carousel-item img {
	width: 100%;
	height: 100%;
}
.admissions .img-box {
	height: 334px;
	width: 100%;
}
.admissions .img-box .undergraduate {
	cursor: pointer;
	left: 0;
	top: 0;
	padding: 5rem 4.2rem;
	color: #fff;
}
.admissions .img-box .graduate {
	cursor: pointer;
	right: 0;
	bottom: 0;
	padding: 5rem 4rem;
	color: #fff;
}
.admissions .img-box img {
	height: auto;
	width: 100%;
}
.admissions .list {
	height: 334px;
}
.admissions .list a:nth-child(n+5) {
	display: block;
}
}/*# sourceMappingURL=index.css.map */





.tp2 .dropdown-menu { opacity:0;}
.tp2 .dropdown-toggle::after { display:none;}
@media screen and (max-width:992px ) {
.tp2 .dropdown-menu { opacity:1;}
.fixnav2::after { display: block !important;}
.tp2 .dropdown-menu .fixnav2::after { display:none !important; }
}
.selected1,.parent1 { color:#f8ac57 !important;}
.selected2,.selected3 {color:#f8ac57 !important;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.nrk-2 { max-height:6em;}

.nns2{ justify-content: flex-end !important; }




