body{
	margin: 0;
}
/*子页面标题*/
.sonPageTitle{
  display: block;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin: 20px 0;
  padding: 15px 0;
  color: #FC9928;
}
.sonPageTitle:last-child {
  margin-top: 60px;
}
.sonPageTitle>span {
  padding: 15px 0;
  position: relative;
}
.sonPageTitle>span:after {
  content: "";
  width: 90%;
  height: 2px;
  background: #b3040e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/*banner*/
.bannerImg{
	width: 100%;
	height: 100%;
}
/*分页*/
.page{
	display: block;
	text-align: center;
	margin: 40px 0 10px 0;
}
.page .el-pagination.is-background .el-pager li:not(.disabled).active{
	background-color: #b3040e;
}
/* 底部 */
.footer{
    text-align: center;
    background: #00C2A8;
    user-select: none;
    color: white;
    font-size: 18px;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
	
}

/*新闻列表*/
.newsListInfo{
	color: #222;
	font-size: 16px;
	padding: 20px 0;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}
.newsListInfo:hover{
	color: #b3040e;
}
.newsListTime{
	text-align: right;
}
.newsListModel{
	background-color: #fff;
	min-height: calc(100vh - 510px);
}
.introduction-text {
  line-height: 34px;
  font-size: 20px;
  text-indent: 2em;
}
.first-large span {
  font-size: 30px;
  color: #FC9928;
}
.majorCardItem {
  box-shadow: 1px 2px 4px 1px #ccc;
  margin: 10px 0;
  padding: 20px;
  min-height: 110px;
  font-size: 18px;
  border-radius: 10px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  color: #000;
}
.majorCardItem:hover {
  color: #b3040e;
  box-shadow: 1px 2px 5px 2px #ccc;
}
.professorsCradItem {
  box-shadow: 1px 2px 4px 1px #ccc;
  margin: 10px 0;
  padding: 20px;
  min-height: 95px;
}
.professorsCradItem:hover {
  box-shadow: 1px 2px 5px 2px #ccc;
}
.professorsCradImage {
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.professorsCradImage img {
  width: 100%;
}
.professorsCradImage.special img {
  width: auto;
  height: 100%;
}
.professorsCradInfo {
  text-align: center;
}
.professorsCradInfo p {
  padding: 10px 0;
  font-size: 18px;
  color: #000;
}
.contactUsInfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUsInfo>p {
  line-height: 30px;
  margin: 20px 0;
}
.contactUsInfo>p:first-child {
  width: 90px;
  text-align: right;
  font-size: 20px;
}
.contactUsInfo>p:last-child {
  min-width: 200px;
  text-align: left;
  font-size: 20px;
}
.contactIcon {
  padding-right: 20px;
  font-size: 24px;
  color: #FC9928;
}

@media (min-width: 300px) and (max-width: 799px) {
	/*banner*/
	.sonBanner{
		margin-top: 60px;
	}
	/*新闻资讯*/
	.newsListModel{
		padding: 0 15px;
	}
	/*新闻资讯*/
	.newsListInfo span{
		display: block;
	}
	.newsListTime{
		color: #999;
		margin-top: 5px;
		text-align: left;
	}
  .professorsCradImage {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .professorsCradInfo {
    height: 50px;
  }
}

@media (min-width: 800px) and (max-width: 1920px) {
	/*banner*/
	.sonBanner{
		margin-top: 120px;
	}
	/*新闻页面宽度设置*/
	.container{
		width: 1170px;
		margin: 0 auto;
	}
	/*导航*/
	.header .navbar-collapse{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	/*新闻资讯*/
	.newsListTitle{
		width: 95%;
	}
	.newsListInfo span{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
}