


.none-fit-padding { 
	justify-content: flex-start;
	padding: 0 !important;
	background-color: transparent !important;
	color: var(--color_title) !important;
}

.none-fit-padding i { margin-left: 8px; }

.change_orange::before { background-color: #ddd !important; }
.change_orange::after ,
ul li:hover .btn-common-more i::after  { filter: invert(1); 	transition: all .35s; }

#lecture .swiper-slide-active .none-fit-padding,
.none-fit-padding:hover  { color:  var(--theme_orange) !important; }

#lecture .swiper-slide-active .none-fit-padding .change_orange::before ,
.none-fit-padding:hover .change_orange::before,
ul li:hover .circle-line::before { background-color: var(--theme_orange) !important; }

#lecture .swiper-slide-active .none-fit-padding .change_orange::after,
.none-fit-padding:hover .change_orange::after ,
ul li:hover .btn-common-more i::after  { background-image: url(../img/icon/btn-bg-orange.png) !important; filter: invert(0); transition: all .35s;}


#lecture .swiper-slide-active h3 ,
.news-item:hover dd h3 ,
ul li:hover .news-tittle {color: var(--theme_orange); transition: all .35s; }

#lecture .swiper-slide-active a,
.noticelist ul li:hover a { border-color: var(--theme_orange) !important; transition: all .35s; }

#lecture .swiper-slide-active,
.noticelist ul li:hover {	box-shadow: 0 5px 25px rgba(0,0,0,.15);	transition: all .35s;}



.swiper-common-button  { 
	width: 110px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
 .swiper-common-button .swiper-button-prev::after,
 .swiper-common-button .swiper-button-next::after { content: ""; display: none; }
 
.swiper-common-button .swiper-button-prev,
.swiper-common-button .swiper-button-next {
	position: static;
	width: 50px;
	height: 50px;
	margin-top: unset; 
	border-radius: 50%;
	display: flex;
	align-items: center;
	transition: all .35s;
}

.swiper-common-button .swiper-button-prev:hover,
.swiper-common-button .swiper-button-next:hover { background-color: var(--theme_orange); transition: all .35s;}

.swiper-common-button .icon-jt-left, 
.swiper-common-button .icon-jt-right { width: 100%; max-width: 30px; }
.swiper-common-button .swiper-button-prev { justify-content: flex-end; }
.swiper-common-button .swiper-button-next { justify-content: flex-start; }


.mode-news .swiper-common-button,
.mode-lecture .swiper-common-button { margin-left: auto;  margin-right: 0; /* margin-top: -68px; */}
.mode-news .swiper-common-button  {  margin-top: -68px; }
#lecture .swiper-common-button,
#notice .swiper-common-button  { position: absolute; top: -68px; right: 0; }



#lecture .swiper-container, #lecture .swiper,
#news .swiper-container, #news .swiper { padding: 20px 0; }


/* banner */
#banner { height: 100vh; width: 100%; }
#banner .swiper-slide a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

#banner .swiper-slide .inside-bottom {
	width: 100%; 
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	gap: var(--gap-space);
	background-image: url(../img/icon/banner-wamp.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right bottom;
	padding: 1rem;
	position: absolute;
	bottom: 0;
}

.banner-tittle { max-width: 60%; text-align: left; }

.banner-video {	width: 100%;height: 100%;position: absolute;z-index: 0;}
.banner-video video {  width: 100%; height: 100%; object-fit: cover;  }

.banner-desc { font-weight: lighter; opacity: .65; font-size: 20px;}
#banner .tags { padding: 10px 15px; font-size: 14px; }

#banner .swiper-common-button {
	width: 50%;
	position: absolute;
	bottom: 26px;
	left: 0;
	z-index: 50;
	padding: 15px 1rem;
	justify-content: flex-start;
	gap: 15px;
}

 

#banner .swiper-pagination {
	bottom: 55px;
	left: 55%;
	width: 45%;
	text-align: left;
	position: static;
}

#banner .swiper-button-next , 
#banner .swiper-button-prev {  
	width: 20px; 
	height: 30px; 
	margin: 0 ; 
	border:none;
	 border-radius: 50%; 
}

#banner .swiper-button-next i, 
#banner .swiper-button-prev i { background-color: #fff; }
#banner .swiper-button-next i::after, 
#banner .swiper-button-prev i::after { border-color: #fff; }

#banner:hover .swiper-button-next , 
#banner:hover .swiper-button-prev { opacity: 1; transition: all .3s;  }


#swiper-news {
	width: 36%;
	position: absolute;
	z-index: 10;
	left: calc(55% - .2rem);
	bottom: 120px;
	border-top: 1px rgba(255,255,255,.5) solid;
	padding: .2rem;
}

#swiper-news,
#swiper-news .swiper-slide a,
#swiper-news .swiper-slide a h3 { color: #fff; text-decoration: none; }

#swiper-news .stand-title-22 { }
#swiper-news .swiper-slide  {  background-color: transparent; padding: .2rem 0; transition: all .35s; }
#swiper-news .swiper-slide a h3 { font-weight: lighter; }
#swiper-news .swiper-slide a {
	display: grid;
	grid-template-columns: 80% 15%;
	gap:var(--gap-space);
	align-items: center; 
}

#swiper-news .swiper-slide-active { opacity: 1;  transition: all .35s; }

/* banner-end */



/* mode-news */
.news_grid { display: grid; grid-template-columns: 66% 32%; gap:var(--gap-space); }
.news_grid ul {display: grid; gap:var(--gap-space);}
.news_grid ul:first-child { grid-template-columns: calc(50% - var(--gap-space)/2 ); }
.news_grid ul:first-child li:first-child {grid-area: 1 / 1 / span 2 / span 2;}
.news_grid ul:last-child li:last-child  .img16_9 {  padding-top: 117.8%;}


dl.news-item { position: relative; border-radius: 5px; overflow: hidden; }
dl.news-item dd {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: .3rem .4rem;
	z-index: 10;
	color: #fff;
	display: grid;
	gap: 10px;
}

.has_right_jt { 
	display: flex;
	align-items: center;
	position: relative;
	gap: 10px;
	font-size: 14px;
} 

.has_right_jt span { color: #fff; font-size: 14px; }
.unison-date {color: var(--color_date);  }

.tags {
 	background-color:var(--theme_brandColor);
 	display: inline-flex;
 	line-height: 1;
 	padding:5px 10px;
 	font-size: 12px ;
 	border-radius: 3px;
 }
 
 .news_grid ul li a,
 .news_grid ul li .news-tittle {color: #fff; }
 
 #news { display: none; }
/* mode-news-end */


/* mode-notice */ 
.mode-notice { overflow: visible; z-index: 0; }
.bg_yuan {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(.95);
	z-index: -1;
}

#notice .swiper { 
	padding: .3rem; 
	padding-right: .1rem;
	margin-left: -.3rem; 
	width: auto;
}
#notice .swiper-slide a,
.noticelist ul li a {
	background-color: #fff;
	padding: var(--gap-space);
	box-shadow: 0 0  15px rgba(0,0,0,.15);
	display: grid;
	gap: var(--gap-space);
}

.noticelist ul li { 
	border-radius: 5px; 
	overflow: hidden; 
	border: 1px #ddd solid; 
	transition: all .35s;
}

#notice .swiper-slide a .news-tittle ,
#job .swiper-slide a .news-tittle,
.noticelist ul li .news-tittle { font-size: .2rem; }
.noticelist ul li .news-tittle { -webkit-line-clamp: 3; }

#notice .swiper-slide a .desc p ,
#notice .unison-date ,
.noticelist ul li a .desc p ,
.noticelist ul li a .unison-date { font-size: .16rem; }

#notice .unison-date ,
.noticelist ul li a .unison-date ,
#job .unison-date  { border-top: 1px #ddd solid; padding-top: 8px; }

#notice .swiper-slide a:hover .news-tittle ,
.noticelist ul li:hover .news-tittle { color:var(--theme_brandColor) ; transition: all .35s; }


#student { width: 100vw;  margin-left: 50%; margin-bottom: 50px;  transform: translateX(-50%);}
#student .swiper-common-button {position: absolute;	right: calc((100vw - 14rem) / 2) ;	top: -1.3rem;}
#student .swiper-slide a { display: grid; gap:var(--gap-space); }
#student .swiper-slide a .news-tittle { font-size: .16rem;  }


.mode-job { 
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}

.joblist ul {display: grid;	/* grid-template-columns: auto ; */}
.joblist ul li button.btn-common-more2 { 
	width: 100%;
	border-radius: 0; 
	padding: .2rem;
	font-size: .2rem;
}
/* mode-notice-end */

/* mode-job */
.brief-cards { 
	display: flex;
	flex-flow: column;
	justify-content: space-between; 
}

.about-brief {
	display: flex;
	flex-flow: column;
	justify-content: center;
	gap: 15px;
	background-color: #fff;
	box-shadow:0 0 41px rgba(0,0,0,.05);
	/* background-color: rgba(42,132,144,.5); */
	padding: var(--gap-space);
	color: #666;
	height:100%;
}

.about-brief hr { width: 100%; border-color: var(--sustechGreen); }

 

.mode-job .grid-container {	grid-template-columns: 70% 28%;}    
.mode-job .joblist ul li button.btn-common-more2 { 	padding:.1rem .2rem;}
.mode-job .noticelist ul { height: 100%; }
.mode-job .desc p ,
.joblist ul li .desc p  {  -webkit-line-clamp: 8; }

.mode-job .noticelist ul li a,
.joblist ul li a {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

#job .swiper-slide { /* padding: 5px; */ overflow: visible; background-color: transparent; }
#job .swiper-slide a {
	display: flex;
	flex-flow: column;
	background-color: #fff;
	justify-content: space-between;
	padding: .2rem;
	/* border-radius: 5px; */
	overflow: hidden;
	border: 1px #ddd solid;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.mode-student .grid-container {	grid-template-columns: 25% auto;}

 
 #gallry-campus .btn-common-more {
	padding: .15rem .2rem;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 15;
 }
 #gallry-campus .swiper-pagination {
	bottom: 52px;
	text-align: left;
	padding: .1rem .2rem;
 }
 
 #gallry-campus .swiper-pagination-bullet {
	outline: none; 
	margin: 3px !important; 
	background-color: #fff;
	opacity: .8;
	width: 16px !important;
	border-radius: 3px;
	height: 4px;
}

.gallry-benk ul li a {
	position: relative;
	height: fit-content;
}

.gallry-benk ul li:last-child a {
	background-color: var(--sustechGreen) ;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: .2rem;
	color: #fff;
	align-items: baseline;
}

.gallry-benk ul li:last-child a button {
	padding: 0;
	font-size: 16px;
}

#gallry-campus .news-tittle,
.gallry-benk ul li label {
	display: block;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 20px;
	font-size: 14px;
	color: #fff;
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0));
}

#gallry-campus .news-tittle { bottom: 52px; font-size: 16px; }