@charset "utf-8";
/* CSS Document */
.column{margin: 0 auto 20px; overflow: hidden;  }
.pageBanner{display: none; }

/* columnA */
#columnA{}
/* 通知公告 */
#indTzgg{width: 300px; float: right; }
#indTzgg .hd{background: #be3e20;}
#indTzgg .bd{height: 276px;}
#indTzgg .infoList li{margin-bottom:1px;background-position: 2px -381px;}
/*焦点图 S*/
#indBanner{width:880px; float: left; height:340px;}
#indBanner .hd{left: 20px;}
#indBanner .bd ul li{height: 340px;}
#indBanner .bd .con{display:none;}
#indBanner .bd .pic{text-align:center;}
#indBanner .bd .pic img{width:880px; height:340px; }

/* columnB */
#columnB{margin-bottom: 0px}
/* 应用链接 */
#indKsdh{float: right; width: 300px}
#indKsdh .hd{background: #d39123;}
#indKsdh .bd{height: 200px;padding:11px 8px;overflow: hidden;}
#indKsdh .bd li{float: left;width: 272px;height: 40px;line-height: 42px;margin: 5px;background: #f6ead2;overflow: hidden;}
#indKsdh .bd li a .icon i{display:block;float: left;width: 21px;height: 21px;margin:10px 12px 0;background: url(../../base/img/icon.png) no-repeat 0 -47px;cursor: pointer;}
#indKsdh .bd li.li2 a .icon i{background-position:0px -90px;}
#indKsdh .bd li.li3 a .icon i{background-position:0px -134px;}
#indKsdh .bd li.li4 a .icon i{background-position:0px -177px;}
#indKsdh .bd li.li5 a .icon i{background-position:0px -221px;}
#indKsdh .bd li.li6 a .icon i{background-position:0px -261px;}
#indKsdh .bd li.li7 a .icon i{background-position:0px -305px;}
#indKsdh .bd li.li8 a .icon i{background-position:0px -346px;}
#indKsdh .bd li:hover .icon{display: block; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear; -webkit-animation: moveFromBottom 0.3s ease; -moz-animation: moveFromBottom 0.3s ease; -o-animation: moveFromBottom 0.3s ease; -ms-animation: moveFromBottom 0.3s ease; animation: moveFromBottom 0.3s ease;}
#indKsdh .bd a:hover .icon i{width: 24px;height: 24px;background-position:-46px -47px;}
#indKsdh .bd li.li2 a:hover .icon i{background-position:-46px -90px;}
#indKsdh .bd li.li3 a:hover .icon i{background-position:-46px -135px;}
#indKsdh .bd li.li4 a:hover .icon i{background-position:-46px -178px;}
#indKsdh .bd li.li5 a:hover .icon i{background-position:-46px -223px;}
#indKsdh .bd li.li6 a:hover .icon i{background-position:-46px -263px;}
#indKsdh .bd li.li7 a:hover .icon i{background-position:-46px -306px;}
#indKsdh .bd li.li8 a:hover .icon i{background-position:-46px -348px;}
/* 党建团建 */
#indDjtj{float: left;width: 430px;margin-right: 20px;background: #fff;}
#indDjtj .bd{height: 210px;padding: 6px 15px;}
#indDjtj .bd .infoList li{padding-left:10px;background-position: 0 -438px;}
/* 教育教学 */
#indJyjx{float: left;width: 430px;margin-right: 20px;background: #fff;}
#indJyjx .hd{background: #2b83b5;}
#indJyjx .bd{height: 210px;padding: 6px 15px;}
#indJyjx .bd .infoList li{padding-left:10px;background-position: 0 -438px;}

@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
 to {
   -webkit-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;        
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   -ms-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@-o-keyframes moveFromBottom {
  from {
    -o-transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   -o-transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}
@keyframes moveFromBottom {
  from {
    transform: translateY(120%) scale(0.5) ;
    opacity: 0;
  }
  to {
   transform: translateY(0%) scale(1);
   opacity: 1;        
 }
}

/*焦点图*/
/*
.focusBox .bd .pic img {width: 880px;height: 340px}
.focusBox{width: 880px;height: 340px}
*/







