/*banner*/
.bannerImg{
	width: 100%;
	height: 100%;
}
/*通知公告*/
.noticeBg{
	background-color: #008B74;
	width: calc(100%);
	padding: 15px 0;
	color: #fff;
	overflow: hidden;
}
.noticeInfo{
	font-size: 16px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.noticeMore{
	font-size: 16px;
	display: block;
	text-align: right;
	cursor: pointer;
  color: #fff;
}
/*简介*/
.collegeInfo{
	background-color: #fff;
	border-radius: 6px;
        font-size:18px;
text-indent:2em;
line-height:1.5;
}
.collegeInfo p{
	font-size: 16px;
	width: 100%;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: center;
}
.centerButton .more-btn{
	display: block;
	margin: 20px auto 10px auto;
}
.btn.more-btn {
  background-color: #008B74;
  border-color: #008B74;
}
.btn.more-btn:hover {
  background-color: #86ac6b;
  border-color: #86ac6b;
}

/*特色和优势*/
.featureBanner{
	width: 100%;
	height: 100%;
}
.featureInfo p, .advantageInfo p{
	font-size: 16px;
	width: 100%;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.featureInfo h4, .advantageInfo h4{
	font-size: 22px;
}
.featureInfo .btn,
.advantageInfo .btn{
	display: block;
	margin: 10px 0 20px 0;
}
.featureImg{
	width: 100%;
	overflow: hidden;
}
.featureImg img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.featureImg:hover img{
	transition: all 1s;
	transform: scale(1.1);
}

/*教授风采*/
.professorInfo {
  padding: 20px;
  height: 360px;
  background-color: #008B74;
  color: #fff;
}
.professorInfo.homePro img {
  max-width: 250px;
}
.professorTitle{
	padding: 15px;
}
.professorTitle span{
	font-size: 26px;
	color: #fff;
	display: block;
	text-align: center;
}
.professorText {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 30px;
}
.professorText .degree {
  padding-right: 50px;
}
.professorText .label {
  font-size: 20px;
}
/*科学研究*/
.researchInfo {
  padding: 0 40px;
}
.researchImg{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.researchImg img{
	width: 100%;
	height: 100%;
	transition: all 1s;
	cursor: pointer;
}
.researchImg:hover img{
	transform: scale(1.1);
	transition: all 1s;
}
.researchTitle{
	padding: 10px 0;
  display: flex;
  align-items: baseline;
}
.researchTitle .index {
  font-size: 34px;
  font-weight: 700;
  padding-right: 10px;
  color: #008B74;
  font-style: italic;
  display: inline-block;
}

.researchTitle a {
  width: calc(100% - 100px);
}
.researchTitle h4{
  width: 100%;
  margin: 0;
	color: #222;
	font-size: 18px;
	display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.researchTitle h4:hover {
	color: #008B74;
}
.researchTitle .date{
	min-width: 100px;
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-left: auto;
  margin-right: 50px;
}
.researchBtn .el-button--primary{
	display: block;
	margin: 30px auto 0 auto;
}

/*新闻资讯*/
.newsContent{
	display: block;
}
.newsImg img{
	width: 100%;
	height: 100%;
	transition: all 1s;
	cursor: pointer;
}
.newsImg:hover img{
	transform: scale(1.1);
	transition: all 1s;
}
.newsBtn .el-button--primary{
	display: block;
	margin: 10px auto 30px auto;
}
.newsContent {
  margin: 20px 0;
  color: #000;
}
.researchBox {
  padding: 20px;
  margin: 10px 0;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 20px;
  min-height: 70px;
  box-sizing: content-box;
  color: #000;
  box-shadow: 1px 2px 4px 0px #eee;
}
.researchBox:hover {
  box-shadow: 1px 2px 4px 1px #aaa;
}

.navigate {
  background-color: #ffffff;
}
.navigateInner {
  padding: 2% 15%;
}
.navigateItem {
  cursor: pointer;
  background-color: rgb(232 192 125 / 17%);
  border: 1px solid #ddd;
  border-radius: 15px;
  min-height: 50px;
  margin: 10px;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  
  color: #000000;
}
.navigateItem> i {
  font-size: 50px;
}
.navigateItem> p {
  margin: 0;
  margin-top: 20px;
}
.navigateItem:hover {
  box-shadow: 1px 2px 4px 1px #aaa;
}
.collegeInfoModel.row,
.featureModel.row,
.professorModel.row,
.researchMode.row,
.noticeBg.row,
.newsModel.row {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 799px) {
	.collegeInfoModel,
	.featureModel,
	.professorModel,
	.researchMode,
	.newsModel{
		padding: 0 15px;
	}
	/*通知公告*/
	.noticeInfo{
		padding-left: 15px;
	}
	.noticeMore{
		padding-right: 15px;
	}
	/*教授风采*/
	.professorModel{
		overflow: hidden;
	}
	.professorInfo{
		margin-bottom: 20px;
	}
	.professorModel .indexTitle{
		color: #222;
	}
	.professorImg{
		width: 100%;
		height: 160px;
    text-align: center;
		overflow: hidden;
	}
  .homePro .professorImg {
    height: 280px;
  }
	.professorImg img{
		width: 100%;
		height: 100%;
		transition: all 1s;
		cursor: pointer;
	}
	.professorImg:hover img{
		transition: all 1s;
		transform: scale(1.1);
	}
	/*科学研究*/
	.researchInfo{
		margin-bottom: 20px;
	}
	/*新闻资讯*/
	.newsContent{
		margin-bottom: 20px;
	}
	.newsImg{
		width: 100%;
		height: 80px;
		overflow: hidden;
	}
	.newsInfo p{
		font-size: 16px;
		font-weight: 700;
		line-height: 28px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.newsInfo span{
		font-size: 14px;
		color: #999;
		display: block;
		margin-top: 5px;
	}
  .researchInfo {
    padding: 0;
  }
  .researchTitle a {
    width: calc(100% - 120px);
  }
}

@media (min-width: 800px) and (max-width: 1920px) {
	/*导航*/
	.header .navbar-collapse{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	/*特色优势*/
	.featureImg{
		height: 370px;
	}
	/*教授版块*/
	.professorModel{
		height: 580px;
		background: url("../images/news_bg.jpg") center no-repeat;
		background-size: 100% 580px;
		overflow: hidden;
	}
	.professorModel .indexTitle{
		color: #fff;
	}
	.professorImg{
		width: 100%;
		height: 280px;
    text-align: center;
		overflow: hidden;
	}
	.professorImg img{
		width: 100%;
		height: 100%;
		transition: all 1s;
		cursor: pointer;
	}
	.professorImg:hover img{
		transition: all 1s;
		transform: scale(1.1);
	}
	/*新闻资讯*/
	.newsContent{
		margin-bottom: 40px;
	}
	.newsImg{
		width: 100%;
		height: 100px;
		overflow: hidden;
	}
	.newsInfo p{
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.newsInfo:hover p{
		color: #008B74;
		cursor: pointer;
	}
	.newsInfo span{
		font-size: 14px;
		color: #999;
		display: block;
		margin-top: 15px;
	}
}