@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-size:12px;background-color:#fff;/*background: url(../images/bg.jpg) no-repeat;*/width: 100%;height:100%;}
a{text-decoration:none; color:#282828;}
a:hover{color:#8f000b;}

/*头部*/
.header{ width:100%; height:193px; margin:0 auto;background: url(../images/header_bg.png) no-repeat center top;z-index: 2000;position: relative;}
.top{width:1200px; height:148px;margin:0 auto;position: relative;}
.top_nav{width:300px;height:29px;float: right; line-height:29px; text-align:right;z-index:10000;margin-top: 13px;}
.top_nav a{display:inline-block; color:#282828;}
.top_nav a.nobg{background:none;}
.top_nav span{margin:0 14px;}
.logo{ width:auto;float: left;padding-top:25px;}
.logo img{display: block;margin-top:-10px;height:100px}
.search{width:201px; height:29px;position:absolute;right:0;bottom:50px;background:url(../images/ser.png) no-repeat; z-index:1000; }
.search input{position:absolute; width:160px;height:28px;line-height:28px; color:#323232; border:none; background:none; left:0px; top:0px;  padding:0px; margin:0px;}
.search input.notxt{color:#3f3f3c; padding-left:12px;}	
.search input.notxt1 {position:absolute;width:28px;height:28px;left:177px;}

.nav{ height: 45px; width:100%;background:url(../images/nav.jpg) repeat-x;margin:0 auto;}
.nav ul, .nav ul li dl {list-style-type:none;}
.nav ul {width:1200px;margin:0 auto;height:45px;}
.nav ul li {float:left;position:relative;height:45px; z-index:999;}
.nav ul li:first-child{ background: none;}
.nav ul li a{ padding:0 16px; font-size:16px; font-weight:normal; color: #fff;line-height:45px;height:45px; float: left; }
.nav ul li a:hover,.nav ul li.on {color: #fff;background: #b3953e;font-weight: normal;}
.nav ul li.hover a { display: block;color: #fff;}
.nav ul li.hover div{display:block;}
.nav ul li div {display:none;position:absolute;top:45px;left:0; width:122px; border:1px solid #ccdbca;background:#fff;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9; overflow:hidden; z-index:1000;}
.nav ul li .subNav{width: 122px;background: url(../images/nav_li.png) repeat ;border:none;}
.nav ul li.on .subNav dl{ width: 122px; margin:0 auto; padding:0 0 0;}
.nav ul li.on .subNav dl dd{ width: 122px; height: auto;}
.nav ul li.on .subNav dl dd a{ display:block; width: 122px; height:auto; line-height:24px; margin:0 auto;font-size:14px;color: #fff; font-weight:normal;  background:none; text-align: center;padding:5px 0;}
.nav ul li.on .subNav dl dd a:hover{color: #fff; font-weight:normal; background:#8f000b;   }
.nav ul li.on .subNav{top:45px;}
.nav ul li.on .subNav dl dd.subdd a{text-align: right;font-size: 12px;padding-right: 33px;width: 89px;}
/*手机端导航*/
.mobile{width: 100%;position:absolute;display: none;top:50%;right: 0;z-index: 99;}
.open .mobile {overflow: visible;}
.mobile-inner-header{width:100%;height: 42px;position: absolute;top: 0px;right: 0px;z-index: 2;}
.mobile-inner-header-icon{
  color: #fff; height: 40px;font-size:25px;text-align: center;background-color: #8f000b;margin-top: -20px;
  float:right;width: 40px;position: relative;
  /* -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s; */
}
.open .mobile-inner-header{border-bottom: none;}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
/*.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
*/

.mobileLink{display: block;padding:10px 15px 10px 25px;}
.mobileLink dd{line-height: 20px;text-align: center;font-size: 14px;}
.mobileLink dd a{color:#fff;display: inline-block;width: auto;position: relative;line-height: 24px;font-size: 14px}
.mobileLink dd span{color:#fff;margin:0 4px}
.mobile-inner-header-icon{color: #fff; height: 36px;text-align: left;float:right;width: 40px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;padding-top: 4px;}
.mobileLink a:last-child:before{display: none;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;}
.open .mobile{border-bottom: none;}
.open .logo{z-index: 8;top: -80px;}
.mobile-inner-header-icon-click i{display: none;}
.mobile-inner-header-icon-out i{color:#03935d;font-size: 24px;}
.mobileLink2{float: left;padding-left: 15px;height: 40px;line-height: 40px;}
.mobileLink2 a{color:#666}
.open .mobileLink2{display: none;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);

  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{  width: 85%; position: fixed;top: -70px;right: 0px;padding-top: 120px;padding-bottom: 25px;background:#8f000b;
 max-width: 440px;transform: translate(200%,0);transition: all 1s ease-in-out;}
.open .mobile-inner-nav{transform: translate(0,0);position: absolute;}
.mobile-inner-nav a{display: inline-block;line-height: 48px;text-decoration: none;  width: 100%;font-size: 16px; -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;-o-transition: all 0.5s;    transition: all 0.5s; position: relative;}
.mobile_search:before{width: 100%;height: 1px;background-color: #fff;opacity: 0.2;position: absolute;left: 0;bottom: 0;content: '';}
.mobile-inner-nav ul{margin:0 30px;}
.mobile-inner-nav li{position: relative;border-bottom: 1px solid rgba(255,255,255,0.15);}
.mobile-inner-nav li span{float: right;font-family: 'Arial';font-size: 20px;width: 44px;position: absolute;right: 0;top: 0;text-align: center;}
.mobile-inner-nav li strong{color:#333;line-height: 48px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;font-weight: normal;display: block;margin-left: 40px;    -o-transition: all 0.5s;    transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;padding:0 0 15px 15px;}
.mobile-inner-nav li dd a{font-size: 14px;height: 30px;line-height: 30px;color: #fff}
.mobile-inner-nav li > a{position: relative;color: #fff;}
.mobile_search{clear: both;position: relative;height: 36px;margin:0 20px;overflow: hidden;border-bottom:1px solid rgba(255,255,255,0.2);margin-bottom: 10px;}
.mobile_search input.notxt{width: 100%;color:#fff;padding-left:50px;border:none;box-sizing: border-box;height: 36px;line-height: 36px;position: absolute;left: 0;top: 0;}
.mobile_search .notxt1{width: 50px;right:auto;left:0;border:none;color:#fff;background: none;height: 36px;background: url(../images/ser2.png) no-repeat center;}

.imgResponsive{display: block;width: 100%;height: 0;padding-bottom: 66.6%;}
.Banner{margin:0 auto;width: 100%;height:auto;overflow: hidden;}
.img{ width: 100%; height:auto; overflow:hidden;}



.article table tr td { width: auto !important; white-space: pre-wrap !important; }



/*图片轮播*/
.flexslider{overflow: hidden;height:auto;width: 100%;}
.flex-control-nav {width: 1200px; position: relative; bottom: 25px; text-align: center; z-index: 1000;margin:0 auto;}
.Banner .flexslider li{z-index:9999;}
/*.Banner .flexslider li i{background: url(../images/banner_img.png) no-repeat center top;display: block;z-index:999;position: absolute;top:0;left:0;bottom:0;right: 0;display: block;width: 100%;height: auto;}*/
.flexslider img{ display: block; width:100%; height:auto;}
.flexslider .til_slides{width:1200px;display:block; text-align: center;margin:0 auto;position: relative;z-index:999999;}
.flexslider .til_slides p{padding:20px 30px;position: absolute;bottom:40px;background: url(../images/banner_till.png) repeat;color:#fff;font-size: 26px;left: 0;max-width: 1200px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.flex-control-nav{ bottom:70px; text-align: right;}
.flex-control-paging li{ margin:0 15px 0 0;}
.flex-control-paging li a{ height:16px; width:16px;background: url(../images/icon11.png) no-repeat;text-indent:999px;}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active{background: url(../images/icon10.png) no-repeat;}
.content{ width:100%; margin:0px auto; background:#fff; overflow:hidden;margin-bottom:20px;}

.wrap_mode01{width: 100%;height:58px;background: #f4f4f4;}
.mode01{width:1200px; clear:both; height:58px; margin:0 auto;overflow:hidden;}
.scroll_notice{overflow: hidden;}
.articleList01{float: left;}
.listTitle01{height:58px;line-height:58px;} 
.listTitle01 h2{color:#8f000b; font-size: 18px; font-weight: bold; line-height:58px;background: url(../images/title01.png) no-repeat center left;padding-left:40px;}

.scroll_info{border:1px solid #8f000b;height:38px; border-top:none;border-bottom:none;margin-top:10px;overflow: hidden;padding-left: 20px;padding-right: 20px;margin-left: 122px;}
#ticker-1{overflow: hidden;}
#ticker-1 dd{float: left;margin-right: 60px;margin-top:10px;}
#ticker-1 dd .titlef{color:#333;font-size: 14px;background: url(../images/scorll_li.png) no-repeat center left;padding-left:10px;font-weight: bold;}
#ticker-1 dd .timef{font-style: normal;color:#333;font-weight: bold; font-size: 14px;margin-left:20px;}
#ticker-1 dd a:hover .titlef{color:#8f000b;}

.today{font-size: 16px;color:#777;}
.today i{font-size: 16px;color:#8f000b;font-style: normal;font-weight: bold;}

.mode02{width:1200px;margin:30px auto 50px;}

.articleImageList02{}
.articleImageList_title02{height:40px;line-height: 40px;overflow: hidden;}
.more{float: right;color:#787878;font-size: 12px;}
.title02{overflow: hidden;}
.title02 h2{color:#8f000b; font-size: 18px; font-weight: bold; background: url(../images/title02.png) no-repeat center left;padding-left:45px; width: 120px;float: left;}
.articleImageList02 ul{overflow: hidden;margin:20px -30px 0;}
.articleImageList02 ul li{float: left;width: 33.3%;overflow: hidden;}
.articleImageList02 ul li > span{display: block;padding:0 30px;border-right: 1px solid #ddd;}
.articleImageTitle{overflow: hidden;display: block;}
.articleImageList02 ul li a{display: block;font-size: 15px;color:#282828;}
.middleImage{width: 100%;overflow: hidden;display: block;margin-bottom: 10px;}
.middleImage > a{display: block;padding-bottom: 33.519%;height: 100px;overflow: hidden;}
.middleImage img{display: block; transition: all 1s ease 0s;width:100%;}
.middleImage img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}
.articleImage_summary{display: block;color:#666;font-size: 14px;height: 40px;overflow: hidden;line-height: 22px;;}
.articleImageList02 ul li .articleImageTitle>a{height: 40px;overflow: hidden;margin-bottom: 15px;line-height: 20px;}
.articleImageList02 ul li.Nomargin > span{border-right: none;}

.wrap_mode03{width: 100%;margin:0 auto 30px;overflow: hidden; background: url(../images/mode03_bg.png) no-repeat center top;background-size: cover;}
.mode03{width: 1200px;margin:30px auto;overflow: hidden;*margin:40px auto 40px;}
.title03{overflow: hidden;}
.title03 h2{color:#8f000b; font-size: 18px; font-weight: bold; background: url(../images/title03.png) no-repeat center left;padding-left:45px;width: 120px;float: left; }
.articleImageList_title03{overflow: hidden;}
.articleImageList03{}
.articleImageList03 ul{overflow: hidden;margin:30px -11px 0;}
.articleImageList03 ul li{float: left;width: 20%;height:50px;margin-bottom: 20px;}
.articleImageList03 ul li > div{margin:0 11px;}
.articleImageList03 ul li a{display: block; height:50px;line-height: 50px;text-align: center;color:#fff;font-size: 13px;z-index:2;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.articleImageList03 ul li a.red{background: #8f000b;}
.articleImageList03 ul li a.grey{background: #8a8a8a;}
.articleImageList03 ul li a.orange{background: #b3953e;}
.articleImageList03 ul li.Nomargin{margin-right: 0;}
.imageLink{position: relative;overflow: hidden;}
.imageLinkHover{position: absolute;top:-106px;left: 0;z-index:1;}


.mode04{width: 1200px;margin:0 auto;overflow: hidden;margin-bottom: 40px;}
.mode04 .lf{width: 47.08%;float: left;  overflow: hidden;}
.mode04 .rt{width: 47.08%;float: right;  overflow: hidden;}
.title04{overflow: hidden;}
.title04 h2{color:#8f000b; font-size: 18px; font-weight: bold; background: url(../images/title04.png) no-repeat center left;padding-left:45px;width: 90px;float: left; }
.title05{overflow: hidden;}
.title05 h2{color:#8f000b; font-size: 18px; font-weight: bold; background: url(../images/title05.png) no-repeat center left;padding-left:45px; width: 90px;float: left;}
.articleImageList_title04{overflow: hidden;}
.articleImageList_title05{overflow: hidden;}
.articleImageList04 ul{overflow: hidden;margin:30px 0 0 0;}
.articleImageList04 ul li{overflow: hidden;height: 35px;line-height: 35px;overflow: hidden;}
.articleImageList04 ul li .rightDate{float: right;color:#787878;font-size: 14px;margin-left: 5px;}
.articleImageList04 ul li a{font-size: 14px;padding-left:20px;background: url(../images/li04.png) no-repeat center left;}

.mode05{width: 1200px;margin:0 auto 30px;overflow: hidden;}
.articleImageList05{}
.articleImageList_title05{height:40px;line-height: 40px;overflow: hidden;}
.more{float: right;color:#787878;font-size: 12px;}
.title06{overflow: hidden;}
.title06 h2{color:#8f000b; font-size: 18px; font-weight: bold; background: url(../images/title06.png) no-repeat center left;padding-left:45px; width: 90px;float: left;}
.articleImageList05 ul{margin:20px -52px 0;overflow: hidden;}
.articleImageList05 ul li{float: left;width: 33.3%;overflow: hidden;}
/* .articleImageTitle{width: 358px;overflow: hidden;display: block;} */

.academicList{overflow: hidden;border-right: 1px solid #ddd;padding:0 52px}
.academicList .aca_lf{float: left;width:110px;overflow: hidden;padding-top: 2px; }
.academicList .aca_lf > a{display: block;padding-bottom: 122.72%;overflow: hidden;height: 0;}
.academicList .aca_rt{overflow: hidden;margin-left: 130px;; }
.articleImageList05 ul li.Nomargin{margin-right: 0;border-right: 0;}
.aca_rt h2{height:44px;margin-bottom: 10px; font-size: 14px;line-height: 22px;overflow: hidden;}
.aca_detail{}
.aca_detail p{margin-bottom: 8px;padding-left: 20px;color:#787878;font-size: 12px;}
.aca_detail p.people{background: url(../images/people.png) no-repeat center left;}
.aca_detail p.time{background: url(../images/time.png) no-repeat left 3px;}
.aca_detail p.time i{font-style: normal;display: block;}
.aca_detail p.time i.time01{margin-left:49px;}
.aca_detail p.addr{background: url(../images/addr.png) no-repeat center left;}

/*底部开始*/
.footer{width: 100%; margin:0 auto;overflow: hidden;background: url(../images/footer_bg.png) no-repeat center top;}
.footer_con{width: 1200px;margin:0 auto;overflow: hidden;padding: 0px 0;}
.footer_con .lf{width: 40.25%;float: left;overflow: hidden;margin-top: 65px;}
.footer_con .rt{width: 50.9%;float: right;overflow: hidden;}
.copyRight{width: 100%; margin:0 auto;text-align:center; line-height: 1.5;color:#dbdbdb;background: #340101;padding:11px 0}
.footer_con .lf {overflow: hidden;}
.footer_con .lf  ul{margin-bottom: 10px;overflow: hidden;}
.footer_con .lf  ul li{float: left;width:33.3%; margin:0 0 10px 0;}
.footer_con .lf  ul li.last{width:auto;}
.footer_con .lf  ul li a{color:#fff;font-size: 13px;}
.footerLf{margin-top:30px;}
.footer_con .rt ul{overflow: hidden;width: 50%;float: left;margin-top: 105px;}
.footer_con .rt ul li{float: left;padding-right: 15px;padding:5px 15px 5px 15px; border:1px solid #dbdbdb;}
.footer_con .rt ul li a{color:#fff;background: url(../images/mail.png) no-repeat center left;padding-left:30px;}
.footer_con .rt .code2d{float: right;margin-top: 69px;width: 50%; margin-bottom: 70px}
.footer_con .rt .code2d img{width:100px;height:100px;padding-right:10px}

/*二级页*/
.subPage{ width:1200px; margin:0px auto;}
.pageBanner{ width:100%;overflow: hidden;}
.pageBanner img{width: 100%;height: auto;}
.Bread{width:auto;  line-height:1.8;background:url(../images/addr.png) no-repeat left 14px; padding:10px 10px 10px 20px; font-size:13px; color:#666; margin-top:5px;border-bottom:3px solid #8f000b;height: auto;}
.Bread a{color:#666;}
.Bread a:hover{color:#8f000b;}
.articleList{margin-bottom:10px;}
/*.articleList2 ul{ padding-top: 10px;}*/
.articleList2 ul li{ height:auto; line-height:22px;padding-left:0;}
.articleList2 ul li span{font-size: 14px;color:#888;}
.articleList2 ul li a{ font-size: 14px;}
.listTitle2{ padding-left:0px; background:none;height:50px;line-height: 50px;} 
.listTitle2 h2{color:#8f000b; font-size: 20px; font-weight: bold; line-height:45px; padding:0px; margin:5px 0px;}
.listTitle2 h2 a { color:#8f000b; }
.subPage .articleList2{ margin:10px 0px 20px;}
.subPageList li
.subPage .articleList22 a{ margin:10px 0 0 120px; padding:  }
.pageList{}
.pageList .listTitle{border-bottom:none; } 

/*分页*/
.pages{ text-align:center; height:28px;*height:29px;  line-height:28px; margin:25px 0 40px 0; overflow: hidden;padding-left:15px;font-size: 16px;}
.pages img{vertical-align: middle;}
.pages span{ color:#ae050b; 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;font-size: 16px;}
.pages a img{*display:block; *margin-top: 8px;}
.pages a:hover{ color:#ae050b;}
.pages a.on_pages{ background: url(../images/pages03.jpg) no-repeat center top;color:#ae050b;}


.articleTitle { width: 100%;text-align: center;}
.articleTitle h2{font-size: 20px;color:#8f000b;line-height: 30px;padding:20px 0 10px 0;}
.articleTitle h3{ font-size: 16px; color: #555; line-height: 20px; padding:10px 0; font-weight: bold;}
.articleAuthor { text-align: center; line-height: 1.5; margin: 10px;border-top:1px solid #ddd; color:#282828;padding:6px 0 }
.article{overflow:hidden; margin:20px 0 30px;font-size:14px; line-height:22px;}
.article img {margin: 0 auto !important;height: auto !important;}
.Annex {padding:0px; overflow:hidden; margin-bottom:30px;}
.Annex h3 { font-size: 16px;line-height: 30px; color:#8f000b; padding-left:5px;}
.Annex ul {margin-top:10px;}
.Annex ul li {line-height: 1.6;background:url(../images/li04.png) no-repeat 10px 12px; padding:6px 0 6px 28px}
.Annex ul li a { font-size: 14px; color:#282828;}
.Annex ul li a:hover{ color:#8f000b;}





/*通栏图片页开始*/
.pictureList_tl2 ul {  overflow:hidden;font-size: 0; }
.pictureList_tl2 ul li { width:33.3%; text-align:center; display: inline-block;*display: inline;*zoom: 1;margin-bottom: 18px;}
.pictureList_tl2 ul li > a{display: block;margin:0 9px}
.pictureList_tl2 ul li img {  display:block; width: 100%;}
.pictureList_tl2 ul li p { height:30px; line-height:30px;font-size: 14px;overflow: hidden; }
/*通栏图片页结束*/

/*二级页左右分栏开始*/
.con { width:1200px; height:auto; overflow:hidden; }
.con .con_left { width: 260px; float: left; border-bottom:none; margin:30px 0 0 0; }
.con .con_left .left_title { height:50px; line-height:50px; background:#8f000b; /*border-top-right-radius: 10px;border-top-left-radius: 10px;*/}
.con .con_left .left_title h2 { text-align: center;}
.con .con_left .left_title h2 a { font-size:18px; font-family:"微软雅黑"; color:#fff; font-weight:bold; }
.con .con_left ul{border:1px solid #ddd;border-top:none;/*border-bottom-right-radius: 10px;border-bottom-left-radius:10px;*/padding-bottom: 10px;background: #777; }
.con .con_left ul li { background: #fff;line-height: 1.8;border-bottom:1px solid #e3e3e3; padding:11px 0;height: auto;}
.con .con_left ul li a {  margin:0 20px 0px 20px; padding-left:20px;background: url(../images/sub_li.png) no-repeat left 7px; display: block; font-size: 16px; }
.con .con_left ul li a:hover,.con .con_left ul li a.on{ background: url(../images/sub_li_hover.png) no-repeat center left;color:#8f000b;font-weight: bold; }
.con .con_right { height:auto;margin:30px 0 0 300px; }
.pictureList ul {  overflow:hidden; margin:0 -18px}
.pictureList ul li { width:33.3%; float: left; text-align:center;margin-bottom: 15px;}
.pictureList ul li > a{display: block; margin:0 18px }
.pictureList ul li img { width: 100%; display:block; }
.pictureList ul li p { height:30px; line-height:30px;font-size: 14px; overflow: hidden;}
/*二级页左右分栏结束*/

.left_list_info{margin-top:20px;text-align: center;}
.left_list_info a{display: block;margin-bottom: 20px;text-align: center;}
.left_list_info_code a{background: #f5f5f5;border:1px solid #ddd;padding:10px 0;}
.left_list_info_code a img{background: #fff;padding:2px;}
.left_list_info_code a p{font-size: 16px;margin:5px 0 0 0;}

.subPageList{margin-top: 20px;}
.subPageList li{margin-bottom:14px; border-bottom: 1px solid #ddd;padding-bottom:14px;overflow: hidden;}
.subPageList li .leftDate{float: left;color:#ae050b;padding-right: 15px;border-right:2px solid #c4c4c4;}
.subPageList li .leftDate strong{font-size: 16px;display: block;text-align:right;}
.subPageList li .leftDate i{text-align: right; font-size: 12px;display: block;font-style: normal;}
.subPageList li a{display: block;margin-left: 120px;font-size: 14px;color:#3d3d3d;}
.subPageList li a:hover{color:#ae050b;}

/*历任领导*/
.leader_list{margin-top:20px;margin-bottom: 30px; overflow: hidden;}
.leader_title{font-size: 16px;margin-top:10px;}
.leader_list ul{margin-top:10px;}
.leader_list ul li{float: left;margin-bottom: 10px;width: 89px;}
.leader_list ul li a{font-size: 14px;}

/*师资队伍详情页*/
.articleList2 .FacultyList{}
.articleList2 .FacultyList li{margin-bottom: 20px;height: auto;line-height: 30px;}
.articleList2 .FacultyCon{}
.articleList2 .FacultyCon h2{border-bottom: 1px solid #ddd;padding-bottom: 10px;padding-left:20px;font-size: 16px;font-weight: normal;color:#555;}
.articleList2 .FacultyCon dl{overflow: hidden;margin-top:20px;padding-left:20px;}
.articleList2 .FacultyCon dl dd{float: left;width: 90px;font-size: 14px;margin-bottom: 10px;}
.articleList2 .FacultyCon dl dd a{background: none;padding-left:0;color:#555;}
.articleList2 .FacultyCon dl dd a:hover{color:#8f000b;}


.articleList2 .teachersBox{}
.articleList2 .teachersBox .teachersTitle{font-size: 16px;margin:20px 0;}
.articleList2 .teachersBox .teachersTitle h2{color:#8f000b;}
.articleList2 .teachersPeople{overflow: hidden;margin:0 0 30px 0;border-bottom: 1px solid #8f000b;padding-bottom: 15px;}
.articleList2 .teachersPeople .peoplePic{float: left;width: 145px;margin:0 30px 15px 0;}
.articleList2 .teachersPeople .peoplePic img{width: 145px;height: 180px;}
.articleList2 .teachersPeople .peopleInfo{float: left;}
.articleList2 .teachersPeople .peopleInfo p{margin-bottom: 10px;font-size: 14px;}
.articleList2 .teachersPeople .peopleInfo p span{font-weight: bold;}
.articleList2 .teachersPeople .peopleInfo p i{font-style: normal;margin-left:10px;color:#666;}
.articleList2 .teachersInfoBox{overflow: hidden;border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;}
.articleList2 .teachersInfoBox .teachersInfoTitle{font-size: 16px;color:#8f000b;margin-bottom: 20px;}
.articleList2 .teachersInfoBox .teachersInfoTitle h2{}
.articleList2 .teachersInfoBox .teachersInfoCon{}
.articleList2 .teachersInfoBox .teachersInfoCon p{font-size: 14px;line-height: 28px;color: #666;}


/*师资队伍总页面*/
.department{width:100%;overflow:hidden;margin-bottom:20px;}
.dWrap02{width:1005;overflow:hidden;margin:22px 0 29px;position:relative;}
.dWrap_title02{width:100%;height:auto;border-bottom:2px solid #e5e5e5;overflow: hidden;}
.dWrap_title02 h3{width:auto;/*! height:37px; */line-height:37px;font-size:16px;letter-spacing:3px;margin-right:30px;font-weight:600;text-align:left;float:left;color:#fff;background-color:#8f000b;border-right:5px solid #d4d4d4;padding: 0 10px;}

.dTitle_list02{width:auto;padding-top:7px;float:left;}
.dTitle_list02 dd{width:28px;height:30px;margin-right:6px;line-height:30px;text-align:center;color:#8f000b;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:#b3953e;}
.dList02{width:auto;overflow:hidden;background-color:#f4f4f4;margin-top:12px;padding:10px 0 20px;}
.dList_info{overflow:hidden;text-align: left;}
.dList_info li{width:91px;border-bottom:1px solid #d2d2d2;padding:10px 0;margin:0 17px;text-align: center;display: inline-block;*display: inline;*zoom: 1;}
.dList_info li span{display:block;font-size:16px;line-height:25px;white-space:nowrap;}
.dTitle a{color:#333;font-size:16px;}
.dList_info li:hover span a,.dList_info li.highLight span a{color:#b3953e;}
.d01{width:100%;overflow:hidden;margin-bottom:10px;}
.d01 h3{font-size:20px;font-size:2rem;font-weight:600;height:35px;line-height:30px;border-bottom:1px solid #e2e2e2;letter-spacing:5px;margin-bottom:10px;}
.d01 h3 a{color:#8f000b;}
.r01 h3{font-size:16px;font-size:1.6rem;}
.d01 p{font-size:14px;font-size:1.4rem;line-height:24px;}
.department_title01{margin-bottom:0px;}
.department_title01 h3 a{font-size:20px;}
.depart_con{line-height:24px;margin-bottom:20px;font-size:14px;font-size:1.4rem;}

/*机构设置*/
.leader_list .jigoushezhiList{overflow: hidden;margin-top:20px;}
.leader_list .jigoushezhiList li{float: left;width:50%;text-align: center;line-height: 1.5;margin-bottom: 30px;}
.leader_list .jigoushezhiList li a{background:#8f000b ;display: block;color:#fff;padding:10px;margin:0 20px}
.leader_list .jigoushezhiList li a:hover{background:#b3953e ;}


/*现任领导*/
.teach_box{margin:20px 0;overflow: hidden;}
.teach_box li{float: left;width: 150px;margin:0 20px 30px 10px;}
.teach_box li a{display: block;text-align: center;}

.teach_box li .sub_teach01{display: block;float: none;margin-top:10px;margin: 5px 0;border:1px solid #ddd;border-left: none;border-right: none;padding:5px 0;}
.teach_box li .sub_teach01 div{background: #e6e6e6;padding:4px;}
.teach_box li .sub_teach01 i{display: block;font-weight: bold;font-style: normal;color:#333;}
.teach_box li .sub_teach01 p{color:#555;}
.teach_box li a:hover .sub_teach01 i{color:#8f000b;}





.teach_box1{margin:20px 0;overflow: hidden;}
.teach_box1 li{ width: 150px;margin:0 16px 30px 10px; display: inline-block; vertical-align: top;}
.teach_box1 li a{display: block;text-align: center;}

.teach_box1 li .sub_teach01{display: block;float: none;margin-top:10px;margin: 5px 0;border:1px solid #ddd;border-left: none;border-right: none;padding:5px 0;}
.teach_box1 li .sub_teach01 div{background: #e6e6e6;padding:4px;}
.teach_box1 li .sub_teach01 i{display: block;font-weight: bold;font-style: normal;color:#333;}
.teach_box1 li .sub_teach01 p{color:#555;}
.teach_box1 li a:hover .sub_teach01 i{color:#8f000b;}






























@media screen  and (min-width:1020px) {
.articleImageList03 ul li > div{transition: all 0.35s ease-in-out;}
.articleImageList03 ul li > div:hover{box-shadow: 0 0 8px rgba(0,0,0,0.25);}

}
@media screen  and (max-width:1300px) {
	.top,.nav ul,.mode01,.mode02,.mode03,.mode05,.mode04,.flexslider .til_slides,.footer_con,.subPage,.con{width:1000px}
	.flexslider .til_slides p{font-size: 22px;padding:15px}
	.nav > ul > li >a{padding:0 11px}
	.academicList .aca_lf{width: 90px;}
	.academicList .aca_rt{margin-left: 105px;}
	.academicList{padding:0 30px}
	.articleImageList05 ul{margin:20px -30px 0}
	.flex-control-nav{width: 1000px;bottom: 40px;}
	.footer_con .rt{width: 50%;}
	.footer{background-size: cover;}
	.con .con_left{width: 240px;}
	.con .con_right{margin-left: 280px;}
	
}
@media screen  and (max-width:1040px) {
	.top,.nav ul,.mode01,.mode02,.mode03,.mode05,.mode04,.flexslider .til_slides,.footer_con.subPage,.con{width:990px}
	.nav > ul > li >a {padding: 0 10px}
	.flexslider .til_slides p{font-size: 18px;bottom: 0;}
	.flex-control-nav{width: auto;}
	.flex-control-paging li{transform: scale(0.8);}
	.flex-direction-nav{display: none;}

}
@media screen  and (max-width:996px) {
	.con{width: auto;}
	.top,.nav ul,.mode01,.mode02,.mode03,.mode05,.mode04,.flexslider .til_slides,.footer_con,.subPage{width:auto;padding-left: 30px;padding-right: 30px;}
.nav,.con .con_left ul,.left_list_info{display: none;}
.header{height: auto;}
.search,.top_nav{display: none;}
.logo{margin:0 auto}
.top{height: auto;overflow: hidden;}
.logo{padding:15px 0;max-width: 300px;}
.mobile{display: block;}
.articleImageList02 ul li > span{padding:0 15px;border: none;}
.articleImageList02 ul{margin:15px -15px 0}
.articleImageList03 ul li{width: 50%;}
.mode02{margin-bottom: 30px;}
.articleImageList05 ul li{width: 100%;margin-bottom: 20px;}
.footer_con .rt,.footer_con .lf{float: none;width: 80%;margin:0 auto;max-width: 450px;}
.footer_con .lf{padding-top: 20px;}
.footer{background-size: cover;}
.footer_con .rt ul{width:100%;float: none;margin-top: 15px;text-align: center;}
.footer_con .rt ul li{float: none;display: inline-block;margin-bottom: 10px;}
.footer_con .rt .code2d{width: 80px;float: none;padding-top: 15px;margin:0 auto}
.footer_con .lf ul li{width: 33.3%;}
.con .con_right{margin-left: 0;}
.con .con_left {width: 100%;margin-bottom: 15px;}
.con .con_left .left_title{position: relative;}
.con .con_left .left_title::before{content: '+';position: absolute;right: 10px;top: 0;font-size: 30px;color: #fff;}
.con .con_left .left_title h2{text-align: left;padding-left: 15px;}
.left_title.active:before{transform: rotate(45deg);}
.listTitle2 h2{font-size: 18px;}
.leader_list .jigoushezhiList li a{margin:0 8px}
.leader_list .jigoushezhiList li{margin-bottom: 15px;}
/* .footer_con .rt .code2d{display: none;} */
}
@media screen  and (max-width:767px) {
	.logo{width: 200px;}
	.top,.nav ul,.mode01,.mode02,.mode03,.mode05,.mode04,.flexslider .til_slides,.footer_con,.subPage{width:auto;padding-left: 15px;padding-right: 15px;}
	.articleImageList02 ul li > span{padding:0 8px;border: none;}
	.articleImageList02 ul{margin:15px -8px 0}
	.articleImageList02 ul li{width: 100%;margin-bottom: 20px;}
	.articleImageList02 ul li .articleImageTitle>a{height: auto;}
	.mode02,.mode05{margin-bottom: 20px;}
	.mode04 .lf,.mode04 .rt{width: 100%;float: none;}
	.mode04 .lf{margin-bottom: 20px;}
	.mode03{margin:20px auto}
	.articleImageList04 ul{margin-top: 15px;}
	.con .con_left .left_title{height: 40px;line-height: 40px;}
	.con .con_left .left_title h2 a{font-size: 16px;}
	.con .con_left .left_title::before{line-height: 36px;height: 40px;}
	.con .con_left ul li{padding:8px 0}
	.con .con_left{margin-top: 15px;}
	.listTitle2 h2{font-size: 17px;}
	.pages span{display: none;}
	.pages{font-size: 0;}
	.pages a{font-size: 16px;}
	.pictureList ul{margin:0 -8px}
	.pictureList ul li > a{margin:0 8px}
	.pictureList ul li{margin-bottom: 10px;}
	.article img{width: auto !important;display: inline-block;}
	.article table{width: 100% !important;box-sizing: border-box;}
	.article table  tr,.article table td{width: auto !important;height: auto !important;}
	.dTitle a{font-size: 14px;}
	.dTitle_list02 dd{font-size: 20px;}
	.dList_info li{margin:0 8px}
  .teach_box1 { margin: 0 -20px; }
	.teach_box1 li { width: 49%; margin: 0px; }
  .teach_box1 li a { display: block; margin: 0 20px; }
  .teach_box1 li a img { width: 100% !important; height: auto !important; }
}
@media screen  and (max-width:640px) {
	.pictureList ul li{width: 50%;}
	.pictureList_tl2 ul li{width: 50%;}
  .pageList table { width: 100% !important; }
  .pageList table td { width: auto !important; }
  .articleList2 ul li { /*! width: 50%; */ margin: 0px; }
  .articleList2 ul li a { display: block; margin: 0 10px 0 10px; }
  .articleList2 ul li img { width: 100% !important; height: auto !important; }
  .teach_box1 { margin: 0px; }
  .teach_box1 li { width: 48%; margin: 0px; }
  .articleList2 ul li { /*! width: 48%; */ }
  .footer_con .lf ul li:last-child { width:100%; }
}
@media screen  and (max-width:480px) {
	.flexslider .til_slides{display: none;}
	.mobile-inner-nav li > a{font-size: 14px;}
	.mobile-inner-nav li dd a{font-size: 12px;}
	.logo{padding:10px 0}
	.flex-control-nav{bottom: 10px;position: absolute;left: auto;right: 0;transform: scale(0.6);}
	.articleImageList03 ul li{width: 100%;margin-bottom: 10px;}
	.title02 h2{font-size: 17px;}
	.footer_con .rt, .footer_con .lf{width: 100%;}
	}
@media screen  and (max-width:400px) {
	.pictureList ul li{width: 100%;}
}