@charset "utf-8";

/* CSS Document */
body {
  background-color: #fff;
}

.subPage {
  width: 100%;
  overflow: hidden;
}

.subPage_con {
  max-width: 1200px;
  min-height: 650px;
  margin: 20px auto;
  overflow: hidden;
}

.sub_left {
  width: 209px;
  overflow: hidden;
  float: left;
  z-index: 1;
  padding-bottom: 260px;
  margin-bottom: 60px;
  position: relative;
}

.sub_leftTitle {
  width: 100%;
  height: 67px;
  background: #1d986c;
}

.sub_leftTitle h2 {
  text-align: center;
  line-height: 67px;
  color: #fff;
  font-size: 18px;
}

.sub_nav {
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}

.sub_nav li {
  border-bottom: 1px solid #ddd;
}

.sub_nav li a {
  display: block;
  padding: 12px 0;
  padding-left: 10px;
}

.sub_nav li a.active, .sub_nav li a:hover {
  background: #ebfbf5;
  color: #1d986c;
}

.sub_right {
  margin: 0 0 0px 242px;
  min-height: 1000px;
}

.sub_banner {
  margin-bottom: 15px;
}

.subTitle {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}

.sub_rightT .subTitle {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-top: 15px;
}

.subTitle h2 {
  font-weight: normal;
  font-size: 18px;
  color: #333;
}

.bread {
  float: right;
  font-size: 0.8em;
}

.bread span {
  color: #888;
}

.bread span a {
  color: #888;
}

.bread span a:hover {
  color: #023b87;
}

.sub_banner {
  width: 100%;
}

.Banner02 {
  max-width: 1200px;
  margin: 0 auto;
}

.sub_mbtn {
  width: 100%;
  height: 40px;
  background-color: #DEF0FF;
  cursor: pointer;
  display: none;
  text-align: center;
  line-height: 40px;
}

.open {
  background: url(/cnem/images/sub-mbtn.png) no-repeat center center;
  background-color: #003770;
}

.sub_navm {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-bottom: 20px;
}

.sub_navm h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #003770;
  color: #fff;
}

.sub_navm h2 a {
  font-size: 18px;
  display: block;
  color: #fff;
}

.sub_navm ul {
  background-color: #DEF0FF;
}

.sub_navm li {}

.sub_navm li a {
  color: #515151;
  padding-left: 13px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d3d3d3;
  display: block;
}

.sub_navm li a:hover {
  color: #003770;
  background: #fff;
}

.sub_navm li.sub_has span {
  margin-left: 10px;
}

.sub_navm li.on a {
  color: #003770;
  display: block;
  width: 100%;
}

.sub_navm dl {
  display: none;
  background-color: #cac9c9;
  padding: 0px 0px 5px;
}

.sub_navm dl dd {
  padding-left: 30px;
  line-height: 18px;
}

.sub_navm li.on dl dd a {
  font-size: 13px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.sub_navm li dl dd a {
  font-size: 14px;
  color: #282828;
  font-weight: normal;
  display: inline;
  border: none;
  padding: 0px;
}

.sub_navm li dl dd a:hover {
  color: #a70510;
}


/*大图展示页*/
.wrap_banner_con {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wrap_banner {
  width: 100%;
  overflow: hidden;
}

.erji_banner {
  max-width: 1380px;
  margin: 0 auto;
  max-height: 350px;
  position: relative;
}

.big_title {
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  bottom: 15%;
  left: 20px;
  background: rgba(2, 59, 135, 0.6);
}

.big_title h2 {
  font-size: 26px;
  color: #ffffff;
  padding: 10px;
}

.con {
  max-width: 1200px;
  height: auto;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

.lightbox_back {
  z-index: 99998;

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;

  background: black;
  opacity: 0.4;
  filter: alpha(opacity=40);

  display: none;
}

.lightbox_fore {
  z-index: 99999;

  left: 20%;
  top: 10%;
  width: 60%;
  height: 80%;
  min-height: 440px;
  position: fixed;

  background: white;

  border: 1px solid;

  display: none;
}

#id_LB_corner {
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 1.5em;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  line-height: 24px;
  background-color: #eda700;
  text-align: center;
}

#id_LB_corner a {
  color: #fff;
  display: block;
}

/*#id_LB_name {
  font-size: 1.4em;
 height:33px;line-height:33px;width:120px;}*/
.lightbox_fore .map_title {
  margin: 3em 0;
}

.lightbox_fore .map_title h3 {
  font-weight: normal;
}

.lightbox_fore .map_title strong {
  height: 33px;
  line-height: 33px;
  width: 120px;
  float: left;
  padding-left: 10px;
  border-left: 3px;
  font-size: 1.4em;
}

.cls_LB_data {

  height: 80%;
  overflow: scroll;
  overflow-x: hidden;

}

.lightbox_fore .leaderImg {
  width: 224px;
  height: 301px;
  float: left;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 20px;
  overflow: hidden;
}

.lightbox_fore .leaderImg img {
  width: 100%;
  display: block;
}

.buct_info {
  padding: 0 3em 2em 3em;
}

.buct_info p {
  text-indent: 2em;
  font-size: 1.4em;
  line-height: 24px;
}

#id_LB_footer {
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
  line-height: 50px;
  /* zb */
  font-size: 1.4em;
}

.banerYearList {
  overflow: hidden;
  height: 50px;
}

.banerYearList ul {
  overflow: hidden;
}

.banerYearList ul li {
  float: left;
  line-height: 50px;
  margin-right: 20px;
}

.banerYearList ul li a {
  display: block;
}

.banerYearList ul li a:hover, .banerYearList ul li.on a {
  color: #ac0303;
  border-top: 2px solid #ac0303;
}

.bannerPicList {
  overflow: hidden;
}

.btPicList {
  overflow: hidden;
  margin: 25px 0;
}

.btPicTitle {
  height: 50px;
  line-height: 50px;
}

.btPicTitle {
  border-bottom: 2px solid #ddd;
}

.btPicTitle h2 {
  width: 135px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 2px solid #ac0303;
}

.btPicList ul {
  overflow: hidden;
  margin-top: 10px;
}

.btPicList ul li {
  float: left;
  margin: 25px 28px;
}

.btPicList ul li a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btPicList ul li a img {
  display: block;
  width: 343px;
  height: 129px;
}

.btPicList ul li a span {
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 100%;
}

.btPicList ul li i {
  display: block;
  font-style: normal;
  color: #888;
  padding: 10px 0 5px;
  text-align: center;
}

.btPicList ul li:hover a span {
  bottom: 0;
  transition: bottom .5s ease-in;
  -webkit-transition: bottom .5s ease-in;
  -o-transition: bottom .5s ease-in;
  -moz-transition: bottom .5s ease-in;
}




/*侧边栏列表页*/
.sub_list {
  margin: 20px 0 38px 0;
}

.sub_list .rightDate {
  float: right;
  color: #888;
  font-size: 14px;
}

.sub_list li {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
  /*background: url(/cnem/images/content_li.png) no-repeat center left;*/
}

.sub_list li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #1d986c;
}

.sub_list li a {
  font-size: 14px;
}

.sub_left .sub_nav li {
  position: relative;
}

.sub_left .sub_nav li a.skipBtn {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  right: 1px;
  top: 0px;
  text-align: center;
  line-height: 45px;
  color: #1d986c;
  *background: url(/cnem/images/content_li.png) no-repeat center;
  margin: 0;
}

.sub_left .sub_nav li a.skipBtn:hover {
  background-color: #fff;
}

.sub_left .sub_nav li .subNav dl dd a {
  background: #eee;
  border-bottom: 1px solid #ddd;
}

.subNav1 {
  display: none;
}

.sub_navm li .subNav dl {
  display: none;
}

.sub_navm li {
  position: relative;
}

.sub_navm li a.skipBtn {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  line-height: 31px;
  margin: 0;
}

.sub_navm li a.skipBtn:hover {
  background-color: #fff;
}

.sub_navm dl dd {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding-left: 13px;
}

.sub_navm dl {
  padding: 0;
}

/*侧边栏文章页*/
.subArticle {
  min-height: 500px;
}

.subArticleTitle {
  text-align: center;
}

.subArticleTitle h2 {
  margin: 20px 0 10px 0;
  color: #333;
  line-height: 28px;
  font-weight: normal;
  font-size: 18px;
}

.subArticleTitle span {
  color: #888;
  font-size: 14px;
}

.subArticleCon {
  margin: 20px 0 40px 0;
  line-height: 30px;
}

.subAffix {}

.subAffixTitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.subAffixTitle h2 {
  color: #1d986c;
}

.subAffix ul li {
  padding-left: 24px;
  margin-bottom: 8px;
  position: relative;
}

.subAffix ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1d986c;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2px;
}

.subAffix ul li a {
  font-size: 14px;
}

/*侧边栏图片页*/
.subPicList {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  margin: 30px 0;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.subPicList li {
  margin-bottom: 40px;
  width: 23%;
  /* float: left; */
  margin-right: 2%;
  *
  margin-right: 22px;
}

.subPicList li a {
  text-align: center;
  display: block;
}

.subPicList li i {
  height: 0px;
  display: block;
  overflow: hidden;
  padding-bottom: 150%;
}

.subPicList li a span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.subPicList li.NoMargin {
  margin-right: 0;
}


/*通栏图片页*/
.sub_rightT .subPicList li img {
  width: 100%;
}

/*通栏列表页*/
.sub_rightT {
  width: 100%;
}

/*侧边栏图片列表页*/
.subPicImgList {
  overflow: hidden;
  margin-top: 20px;
}

.subPicImgList li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.subPicImgList li:hover {
  background: #efefef;
}

.subPicImgBox {
  overflow: hidden;
}

.subPicImgBox .subPicImgLf {
  width: 16%;
  float: left;
  overflow: hidden;
}

.subPicImgBox .subPicImgRt {
  width: 82%;
  float: right;
  overflow: hidden;
  padding-bottom: 10px;
  min-height: 167px;
}

.subPicImgBox .subPicImgRt {
  line-height: 24px;
}

.subPicImgBox .subPicImgRt h2 {
  color: #b1040e;
  font-size: 14px;
}

.subPicImgBox .subPicImgRt span {
  display: inline-block;
  color: #b1040e;
  font-size: 14px;
  font-weight: bold;
}

.subPicImgBox .subPicImgRt i {
  font-style: normal;
  font-size: 14px;
}


.subPicImgBox .subPicImgRtT {
  width: 100%;
  float: right;
  overflow: hidden;
  padding-bottom: 10px;
  min-height: 167px;
}

.subPicImgBox .subPicImgRtT {
  line-height: 24px;
}

.subPicImgBox .subPicImgRtT h2 {
  padding-left: 20px;
  color: #b1040e;
  font-size: 14px;
}

.subPicImgBox .subPicImgRtT span {
  display: inline-block;
  color: #b1040e;
  font-size: 14px;
  font-weight: bold;
}

.subPicImgBox .subPicImgRtT i {
  font-style: normal;
  font-size: 14px;
}

.subPicImgBox .subPicImgRtT p {
  padding-left: 20px;
}


/*教师队伍*/
.subTeachList {
  overflow: hidden;
  margin-top: 37px;
}

.subTeachList li {
  float: left;
  margin: 0px 10px 40px;
  width: 30%;
}

.subTeachBox {
  overflow: hidden;
}

.subTeachBox .subTeachLf {
  float: left;
  overflow: hidden;
}

.subTeachBox .subTeachLf img {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  display: block;
}

.subTeachBox .subTeachRt {
  margin-left: 120px;
  overflow: hidden;
  padding-bottom: 10px;
}

.subTeachBox .subTeachRt h2 a {
  color: #b1040e;
  font-size: 14px;
}

.subTeachBox .subTeachRt p {
  font-size: 12px;
  overflow: hidden;
  margin: 3px 0;
  height: 34px;
}

/*分页*/
.pages {
  text-align: center;
  height: 28px;
  *height: 29px;
  line-height: 28px;
  margin: 25px 0 40px 0;
  overflow: hidden;
  padding-left: 15px;
}

.pages img {
  vertical-align: middle;
}

.pages span {
  color: #1d986c;
  padding: 0 20px 0 0px;
}

.pages a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  width: 27px;
  height: 28px;
  *height: 29px;
  text-align: center;
  color: #636363;
}

.pages a img {
  *display: block;
  *margin-top: 8px;
}

.pages a:hover {
  color: #003770;
}

.pages a.on_pages {
  background: url(/cnem/images/pages03.jpg) no-repeat center top;
  color: #003770;
}

.pages_min {
  margin-top: 25px;
  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: #DEF0FF;
  border-radius: 3px;
  color: #003770;
  line-height: 30px;
  text-align: center;
}

.pages_min a.next_min {
  float: right;
}

.pages_min a:hover {
  background: #003770;
  color: #fff;
  transition: 0.5s;
}

/* 0909领导页面 */
.leader_left {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}

.leader_left2 {
  float: none;
}

.leader_right {
  width: 48%;
  float: right;
  overflow: hidden;
  margin-top: 20px;
}

.present {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  margin: 10px 0 0 0;
}

.present li:nth-child(2n+1) {
  background-color: #f5f5f5;
  border-left: 3px solid #f5f5f5;
  border-right: 3px solid #f5f5f5
}

.present li.blue {
  background-color: #f5f5f5;
  border-left: 3px solid #f5f5f5;
  border-right: 3px solid #f5f5f5
}

.present li {
  width: 100%;
  float: left;
  padding: 0px 5px 0px 15px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff
}

.present span {}

.present .title022 {
  width: 100px;
  float: left;
  padding: 15px 0;
  color: #000;
}

.present .name02 {
  width: auto;
  overflow: hidden;
  display: block;
  margin-left: 100px;
}

.present .name02 a {
  display: block;
  width: 33.333%;
  float: left;
  padding: 15px 0;
  color: #444;
}

.present .name02 a:hover {
  color: #8c0000;
}

.present li:hover {}

.leaders .leader_right {
  /*margin-top:30px;*/
}

.leader_list {
  width: 100%;
  overflow: hidden;
}

.teacher li {
  overflow: hidden;
  margin: 2% 0 0 0;
  padding: 0 0 2% 0;
}

.teacher li img {
  float: left;
  width: 150px;
}

.teacher .teacher_right {
  margin: 0 0 10px 170px;
  overflow: hidden;
}

.teacher_con {
  margin: 10px 0 0 0;
}


@media screen and (max-width:1200px) {
  .subPage_con {
    width: 98%;
    margin: 0 auto;
  }

  .sub_tech dl dd {
    width: 15%;
  }

  .con {
    width: 98%;
    margin: 0 auto;
  }

  .btPicList ul li {
    margin: 20px 3%;
  }
}


@media screen and (max-width:1000px) {
  .subTeachList li {
    width: 45%;
  }

  .sub_list .rightDate {
    float: none;
    display: block;
  }

  .sub_list li {}
}

@media screen and (max-width:800px) {
  .sub_mbtn {
    display: block;
    margin-top: 10px;
  }

  .sub_left {
    display: none;
  }

  .sub_right {
    width: 98%;
    margin: 0 auto;
    min-height: auto;
  }

  .sub_leftTitle {
    background: none;
  }

  .pages {
    display: none;
  }

  .pages_min {
    display: block;
  }

  .sub_leftTitle {
    height: 40px;
  }

  .subTechTitle h2 {
    font-size: 14px;
  }

  .sub_tech dl dd a {
    font-size: 12px;
  }

  .sub_list li a {
    font-size: 12px;
  }

  .sub_list .rightDate {
    font-size: 12px;
  }

  .subPicList li {
    width: 30%;
  }

  .subPicList li.NoMargin {
    margin-right: 2.65%;
  }

  .bread {
    float: none;
  }

  .subTitle h2 {
    font-size: 18px;
    margin-top: 10px;
  }

  .subPage {
    margin-bottom: 30px;
  }

  .btPicList ul li {
    margin: 20px 1%;
  }

  .btPicList ul li a span {
    font-size: 12px;
  }

  .btPicList ul li i {
    font-size: 12px;
  }


}


@media screen and (max-width:640px) {
  .leaderPic {
    float: none;
    width: 100%;
  }

  .leaderCon {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }

  .sub_leftTitle {
    height: 30px;
  }

  .sub_leftTitle h2 {
    font-size: 14px;
  }

  .sub_navm h2 {
    height: 30px;
    line-height: 30px;
  }

  .sub_navm li a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .sub_navm li dl dd a {
    font-size: 12px;
  }

  .bread span {
    font-size: 12px;
  }

  .bread a {
    font-size: 12px;
  }

  .subTitle h2 {
    font-size: 16px;
  }

  .sub_mbtn {
    height: 30px;
    line-height: 30px;
  }

  .subPicList li {
    width: 45%;
    margin-right: 5%;
  }

  .btPicList ul {
    margin: 0 auto;
  }

  .btPicList ul li a img {
    height: auto;
  }

  .subTeachList li {
    width: 100%;
  }

  .btPicList ul li a img {
    width: 100%;
  }

  .btPicList ul {
    margin-top: 20px;
  }

  .btPicList ul li {
    margin: 9px 6px;
  }

  .btPicList {
    margin: 10px 0;
  }

  .sub_navm li a.skipBtn {
    height: 31px;
  }

  /* 0909 */
  .leader_left {
    float: none;
    width: 100%;
  }

  .leader_right {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .sub_tech dl dd {
    width: 25%;
  }

  .subPicList li {
    width: 100%;
  }

  .subPicList li img {
    width: 100%;
  }

  .subPicImgBox .subPicImgLf {
    float: none;
    width: 100%;
  }

  .subPicImgBox .subPicImgRt {
    float: none;
    width: 100%;
  }

  /* 0909 */
  .teacher li img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .teacher .teacher_right {
    margin: 10px 0 10px 0;
  }

  .teacher .teacher_right h2 {
    text-align: center;
  }
}

@media screen

/*and (min-width:320px)*/
and (max-width:360px) {
  .subTeachBox .subTeachLf {
    width: 100%;
    float: none;
  }

  .subTeachBox .subTeachRt {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}