@charset "utf-8";

.hover_img {
	overflow: hidden;}

.hover_img img {
	transition: all .6s;}

.hover_img:hover img {
	transform: scale(1.1)
;}
.news-img {
	overflow: hidden;}
.news-img img {
	transition: all .6s;}
.news-img:hover img {
	transform: scale(1.1)
;}
.font-f {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;}

/* 轮播图 */


.dix {
	max-width: 100%;
	width: 100%;
	position: absolute;
	height: 68px;
	bottom: 0px;
	left: 0;
	z-index: 7;
	background: url(../fonts/lunbo_b.jpg) repeat-x;
	animation: lunbo_b 30s cubic-bezier(.44, .66, .67, .37) infinite;}

.dix1 {
	max-width: 100%;
	width: 100%;
	position: absolute;
	height: 70px;
	bottom: 0px;
	left: 0;
	z-index: 7;
	opacity: 0.8;
	background: url(../fonts/lunbo_b.jpg) repeat-x;
	animation: lunbo_b 30s cubic-bezier(.66, .44, .37, .67) infinite;}

@keyframes lunbo_b {
	0% {
		background-position: 0;}

	100% {
		background-position: 7000px;}
}

/*content*/
.content {
	padding: 0 3%;}

.title_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 8px 0;}

.dian {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	margin: 0 4px;}

.dian_box {
	display: flex;
	align-items: center;
	letter-spacing: 1px;}

.border_b {
	border-bottom: 1px dashed #eee;}

.new_item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-items: flex-start;
	line-height: 180%;
	padding: 5px 0;}

.new_item .color_999.font-14 {
	min-width: 10rem;
	 padding-right: 10px;
	  box-sizing: border-box;}

.new_item .color_999.font-14xl {
	min-width: 60px;}

.font-14xl {
	font-size: 14px !important;}

.top_title {
	font-size: 46px;
	color: #002656;
	text-align: center;
	padding: 50px 0 40px 0;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}


/*学院新闻*/



/* 党群工作 */
.mode02 {
	display: flex;
	width: 100%;
	height: 440px;
	justify-content: space-between;
	padding: 2rem 0;}

.mass_box {
	width: 40%;
	background-color: #fff;
	height: 100%;
	box-shadow: 0px 0px 5px #efefef;}

.academic_box {
	width: 35%;
	background-color: #fff;
	height: 100%;
	box-shadow: 0px 0px 5px #efefef;}

.platform_box {
	width: 25%;
	margin: 0px 1.5rem;
	background-color: #fff;
	height: 100%;
	box-shadow: 0px 0px 5px #efefef;}

.mass_title {
	padding: 15px 20px;
	padding-bottom: 0;}

.mass_content {
	display: flex;
	padding: 15px;}

.mass_list {
	width: 26%;
	height: 370px;
	background: url(../images/mass.png) 100% 100% no-repeat;
	font-weight: 600;
	letter-spacing: 1px;}

.mass_list>div {
	width: 100%;
	height: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;}

.mass_list>div .iconfont {
	font-size: 32px;
	padding-right: 10px;}

.mass_text {
	width: 100%;
	padding: 0 10px;}

/* 科学与平台 */
.platform_nav {
	display: flex;
	justify-content: center;
	margin-top: 20px;}

.platform_item {
	width: 50%;
	height: 100px;
	margin: 10px;}

.platform_item a {
	display: block;
	width: 100%;
	height: 100%;}

.platform_item:nth-child(1) {
	background: url(../images/platform_1.png) 100% no-repeat;
	background-size: cover;}

.platform_item:nth-child(2) {
	background: url(../images/platform_2.png) 100% no-repeat;
	background-size: cover;}

.platform_item_text {
	margin: 15px;}

.platform_content {
	padding: 0px 10px;}

/* 学术动态 */
.academic_tab .spanList {
	font-size: 16px;
	color: #333;
	padding: 8px 4px 10px 4px;
	cursor: pointer;
	margin: 0px 1px;
	border-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;}

.academic_tab .spanList.active {
	background: #002656 !important;
	color: #fff !important;}

.academic_tab .spanList.active a {
	color: #fff;}

.academic_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 8px 0;
	border-bottom: 2px solid #002656;
	margin-bottom: 15px;}

.academic_content {
	margin-top: 10px;
	padding: 0 10px;}

.xlgd {
	padding-left: 10px; box-sizing: border-box;}


/* .academic_tab .spanList {
    font-size: 22px;
    color: #333;
    padding: 5px 15px;
    margin-left: 10px;
    display: inline-block;
}

.academic_tab .spanList.active {
    font-size: 22px;
    color: #fff;
    background-color: #002656;  
     border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.academic_tab .spanList.active a{  color: #fff;}
.academic_title {
    background: #fff;
    padding-top: 10px;
    border-bottom: 4px solid #002656;
}

.academic_content {
    margin-top: 10px;
    padding: 0 10px;
} */
/* 教育教学 */

.ellipsis {
	width:39rem; /* 定义一个宽度 */
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏超出容器的部分 */
	 text-overflow: ellipsis;}
  .ellipsis-one {
	width:58rem; /* 定义一个宽度 */
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏超出容器的部分 */
	 text-overflow: ellipsis;}

  /* 大型仪器设备 */
  .instrument-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid #002656;
	padding: 10px 0;
	margin:15px 0

  ;}

.teach_box {
	display: flex;
	width: 86%;
	margin: 0 auto;
	min-height: 300px;
	justify-content: space-between;
	gap: 3%;}
.teaching_box>div {
	flex: 3;
	margin: auto;
	padding: 0 20px;}

.teaching_box {
	display: flex;
	width: 88%;
	margin: 0 auto;
	min-height: 300px;
	justify-content: space-between;
	gap: 3%;}

.teaching_box>div {
	flex: 3;
	padding: 0 20px;}

.yf_space-between-one {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px 0;
	margin: 15px 0;
	border-bottom: 2px solid #002656;}

.undergraduates_tab .active.spanList {
	color: #002656;
	font-size: 20px;
	font-weight: 700;}

.undergraduates_tab .spanList {
	color: #999;
	font-size: 20px;
	display: inline-block;
	padding: 5px 10px;
	font-weight: 700;}

.jinke_box tbody {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
;}

.jinke_item {
	margin: 1%;
	width: 31%;}

.jinke_item img {
	height: 100px;}

.jinke_item span {
	line-height: 180%;}

/* 学工动态 */
.StudentWorker {
	width: 100%;
	height: 666px;
	/* background: url(../images/bg.png) no-repeat left top ; */
	opacity: 0.6;
	background-size: cover;
	position: relative;}
.StudentWorker h2 {
	font-weight: bolder;}

.xueg_more {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #fff;}

.xueg_more:hover {
	background-color: #002656;
	border: 1px solid #002656;
	transition: all .6s;}

.xueg_more:hover a {
	color: #fff;}

.xuetong_box {
	width: 100%;
	height: 350px;}

.xuetong_box ul {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;}

.xuetong_box ul li {
	width: 20%;
	margin: 25px;
	height: 105%;
	padding: 15px;
	background-color: #fff;
	box-shadow: 1px 1px 10px #979191;}

.xuetong_box ul li img {
	width: 100%;
	height: 200px;
	margin-bottom: 25px;}

.showTitle {
	font-size: 18px;
	color: #002656;
	margin-bottom: 10px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;}

.showAbstract {
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 180%;
	margin-bottom: 10px;
	font-size: 14px;
	height: 50px;
	letter-spacing: 1px;
	color: #666;}

.showDate {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;}

.showDate,
.showDate a {
	color: #999;}

/* 招生就业 */
.Admissions_box {
	display: flex;
	width: 100%;
	min-height: 500px;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 50px;}

.Admissions_box .Admissions_l {
	margin-right: 10px;
	width: 33%;}

.Admissions_box .Admissions_r {
	margin-left: 10px;
	width: 66%;}

.zhaos_title {
	font-size: 24px;
	color: #002656;
	font-weight: 700;
	padding: 15px 0;}

.zhans_video img {
	width: 100%;}

.zhaos_nav a {
	color: #fff;}

.zhaos_nav01 {
	display: flex;
	justify-content: center;
	margin: 15px 0;}

.zhaos_nav02 {
	width: 100%;
	background: url(../images/zhaos.png) 100% 100% no-repeat;
	height: 88px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 26px;
	font-weight: 700;
	background-size: 100%100%;}

.zhaos_nav03 {
	margin-right: 7.5px;
	background: url(../images/zhaos_1.png) 100% 100% no-repeat;
	flex: 1;
	height: 80px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 26px;
	font-weight: 700;
	background-size: 100%100%;}

.zhaos_nav04 {
	background: url(../images/zhaos_2.png) 100% 100% no-repeat;
	flex: 1;
	margin-left: 7.5px;
	height: 80px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 26px;
	font-weight: 700;
	background-size: 100%100%;}

/* 就业工作 */
.jiuy_box {
	margin-bottom: 15px;}

.jiuy_title {
	font-size: 24px;
	color: #002656;
	font-weight: 700;
	padding: 15px 0;}

.jiu01_title {
	width: 100%;
	background: #eaedf1;}

.jiuye_padding {
	padding: 5px 20px 5px 10px;}

.video_title {
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #333;
	background: #eee;
	font-weight: 700;}

/* 就业政策 */
.zhengc_box {
	display: flex;}

.zhengc_title {
	width: 100%;
	background: linear-gradient(45deg, #eaedf1, transparent);
	margin-bottom: 8px;}

.zhengc_item {
	flex: 1;}

.zhengc_item img {}

/* 感恩有你 */
.banner_2 {
	background: url(../images/banner_2.jpg) left top no-repeat;
	background-size: cover;
	height: 240px;
	width: 100%;}

.activity_box {
	width: 55%;
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;}

.activity_box img {
	border: 4px solid #eee;}

.activity_box p {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #eee;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;}

/* 校友风采 */
.top_title .alumni_title {
	display: inline-block;}

.shiz_box {
	margin: 50px 0;}

.xyfcgg a {
	color: #002656 !important;
	font-weight: bolder;}

.xyfcgg a:hover {
	color: #003C85 !important;}


/* 学院公众号 */
.MP_box {
	background: url(../images/mp_bj.png) left top no-repeat;
	background-size: cover;
	height: 666px;}

.mp_item {
	display: flex;
	justify-content: center;}

.mp_item .mp {
	height: 420px;
	box-shadow: 0px 0px 10px #dcdbdb;
	width: 50%;
	margin-right: 40px;
	background-color: #eff3f5;}

.mp_item .mp>h2 {
	font-size: 24px;
	color: #002656;
	font-weight: 700;
	padding: 20px 0px 10px 45px;}

.shuih_ul {
	display: flex;
	justify-content: center;
	align-items: center;}

.shuih_li {
	width: 50%;
	margin: 20px 40px;}

.shuih_li img {
	height: 150px;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 1px 1px 5px #333;}

.shuih_li p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 160% color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;}

.shuih_date {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 40px;
	color: #999;}

.shuih_date span {
	border-bottom: 2px solid #002656;
	padding-bottom: 10px;}

.mp_item .mp:nth-child(2) {
	margin-right: 0;}

@media screen and (max-width:1600px) {
	.content {
		padding: 0 3%;}
}

@media screen and (max-width:1500px) {
	.content {
		padding: 0 2%;}
}

@media screen and (max-width:1386px) {
	.content {
		padding: 0 1%
	;}

	;
}

@media screen and (max-width:1020px) {
	.content {
		padding: 0 1%
	;}

	;
}

@media screen and (max-width:992px) {
	.content {
		padding: 0 1%
	;}

	;

}

@media screen and (max-width:800px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width:640px) {
	.content {
		padding: 0 2.5%;}
}

@media screen and (max-width:480px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}
