* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

html,
body {
	width: 100%;
	min-height: 100%;
	min-width: 1500px;
}

.hidden-input {
  visibility:hidden;
}

.show-input {
  visibility:visible;
}

.container-fluid {
	width: 100%;
	height: 100%;
	position: relative;
}

.flex {
	display: flex;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.flex4 {
	flex: 4;
}

.flex5 {
	flex: 5;
}

.flex6 {
	flex: 6;
}

.flex8 {
	flex: 8;
}

.flex9 {
	flex: 9;
}

.flex10 {
	flex: 10;
}

.flex22 {
	flex: 22;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.w-200 {
	width: 200px;
}

.w-240 {
	width: 240px;
}

.h-5 {
	height: 5px;
}

.margin-top8 {
	margin-top: 8px;
}

.white {
	color: white;

}

.link-white:hover {
	color: white;
	text-decoration: none;
}

.background-ececec {
	background-color: #ececec;
}

.background-white {
	background-color: #ffffff;
}

.background-blue {
	background-color: #005dab;
}

/* 省略框 */
.omit-box {
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-title {
	font-weight: 600;
	font-size: 56px;
	font-family: "Times New Roman", Times, serif;
}

.sub-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.header {
	position: fixed;
	top: 0;
	z-index: 990;
	min-width: 100%;
	height: 130px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	padding: 10px 40px;
}

.header-scrolled {
	/* 调整渐变层的高度 */
	background: #005dab;
}

.link-white:hover {
	color: white;
	text-decoration: none;
}

.input-box {
	display: flex;
	width: 240px;
	height: 31px;
	position: relative;
	/* background: rgba(255, 255, 255, 0.8); */
	border-radius: 25px;
	border: none;
}

.input-box::before {
	content: "";
	transition: all 0.3s ease-out 0s;
	width: 30%;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.input-box:hover::before {
	width: 100%;
	opacity: 1;
	border-radius: 25px;
}

.input-area {
	line-height: 31px;
	background: none;
	text-indent: 25px;
	color: #fff;
	border: none;
	outline: none;

}

.nav-box {
	height: 55px;
	list-style: none;
	margin: 0;
	min-width: 1350px
}

.nav-box>li {
	/* margin-left: 5px; */
	position: relative;
	display: flex;
	align-items: center;
	height: 55px;
	padding: 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.nav-box>li:hover .nav-content::after {
	content: '';
	height: 5px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;

}

/* 导航展开效果 开始*/
.nav-box li ol.activeOl {
	top: 55px;
	left: 0;
	min-width: 325px;
	z-index: 99;
	position: absolute;
	display: none;
}

.nav-box li ol.activeOl>li {
	background-color: rgba(0, 0, 0, 0.7);
	width: 78%;
	float: left;
	min-height: 45px;
	/* line-height: 45px; */
	word-wrap: normal;
	color: #fff;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.nav-box li ol.activeOl>li:hover {
	background-color: #005dab;

}

.nav-box li ol.activeOl li a {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 16px;
	color: white;
	/* margin-left: 17px; */
	/* font-weight: bold; */
	text-decoration: none;
}



.ASEAN ol.activeOl2 {
	top: 45px;
	right: 0;
	width: 200px;
	min-width: 200px;
	z-index: 999;
	position: absolute;
	display: none;
	text-align: center;
	/* pointer-events: none; */
}

.ASEAN ol.activeOl2>li {
	background-color: #fff;
	/* border-radius: 2px; */
	width: 100%;
	float: left;
	min-height: 45px;
	/* line-height: 45px; */
	word-wrap: normal;
	/* color: #000000; */
	color: #fff;
	padding: 0 15px;
	display: flex;
	align-items: center;
	z-index: 999;
}
.ASEAN ol.activeOl2>li:hover{
	background-color: #024379;
	color: #fff;
}
.ASEAN ol.activeOl2>li:hover a{
	/* background-color: #005dab; */
	color: #fff;
}

.ASEAN ol.activeOl2 > li:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 4%;
  transform: translateX(-50%) rotate(-360deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 6px 6px 6px;
}

.ASEAN ol.activeOl2>li:hover {
	/* background-color: #005dab; */
	/* color: #fff; */
	z-index: 999;

}
/* .ASEAN ol.activeOl2>li a:hover {
	color: #fff;
} */

.ASEAN ol.activeOl2 li a {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 16px;
	color: #000000;
	/* margin-left: 17px; */
	/* font-weight: bold; */
	text-decoration: none;
	z-index: 999;
}


/* 导航展开效果 结束*/

/* 轮播图 start */

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 10px;
	margin: 0;
	list-style: none;
	align-items: center;
}

.carousel-indicators>li {
	height: 4px;
	opacity: 1;
	margin: 0 5px;
}

.carousel-indicators>li.active {
	background-color: #ffffff;
}

.swiper {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.swiper-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* 轮播图 end */

/* news start */
.news {
	width: 100%;
	height: 900px;
	background-image: url("/en/new/img/006.png");
	background-size: cover;
}

.note-content {
	/* width: 100%;
	height: 100%; */
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #005dab;
	color: white;
}

.news-img-box {
	overflow: hidden;
}

.news-img-box:hover>.news-img {
	transform: scale(1.2);
	transition: 0.5s;
}

.news-img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.news-img-bottom {
	position: relative;
}

.news-img-subtitle {
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 36px;
	width: 100%;
	line-height: 36px;
	background-color: #333333;
	opacity: 0.8;
	text-indent: 10px;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.news-img-subtitle-text {
	margin: 0;
	width: 70%;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}



.note-date {
	display: flex;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	opacity: 0.8;
}

.date-style {
	/* padding: 0 8px; */
	box-sizing: border-box;
	/* margin-right: 10px; */
	height: 100%;
	border-bottom: 5px solid #005dab;
}

.note-title {
	margin: 30px 0;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	opacity: 0.9;
}

.note-text {
	font-size: 16px;
	opacity: 0.8;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.note-subbox {
	height: 270px;
	width: 279px;
	box-sizing: border-box;
	font-size: 18px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #fff;
	position: relative;
	transition: all 0.3s ease-out 0s;
overflow: hidden;
}

.note-subbox::before {
	content: "";
	transition: all 0.3s ease-out 0s;
	width: 60%;
	top: 0;
	left: 0;
	bottom: 0;
	/* background: #005dab; */
	position: absolute;
	opacity: 0;
	z-index: 0;
}

.note-subbox:hover::before {
	width: 100%;
	opacity: 1;
}

.note-subbox>div {
	position: relative;
}

.note-subbox:hover>.note-content-text {
	color: white;
}

.note-subbox:hover>.note-date-style {
	color: white;
}

.border-le-ri-none {
	border-left: none;
	border-right: none;
}

.note-content-text {
	font-size: 17px;
	font-weight: 500;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.note-date-style {
	color: #6a6a6a;
	font-size: 14px;
}

/* news end */


/* research start */
.research {
	width: 100%;
	background-image: url("/en/new/img/research.png");
	background-size: cover;
}

.research-area-title {
	font-size: 56px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	font-weight: bold;
	/* margin-left: 30px; */
	font-family: "Times New Roman", Times, serif;
}

.research-button {
width: 205px;
	height: 50px;
	border: 1px solid black;
	cursor: pointer;
	z-index: 700;
}
.research-button-li {
	width: 205px;
	height: 50px;
	position: relative;
}
.research-button:hover .research-button-dropdown {
	opacity: 1;
	display: block;
	/* transition: all 5s; */
}
.research-button span {
	margin-left: 10px;
	font-size: 16px;
	/* 斜体 */
	/* font-style: italic; */
}
.research-button-dropdown {
	/*width:454px;*/
	height: auto;
	position: absolute;
	opacity: 0.6;
	display: none;
	padding-top: 12px;
	/* background-color: #fefcfc; */
}
.research-button-dropdown a:hover{
        border:2px solid #d70202;
}
.research-button-dropdown > div {
	background-color: #ececec;
	border: 1px solid #fff;
}
.research-button-dropdown::after {
	position: absolute;
	top: 0px;
	left: 35%;
	/* transform: translateX(-50%); */
	content: '';
	width: 0;  
	height: 0;  
	border-left: 6px solid #00000000;   /* 左边框 */  
	border-right: 6px solid #00000000;  /* 右边框 */  
	border-bottom: 12px solid #ececec;        /* 底边框，颜色决定三角形颜色 */  
}

.learn-more-box {
	width: 188px;
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 30px;
	border: 1px solid black;
}

.learn-more {
	font-size: 16px;
	/* 斜体 */
	/* font-style: italic; */
}

.research-item {
	cursor: pointer;
	position: relative;
}

.research-item:hover .research-item-icon {
	width: 26px;
	height: 26px;
	border: 3px solid #fff;
}

.research-item-icon {
	border: 3px solid #ddd;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	transition: 0.3s;
}

.item2::before {
	content: '';
	height: 146px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	top: -72px;
	left: 12px;
}

.item2::after {
	content: '';
	height: 146px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	bottom: -72px;
	left: 12px;
}

.item3::after {
	content: '';
	height: 110px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	bottom: -36px;
	left: 12px;
}

.research-item-date {
	font-size: 18px;
	color: #fff;
}

.research-item:hover .research-item-text {
	color: #fff;
	font-weight: bold;
}

.research-item-active .research-item-text {
	color: #fff;
	font-weight: bold;
}

.research-item-text {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.research-img {
	/* margin: 50px 40px 0 40px; */
	width: 712px;
	height: 450px;
}

#tabs-img .research-img:not(:first-child) {
	display: none;
}

/* research end */

/* admissions start */

/* 2024/3/21 修改 */
.admissions {
	width: 100%;
	height: 85vh;
	background-image: url("/en/new/img/5644.jpg");
	background-size: cover;
	position: relative;
}
.admissions-bottom {
	position: absolute;
	width: 100%;
	background-color: rgb(0 93 171 / 71%);
	height: 140px;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.admissions-bottom-content {
	width: 1400px;
	height: 83px;
	border: 2px solid  #fff;
	background-color: #f88e2a;
	border-radius: 15px;
	display: flex;
	align-items: center;
	padding: 0 25px;
	justify-content: space-between;
}
.admissions-bottom-content > a:first-child {
	font-size: 46px;
    font-family: "Times New Roman";
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 0px;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 40px;
	display: block;
}
.admissions-bottom-content > a:last-child {
	display: block;
	font-size: 20px;
	background-color: #ffe308;
	padding: 12px 25px;
	border-radius: 18px;
	font-style: italic;
	font-weight: 600;
	box-shadow: 8px 8px 5px 0px rgba(202, 92, 1, 0.75);
	box-shadow: inset 2px 2px 3px rgba(202, 92, 1, 0.75);
	color: #ff1f03;
	transition: all 0.5s;
}
.admissions-bottom-content > a:last-child:hover {
	color: #000000;
}
.teacher {
	width: 1400px; 
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 80px;
}

.teacher-bottom {
	width: 100%;
	display: flex;
}
.teacher-bottom-content {
        flex: 1;
        margin-left: 10px;
	height: 83px;
	border: 3px solid  #fff;
	background-color: #2da33e;
	border-radius: 15px;
	display: flex;
	align-items: center;
	padding: 0 25px;
	justify-content: space-between;
}
.teacher-bottom-content > a:first-child {
	font-size: 43px;
    font-family: "Times New Roman";
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 0px;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 40px;
	display: block;
}
.teacher-bottom-content > a:last-child {
	display: block;
	font-size: 20px;
	background-color: #ffe308;
	padding: 8px 23px;
	border-radius: 18px;
	font-style: italic;
	font-weight: 600;
	box-shadow: 8px 8px 5px 0px rgba(202, 92, 1, 0.75);
	box-shadow: inset 2px 2px 3px rgba(202, 92, 1, 0.75);
	color: #ff1f03;
	transition: all 0.5s;
}
.teacher-bottom-content > a:last-child:hover {
	color: #000000;
}
.teacher-content {
	width: 1400px;
	height: 325px;
	display: flex;
	align-items: center;
}
.teacher-content-l {
	width: 500px;
}
.teacher-content-r {
	flex: 1;
	display: flex;
	justify-content: right;
}
.teacher-content-r > a {
	margin-left: 20px;
	flex: 1;
	height: 250px;
	background-color: #005eab44;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.teacher-content-r > a:first-child {
	background-image: url('/en/new/content/Learnedscholar.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	transition: all 0.5s;
}
.teacher-content-r > a:first-child:hover .teacher-content-r-masking{
	opacity: 0.2;
}
.teacher-content-r > a:last-child {
	background-image: url('/en/new/content/regularcollegecourse.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	transition: all 0.5s;
}
.teacher-content-r > a:last-child:hover .teacher-content-r-maskings {
	opacity: 0.2;
}
.teacher-content-r-icon {
	display: flex; 
	justify-content: center;
	z-index: 99;
}
.teacher-content-r-masking {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0, 95, 183);
	opacity: 0.7;
}
.teacher-content-r-maskings {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(205, 101, 4);
	opacity: 0.7;
}
.teacher-content-l > a:first-child {
	font-weight: bold;
    font-family: "Times New Roman";
	font-size: 50px;
	display: block;
}
.teacher-content-l > a:last-child {
	width: 180px;
    font-family: "Times New Roman";
	margin: 10px 10px 10px 0;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #000000;
	border-radius: 40px;
	text-align: center;
	display: block;
	transition: all 0.5s;
}
.teacher-content-l > a:last-child:hover {
	background-color: #000000;
	color: #fff;
}
/* 2024/3/21 结束 */






.admissions-area-title {
	color: #fff;
	font-size: 36px;
}

.decoration {
	background-color: white;
	height: 30px;
	width: 180px;
}

.decoration::before {
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	left: -80px;
	bottom: 15px;
	background-color: white;
}

.decoration::after {
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	right: -80px;
	bottom: 15px;
	background-color: white;
}

.admissions-number-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.admissions-number-list>li {
	width: 200px;
	margin: 0 80px;
}

.admissions-number {
	text-align: center;
	font-size: 44px;
	font-weight: 500;
}

.admissions-text {
	text-align: center;
	color: #909090;
}

.admissions-img-list {
	margin: 0;
	/* padding: 100px 200px; */
	list-style: none;
	flex-wrap: wrap;
	width: 1400px;
	height: 609px;
}

.admissions-img-list>li {
	margin: 0;
}


.admissions-img-box {
	width: 440px;
	height: 280px;
	position: relative;
display: block;
    overflow: hidden;
	/* margin: 20px; */
}
.admissions-img-box:hover > img {
   transition: 1s all;
   transform: scale(1.2);
}
.admissions-img-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	/* 调整渐变层的高度 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}


.admissions-img {
	width: 100%;
	height: 100%;
}

.admissions-img-text {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	position: absolute;
	/* width: 90%;*/
	height: 45px;
	line-height: 45px;
	left: 20px;
	bottom: 20px;
	/* border-bottom: 1px solid #ffffff; */
	z-index: 100;
}

.admissions-img-text-line {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	position: absolute;
	width: 150px;
	height: 45px;
	line-height: 45px;
	left: 20px;
	bottom: 20px;
	border-bottom: 1px solid #ffffff;
	z-index: 100;
	opacity: 0.6;
}
.admissions-title {
	position: relative;
}
.admissions-title-h {
    display: block;
    position: absolute;
    font-weight: 800;
    bottom: 10px;
    font-size: 25px;
    right: 10px;
    z-index: 99;
    padding: 6px;
    color: #f70303;
    padding: 1px 35px 3px 17px;
    cursor: pointer;
    background-image: url("/en/new/img/appnow.png");
    background-size: 186px 41px;
    color: #cfd8df;

}
.admissions-title-h img{
    height: 33px;
    margin-top:-5px;
}
/* admissions end */



/* 视频 start*/
.video {
	width: 100%;
	height: 100vh;
	position: relative;
}

.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 视频 end */



/* campus-life start*/

/* 2024/3/21 修改 */
.campus-life {
	height: 400px;
	width: 100%;
	position: relative;
	background-image: url("/en/new/img/didu.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.campus-life-feature_list {
	width: 100%;
	/*height: 280px;*/
	background-color: #487396;
	padding-top: 60px;
	display: flex;
	justify-content: center;
}
.campus-life-feature_list-l {
	width: 200px;
	text-align: center;
	position: relative;
	color: #fff;
}
.campus-life-feature_list-l-icon {
	width: 100px;
	height: 100px;
	border: 2px dashed #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
}
.campus-life-feature_list-l-title {
	font-size: 30px;
	font-weight: 500;
	margin-top: 10px;
}
.campus-life-bgimg {
	height: 100%;
	width: 100%;
	padding-top: 60px;
}

.campus-img-box {
	width: 390px;
	height: 300px;
}

.campus-img {
	height: 220px;
	width: 100%;
    overflow: hidden;
}
.campus-img:hover > img {
   transition: 1s all;
   transform: scale(1.2);
}
/* 2024/3/21 */
.campus-img-text {
	height: 80px;
	background-color: rgb(62, 96, 111);
	font-size: 24px;
	color: #fff;
	font-weight: 400px
}

.campus-life-box {
	height: 530px;
	width: 1200px;
	margin: auto;
	/* border: 2px solid #005dab; */
	z-index: 99;
}

.background-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.h100-w100 {
	height: 100%;
	width: 100%;
}

.campus-life-title {
	display: flex;
	align-items: flex-start;
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}

.campus-life-subtitle {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
}

.campus-life-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 7px solid #005dab;
}

.campus-life-list-text {
	margin-left: 40px;
	color: #005dab;
	font-size: 20px;
	font-weight: 700;
	align-items: center;
}

/* campus-life end */

/* RESOURCES staet */
.resources {
	height: 361px;
	width: 100%;
	background-color: #fff;
}

.resources-title {
	font-weight: 600;
	font-size: 56px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
}

.resources-link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.resources-link {
	/* width: 220px; */
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #005dab;
	border-bottom: 1px solid #000000;
	display: flex;
	justify-content: center;
	padding: 0 10px;
}

.resources-link a:hover {
	text-decoration: none;
}

.footer {
	height: 340px;
	background-color: #005dab;
}

.footer-text {
	width: 930px;
	font-size: 20px;
	color: rgb(195, 194, 194);
	margin-left: 40px;
	padding-left: 80px;
	border-left: 1px solid rgb(195, 194, 194);
}


.note-title {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	opacity: 0.9;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.note-text {
	font-size: 16px;
	opacity: 0.8;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-width, .research-width, .resources-width {
	width: 1200px;
}
.tabs-img {
	width: 712px;
}
.campus-life-img {
	width: 390px;
	height: 300px;
}
.ndh-height {
	height: 150px;
}
.ndh-height:hover > img {
   transition: 1s all;
   transform: scale(1.2);
}
.ndh-height > img {
	height: 150px;
}
.content-slide-height {
	height: 350px;
}
@media screen and (min-width: 2000px) {  
  /* 在这里放置你的样式规则 */  
	.news {
		height: 1172px !important;
	}
	.content-slide-height {
		height: 500px !important;
	}
        .campus-life-feature_list-l {
            width: 234px !important;
        }
        /* 2024/3/21 修改 */
	.news-width, .research-width, .resources-width, .admissions-bottom-content,.teacher-content, .teacher {
           width: 1800px !important;
	}
        .teacher-content {
               height: 460px !important;
        }
	.teacher-content-r > a {
		height: 350px !important;
	}
	/* 2024/3/21 */
	.tabs-img, .research-img {
		width: 951px !important;
	}
	.ndh-height {
	    height: 250px;
	}
        .ndh-height > img {
	     height: 250px !important;
        }
	.note-subbox {
		width: 440px !important;
		height: 350px !important;
	}
	.admissions-img-list {
		width: 1800px !important;
	}
	.admissions-img-box {
		width: 550px !important;
		height: 300px;
	}
	.campus-life-img {
		width: 550px !important;
		height: 300px;
	}
	.campus-life-box {
		width: 1800px !important;
	}
	.campus-img-box {
		width: 550px !important;
	}
}