.unison-date { color: #0a659f; }

.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-40 { margin-bottom: 40px; }

.co-title { margin-bottom: 40px; line-height: 1.35; color: #0a659f; font-size: .4rem; }
.co-title span { display: block; color: #00162c; font-size: .24rem;}

.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,
ul li:hover .btn-common-more { 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;
	background-color: var(--theme_grey);
	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: 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: 40px 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 .container {
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	gap: var(--gap-space);
}

.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 .swiper-pagination {
	bottom: 55px;
	left: 55%;
	width: 45%;
	text-align: left;
}


#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; opacity:0; 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 */

/* about */
.mode-about .container {
	/* height: 100vh; */
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.mode-about .grid-container {	gap:var(--gap-space);}

.box-3 {
	grid-template-columns: 25% 40% 35% ;
	align-items: end;
	position: relative;
	z-index: 15;
}

.box-2 .clip-text {	position: relative;z-index: 0;  margin: 36px 0; }
.box-2 .ele-1 { position: absolute; left: 52%; height: 39vh; top: -48vh;}
.box-2 .ele-2 { position: absolute; left: 31%; height: 21vh; top: -55px; }

.box-2 .circle-ring {
	position: absolute;
	height: 90vh;
	top: 50%;
	left: 40%;
	transform: translate(-50%,-74%);
}


/* about-end */


/* 专业 */
.mode-majoy { width: 100%; }
.majoylist ul li {
	border-top: 2px var(--color_title) solid;
}

.majoylist ul li,
.majoylist ul li a { overflow: visible; }

.majoylist ul li a {
	padding-top: 1rem;
	padding-right: 1.5rem;
	position: relative;
}

.majoylist ul li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0; 
	opacity: 0;
	background: -webkit-linear-gradient(202deg, rgba(240, 134, 45, 1) 9%, rgba(240, 134, 45, 0) 52%);
	background: -moz-linear-gradient(202deg, rgba(240, 134, 45, 1) 9%, rgba(240, 134, 45, 0) 52%);
	background: -ms-linear-gradient(202deg, rgba(240, 134, 45, 1) 9%, rgba(240, 134, 45, 0) 52%);
	background: linear-gradient(202deg, rgba(240, 134, 45, 1) 9%, rgba(240, 134, 45, 0) 52%);
	transition: all .35s;
}

.majoylist ul li a .icon-majoy {
	position: absolute;
	top: -30px;
	left: auto;
	right: .7rem;
	transition: all .35s;
}

.majoylist ul li h2 { margin-bottom: .4rem; }
.majoylist ul li .btn-more-l {	position: absolute; right: .7rem; bottom: .5rem; }
.majoylist ul li .btn-more-l i { background-color:  var(--color_title); }
.majoylist ul li .btn-more-l i::after {	border-color: var(--color_title) ;}

.majoylist ul li:hover a:before {
	opacity: 1;
	transition: all .35s;
}

.majoylist ul li:hover .btn-more-l i  { background-color:  var(--theme_orange); }
.majoylist ul li:hover .btn-more-l i::after { border-color:  var(--theme_orange); }


/* 专业-end */


/* 新闻资讯 */
.mode-news {
	min-height: 100vh;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.mode-news .swiper-common-button .swiper-button-prev, 
.mode-news .swiper-common-button .swiper-button-next {
	background-color: rgba(255,255,255,.35); 
	border: 0px rgba(255,255,255,.35) solid;
}

#news { width: calc((100vw - 16rem) / 2 + 16rem);  }
#news .swiper-slide { background-color: transparent; }
#news .swiper-slide .news-item { transform: translateY(100%); opacity: 0; }
#news .swiper-pagination {
	position: static;
	margin-top: 15px;
	transform: translateY(-25px);
	opacity: 0;
}

.news-type ul {	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
}

.news-type ul li a {
	background-color: #f0f0f0;
	padding: 15px 20px;
	line-height: 1;
	font-size: .16rem;
	transition: all .35s;
}

.news-type ul li:hover a,
.news-type ul li.active a {
	background-color: #fbf0e6;
	color: var(--theme_orange);
	transition: all .35s;
}

.none-flexed ul {
	flex-flow: column !important;
	justify-content: unset !important;
	align-items: baseline;
}


.news-item { width: 100%; min-height: 4rem; background-color: #fff; border: 1px #eee solid; }
.news-item dd {  display: grid; gap: var(--gap-space); padding: .3rem .24rem; text-align: left; }
.news-item dd h3 { 
	font-size: .17rem;
	line-height: 1.5;
	min-height: .7rem; 
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-item dd p.news-tags { display: flex; justify-content: space-between; align-items: center; }
.news-item dd p.news-tags span { line-height: 1; font-size: 14px; color: #999;}


ul li .news-item { height: 100%; }
.news_list ul li {transition: all .35s;}
.news_list ul li:hover  {
	box-shadow: 0 0 0 11px #e9eff4;
	transition: all .35s;
}
.news_list ul li:hover .news-item {
	background-color:#e9eff4;
	transition: all .35s;
}


/* 新闻详情页 */
.news-detail-title { margin-bottom: 30px; }

.news_relative { background-color: #e9eff4;  padding: 30px;}
.news_relative h3.co-title { margin-bottom: 0; font-size: .24rem; }
.news_relative ul li a {
	padding: .15rem 0;
	border-bottom: 1px #ddd solid;
	display: grid;
	gap: 10px;
}

.news_relative ul li a .news-tittle { font-size: .18rem; }

.news-detail-share {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.news-detail-share p .icon {     padding-left: 27px;  background-size: auto 78%; color: #999;}

.btn-backfoward { 
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	transition: all .35s;
}

.btn-for-detial {
	width: 200px;
	height: 40px;
	border-radius: 5px;
	background-color: #eee;
}

.btn-backfoward .svg-root { margin-right: 8px; width: 13px; height: 20px; }
.btn-backfoward:hover { text-decoration: none; color: #0a659f; transition: all .35s; }
.btn-backfoward:hover .svg-root { fill: #0a659f; transition: all .35s;}


.great-line-bg {
	background: -webkit-linear-gradient(top,#e5f1fa ,#e8f2fb);
	background: -moz-linear-gradient(top,#e5f1fa ,#e8f2fb);
	background: -mos-linear-gradient(top,#e5f1fa ,#e8f2fb);
	background: linear-gradient(top,#e5f1fa ,#e8f2fb);
}

/* 新闻资讯-end */



/* 学术讲座 */
.mode-lecture {}
#lecture .swiper-slide {  background-color: #fff;  }
#lecture .swiper-slide a {	border: 2px rgba(0,22,44,.15) solid;	padding:.35rem .5rem;}
/* #lecture .swiper-slide-active {width: calc(100% - 6.4rem - 20px)  !important;  } */
#lecture .swiper-slide-next .lec-item dd { width: 44%; }

#lecture .swiper-pagination {
    position: absolute;
    width: auto;
    bottom: .75rem;
    left: 58%;
}

#lecture .swiper-pagination-bullet {
	background-color: #00162c;
	margin: 0 6px !important;
	opacity: .15;
}

#lecture .swiper-pagination-bullet-active {opacity: 1; } 

#lecture .swiper-slide .desc-unlimit p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}

#lecture .swiper-slide h3 {
	font-weight: bold;
	min-height: .54rem; 
	font-size: .2rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

#lecture .lec-item {
	min-height: 3.4rem;
	display: flex; 
	justify-content: space-between;
	/* flex-flow: row-reverse; */
	gap: .7rem;
	position: relative;
}

#lecture .lec-item dt {	
	width: 25.5%;
	position: absolute;
	left: 0;
	z-index: -1;
	opacity: 0;
	height: 100%;
	overflow: hidden;
	/* transition: all .35s; */
}
#lecture .lec-item dd {	 
	background-color: #fff;
	text-align: left;
	width: 100%;
	/* width: calc(100% - 25% - .7rem); */
	display: flex;
	flex-flow: column;
	gap: .4rem;
	justify-content: space-between;
	/* transition: all .35s ease .15s; */
}

.lec-timer { display: grid; grid-template-columns: 17% auto 30%; gap: 2%;}
.lec-timer p { color: var(--color_title); font-weight: 400; line-height: 1.8;}
.lec-timer p span { display: block; font-size: 13px; }

.lectrue_list ul li .lec-item { height: 100%; }
.lectrue_list ul li .lec-item dd {  padding: .24rem; border: 1px #dce6f2 solid; }
.lectrue_list ul li .lec-item dd .grid-container  { height: 100%; min-height: 2.5rem;}


#lecture .swiper-slide-active .lec-item dt { opacity: 1;transition: all .35s;}
#lecture .swiper-slide-active .lec-item dd {
	padding-right: 0;
	width: calc(100% - 25% - .7rem);
	transform: translateX(45%);
	transition: all .35s ease-out .1s;
}

/* 学术讲座-end */


/* 通知公告 */
.mode-notice {
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#notice .swiper-common-button {
	position: absolute;
	right: 0;
	top: -1rem;
}

#notice .swiper-slide { padding: 35px 0;   }
#notice .swiper-slide a {
	border: 2px transparent solid ;
	border-right-color:  #eee;
	padding: 35px 25px 55px;
	display: grid;
	gap: var(--gap-space);
	overflow: visible;
	transition: all .35s;
}

#notice .swiper-slide .news-tittle { font-size: .2rem; transition: all .35s; }
#notice .swiper-slide .desc { transform: translateY(0); transition: all .35s; }

#notice .swiper-slide .news-tittle,
#notice .swiper-slide .desc p { -webkit-line-clamp: 3; }
#notice .swiper-slide .desc p { color: #999; }


.unison-date2 {
	color: var(--theme_orange);
	background-color: #fff;
	width: 85px;
	text-align: center;
	font-weight: bold;
	transition: all .35s;
}

.unison-date2 big {
	display: block;
	font-size: .6rem;
	line-height: 1;
	letter-spacing: -6px;
}
.unison-date2 small { display: inline-block; text-align: center; }

#notice .swiper-slide:hover a {
	border-color: var(--theme_orange);
	background: -webkit-linear-gradient(225deg, rgba(237, 108, 0, 1) -33%, rgba(255, 255, 255, 0) 27%);
	background: -moz-linear-gradient(225deg, rgba(237, 108, 0, 1) -33%, rgba(255, 255, 255, 0) 27%);
	background: -mos-linear-gradient(225deg, rgba(237, 108, 0, 1) -33%, rgba(255, 255, 255, 0) 27%);
	background: -ms-linear-gradient(225deg, rgba(237, 108, 0, 1)-33%, rgba(255, 255, 255, 0) 27%);
	background: linear-gradient(320deg, rgba(237, 108, 0, 1) -33%, rgba(255, 255, 255, 0) 27%);
	transition: all .35s;
}

#notice .swiper-slide:hover .unison-date2,
#notice .swiper-slide:hover  .news-tittle,
#notice .swiper-slide:hover  .desc {
	transform: translateY(-70px);
	transition: all .35s;
}


.noticelist { margin-bottom: 40px; }
.noticelist ul li {	background-color: #fff; transition: all .35s;}
.noticelist ul li .news-tittle {    -webkit-line-clamp: 3; }

.noticelist ul li a {
	border: 2px transparent solid;
	min-height: 4.7rem;
	padding:.4rem .3rem;
	display: grid;
	gap: var(--gap-space);
	transition: all .35s;
}

.noticelist ul li .desc p { -webkit-line-clamp: 4; }

.li-line-4.noticelist ul li .desc p{
    -webkit-line-clamp: 6;
    font-size: 14px;
    opacity: .5;
}

.mode-notice2 .noticelist ul li a {  border-color: #dce6f2; }
.mode-notice2 .noticelist ul li:hover {
	background-color: #e9eff4;
	box-shadow: 0 0 0 11px #e9eff4;
	transition: all .35s;
}

/* 通知公告-end */


/* 师资列表 */
.faculty-imgs .btn-backfoward {
    padding: 9px;
    border: 2px #ddd solid;
    border-radius: 35px;
}

.personal-info .t-name { font-size: .36rem; margin-bottom: 10px; }
.personal-info .t-zhiwei { font-size: 16px; }
.lab_links {
	position: absolute;
	right: 0;
	bottom: 2px;
	font-size: 14px;
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 8px;
}

.lab_links i { background-color: #00162c; transform-origin: right center; transform: scale(.85); }
.lab_links i::after { border-color:#00162c; }

.lab_links:hover { color: var(--theme_orange); text-decoration: none; transition: all .35s; }
.lab_links:hover i { background-color: var(--theme_orange); transition: all .35s; }
.lab_links:hover i::after { border-color:var(--theme_orange); transition: all .35s; }


.item-teach {
    display: grid;
	gap: var(--gap-space);
    border-bottom: 1px #ddd solid;
    padding: 30px 0;
}

.item-teach:last-child { border: none; }
/* 师资列表-end */

/* 2025--0606 */
iframe.map-earth {
	background-color: transparent;
    width: 921px;
    height: 921px;
    position: absolute;
	left: 53%;
	top: 60%;
    transform: translate(-50%, -50%) scale(.9);
	border: none;
}

.area.position_rela {  pointer-events: none;}

.plan-for-majoy .img4_3 {  padding-top: 56.8%; }

