@charset "utf-8";
/* CSS Document */

.baidu-search-container {
	width: 550px;
	max-width: 100%;
	margin: 30px auto;
	position: relative;
	z-index: 10;
}
.baidu-search-form {
	width: 100%;
  }
  
  .search-box {
	display: flex;
	border: 1px solid #b4b4b4;
	border-radius: 24px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	background-color: #fff;
	overflow: hidden;
  }
  
  .search-box:focus-within {
	border-color: #4e6ef2;
	box-shadow: 0 1px 6px rgba(78, 110, 242, 0.3);
  }
  
  .search-input {
	flex: 1;
	height: 46px;
	padding: 0 20px;
	font-size: 16px;
	border: none;
	outline: none;
	background: transparent;
  }
  
  .search-input::placeholder {
	color: #999;
	font-size: 14px;
  }
  
  .search-btn {
	width: 100px;
	height: 46px;
	background: linear-gradient(to bottom, #9b352f, #8c1515);
	color: white;
	border: none;
	border-radius: 0 24px 24px 0;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
  }
  
  .search-btn:hover {
	background: linear-gradient(to bottom, #8c1515, #9b352f);
  }
  
  .search-btn:active {
	background: linear-gradient(to bottom, #8c1515, #9b352f);
  }
  
  .search-icon {
	width: 18px;
	height: 18px;
	fill: white;
	margin-right: 5px;
  }
  




body {
  color: #323232;
}
.subPage {
  width: 1400px;
  margin: 80px auto 0;
  position: relative;
}
/*研究中心*/
.modeWrap08 {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-color: #8c1515;
}
  .articleList7-lf {
    text-align: left;
  }
  .articleList7-lf img {
    /* width: 200px; */
    /* argin: 0 auto; */
  }
  .messageList {
    width: 300px;
    /* margin: 0 auto; */
  }
.articleList7 {
  width: 100%;
  overflow: hidden;
}
.list05 {
	/* border: 1px solid #66809d; */
	overflow: hidden;
	border-right: none;
	border-bottom: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .list05 li {
	min-width: 40%;
	float: left;
	*width: 299px;
  }
  .list05 li a {
	display: block;
	/* border: 1px solid #66809d; */
	border-top: none;
	border-left: none;
	height: 48px;
	line-height: 48px;
	text-align: left;
	color: #fff;
	transition: all 0.3s ease;
	font-size: 14px;
	overflow: hidden;
  }
.tcode {
    display: flex;
    flex-direction: row;
}
.tcode div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
  .listTitle02 {
    padding: 12px 0;
    text-align: left;
    letter-spacing: 1px;
}
  /* .list05 li a:hover {
	background-color: #98152c;
	border-color: #98152c;
  } */
  .listTitle02 h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
  }
.articleList7 {
  width: 100%;
  overflow: hidden;
}
.mode08 {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
  overflow: hidden;
  background-size: 100% 100%;
  background: url(../images/zf_footer.png) no-repeat;
}
.subLeft {
  width: 260px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 52px;
}
.subLeft.currents {
  top: 90px;
  left: 50%;
  margin-left: -700px;
}
.subLeft ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 2px solid #8c1515;
}
.subLeft li {
  line-height: 25px;
  width: 250px;
  float: left;
  font-size: 16px;
  position: relative;
  border-left: 10px solid #8c1515;
}
.subLeft li a {
  display: block;
  padding: 17px 10px 17px 20px;
  color: #666;
  border-bottom: 1px dashed #bfbfbf;
}
.subLeft li a:hover,
.subLeft li a.active,
.subLeft li a:hover {
  color: #01366e;
  background-color: #ebf4ff;
}
.subLeft li:hover {
  border-color: #8c1515;
}
.subLeft li.active {
  /*border-left:13px solid #327bde*/
}
.subLeft li .toggles {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  display: block;
  padding: 16px 0;
  width: 40px;
  cursor: pointer;
  z-index: 999;
  font-size: 28px;
  color: #bfbfbf;
  text-align: center;
}
.subLeft .second_nav {
  display: none;
  background-color: #f5f6f7;
}
.subLeft .second_nav dd a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding-left: 30px;
  font-size: 18px;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  position: relative;
}
.subLeft .second_nav dd a:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #b8c1cc;
  position: absolute;
  left: 14px;
  top: 20px;
}
.subLeft .second_nav dd a.active:before {
  border-color: transparent transparent transparent #01366e;
}
.subLeft .second_nav dd:first-child {
  border-top: none;
}
.subLeft .second_nav02 {
  display: block;
  margin-bottom: 20px;
  border-top: 2px solid #8c1515;
}
.subLeft .second_nav02 dd a {
  padding: 15px 10px 15px 30px;
}
.subLeft .second_nav02 dd:hover a,
.subLeft .second_nav02 dd.active a {
  background-color: #ebf4ff;
  color: #01366e;
}
.subLeft .second_nav02 dd {
  border-left: 10px solid #8c1515;
}
.subLeft .second_nav02 dd:hover,
.subLeft .second_nav02 dd.active {
  border-color: #8c1515;
}
.subLeft .cur02 {
  border-top: none;
}
.subLeft_title {
  background-color: #ebf4ff;
  line-height: 25px;
  border-left: 10px solid #8c1515;
  width: 250px;
  border-top: 2px solid #8c1515;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  border-bottom: 1px dashed #bfbfbf;
}
.subLeft_title a {
  padding: 17px 10px 17px 10px;
  display: block;
  color: #8c1515;
}
.subLeft_title span {
  width: 59px;
  height: 59px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 59px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #8c1515;
}
.cur02 {
  display: none;
}
/*移动端二级导航开始*/
.phone_subNav {
  margin: 20px 0 0;
}
.phone-icon01 {
  width: auto;
  height: 40px;
  background-color: #8c1515;
  display: block;
}
.sub_navm {
  width: auto;
  overflow: hidden;
  display: none;
}
.sub_navm ul {
  background-color: #eaeef5;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.sub_navm li {
  border-bottom: 1px solid #dadada;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sub_navm li .phone_toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  cursor: pointer;
}
.sub_navm li a {
  font-size: 14px;
  padding-left: 13px;
  height: 45px;
  line-height: 45px;
  display: block;
  width: 100%;
  float: left;
}
.sub_navm li dd a {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  padding-left: 0;
}
.sub_navm li a:hover {
  color: #8c1515;
}
.sub_navm li.sub_has span {
  margin-left: 10px;
}
.sub_navm li.on a {
  color: #8c1515;
  float: left;
  overflow: hidden;
}
.sub_navm dl {
  display: none;
  background-color: #fff;
  overflow: hidden;
  width: auto;
  clear: both;
}
.sub_navm dl dd {
  padding-left: 30px;
  line-height: 18px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.sub_navm dl dd:last-child {
  border-bottom: none;
}
.sub_navm li.on dl dd a {
  font-size: 13px;
  color: #444;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
  float: left;
}
.sub_navm li.on {
  border-bottom: none;
}
.sub_navm li strong {
  float: right;
  width: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #b8b8b8;
  font-size: 18px;
}
.phone_subNav {
  display: none;
}
.phone-icon01 {
  text-align: center;
  display: block;
}
.phone_subNav .mobile-inner-header-icon {
  display: inline-block;
  float: none;
  height: 40px;
  color: #fff;
  width: 65px;
  text-align: center;
  margin-right: 0;
  font-size: 16px;
  line-height: 40px;
}
.phone_subNav {
  width: 100%;
  overflow: hidden;
}
.phone_subNav .mobile-inner-header-icon span {
  background-color: #6a1305;
}
.sub_right {
  margin-left: 300px;
}

.subBanner {
  width: 100%;
  overflow: hidden;
  max-height: 280px;
  position: relative;
}
.subBanner_bg {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.subBanner_con_bg {
  background: #d7e6f7;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  width: 280px;
  height: 100%;
  display: block;
  position: absolute;
  left: 5%;
  margin-left: 0;
  bottom: 0;
}
.subBanner_con {
  position: absolute;
  left: 5%;
  margin-left: 0;
  bottom: 0;
  width: 280px;
  top: 6%;
}
.subBanner_con h3 {
  font-size: 30px;
  font-weight: normal;
  padding: 10px 0 23px;
  margin: 0 20px;
  border-bottom: 2px solid #333;
  text-align: center;
  color: #333;
}
.subBanner_con p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin: 20px 21px;
  height: 80px;
  overflow: hidden;
}

.bread {
  width: auto;
  height: auto;
  line-height: 20px;
  color: #787878;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 2px solid #e6e6e6;
}
.bread span {
  float: left;
  font-weight: normal;
  color: #999;
}
.bread span a {
  color: #999;
}
.bread a:hover {
  color: #8c1515;
}
/*学院概况*/
.subPage {
  max-width: 1620px;
  width: 95%;
  margin: 0 auto 20px;
}

/*分页*/
.page {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  clear: both;
  padding: 60px 0px;
}
.page a {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  height: 30px;
  padding: 0 14px;
  text-align: center;
  color: #cdcdcd;
  font-size: 18px;
}
.page a:hover,
.page a.on {
  color: #000;
}
.page strong {
  color: #367900;
  font-family: "Verdana";
  font-weight: bold;
  padding: 0 2px;
}
.pages_min {
  margin: 30px 0 30px;
  overflow: hidden;
  display: none;
  padding: 0 18px;
}
.pages_min a.prev_min,
.pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  float: left;
  background: #df4c36;
  border-radius: 3px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.pages_min a.next_min {
  float: right;
}

/*文章页*/
.pageArticle {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.articleTitle {
  line-height: 26px;
  padding-top: 10px;
}
.articleTitle h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 49px;
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: normal;
  color: #8c1515;
}
.article {
  line-height: 28px;
  font-size: 15px;
  padding: 0 0 35px;
}
.sub_share {
  float: right;
}
.Annex {
  padding: 20px 0 40px 0;
  overflow: hidden;
  clear: both;
  border-top: 1px solid #eee;
}
.Annex h3 {
  font-size: 16px;
  color: #000;
  height: 50px;
  line-height: 50px;
  background-color: #eaf4fe;
  color: #333;
  padding-left: 35px;
}
.Annex ul {
  overflow: hidden;
  padding-top: 20px;
}
.Annex ul li {
  height: 30px;
  line-height: 30px;
  background-color: #ededee;
  padding-left: 35px;
  margin-bottom: 15px;
}
.Annex ul li span {
  margin-right: 5px;
  color: #666;
}
.Annex ul li a {
  font-size: 14px;
  color: #666;
}
.Annex ul li a:hover {
  color: #000;
}
.article img {
  display: inline-block !important;
  width: auto;
}
.pageArticle2 .article {
  background: none;
  padding: 20px 0;
}
.article strong {
  font-weight: bold;
}
.article i {
  font-style: italic;
}
.deanHeader {
  background-color: #edf2f7;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  min-height: 260px;
}
.deanImg {
  width: 216px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.deanImg a {
  display: block;
  width: 100%;
  padding-bottom: 120.4%;
  height: 0;
  overflow: hidden;
}
.deanTxt {
  margin: 43px 290px 0 55px;
  border-left: 2px solid #8c1515;
  padding-left: 18px;
}
.deanTxt h3,
.deanTxt h4 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
.deanTxt h3 {
  color: #8c1515;
}
.deanTxt h4 {
  color: #c5a97a;
  margin-bottom: 33px;
}
.deanTxt p {
  color: #8c1515;
  line-height: 24px;
}
.deanCon {
  background-color: #f0f2f5;
  padding: 45px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #666;
  margin-bottom: 40px;
}
.deanCon p {
  margin-bottom: 30px;
}

.readMore03 {
  float: right;
  padding: 30px 0;
}

/*学院领导*/
.leaderList01 {
  width: 105%;
  overflow: hidden;
  *width: 100%;
  *padding-bottom: 30px;
}
.leaderList01 li {
  width: 430px;
  float: left;
  margin: 0 40px 40px 0;
  *width: 410px;
}
.leaderList01 li > div {
  display: block;
  background-color: #f0f2f5;
  overflow: hidden;
  transition: all 0.3s ease;
}
.item-img01 {
  width: 170px;
  float: left;
}
.item-img01 a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 141.17%;
  overflow: hidden;
}
.item-txt01 {
  padding: 30px;
  margin-left: 170px;
}
.item-txt01 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.item-txt01 h3 strong {
  font-weight: normal;
  margin-right: 12px;
}
.leaderList01 li .item-txt01 h3 a {
  color: #8c1515;
}
.item-txt01 p {
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}
.leaderList01 li:hover > div {
  background-color: #8c1515;
}
.leaderList01 li:hover .item-txt01 a {
  color: #fff;
}
/*部门院系*/
.department {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.dWrap02 {
  width: 100%;
  overflow: hidden;
  margin: 0 0 29px;
  position: relative;
}
.dWrap_title02 {
  width: 100%;
  height: 37px;
  border-bottom: 2px solid #e5e5e5;
}
.dWrap_title02 h3 {
  width: 130px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  margin-right: 30px;
  font-weight: 600;
  text-align: center;
  float: left;
  color: #fff;
  background-color: #8c1515;
}
.dWrap_title03 h3 {
  width: 220px;
}
.dTitle_list02 {
  width: 520px;
  height: 30px;
  padding-top: 7px;
  float: left;
}
.dTitle_list02 dd {
  width: 28px;
  height: 30px;
  margin-right: 6px;
  line-height: 30px;
  text-align: center;
  color: #8c1515;
  float: left;
  font-size: 23px;
  font-style: italic;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}
.dTitle_list02 dd:hover,
.dTitle_list02 dd.active {
  background-color: #8c1515;
  color: #fff;
}
.dList02 {
  width: auto;
  overflow: hidden;
  background-color: #eff8fe;
  margin-top: 12px;
  padding: 10px 1px 20px;
}
.dList_info {
  width: 100%;
  overflow: hidden;
}
.dList_info li {
  width: 33.33%;
  float: left;
}
.dList_info li span {
  display: block;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 30px;
  overflow: hidden;
}
.dTitle a {
  color: #666;
}
.dList_info li:hover span a,
.dList_info li.highLight span a {
  color: #8c1515;
}
/*战略咨询委员会*/
.yhList01 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.yh-title {
  width: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #8c1515;
  color: #fff;
  font-size: 18px;
  float: left;
  font-weight: normal;
}
.yh-txt {
  margin-left: 120px;
}
.yh-txt h4 {
  font-size: 18px;
  font-weight: normal;
  color: #8c1515;
  margin: 8px 0 12px;
}
.yh-txt p {
  line-height: 26px;
  color: #666;
}
.yh-innerList {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 15px;
}
.yh-innerList li {
  background-color: #f0f2f5;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 15px;
  margin-bottom: 10px;
}
.yh-innerList li strong {
  color: #8c1515;
  margin-right: 50px;
}
/*学术系别*/
.subPage01 {
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
.systemList {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.systemList li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.systemList li a {
  display: block;
  margin: 0 20px;
  background-color: #f5f5f5;
  padding: 25px;
}
.systemList li h3 {
  font-size: 20px;
  margin-bottom: 25px;
  height: 50px;
  overflow: hidden;
}
.systemList li h3 strong {
  display: inline-block;
  padding: 9px 0;
  border-bottom: 4px solid #8c1515;
  color: #8c1515;
}
.systemList li p {
  color: #666;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
}
.systemList li.color1 a {
  background: url(../images/color1.png) no-repeat right bottom #f5f5f5;
}
.systemList li.color2 a {
  background: url(../images/color2.png) no-repeat right bottom #f5f5f5;
}
.systemList li.color3 a {
  background: url(../images/color3.png) no-repeat right bottom #f5f5f5;
}
/*师资目录*/
.teacherList01 {
  width: 100%;
  overflow: hidden;
}
.teacherList01 li {
  width: 25%;
  float: left;
}
.teacherList01 li > div {
  margin: 0 5px;
  background-color: #ebf4ff;
}
.teacherList01 li strong {
  display: block;
  font-size: 16px;
  color: #67accf;
  font-weight: normal;
  padding: 27px 0 25px;
  text-align: center;
}
.teacherList01 li strong i {
  font-family: "Arial";
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: #8c1515;
  margin-right: 3px;
}
.teacherList01 li span {
  display: block;
  text-align: center;
  color: #666;
  font-size: 16px;
  padding-bottom: 20px;
  letter-spacing: 0.2px;
}
.teacherBz {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding: 20px 0 45px;
}
.teacherList02 {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}
.teacherList02 li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
  overflow: hidden;
  clear: both;
}
.teacherList02 li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #8c1515;
  position: absolute;
  left: 0;
  top: 15px;
  line-height: 35px;
}
.teacherList02 li strong {
  color: #666;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 0;
}
.teacherList02 li p {
  display: inline-block;
}
.teacherList02 li span,
.teacherList02 li span a {
  color: #8c1515;
}
.teacherList02 li span {
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
}
.teacherList03 {
  width: 100%;
  overflow: hidden;
}
.teacherList03 dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.teacher-title01 {
  width: 100%;
  overflow: hidden;
  background-color: #ebf4ff;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.teacherList03 dd {
  background-color: #fafafa;
  padding: 20px 20px 0;
  display: none;
}
.teacher-title01 strong {
  padding-left: 28px;
  color: #333;
  font-size: 16px;
}
.teacher-title01 span {
  background: url(../images/arrow-down.png) no-repeat center center;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.teacherList03 dl.open dt span {
  background: url(../images/arrow-up.png) no-repeat center center;
}
.teacher-txt h3 {
  height: 32px;
  display: inline-block;
  border-radius: 15px;
  line-height: 32px;
  padding: 0 15px;
  background-color: #ebebeb;
  clear: both;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.2px;
}
.teacherInner-list {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 20px;
}
.teacherInner-list li {
  width: 16.6%;
  float: left;
}
.teacherInner-list li a {
  margin-right: 25px;
  display: block;
  border-bottom: 1px dashed #ccc;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #8c1515;
  position: relative;
  overflow: hidden;
}
.teacherInner-list li a:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 4px 0 4px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #c7cfd9;
  position: absolute;
  right: 2px;
  top: 17px;
}
.teacherInner-list li:hover a:before {
  border-color: transparent transparent transparent #8c1515;
}
/*管理工程系*/
.teacherList04 {
  width: 100%;
  overflow: hidden;
}
.teacherList04 li {
  width: 20%;
  float: left;
  margin-bottom: 20px;
}
.teacherList04 li a {
  margin-right: 20px;
  display: block;
  background-color: #f0f2f5;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
}
.teacherList04 li a:hover {
  background-color: #8c1515;
  color: #fff;
}
/*教师详情页*/
.teacherDetail {
  width: 100%;
  overflow: hidden;
}
.teacherHeader {
  overflow: hidden;
  background-color: #f0f2f5;
  padding: 30px 15px;
}
.teacher-img01 {
  width: 202px;
  float: left;
  overflow: hidden;
}
.teacher-txt01 {
  margin-left: 222px;
  line-height: 24px;
  color: #666;
}
.teacherCon {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.teacherCon dt {
  height: 50px;
  line-height: 50px;
  background-color: #f9f9f9;
  border-top: 2px solid #8c1515;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  text-indent: 30px;
  margin-bottom: 20px;
}
.teacherCon dd {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.teacherCon dd p {
  margin-bottom: 15px;
  color: #666;
}
/*研究中心*/
.researchList01 {
  width: 103%;
  overflow: hidden;
  *width: 100%;
}
.researchList01 li {
  width: 33.33%;
  float: left;
  margin-bottom: 30px;
}
.researchList01 li a {
  display: block;
  margin-right: 30px;
  background-color: #f0f2f5;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-top: 2px solid #8c1515;
  font-size: 16px;
  color: #616161;
  transition: all 0.3s ease;
  overflow: hidden;
  padding: 0 10px;
}
.researchList02 {
  margin-bottom: 30px;
}
.researchList02 li a {
  height: 50px;
  line-height: 50px;
  border-top: none;
}
.researchList01 li a:hover {
  background-color: #8c1515;
  color: #fff;
}
/*经管校友*/
.picList01 {
  width: 104%;
  overflow: hidden;
  *width: 100%;
}
.picList01 li {
  width: 33.33%;
  float: left;
  margin-bottom: 40px;
}
.picList01 li a {
  display: block;
  margin-right: 40px;
}
.picList01 li span {
  width: 100%;
  height: 0;
  padding-bottom: 62.2%;
  overflow: hidden;
  display: block;
}
.picList01 li strong {
  background-color: #f0f2f5;
  height: 80px;
	line-height: 40px;
  text-align: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
}
/*新闻中心*/
.newsList01 {
  width: 100%;
  overflow: hidden;
}
.newsList01 li {
  margin-bottom: 20px;
  background-color: #f0f2f5;
  overflow: hidden;
}
.item-img02 {
  width: 225px;
  float: left;
}
.item-img02 a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.667%;
  overflow: hidden;
}
.item-txt02 {
  margin-left: 230px;
  padding: 15px;
}
.item-txt02 .news-dates {
  font-family: "Arial";
  color: #8c1515;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.item-txt02 h3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: normal;
}
.item-txt02 p {
  font-size: 12px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.newsList01 li.noImg .item-txt02 {
  margin-left: 0;
}
.newsList04 .item-img02 a {
  padding-bottom: 62.81%;
}
.newsList04 .item-img02 {
  width: 239px;
}
.newsList04 .item-txt02 {
  margin-left: 245px;
}
/*文字列表页*/
.newsList02 {
  width: 100%;
  overflow: hidden;
}
.newsList02 li {
  margin-bottom: 20px;
  background-color: #f0f2f5;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.newsList02 li span {
  float: right;
  font-family: "Arial";
  color: #8c1515;
  margin: 0 20px 0 5px;
}
.newsList02 li a {
  padding-left: 18px;
  font-size: 16px;
  color: #616161;
}
/*下载列表页*/
.newsList03 {
  width: 100%;
  overflow: hidden;
}
.newsList03 li {
  height: 60px;
  line-height: 60px;
  background-color: #f0f2f5;
  margin-bottom: 10px;
  overflow: hidden;
}
.newsList03 li span {
  width: 60px;
  height: 60px;
  background: url(../images/download.png) no-repeat center center #e1e3e6;
  float: left;
}
.newsList03 li a {
  padding-left: 80px;
  display: block;
  color: #616161;
  font-size: 16px;
}

/*分页*/
.pages {
  text-align: center;
  height: 28px;
  *height: 29px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  margin: 35px 0;
  overflow: hidden;
}
.pages img {
  vertical-align: middle;
  width: auto;
}
.pages span {
  color: #8c1515;
  padding: 0 20px 0 0px;
  font-size: 16px;
}
.pages a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  width: 27px;
  height: 28px;
  *height: 29px;
  line-height: 29px;
  font-size: 16px;
  text-align: center;
  color: #636363;
  border-radius: 50%;
  margin: 0 6px;
}
.pages a img {
  *display: block;
  *margin-top: 8px;
}
.pages a:hover {
  color: #fff;
  background-color: #8c1515;
}
.pages a.prev,
.pages a.start,
.pages a.next,
.pages a.end {
  width: auto;
}
.pages a.prev:hover,
.pages a.start:hover,
.pages a.next:hover,
.pages a.end:hover {
  background: none;
  color: #8c1515;
}
.pages a.on_pages {
  background-color: #8c1515;
  color: #fff;
}
.pages_min {
  margin: 25px 0;
  overflow: hidden;
  display: none;
  padding: 0 18px;
  font-size: 13px;
  font-size: 1.3rem;
}
.pages_min a.prev_min,
.pages_min a.next_min {
  display: block;
  width: 100px;
  height: 30px;
  float: left;
  background: #eaeef5;
  border-radius: 3px;
  color: #8c1515;
  line-height: 30px;
  text-align: center;
}
.pages_min a.next_min {
  float: right;
}
.pages_min a:hover {
  background: #f18e21;
  color: #fff;
  transition: 0.5s;
}

.articleList03 {
  padding-top: 15px;
}
.articleAuthor {
  padding: 10px 0;
  text-align: center;
  color: #808080;
  font-size: 13px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 25px;
}
.articleTitle03 h3 {
  font-size: 23px;
  color: #8c1515;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 30px 0;
}
.articleList02 {
  padding-top: 0;
}
.articleAuthor span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 2px 0 2px 28px;
}
.article_date {
  border-left: 1px solid #bfbfbf;
  padding-left: 55px;
  background: url(../images/time_bg.png) no-repeat 21px center;
}
.article_view {
  background: url(../images/view_bg.png) no-repeat left center;
  padding-left: 34px;
}
/*历史沿革*/
.history_right {
  margin-left: 292px;
}
.historyCon1 {
  background-color: #f0f2f5;
  padding: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.historyList {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 10px;
}
.historyList li {
  margin-bottom: 20px;
}
.historyList li strong {
  font-size: 20px;
  font-weight: bold;
  float: left;
  color: #8c1515;
  width: 80px;
}
.historyList li span {
  margin-left: 100px;
  display: block;
  font-size: 16px;
  color: #666;
  padding-left: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  *margin-top: -21px;
}
.historyList li span:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 10px;
}
/*联系我们*/
.map {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.telList h3 {
  font-size: 18px;
  color: #8c1515;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
}
.tableList02 {
  width: 100%;
  border-collapse: collapse;
  cellpadding: 0;
  cellspacing: 0;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #666;
}
.tableList02 td a {
  color: #666;
}
.tableList02 td {
  padding: 15px;
  word-break: break-all;
  border-bottom: 10px solid #fff;
}
.tableList02 td.t01 {
  background-color: #f0f2f5;
  text-align: center;
  width: 35%;
}
.tableList02 td.t02 {
  background-color: #ebf4ff;
  border-left: 2px solid #fff;
}

/*文章页*/
.articleList04 {
  margin: 0 100px;
}
.share {
  width: 50px;
  position: absolute;
  margin-left: 100px;
  margin-top: 100px;
  right: 0;
  top: 0;
}
.share_btn {
  width: 50px;
  cursor: pointer;
}
.share_btn span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/share.png) no-repeat center center #8c1515;
}
.share_btn strong {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.bdsharebuttonbox {
  width: 165px;
  display: none;
}
.phoneShare {
  display: none;
}

.leaderCon02 {
  background-color: #f0f2f5;
  padding: 10px 30px 10px;
  margin-bottom: 30px;
}
.tableTitle {
  font-size: 18px;
  color: #8c1515;
  padding: 20px 0 18px;
  font-weight: normal;
}
.tableList {
  width: 100%;
  border-collapse: collapse;
  cellpadding: 0;
  cellspacing: 0;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #666;
}
.tableList td a {
  color: #666;
}
.tableList td:first-child {
  width: 55%;
}
.tableList td {
  padding: 15px 15px 15px 20px;
  word-break: break-all;
  border-bottom: 1px solid #fff;
}
.tableList tr:hover {
  border-left: 3px solid #8c1515;
  border-right: 3px solid #8c1515;
}
.tableList tr {
  border-left: 3px solid #f0f2f5;
  border-right: 3px solid #f0f2f5;
}
.tableList tr:nth-child(odd) {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.tableList tr:nth-child(even) {
  background-color: #f0f2f5;
  border-top: 1px solid #e5e5e5;
}
.leaderCon03 {
  background-color: #f0f2f5;
  padding: 15px 30px;
  overflow: hidden;
}
.leaderCon03 .lf {
  width: 47.17%;
  float: left;
  overflow: hidden;
}
.leaderCon03 .rt {
  width: 47.17%;
  float: right;
  overflow: hidden;
}
.tableTitle02 {
  background-color: #fff;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #8c1515;
  font-size: 18px;
  font-weight: normal;
}
.tableTitle02 span {
  font-size: 14px;
  color: #666;
}
.leadList02 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.leadList02 li {
  width: 50%;
  float: left;
  position: relative;
}
.leadList02 li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0 15px 18px;
  color: #666;
  font-size: 16px;
}
.leadList02 li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #d9d9d9;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 15px;
  top: 25px;
}
/*系主页*/
.subBanner_con_bg02 {
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.subBanner_con02 {
  width: 360px;
  margin-left: -180px;
  top: 35%;
}
.slideTitle03 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  z-index: 5;
}
.slideTitle_bg03 {
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 2;
}
.flex-direction-nav a {
  width: 39px;
  height: 69px;
  margin-top: -35px;
}
.flex-direction-nav .flex-prev {
  background: url(../images/x-lf.png) no-repeat center center;
  left: 0;
}
.flex-direction-nav .flex-next {
  background: url(../images/x-rt.png) no-repeat center center;
  right: 0;
}
.flex-control-nav {
  display: none;
}
.xb-con {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 40px;
}
.xb-con .lf {
  width: 44.4%;
  float: left;
}
.xb-title {
  height: 50px;
  line-height: 50px;
  border-top: 2px solid #8c1515;
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  color: #8c1515;
  letter-spacing: 1px;
  background-color: #f9f9f9;
  text-indent: 20px;
  font-weight: normal;
}
.xb-title a {
  color: #8c1515;
}
.xb-inner {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  padding: 30px 0;
}
.readMore04 {
  height: 40px;
}
.readMore04 a {
  float: right;
  height: 38px;
  width: 125px;
  border: 1px solid #d6d6d6;
  line-height: 38px;
  text-align: center;
  color: #999;
  transition: all 0.3s ease;
}
.readMore04 a:hover {
  background-color: #8c1515;
  color: #fff;
}
.xb-con .rt {
  width: 51%;
  float: right;
}
.xb-list {
  width: 100%;
  overflow: hidden;
  padding: 0 0 30px;
  *padding-bottom: 0;
}
.xb-list li {
  margin-top: 30px;
  margin-bottom: 36px;
  *height: 84px;
  overflow: hidden;
}
.xb-dates {
  width: 59px;
  float: left;
  border-right: 1px solid #ccc;
}
.xb-dates strong {
  color: 999;
  display: block;
  font-family: "Arial";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 40px;
  text-align: right;
  color: #999;
}
.xb-dates i {
  display: block;
  color: #999;
  padding: 0px 0 8px;
  letter-spacing: 1px;
  font-style: normal;
  width: 40px;
  text-align: right;
}
.xb-dates span {
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #7fc4e6;
  font-family: "Arial";
  color: #fff;
  display: block;
}
.xb-list li a {
  display: block;
  margin-left: 80px;
}
.xb-list li h3 {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.xb-list li p {
  color: #999;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

/* list pic */
.list_pic_li {
  position: relative;
  /* border-left: 0.01rem #eef2fb solid;
  border-bottom: 0.01rem #eef2fb solid; */
  display: flex;
  justify-content: flex-end;
  padding: 38px 80px;
  /* background-image: url(../images/zf_footer.png); */
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bd.png) no-repeat center;
  margin-bottom: 15px;
}
/* .list_pic_li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
} */
.list_pic_li:nth-child(2n) {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-left: 0px;
  padding: 38px 25px;
  /* border-right: 0.01rem #eef2fb solid; */
}
.list_pic_li .list_pic {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 340px;
  height: 228px;
  overflow: hidden;
  z-index: 20;
}
.list_pic_li:nth-child(2n) .list_pic {
  right: 0px;
  left: auto;
}
.list_pic_li .list_pic img {
  /* width: 340px;
  height: 228px; */
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.list_pic_li:hover .list_pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.list_pic_info {
  width: calc(100% - 350px);
  height: 152px;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 20;
}
.list_pic_info .list_date {
  width: 70px;
  color: #104E98;
  text-align: justify;
  display: flex;
  flex-direction: column;
}
.list_pic_info .list_date .year {
  font-size: 24px;
  font-weight: 600;
}
.list_pic_info .list_date .day {
  font-size: 14px;
  font-weight: 400;
}
.list_pic_info .list_date .arrow {
  margin-top: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.list_pic_li:hover .list_pic_info .list_date .arrow {
  background-color: #104E98;
}
.list_pic_info .list_date .arrow i {
  font-size: 30px;
  color: #104E98;
  display: block;
}
.list_pic_li:hover .list_pic_info .list_date .arrow i {
  color: #fff;
}
.list_pic_info .list_date .arrow i::before {
  content: "→";
}
.list_pic_content {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  width: calc(100% - 80px);
}
.list_pic_li:nth-child(2n) .list_pic_content {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  width: calc(100% - 80px);
}
.list_pic_content span {
  margin-bottom: 30px;
}
.list_pic_content span a {
  font-size: 20px;
  line-height: 28px;
  color: #8c1515 !important;
  font-weight: bold;
}
.list_pic_content p {
  font-size: 16px;
  line-height: 22px;
  /* opacity: 0.8; */
  max-height: 70px;
  overflow: hidden;
}
.list_pic_content p.date {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
  max-height: 70px;
  overflow: hidden;
  margin-top: 15px;
}
.AgencyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AgencyList li {
  width: 45%;
  height: 75px;
  line-height: 75px;
  border-left: 10px solid #8c1515;
  margin-bottom: 35px;
  /* margin-right: 20px; */
  background-color: rgba(140, 21, 21, 0.1);
}
.AgencyList li a {
  font-size: 18px;
  padding-left: 50px;
}
.AgencyList li:hover {
  border-left: 10px solid rgba(233, 217, 217, 1);
  background-color: rgba(140, 21, 21);
}
.AgencyList li:hover a {
  color: #fff;
}
.subBanner img {
    margin-top: -180px;
}

@media screen and (max-width: 1366px) {
  .subBanner_con h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .subBanner_con p {
    margin: 10px 20px;
  }
}
@media screen and (max-width: 1220px) {
  .subPage {
    width: auto;
    padding: 0 15px;
  }
  .subBanner_con,
  .subBanner_con_bg {
    left: 0;
    margin: 0;
    width: 400px;
  }
  .subBanner_con p {
    height: auto;
  }
  .leaderList01 li {
    width: 50%;
    margin: 0 0 20px 0;
  }
  .leaderList01 li > div {
    margin: 0 10px;
  }
  .leaderList01 {
    width: 100%;
  }
  .subPage01 {
    width: auto;
    padding: 0 15px;
  }
  .researchList01 {
    width: 100%;
  }
  .researchList01 li a {
    margin: 0 20px 0 0;
  }
  .researchList01 li {
    margin-bottom: 20px;
  }
  .picList01 {
    width: 100%;
  }
  .picList01 li a {
    margin: 0 10px;
  }
  .picList01 li {
    margin-bottom: 20px;
  }
  .share {
    display: none;
  }
  .phoneShare {
    display: block;
    position: static;
    margin: 0 0 10px 0;
  }
  .articleList04 {
    margin: 0;
  }
  .subBanner_con_bg02,
  .subBanner_con02 {
    width: 100%;
    text-align: center;
  }
  .subBanner_con02 h3 {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .subBanner_con,
  .subBanner_con_bg {
    width: 220px;
    height: 55px;
    line-height: 55px;
    bottom: 0;
  }
  .subBanner_con_bg02,
  .subBanner_con02 {
    width: 100%;
    text-align: center;
    height: 100%;
  }
  .subBanner_con p {
    display: none;
  }
  .subBanner_con h3 {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
.AgencyList li a {
    font-size: 16px;
    padding-left: 20px;
    }
  .articleList7-lf-content {
    flex-direction: column;
    align-items: center;
  }
  .articleList7-rt {
    width: 90%;
  }
  .deanTxt h3,
  .deanTxt h4 {
    font-size: 22px;
  }
  .deanTxt {
    margin: 25px 290px 0 25px;
  }
  .leaderList01 li,
  .leaderCon03 .lf,
  .leaderCon03 .rt {
    width: 100%;
  }
  .dTitle_list02 {
    float: none;
    border-top: 2px solid #e5e5e5;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .dWrap_title02 {
    height: auto;
    border: none;
  }
  .dWrap_title02 h3 {
    float: none;
  }
  .dTitle_list02 dd {
    float: none;
    display: inline-block;
  }
  .dList_info li {
    width: 50%;
  }
  .teacherList04 li {
    width: 25%;
  }
  .teacher-img01 {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .teacher-txt01 {
    margin: 15px 0 0 0;
  }
  .researchList01 li {
    width: 50%;
  }
  .picList01 li {
    width: 50%;
  }
  .xb-con .lf,
  .xb-con .rt {
    width: 100%;
    padding-bottom: 30px;
    float: none;
  }
  .mode08 {
    background: none;
  }
  .articleList7-lf img {
        width: 200px;
        margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
    .subBanner_con {
        top: auto;
    }
    .subBanner img {
        margin-top: -60px;
    }
  .subLeft {
    display: none;
  }
  .sub_right {
    margin-left: 0;
  }
  .articleTitle03 h3 {
    padding: 15px 0;
    font-size: 18px;
  }
  .readMore03 {
    padding: 15px 0;
  }
  .subBanner_con h3,
  .deanTxt h3,
  .deanTxt h4,
  .historyList li strong {
    font-size: 18px;
  }
  .subBanner_con,
  .subBanner_con_bg {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .subBanner_con_bg02,
  .subBanner_con02 {
    width: 100%;
    text-align: center;
    height: 100%;
  }
  .subBanner_con02 {
    top: 15%;
  }
  .phone_subNav {
    display: block;
  }
  .deanImg {
    width: 200px;
    position: static;
    float: left;
  }
  .deanTxt {
    margin: 0 0 25px 210px;
    border-left: none;
  }
  .deanTxt h4 {
    margin-bottom: 15px;
  }
  .deanCon {
    padding: 20px;
  }
  .deanCon p,
  .historyList li span,
  .historyCon1,
  .tableList,
  .leadList02 li a,
  .dList_info li span,
  .yh-txt p,
  .yh-innerList li,
  .tableList02,
  .teacherList01 li strong,
  .teacherList01 li span,
  .teacherBz,
  .teacherList02,
  .teacherInner-list li a,
  .teacher-txt h3,
  .teacher-title01 strong,
  .teacherList04 li a,
  .teacherCon dd,
  .researchList01 li a,
  .picList01 li strong,
  .newsList02 li a,
  .newsList03 li a,
  .xb-inner {
    font-size: 14px;
  }
  .historyCon1 {
    padding: 20px;
  }
  .tableTitle,
  .tableTitle02,
  .yh-title,
  .yh-txt h4,
  .telList h3,
  .systemList li h3,
  .articleTitle03 h3,
  .teacherCon dt,
  .slideTitle03,
  .xb-title {
    font-size: 16px;
  }
  .dList_info li span {
    margin: 0 10px;
  }
  .dList02 {
    padding: 10px 10px 20px;
  }
  .systemList li a {
    margin: 0 10px;
    padding: 20px;
  }
  .systemList {
    padding-top: 30px;
  }
  .teacherList01 li strong i,
  .articleTitle h3 {
    font-size: 20px;
  }
  .teacherBz {
    padding-bottom: 25px;
  }
  .researchList01 li a {
    margin: 0 10px;
  }
  .pages {
    display: none;
  }
  .pages_min {
    display: block;
  }
  .item-txt02 h3,
  .Annex h3,
  .xb-list li h3 {
    font-size: 15px;
  }
  .xb-list li p {
    font-size: 12px;
  }
  .xb-list li h3 {
    line-height: 26px;
  }
  .list_pic_li {
    padding: 230px 10px 10px 10px;
  }
  .list_pic_li:nth-child(2n) {
    padding: 230px 10px 10px 10px;
  }
  .list_pic_li .list_pic {
    left: 30px;
  }
  .list_pic_li:nth-child(2n) .list_pic {
    right: auto;
    left: 30px;
  }
  .list_pic_info {
    width: 100%;
    height: 232px;
  }
  .list_pic_content {
    width: calc(100% - 50px);
  }
  .AgencyList li {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  .systemList li {
    width: 100%;
  }
  .systemList li p {
    height: auto;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
  .historyList li strong {
    float: none;
    display: block;
    padding-bottom: 10px;
  }
  .historyList li span,
  .yh-txt {
    margin-left: 0;
  }
  .dList_info li,
  .researchList01 li {
    width: 100%;
  }
  .dList_info li span {
    height: 40px;
    line-height: 40px;
  }
  .yh-title {
    float: none;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
  }
  .teacherList01 li {
    width: 50%;
    margin-bottom: 10px;
  }
  .teacherList04 li {
    width: 33.33%;
  }
  .picList01 li {
    width: 100%;
  }
  .picList01 li a {
    margin: 0;
  }
  .item-img02 {
    width: 100%;
    float: none;
  }
  .item-txt02 {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 460px) {
  .deanImg {
    float: none;
  }
  .deanTxt {
    width: 100%;
    margin: 20px 0 25px 0;
    padding-left: 0;
  }
}
@media screen /*and (min-width: 320px) */ and (max-width: 400px) {
  .item-img01 {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .item-txt01 {
    margin: 0;
  }
  .item-txt01 h3 {
    height: auto;
    margin-bottom: 12px;
  }
  .item-txt01 p {
    height: auto;
  }
  .teacherList04 li {
    width: 50%;
  }
}