@charset "utf-8";

/* CSS Document */
body {
  color: #323232
}

.subPage {
  width: 1400px;
  margin: 80px auto 0;
  position: relative;
}

.subLeft {
  width: 240px;
  float: left;
  overflow: hidden;
  position: relative;
}

.subLeft.currents {
  top: 90px;
  left: 50%;
  margin-left: -700px;
}

.subLeft ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f2f2f2;
}

.subLeft li {
  line-height: 25px;
  width: 227px;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  border-left: 13px solid #d0cece
}

.subLeft li a {
  display: block;
  padding: 12px 10px;
  color: #333;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.subLeft li>a:hover, .subLeft li.active>a, .subLeft li a:hover {
  color: #01366e;
}

.subLeft li.active {
  /*border-left:13px solid #327bde*/
}

.line {
  position: absolute;
  left: 0;
  width: 13px;
  background-color: #327bde;
  height: 50px;
  z-index: 99
}

.subLeft li .toggles {
  position: absolute;
  right: 0;
  top: 0;
  height: 25px;
  display: block;
  padding: 16px 0;
  background: url(../images/arrow_down.png) no-repeat left center;
  width: 40px;
  cursor: pointer;
  z-index: 999
}

.second_nav {
  display: none;
}

.second_nav dd a {
  border-bottom: 1px solid #e6e6e6;
  display: block;
  padding-left: 30px;
  font-size: 18px;
}

.second_nav dd:first-child {
  border-top: none;
}

/*移动端二级导航开始*/
.phone_subNav {
  margin: 20px 0 0;
}

.phone-icon01 {
  width: auto;
  height: 40px;
  background-color: #327bde;
  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: #0050a5;
}

.sub_navm li.sub_has span {
  margin-left: 10px;
}

.sub_navm li.on a {
  color: #003c7f;
  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;
  background-color: #327bde;
  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: 302px;
}

.subBanner {
  width: 100%;
  overflow: hidden;
  max-height: 350px;
  position: relative;
}

.subBanner_bg {
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bannerbg01.png) repeat-x;
  z-index: 20
}

.subBanner_con_bg {
  background: #000d43;
  filter: alpha(opacity=57);
  opacity: 0.57;
  -moz-opacity: 0.57;
  -webkit-opacity: 0.57;
  -o-opacity: 0.57;
  width: 348px;
  height: 200px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -613px;
  bottom: 0;
}

.subBanner_con {
  position: absolute;
  left: 50%;
  margin-left: -613px;
  bottom: 0;
  border-left: 13px solid #0050a5;
  width: 335px;
  height: 200px;
}

.subBanner_con h3 {
  font-size: 30px;
  font-weight: normal;
  padding: 25px 0 23px;
  margin: 0 28px;
  border-bottom: 1px solid #a1a7bb;
  text-align: center;
  color: #fff;
}

.subBanner_con p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 20px 27px;
  height: 80px;
  overflow: hidden;
}

.bread {
  width: auto;
  height: auto;
  line-height: 20px;
  color: #787878;
  padding: 20px 0;
  overflow: hidden;
}

.bread span {
  float: left;
  font-weight: normal;
  color: #0050a5;
}

.bread span a {
  color: #0050a5;
}

.bread a:hover {
  color: #f18e21;
}

/*学院概况*/
.subPage {
  width: 1227px;
  margin: 40px auto 20px;
  min-height: 888px;
}

.genList01 {
  width: 115%;
  overflow: hidden;
}

.genList01 li {
  margin: 0 66px 35px 0;
  float: left;
  width: 580px;
}

.genList01 li>div {
  display: block;
  background-color: #eaeef5;
  position: relative;
  min-height: 172px;
}

.item-img01 {
  width: 305px;
  position: absolute;
  right: 0;
  top: 0;
}

.item-img01 span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.394%;
  overflow: hidden;
}

.item-txt01 {
  margin-right: 305px;
}

.item-txt01 h3 {
  padding: 20px 30px 18px 25px;
  font-weight: normal;
  font-size: 18px;
}

.item-txt01 h3 a {
  color: #0558a6;
}

.item-txt01 p {
  padding: 0px 30px 0px 25px;
  font-size: 12px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}

.item-txt01 p a {
  display: block;
}

.item-txt01 .p02 a {
  line-height: 30px;
}

/*分页*/
.selectUl {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  background: #f0f0f0;
  z-index: 10;
  max-height: 155px;
  overflow-y: scroll;
  display: none;
}

/* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â Â·Ã¥Â¼Â */
.selectUl::-webkit-scrollbar {
  width: 0px;

  height: 0px;


}

/* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â»â€˜Ã¥Ââ€”Ã¯Â¼Ë†Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”Ã¯Â¼â€° */
.selectUl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(21, 50, 97, .2);
  background: rgba(21, 50, 97, .2);
}

/* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â½Â¨Ã©Ââ€œ */
.selectUl::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
}

/* hoverÃ¦â€”Â¶Ã¦ËœÂ¾Ã¨â€°Â² */
.selectUl:hover::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}


.selectUl li {
  line-height: 15px;
  margin: 10px 0;
}

.selectUl a {
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

.selectUl a:hover {
  color: #153261;
}

.selectbox {
  position: relative;
  padding: 0px 10px 0 20px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  width: 74px;
  height: 30px;
  margin-left: 30px;
  line-height: 30px;
  background: #f0f0f0;
}

.selectbox span {
  color: #666;
}

.selectbox .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/down.png) no-repeat center;
  position: absolute;
  background-size: 7px 6px;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.selectbox .arrow.on {
  transform: rotate(180deg);

}

.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;
}

.articleTitle {
  line-height: 26px;
}

.articleTitle h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 49px;
  padding: 0 0 10px 0;
  text-align: center;
  font-weight: normal;
  color: #0050a5;
}

.article {
  line-height: 28px;
  font-size: 15px;
  padding: 25px 0;text-align: justify;
}
.article p{text-align: justify;}

.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: #003c7c;
  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;
}

/*.share { text-align: left; padding: 10px 0 20px; width: 240px;float: left;}
.share h3{width: 50px;float: left;font-size: 14px;font-weight: normal;height: 34px;line-height: 34px;}
.share a { margin: 0 0 0 5px; position: relative;display: inline-block;*display: inline;*zoom:1;width:30px;height:30px;}
.share a:first-child{margin-left: 0}*/
/*组织机构*/
.sub-section {
  border-bottom: 1px solid #0050a5;
  padding-bottom: 26px;
  margin-bottom: 35px;
}

.sec-title {
  width: 275px;
  float: left;
  background-color: #eaeef5;
}

.item-txt02 {
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  overflow: hidden;
  font-weight: normal;
  font-size: 18px;
  color: #0558a6;
}

.item-img02 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 62.546%;
}

.sec-con {
  margin-left: 287px;
  overflow: hidden;
}

.sec-con li {
  display: inline-block;
  width: 33%;
  margin-bottom: 12px;
  overflow: hidden;
  vertical-align: middle;
}

.sec-con li a {
  margin-left: 60px;
  padding: 7px 20px;
  background-color: #ededee;
  display: block;
}

.sec-con td {
  width: 33.333%
}

.sec-title02 p {
  padding: 0 24px 30px;
  line-height: 20px;
  font-size: 12px;
}

.sec-conHeader {
  height: auto;
  line-height: 26px;
  width: 33%;
  margin-bottom: 20px;
  font-weight: normal;
}

.sec-conHeader a {
  display: block;
  margin-left: 60px;
  color: #fff;
  background-color: #0d58aa;
  padding: 12px 20px;
  font-size: 16px;
}

.sec-row {
  margin-bottom: 12px;
}

.sec-con03 {
  margin-left: 0;
  width: 1287px;
}

.sec-con03 li a {
  margin: 0 60px 0 0;
}

.sec-con03 li {
  width: 24.5%;
}

/*往期回顾*/
.subPage02 {
  width: 1226px;
  margin: 0 auto;
  overflow: hidden;
}

.review-list01 {
  width: 110%;
}

.review-list01 li {
  width: 579px;
  float: left;
  margin-right: 68px;
  margin-bottom: 50px;
}

.review-list01 li a {
  display: block;
  position: relative;
}

.review-img {
  display: block;
  width: 100%;
  padding-bottom: 29.948%;
  overflow: hidden;
  height: 0;
}

/*0328*/
.review-date {
  width: 136px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  background-color: #0050a5;
}

.review-date1 {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #1b5da2;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.review-date1 .date {
  padding-left: 10px;
  display: block;
  font-weight: bold;
}

.review-date1 .date i {
  font-style: normal;
  padding-right: 10px;
}


/*分页*/
.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: #003c7f;
  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;
  font-size: 16px;
  text-align: center;
  color: #636363;
}

.pages a img {
  *display: block;
  *margin-top: 8px;
}

.pages a:hover {
  color: #003c7f;
}

.pages a.on_pages {
  background: url(../images/pages03.jpg) no-repeat center top;
  color: #003c7f;
}

.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: #003c7f;
  line-height: 30px;
  text-align: center;
}

.pages_min a.next_min {
  float: right;
}

.pages_min a:hover {
  background: #f18e21;
  color: #fff;
  transition: 0.5s;
}

.noMargin_top {
  margin-top: 0;
}

.newsList01 {
  width: 115%;
}

.newsList01 li {
  width: 649px;
  float: left;
  padding-bottom: 35px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
}

.newsList01 li h3 {
  font-size: 18px;
  line-height: 27px;
  height: 27px;
  margin-bottom: 30px;
  font-weight: normal;
  overflow: hidden;
}

.item-img03 {
  width: 234px;
  float: left;
}

.item-img03 span {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 56.394%;
  overflow: hidden;
}

.item-txt03 {
  margin-left: 258px;
}

.item-txt03 p {
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  margin-bottom: 20px
}

.item-txt03 p a {
  color: #656565;
}

.newsList01 li a:hover {
  color: #0050a5;
}

.item-bottom03 {
  height: 25px;
  line-height: 25px;
}

.item-bottom03 span {
  padding-left: 30px;
  float: left;
  height: 25px;
  color: #797979;
  white-space: nowrap;
}

.news-dates {
  background: url(../images/time_bg.png) no-repeat left center;
  margin-right: 30px;
}

.news-view {
  background: url(../images/view_bg.png) no-repeat left center;
}

.newsList01 li>div {
  margin-right: 70px;
}

.newsList02 {
  padding-bottom: 40px;
}

.item-bottom02 {
  float: right;
  margin-top: 24px;
}

.newsList02 li a {
  float: left;
  width: 79.55%;
  padding: 20px 20px 20px 0;
  font-size: 16px;
  position: relative;
  color: #333;
  transition: all 0.3s ease;
}

.newsList02 li a:after {
  content: '';
  height: 35px;
  width: 1px;
  background-color: #c8c8c8;
  position: absolute;
  right: 0;
  bottom: 0
}

.newsList02 li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #c8c8c8
}

.newsList02 li:hover a {
  text-indent: 1.2em;
  color: #114984;
}

/*北师故事*/
.storyList01 {}

.storyList01 li {
  min-height: 172px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.storyList01 li a {
  overflow: hidden;
  display: block;
  padding-bottom: 30px;
}

.item-img04 {
  width: 234px;
  float: left;
}

.item-img04 span {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 55.901%;
  overflow: hidden;
}

.item-txt04 {
  margin: 0 211px 0 260px;
}

.item-bottom04 {
  width: 112px;
  padding-left: 27px;
  border-left: 1px solid #c8c8c8;
  height: 85px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

.item-bottom04 .news-view {
  margin-top: 18px;
}

.item-title04 {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 260px;
}

.item-txt04 p {
  color: #656565;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}

.related-links {}

.related-links h3 {
  height: 50px;
  line-height: 50px;
  background-color: #dbdbdb;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.related-links h3 a {
  color: #01366e;
}

.articleList03 {
  padding-top: 15px;
}

.articleAuthor {
  padding: 10px 0;
  text-align: center;
  color: #808080;
  font-size: 13px;
  border-bottom: 1px solid #c8c8c8
}

.articleTitle03 h3 {
  font-size: 23px;
  color: #0050a5;
  font-weight: normal;
  letter-spacing: 1px;
}

.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;
}

.history_right .articleTitle03 h3 {
  padding-left: 10px;
}

.history_right .bread {
  padding-left: 10px;
}

.history_article {
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0050a5;
  margin-bottom: 50px;
}

.history_list {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.history_list li {
  width: 33.33%;
  float: left;
}

.history_list li>div {
  margin: 0 10px;
}

.history_list li span {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.667%;
}

.history_list li p {
  font-size: 16px;
  color: #0050a5;
  text-align: center;
  line-height: 25px;
  margin-bottom: 0;
  padding: 8px 0;
}

.history_article p {
  margin-bottom: 24px;
  color: #505050;
}

.history_row {
  margin-left: 10px;
}

.bigBg {
  background: url(../images/bigbg.gif) repeat-x;
  height: 9px;
  margin: 40px 0;
}


/*现任领导*/
.leader_con {
  overflow: hidden;
}

.leader_row {
  overflow: hidden;
  border-bottom: 1px solid #0050a5;
  margin-bottom: 30px;
}

.leader_title {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0d58aa;
  font-size: 16px;
  float: left;
  color: #fff;
  font-weight: normal;
}

.leader_list01 {
  margin-left: 138px;
  overflow: hidden;
}

.leader_list01 li {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}

.leader_list01 li a {
  display: block;
  margin-left: 54px;
}

.leader-img01 {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 138.46%;
  overflow: hidden;
}

.leader-txt01 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2c8bf3;
  font-size: 16px;
  overflow: hidden;
}

.articleTitle02 {
  padding-bottom: 20px;
}

.last-noborder {
  border-bottom: none;
}

.leader_list02 .leader-txt01 {
  background-color: #8c8c8c;
}

.leader_row02 .leader_list01 {
  margin-left: 0;
}

.leader_list03 {
  width: 115%;
}

.leader_list03 li a {
  margin: 0
}

.leader_list03 li {
  width: 143px;
  margin-right: 54px;
}

/*文章页*/
.articleList04 {
  margin: 0 110px;
}

.share {
  width: 50px;
  position: fixed;
  margin-left: -100px;
  margin-top: 130px;
}

.share_btn {
  width: 50px;
  cursor: pointer;
}

.share_btn span {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/share.png) no-repeat center center #0050a5;
  border-radius: 50%;
}

.share_btn strong {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
}

.bdsharebuttonbox {
  width: 165px;
  display: none;
}

.phoneShare {
  display: none;
}

/*历任领导*/
.sucLeader-title {
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  background-color: #0d58aa;
  margin-bottom: 16px;
}

.sucLeader-con {
  width: 100%;
  overflow: hidden;
}

.sucLeader-con p {
  line-height: 24px;
  padding: 13px 28px;
  background-color: #eaf4fe;
  margin-bottom: 20px;
  color: #656565;
}

.sucLeader-con strong {
  color: #003c7c;
  margin-right: 30px;
  font-size: 16px;
}

.sec-con02 {
  margin-left: 0;
  width: 107%;
  padding-bottom: 40px;
}

.sec-con02 li a {
  margin: 0 60px 0 0;
}

.tableList {
  width: 100%;
  border-collapse: collapse;
  cellpadding: 0;
  cellspacing: 0;
  margin: 0 auto 50px;
  border: solid #fff;
  border-width: 0px 2px 2px 0px;
  text-align: center;
}

.tableList th {
  background-color: #eaf4fe;
  padding: 12px 5px;
  border: solid #fff;
  border-width: 2px 0px 0px 2px;
  font-size: 16px;
}

.tableList th.th01 {
  width: 25%;
}

.tableList th.th02 {
  width: 19%;
}

.tableList th.th03 {
  width: 15%;
}

.tableList th.th04 {
  width: 20%;
}

.tableList td {
  border: solid #fff;
  border-width: 2px 0px 0px 2px;
  background: #ededee;
  padding: 10px 5px;
}

.campus-list01 {
  width: 105%;
  overflow: hidden;
}

.campus-list01 li {
  width: 285px;
  margin: 0 28px 5px 0;
  float: left;
}

.campus-img {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 56.667%;
  overflow: hidden;
}

.campus-title {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.statistics {
  width: 100%;
  border-collapse: collapse;
  cellpadding: 0;
  cellspacing: 0;
  margin: 0 auto 40px;
  border: solid #fff;
  border-width: 0px 1px 1px 0px;
  text-align: center;
}

.statistics th {
  background-color: #0050a5;
  padding: 10px;
  color: #fff;
  text-align: center;
  border: solid #fff;
  border-width: 1px 0px 0px 1px;
}

.statistics td {
  border: solid #fff;
  border-width: 1px 0px 0px 1px;
  padding: 10px;
  word-break: break-all;
  background-color: #eaeef5\9;
}

.statistics tr:nth-child(odd) {
  background-color: #eaeef5;
}

.statistics tr:nth-child(even) {
  background-color: #f8f8f8;
}

.statistics .th04 {
  width: 26%
}

.statistics .th02 {
  width: 22%
}

.statistics .th03 {
  width: 22%
}

.contactList {
  text-align: center;
  margin-top: 20px;
}

.contactList td {
  padding: 16px 10px;
  font-size: 16px;
  line-height: 22px;
}

.contactList td strong {
  font-weight: bold;
  color: #0050a5;
}

.contactList td a:hover {
  color: #0050a5;
}

.contactList td a {
  display: inline-block;
  text-align: left;
  width: 227px;
}

@media screen and (max-width:1227px) {
  .subPage {
    width: auto;
    padding: 0 15px;
  }

  .noPadding {
    padding: 0;
  }

  .genList01 {
    width: 100%;
  }

  .genList01 li {
    margin: 0 0 20px 0;
    width: 50%;
  }

  .genList01 li>div {
    display: block;
    margin: 0 10px;
  }

  .subBanner_con, .subBanner_con_bg {
    left: 15px;
    margin: 0;
    width: 180px;
  }

  .subBanner_con {
    width: 167px;
  }

  .subBanner_con p {
    display: none;
  }

  .subBanner_con, .subBanner_con_bg {
    height: 60px;
    line-height: 60px;
  }

  .subBanner_con h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .sec-con li a {
    margin-left: 30px;
  }

  .sec-con li {
    width: 32.2%;
  }

  .subPage02 {
    width: auto;
    padding: 0 15px;
  }

  .review-list01 {
    width: 100%;
  }

  .review-list01 li {
    width: 50%;
    margin: 0 0 30px 0;
  }

  .review-list01 li a {
    margin: 0 15px;
  }

  .bread {
    padding: 20px 15px;
  }

  .newsList01 {
    width: 100%;
  }

  .newsList01 li {
    width: 50%;
  }

  .newsList01 li>div {
    margin: 0 15px;
  }

  .newsList02 li a {
    float: none;
    display: block;
    padding-bottom: 10px;
    width: auto;
  }

  .newsList02 li a:after {
    display: none;
  }

  .item-bottom02 {
    margin-top: 0;
    padding-bottom: 20px;
    float: none;
  }

  .leader_list01 li a {
    margin-left: 25px;
  }

  .sub_right {
    margin-left: 277px;
  }

  .leader_list03 {
    width: 100%;
  }

  .leader_list03 li a {
    margin: 0 12px;
  }

  .leader_list03 li {
    margin: 0 0 20px 0;
    width: 25%;
  }

  .articleList04 {
    margin: 0;
    padding: 0 15px;
  }

  .share {
    position: static;
  }

  .Annex {
    border-top: none;
  }

  .sec-con02 li a {
    margin: 0 10px 0 0;
  }

  .sec-conHeader a {
    margin-left: 30px;
  }

  .campus-list01 {
    width: 100%;
  }

  .campus-list01 li {
    width: 33.33%;
    margin: 0 0 10px 0;
  }

  .campus-list01 li a {
    display: block;
    margin: 0 12px;
  }

  .share {
    display: none;
  }

  .phoneShare {
    display: block;
    position: static;
    margin: 0 !important;
  }

  .sec-con03 {
    width: 100%;
  }

}

@media screen and (max-width:1200px) {
  .review-date1 {
    position: static;
    line-height: 20px;
    margin-top: 5px;
    display: block;
  }

  .review-date1 .date {
    padding-left: 0;
  }

}

@media screen and (max-width:992px) {
  .subPage {
    margin-top: 15px;
  }

  .genList01 li {
    width: 33.333%;
  }

  .item-img01 {
    position: static;
    width: 100%;
  }

  .item-txt01 {
    margin: 0;
    padding-bottom: 20px;
  }

  .item-img02 {
    display: none;
  }

  .sec-title {
    float: none;
    margin: 0 0 20px 10px;
  }

  .sec-con {
    margin: 0;
  }

  .sec-con li a {
    margin: 0 10px;
  }

  .sec-con li {
    width: 32.5%
  }

  .newsList01 li {
    width: 100%;
  }

  .newsList01 li h3 {
    height: auto;
    margin-bottom: 20px
  }

  .leader_list01 {
    margin: 0;
  }

  .leader_title {
    float: none;
    margin: 0 0 20px 10px;
  }

  .leader_list01 li a, .articleTitle02 {
    margin: 0 10px;
  }

  .sec-conHeader a {
    margin: 0 10px;
  }


}

@media screen and (max-width:768px) {
  .subLeft {
    display: none;
  }

  .sub_right {
    margin-left: 0
  }

  .phone_subNav {
    display: block;
  }

  .review-list01 li {
    margin-bottom: 20px;
  }

  .review-list01 li a {
    margin: 0 10px;
  }

  .review-date {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .noMargin_top {
    display: none;
  }

  .pages_min {
    display: block;
  }

  .item-bottom04 {
    position: static;
    height: auto;
    padding-top: 10px;
    overflow: hidden;
    border: none;
    padding-left: 0;
  }

  .item-bottom04 .news-view {
    margin-top: 0
  }

  .item-txt04 {
    margin-right: 0
  }

  .history_article {
    font-size: 14px;
  }

  .history_list li p {
    font-size: 12px;
  }

  .history_article p {
    margin-bottom: 14px;
  }

  .history_list li>div {
    margin: 0 5px;
  }

  .articleTitle h3 {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 15px;
  }

  .articleAuthor span {
    font-size: 12px;
    margin: 0 5px;
  }

  .article_date {
    border: none;
  }

  .articleList03 {
    padding-top: 5px
  }

  .sec-con02 {
    width: 100%
  }

  .tableList th {
    font-size: 14px;
  }

  .sec-conHeader {
    width: auto;
  }

  .article img {
    height: auto !important;
    width: auto !important;
  }

  .phoneShare span {
    width: 40px;
    height: 40px;
    background-size: 25px;
  }

  .share_btn {
    width: 40px;
  }

  .contactList td a {
    display: block;
  }

  .contactList td, .article {
    font-size: 14px;
  }

  .articleTitle03 h3 {
    font-size: 20px;
  }

}

@media screen and (max-width:640px) {
  .genList01 li {
    width: 50%;
  }

  .sec-con li {
    width: 49%;
  }

  .campus-list01 li {
    width: 50%;
  }

}

@media screen and (max-width:600px) {
  .contactList td a {
    width: auto;
  }

}

@media screen and (max-width:480px) {
  .subBanner_con, .subBanner_con_bg {
    height: 40px;
    line-height: 40px;
  }

  .subBanner_con, .subBanner_con_bg {
    width: 140px;
  }

  .subBanner_con {
    width: 127px;
  }

  .subBanner_con h3 {
    font-size: 16px;
  }

  .review-list01 li {
    width: 100%;
  }

  .item-txt03 {
    margin: 0;
  }

  .item-img03 {
    width: 100%;
    margin-bottom: 15x;
  }

  .item-img03 {
    float: none;
  }

  .newsList01 li>div {
    margin: 0;
  }

  .item-img04 {
    width: 100%;
    float: none;
  }

  .item-title04 {
    margin: 10px 0 15px;
  }

  .item-txt04 {
    margin: 0;
  }

  .leader_list01 li, .leader_list03 li {
    width: 33.333%
  }

  .review-date1 {
    height: auto;
  }


}

@media screen and (max-width:460px) {
  .sec-con li {
    width: 100%;
  }

  .sec-con02 li a {
    margin: 0;
  }

  .Successive_leader {
    padding-bottom: 30px;
  }

  .tableList {
    margin-bottom: 20px;
  }
}

@media screen

/*and (min-width:320px)*/
and (max-width:400px) {
  .leader_list01 li, .leader_list03 li {
    width: 50%
  }

  .genList01 li {
    width: 100%;
  }

  .campus-list01 li {
    width: 100%
  }

  .campus-list01 li a {
    margin: 0;
  }

}
