/*子页面吗标题*/
.sonPageTitle{
	display: block;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin: 20px 0;
	padding: 15px 0;
  color:#008B74;
}
.sonPageTitle>span {
  padding: 15px 0;
  position: relative;
}
.sonPageTitle>span:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #E8C07D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*banner*/
.bannerImg{
	width: 100%;
	height: 100%;
}

/*新闻列表*/
.newsListModel {
  min-height: calc(100vh - 503px);
}
.newsListInfo{
	color: #222;
	font-size: 16px;
	padding: 20px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}
.newsListInfo:hover{
	color: #0e5086;
}
.newsListTime{
	text-align: right;
}
.introduction-text {
  line-height: 34px;
  font-size: 20px;
  text-indent: 2em;
}
.first-large span {
  font-size: 30px;
  color: #CC704B;
}

.majorCardItem {
  box-shadow: 1px 2px 4px 1px #ccc;
  margin: 10px 0;
  padding: 20px;
  min-height: 95px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
}
.majorCardItem:hover {
  color: #008B74;
  box-shadow: 1px 2px 5px 2px #ccc;
}
.professorsCradItem {
  box-shadow: 1px 2px 4px 1px #ccc;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
}
a:hover .professorsIcon {
  color: #337ab7;
}
.professorsCradItem>.professorsIcon {
  font-size: 50px;
}
.professorsCradItem p {
  margin: 0;
  color: #000;
}
.professorsCradItem:hover {
  box-shadow: 1px 2px 5px 2px #aaa;
}
.professorsCradInfo {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.professorsCradImage {
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.professorsCradImage img {
  width: 100%;
}
.professorsCradImage.special img {
  width: auto;
  height: 100%;
}
.researchCradItem {
  box-shadow: 1px 2px 4px 1px #ccc;
  margin: 10px 0;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.researchCradItem.special {
  min-height: 130px;
}
a .researchIcon {
  color: #008B74;
}
a:hover .researchIcon {
  color: #008B74;
}
.researchCradItem>.researchIcon {
  font-size: 50px;
}
.researchCradItem p {
  margin: 0;
  color: #000;
}
.researchCradItem:hover {
  box-shadow: 1px 2px 5px 2px #aaa;
}
.researchCradInfo {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  padding-left: 20px;
}
.contactUsInfo {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.contactUsInfo>p {
  line-height: 30px;
  text-align: center;
}
.contactUsInfo>p:first-child {
  font-size: 20px;
  color: #CC704B;
}
.contactUsInfo>p:last-child {
  font-size: 16px;
  margin-bottom: 20px;
}
.contactIcon {
  font-size: 40px;
  color: #0e5086;
}

@media (min-width: 320px) and (max-width: 799px) {
	.newsListModel{
		padding: 0 15px;
	}
	/*新闻资讯*/
	.newsListInfo span{
		display: block;
	}
	.newsListTime{
		color: #999;
		margin-top: 5px;
	}
}

@media (min-width: 800px) and (max-width: 1920px) {
	/*导航*/
	.header .navbar-collapse{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	/*新闻资讯*/
	.newsListTitle{
		width: 95%;
	}
	.newsListInfo span{
    padding-top: 4px;
		display: inline-block;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
}
}