﻿@charset "utf-8";

.pageBanner {display: none;}


#indBanner  {position: relative;}
#indBanner .bd .con {display: none;}
#indBanner .hd{ height:14px; overflow:hidden; width:100%; position:absolute; left:0; bottom:24px; text-align:center; font-size:0; }
#indBanner .hd li{display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0 3px; width:14px; height:14px; background-color: #fff; border-radius: 14px; cursor: pointer;}
#indBanner .hd li span{display:none; }
#indBanner .hd .on{ width: 26px; }


#columnA {height: 300px; width: 1200px; margin-bottom: 20px;}

#indXygg {width: 320px; height: 300px; margin-right: 20px;}


/*科研管理*/
#indZhxw {width: 438px; height: 299px; margin-right: 20px;}

/*科研管理*/
#indKygl {width: 320px; height: 300px; margin-right: 20px;}
#indKygl .hd {background: #7da61f;}

/*学生培养*/
#indXspy {width: 438px; height: 299px; margin-right: 20px;border-color: #b9c7a4; background: #f9feec;}
#indXspy .hd {border-top: 3px solid #7da61f;}
#indXspy .hd h3 a {color: #7da61f;}


#indKslj {width: 400px; float: right;}
#indKslj li{ width: 398px; height: 90px; line-height: 90px;background: #fbf1d6; border:1px solid #e6b327; margin-bottom: 12px; }
#indKslj li.li2 {background: #d2f7fc; border-color: #7bceda;}
#indKslj li.li3 {background: #d9e8fd; border-color: #6ea7f9; margin: 0;}

#indKslj  li a {display: block; font-size: 24px; }
#indKslj  li a:before{content: ""; display: block; float: left; width: 48px; height: 50px; margin:24px 20px 0 110px; background: url(../../base/img/indexicon.png) no-repeat 0 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#indKslj  li a:hover{text-decoration: none; }
#indKslj  li a:hover:before{
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#indKslj .li2 a:before{background-position: 0 -143px;}
#indKslj .li3 a:before{background-position: 0 -279px;width: 62px;}
