.faculty_card_item,
.faculty_cards,
.faculty_cards dt ,
.notice-item { border-radius: 8px;	overflow: hidden; }

.readmore {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 0;
    border: none;
    color: var(--color_desc);
	transition: all .35s; 
}

.readmore i { margin-left: 3px; transition: all .35s;  }
.readmore:hover i,
ul li:hover .readmore i { transform: translateX(5px); transition: all .35s; }

.readmore:hover,
ul li:hover .readmore { color: #940407; transition: all .35s; }

ul li:hover .readmore i,
ul li:hover .readmore i::after,
.readmore:hover i ,
.readmore:hover i::after { border-color: #940407; transition: all .35s; }


/* faculty */
.faculty_list { width: 100%; } 
.faculty_list ul li {}
.faculty_list ul li a { color: #1d1d1f; } 
.faculty_cards dd { padding:32px 24px; min-height: 2rem; }

.faculty_card_item {
	height: 100%;
	display: grid;
	background-color: #f3f4f7;	
	position: relative;
	transition: all .35s;
}

.faculty_card_item dt ,
.faculty_card_item dd { padding:36px; padding-right: 47%; min-height: 22vh; }
.faculty_card_item dt { min-height: 28vh; }


.faculty_card_item dd {
	display: block;
	width: 100%;
	background-color: #1d1d1f;
	color: #fff;
	transition: all .35s;
}

.t-eduBackgroud p {  font-size: 12px; }

.faculty_card_item .t-name,
.faculty_cards .t-name { font-size: .3rem; margin-bottom: 8px; }

.t-zhiwei2 {}
p.t-researchArea{ margin-top: 8px;}
p.t-researchArea span { color: var(--color_desc); }

.t-photo {
	width: 2.6rem;
	height: 0;
	padding-top: 47%;
	position: absolute;
	top: 50%;
	right: 36px;
	z-index: 50;
	transform: translateY(-50%);
	border-radius: 150px;
	overflow: hidden;
}

.t-photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.faculty_list ul li:hover .faculty_card_item dd,
.faculty_card_item:hover dd {
	background-color: #940407;
	background-image: url(../img/icon/bg_line.png) ;
	background-repeat: no-repeat;
	background-size: auto 155%;
	background-position: left -18%;
	transition: all .35s;
}
.faculty-for-item {  border-bottom: 1px #eee solid;  padding-bottom: 36px;  margin-bottom: 36px;}
.faculty-title { font-size: .36rem; margin-bottom: .36rem; }

/* faculty-end */



/* news */
#topnews { 	width: 100%; margin-bottom: 24px; display: flex;}
#topnews dt { width: 45%; }
#topnews dd { width: 55%; position: relative;}
#topnews dd a { padding: 36px; color: #1d1d1f; }
#topnews .desc p {-webkit-line-clamp: 5; }
#topnews dd .unison-date ,
#topnews dd .readmore {	position: absolute;	bottom: 36px; }
#topnews dd .readmore { right: 36px; }

.news_list { width: 100%; }
.news_list ul { padding: 0;border-top: 1px #eee solid; }
.news_list ul li { position: relative; z-index: 1; overflow: hidden; padding: 24px 0;	border-bottom: 1px #eee solid; transition: all .35s;}
.news_list ul li a,
.news_list ul li .news-item {	display: flex;}

.news_list ul li .unison-date { width: 1.1rem; margin-right: 24px;}
.news_list ul li .news-item { width:calc(100% - 1.1rem - 24px ); }
.news-item dt { width: 2.8rem; margin-right: 24px;}
.news-item dd { width: calc(100% -  2.8rem - 24px); }
.news_list ul li .readmore { position: absolute;bottom: 0;}
.news_list ul li:hover {background-color:#fbfbfc;padding: 24px;	transition: all .35s;}
/* news-end */




/* notice */
.notice_list { width: 100%; }
.notice-item { 	
	display: flex;
	padding: 24px;
	border: 1px #eee solid;
	position: relative;
	overflow: hidden; 
	transition: all .35s;
}
.news_list ul li::after,
.notice-item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: -webkit-linear-gradient(left,rgba(243,244,246,1) 43%, rgba(255,255,255,1)  100%);
	transform: translateX(-100%);
	opacity: 0;
	transition: all .35s;
}

.notice-item dt { width: 1.5rem; margin-right: 16px; color: #940407;}
.notice-item dd { width: calc(100% - 1.5rem - 16px); }
.unison-date .date { font-weight: bold; display: block; line-height: 1; font-size: .36rem;	color: #940407; }
.unison-date small { font-size: .2rem; }
.notice-item:hover::after ,
.news_list ul li:hover::after{  transform: translateX(0); opacity: 1; transition: all .35s; }

.news-tools { display: flex; justify-content: space-between;}

.search-box2 { 
	width: 100%; 
	border: 1px #eee solid;
	border-radius: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	color: #b9b9c0;
}
.search-box2 form {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 50px;
}
.search-box2 .btn-search { width: 18px;  height: 18px;  margin: 0 16px ; }
.search-box2 .btn-search,
.search-box2 .btn-search::after ,
.search-box2 .btn-search:hover,
.search-box2 .btn-search:hover::after {  border-color: #b9b9c0 !important; }



#relatives-news .btn_links { width: 100%; margin-bottom: 24px; }
.relatives-news ul { padding: 0; margin-bottom: 28px; /* border-top: 1px #eee solid; */}
.relatives-news ul li {	padding: 16px 0;	border-bottom: 1px #eee solid; transition: all .35s; }
.relatives-news ul li .unison-date { line-height: 1; color: #940407; font-weight: bold;   }
.relatives-news ul li .desc p {    -webkit-line-clamp: 3; max-height: unset;  }
.relatives-news ul li h4 { padding: 8px 0; color: #1d1d1f; }

.relatives-news ul li h4:hover { color: #940407; transition: all .35s;}

.relatives-news ul li .unison-date,
.relatives-news ul li .desc  {  display: none; }

.relatives-news ul li:nth-child(1) .unison-date,
.relatives-news ul li:nth-child(1) .desc {  display: block; }
/* notice-end */


/* applycation */
.applycation1_box {
	display: flex;
	background-color: var(--theme_red);
	color: #fff;
}

.applycation1_box dt {	width: 43%; }
.applycation1_box dt p { 
	position: absolute;
	bottom: 0;
	z-index: 15;
	font-size: 36px;
	padding: 24px 32px;
	line-height: 1;
}
.applycation1_box dt p img,
.applycation1_box:hover p img { position: static; transform: translate(0,0) scale(1); }

.applycation1_box dd {	
	width: 57%; 
	background-repeat: no-repeat; 
	background-position: 169% 43%;
	background-size: 75%;
	display: flex;
	align-items: flex-end;
}

.applycation1_box dd ul { width: 75%; padding: .55rem .7rem;}
.applycation1_box dd ul li { padding:24px 0; border-bottom: 1px rgba(255,255,255,.5) solid;}
.applycation1_box dd ul li:last-child { border-bottom: none; }
.applycation1_box dd ul li h2 { margin-bottom: 16px; }
.applycation1_box dd ul li .desc-unlimit p { color: rgba(255,255,255,.5); font-size: 16px; }


.faq_list ,
.faq-item { width: 100%;  }

.faq-letter { margin-right: 2%; font-weight: bold; }
.faq-icon {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: var(--theme_red);
	background-image: url(../img/icon/icon-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 40%;
}

.faq-item dd .flex-group,
.faq-item dt { padding:24px 0;  }

.faq-item { padding:0 .5rem; border: 1px #eee solid; border-radius: 8px; margin-bottom: 16px; }
.faq-item dt { display: flex; align-items: baseline; position: relative; cursor: pointer; }
.faq-item dt h3 { margin-bottom: 0; font-size: 20px; }
.faq-item dt .faq-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	right: 0;
	transition: all .35s;
}

.faq-item dd { width: 100%; display: none;}
.faq-item dd .flex-group { 
	display: flex; 
	justify-content: flex-start;  
	border-top: 1px #eee solid;
}
.faq-info p { font-size: 18px; }

.actvies { border-color: var(--theme_red) !important;transition: all .35s; }
.actvies .faq-icon {
	transform: translateY(-50%) rotate(0deg) !important;
	transition: all .35s;
}


.co-tittle .tips {
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.apply-step-service { width: 100%; border-top: 1px #999 solid;}
.apply-step-service .step-item {
	display: grid;
	grid-template-columns: 16% 84%;
	gap: 24px;
	padding: 24px;
	border-bottom: 1px #999 solid;
	transition: all .35s;
}

.step-title { font-size: 16px; }
.school-info ul li { display: flex; flex-flow: column; gap: 24px; }
.school-info ul li h4 ,
.step-info h4 { font-size: 24px;  }
.step-info .info { min-height: 10vh; }

.has-greyline ul li { border-bottom: 1px #eee solid; }

.school-info .info ol {
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}
.school-info .info ol li {
	padding: 0;
	width: calc(100% / 6);
	border: 1px #eee solid;
	margin-bottom: 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: .16rem;
}

.school-info .info ol li p.tips { margin-bottom: 0; }
.school-info .info ol li h6 { font-size: 16px; color: #1d1d1f; }


/* applycation-end */



/* contact */
.stand-title-36 { margin-bottom: 24px; }
.contact-flex { display: flex; justify-content:space-between; }
.contact-flex dt { width: 48%; }
.contact-flex dd { width: 35%; }

.project-course dt { width: 48%; margin-right: 6%; }
.project-course dd { width: 46%; }

.about-introl dt {  width: 45%;}
.about-introl dd {  width: 32%;}

.icon-phone-red { background-image: url(../img/icon/icon-tel-red.png); }
.icon-email-red { background-image: url(../img/icon/icon-mail-red.png); }
.icon-add-red { background-image: url(../img/icon/icon-add-red.png); }

.contact-info p { 
	font-weight: bold; 
	font-size: 24px; 
	display: flex; 
	align-items: baseline; 
	margin-bottom: 16px;
	letter-spacing: -1px;
}
.contact-info p span {
	min-width: 80px;
	font-size: 24px;
	color: var(--theme_red);
	display: inline-flex;
	margin-right: 8px;
}

.contact-info p a { width: auto; color: #1d1d1f; font-weight: bold;}

/* contact-end */


/* about-introl */
.mode-about {
	background-repeat: no-repeat;
	background-position: left -34%;
}

.about-info { margin-bottom: 36px; }
.about-introl { margin-bottom: 1rem; align-items: flex-start; }
.about-introl hr { width: 58vw; border-top-width: 2px; }
.about-introl h1 span {
	display: block;
	font-size: 73%;
	font-weight: normal;
	line-height: 1.8;
}
.about-introl dd { position: relative; z-index: -1; }
.about-introl dd .school-logos { width: 100px; position: absolute; }
.p-sjk { left: -200px; bottom: 0; }
.p-pk { left: -100px; top:100%; }


.mode-about-smu,
.mode-about-phbs { width: 100%; background-repeat: no-repeat;  background-size: 100%;}

.mode-about-smu {background-position: 162% 0rem; background-size: 77%;}
.mode-about-phbs { background-position: -3.5rem -3rem; }
 
.mode-about-phbs { padding-top: 2rem;  padding-bottom: 0; }
.mode-about-smu { padding-top: 3rem;  }

.mode-school .about-introl { margin-bottom: 36px; }
.mode-about-phbs .about-introl {flex-flow: row-reverse;}
.mode-about-phbs .about-introl hr { width: 100%; }

.school-logos ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.school-logos ul li { margin-right: 7%; margin-bottom: 16px; }
.school-logos ul li:last-child { margin-right: 0; }

#smu_swiper,
#phbs_swiper { width: calc( 100vw - (100vw - 75.55vw) / 2 + 30px); }

.mode-school .slide-tool {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px #eee solid;
	padding: 36px 0;
}

/* about-introl-end */