﻿@charset "utf-8";
/* CSS Document */
.indContent{overflow: hidden;  padding-top: 20px}

/*大图轮播 S*/
#focusBox{width:980px; float:none; height:484px; margin-bottom: 20px}
#focusBox .hd ul li.on{background:#d08d36; }
#focusBox .bd{height: 484px;}
#focusBox .bd .con{}
#focusBox .bd .pic{text-align:center;}
#focusBox .bd .pic img{width:980px; height:484px; }
#focusBox .bd .con{height:100px; line-height:52px;}
#focusBox .bd .con .bg{height:100px;}
#focusBox .bd .con .title{font-size: 20px;left: 25px;}
#focusBox .bd .con .intro{width:83%;line-height: 20px;position: absolute;z-index:1;top:50px;left:25px;color: #8c8c8c;font-size: 14px;}
#focusBox .bd .con .intro a{display: none;}


/*右侧 S*/
#columnA{overflow: hidden;}

/* 新闻资讯等 */
#indXwzx{width: 720px;float: left; *display: inline;background: #fff;}
#indXwzx .hd{height: 49px;line-height: 48px;border-bottom: 1px solid #eeeeee;background: #f9f9f9;position: relative;}
#indXwzx .hd li{float: left;width: 130px;text-align: center;}
#indXwzx .hd li h3{font-size: 16px;}
#indXwzx .hd li.on{height: 46px;line-height: 40px;background: #fff;border-top: 4px solid #41aca8;}
#indXwzx .hd li.on a{color: #41aca8;}
#indXwzx .hd .more{float: right; color:#999; margin-right: 10px;}
#indXwzx .bd{height: 307px;padding: 20px 20px 15px;}
#indXwzx .topicList .t .intro{height:44px; overflow:hidden}

/* 院系概况 */
#indYxgk{float: right;width: 240px;padding-left:5px;border-top: 3px solid #41aca8;background:#fff ;}
#indYxgk .hd{height: 46px;line-height: 46px;margin: 0 12px 0 10px;border-bottom: 1px dotted #cccccc;}
#indYxgk .hd a{font-size: 16px;color: #41aca8;}
#indYxgk .bd{height: 322px;padding: 10px 0;}
#indYxgk .bd .dateList li{height:56px; line-height:25px; padding:0 0 13px; border-bottom:1px dashed #e6e6e6; margin-bottom:13px; background:none;}
#indYxgk .bd .dateList li.last{border-bottom:0; margin-bottom:0; padding:0;}
#indYxgk .bd .dateList li .date{float:left; display:block;width: 60px;height: 52px; padding-top:2px; text-align:center; overflow:hidden; margin-right:10px; background:#f2f2f2; border-top:2px solid #41aca8; }
#indYxgk .bd .dateList li .date i{display:block; font-size: 24px;height: 28px; line-height:28px; color:#41aca8; overflow:hidden;}
#indYxgk .bd .dateList li .date i.day{height: 20px; line-height:20px; font-size: 12px;color:#999999;}
#indYxgk .bd .intro{height: 143px;overflow: hidden;}
#indYxgk .bd .intro .fixedCount {display: none;}
#indYxgk .bd li{float: left;width: 104px;height: 60px;line-height: 60px;margin:10px 5px;text-align: center;border:1px dotted #cccccc;}


/*左侧 S*/
.application{margin-top:20px;background: #fff;}
.application .bd{width: 200px;overflow: hidden;}
.application .bd li{float: left;width: 100px;height: 97px;line-height: 44px;overflow: hidden;border-bottom: 1px solid #ebebeb;text-align: center;}
.application .bd li.li2,.application .bd li.li4,.application .bd li.li6,.application .bd li.li8{width: 99px;border-left: 1px solid #ebebeb;}
.application .bd li a i{display:block;width: 32px;height: 32px;margin:20px auto 0;background: url(../../base/img/icon.png) no-repeat 0 -480px;cursor: pointer;

}
.application .bd li.li2 a i{background-position:-150px -480px;}
.application .bd li.li3 a i{background-position:0px -536px;}
.application .bd li.li4 a i{background-position:-150px -536px;}
.application .bd li.li5 a i{background-position:0px -592px;}
.application .bd li.li6 a i{background-position:-150px -592px;}
.application .bd li.li7 a i{background-position:0px -648px;}
.application .bd li.li8 a i{background-position:-150px -648px;}

.application .bd li:hover a{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;
}


@-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;        
 }
}

/*左侧 E*/








