/* 重置样式 */
html { overflow-y: scroll; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
}
body,button, input, select, textarea { 
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; 
}
h1 { font-size: 18px;  }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
ul, ol { list-style: none; }
a { text-decoration: none; }
img { border: none; } 
.clear{
	clear: both;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu,main{display:block}
main{
	width: 1200px;
	margin: 0 auto;

}
/*头部*/
header{
    margin: 0 auto;
     background: #a52224 ;   
}
.headerMin{
	width: 1200px;
	 height: 100px;  
	 margin:0 auto;
	 padding-top: 20px;
    padding-bottom: 10px;
	background:  url(../images/navBg.png) no-repeat left 10px;
}

header h1{
	float: left;
	width: 659px;
}
header h1 img{
	margin-left: 96px;
}

.search {
  height: 26px;
  line-height: 26px;
  float: right;
  padding-right: 10px;
}
.search p{
    font-family: "微软雅黑";
    font-size: 12px;
    color: #fff;
}
.search p a{
    font-family: "微软雅黑";
    font-size: 12px;
    color: #fff;
}
.search form{
	margin-top: 24px;
}
.search form input {
  height: 24px;
  width: 160px;
  border: solid 1px #aba061;
  line-height: 24px;
  outline:none;
  color:#666;
  padding:0;
  background:transparent;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  text-indent:12px;
  -webkit-transition:width 0.5s;  
}
.search form input:focus{
    width:240px;
}
.search form button {
  text-align: center;
  height: 25px;
  line-height: 25px;
  width: 39px;
  border: none;
  margin-left: 6px;
  background: #d3e5a9;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
}

/*导航条*/
nav{
	background: url(../images/navBg_01.jpg)repeat-x; 
}
nav ul{
	width: 1200px;
	height: 38px;
	margin: 0 auto;
}

nav li{
	height: 38px;
	line-height: 38px;
	text-align: center;
	float: left;
}
nav li a{
	font: 18px/38px "微软雅黑";
	color: #fff;
	display: block;
	padding: 0 30px;
}
nav li a:hover{
	background: #fff;
	color: #5b0303;
}
/*主体*/
main{
	width: 1200px;
	margin: 20px auto;
	background: #fff;
}

.title{
	margin-bottom: 6px;
	height: 32px;
	border-bottom: 1px solid #b3b3b3;
	-webkit-box-shadow: 0px 2px 1px #ccc;
	-moz-box-shadow: 0px 2px 1px #ccc;
	box-shadow: 0px 2px 1px #ccc;	
}
 .title h2{
	float: left;
	width: 104px;
	height: 32px;
	line-height: 32px;
	text-align: center;
		/*background: #c9211d;*/
}
 .title h2 a{
	display: block;
	font-family: "微软雅黑";
	font-size: 16px; 
	color: rgb(162, 4, 4);   
}
 .title h2 a:hover{
	color: #f3ef2b;	
}
 .title .more{
	display: block;
	font-family: arial;
	float: right;
	color: #2556ad;	
	line-height: 32px;
	margin-right: 10px;
}	
 .title .more:hover {
	color: #f00;
}
.common{
	padding:0 10px;
	background: #fff;	
}
.common li {
	height: 30px;
	line-height: 30px;
}
.common li .date {
	float: right;
	font-size: 14px;
	color: #777;
}
.common li a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	float:left;
	background: url(../images/noselect.png) 0px 14px no-repeat;
	padding-left: 14px;
}
.common li a:hover {
	color: #a40605;
	background: url(../images/selected.png) 0px 14px no-repeat;
}
/*第一排*/
.part{width: 1200px; }
.news{ width:630px; height:390px; position:relative; float:left;} 
.news .pic{}
.news .pic ul{}
.news .pic ul li{}
.news .pic ul li img{ /*opacity:0;*/ display:none; width:630px; height:390px;}
.news .pic ul li.active img{ /*opacity:1;*/ display:block;}

.news .icon{ position:absolute; width:auto; bottom:10px; right:10px; z-index:2;}
.news .icon ul{ text-align:center; font-size:0;}
.news .icon ul li{ display:inline-block; *display:inline; *zoom:1; margin:0 3px;width:12px; height:12px; background:#fff;cursor:pointer; font: 12px/14px arial; color: #f60; border-radius:50%;}
.news .icon ul li.on{ background:#f60; color: #fff;}
.news .txt{position:absolute; left:0px;  bottom:0px; height:40px; background:url(http://www.lixin.edu.cn/images/ws.png);  z-index:1; width: 630px;}
.news .txt ul{}
.news .txt ul li{ text-indent:2em; display:none; }
.news .txt ul li a{ font:14px/40px "微软雅黑"; color:#fff; }
.news .txt ul li a:hover{ color:#a40605;}
.news .txt ul li.show{ display:block;}
/*新闻动态*/
.jydt{
	width: 550px;
	overflow: hidden;
	float:right;
}
.smallBanner{
	width: 1200px;
	margin: 20px auto;
}


/*信息列表*/
.infoList {}
.infoList>ul{}
.infoList>ul>li{
	width: 386px;
	float:left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.infoList>ul>li:hover{
	-webkit-transform: translate(4px,5px);
	-moz-transform: translate(4px,5px);
	-ms-transform: translate(4px,5px);
	-o-transform: translate(4px,5px);
	transform: translate(4px,5px);
}

/*活动掠影*/
.topic{
	width: 1200px;
	margin: 10px auto;
}    
#div1{
	width: 1200px;
	height: 160px;
	position: relative;
	overflow: hidden;
}
.topic ul{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.topic ul li{
	width:210px;
	height: 160px;
	float: left;
	margin: 10px 5px 0;
}
.topic ul li img{
	width:210px;
	height: 160px;
}
.topic ul li img:hover{
	filter:alpha(opacity=70);
	opacity: 0.7;		
}
.topic ul li .tit{
	font: 14px/30px "微软雅黑";
	color: #333;
}
.topic ul li .tit:hover{
	color: #2556ad;
}

.footer{
	background: #a52224;
}
.footerMin{
	width:1200px;
	margin:0 auto;
	padding:16px 0;
	text-align:center;
}
.footerMin p{
	font:12px/22px "微软雅黑";
	color:#fff;
	
}
.erji {
	width: 1200px;
	margin: auto;
}
.erjileft {
	width: 228px;
	float:left;
	height:560px;
}
.erjileft_title {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	font-family:"微软雅黑";
    text-align: center;
	color: #fff;
	background: #bc211f;
}
.leftlist { margin-top:10px;
}
.leftlist ul li {
	line-height: 36px;
	text-align: center; 

}
.leftlist>ul>li>a{
	font-size: 16px; 
	font-family:"微软雅黑";
    color: #333;
	height: 44px;
	line-height: 44px;
	display: block;
	background: url(../images/ias_zakladka.png) top no-repeat;
    margin-bottom: 5px;
}
.leftlist>ul>li>a:hover { 
color: #007c36;
}
.leftSidebar .subMenu>a{ font-size: 16px; background:#d07446; font-family:"微软雅黑"; }
.leftSidebar .dropMenu a{font-size: 14px; color:#585858; font-family:"微软雅黑";}
.leftSidebar .dropMenu a:hover{ color:#e9c0c0}

/*多级子菜单*/ 
.menu {width:220px;margin:0 auto;overflow:hidden;}
.menu ul li {display:block;width:220px;padding-top:2px;margin-bottom:5px;background: url(../images/ias_zakladka.png) top no-repeat;list-style:none;overflow:visible; text-align: left;}
.menu ul li a {display:block;height:34px; width:140px;margin-top:0px;padding-bottom:10px;padding-left:55px;font-size:16px;color:#333;outline:none; font-family:"微软雅黑";}
.menu ul li .active {background:url(../images/ias_on.png) top right no-repeat; color:#007c36; font-family:"微软雅黑";}
.menu ul li .inactive {background:url(../images/ias_off.png) top right no-repeat;}
.menu ul li ul {display:none; margin-top:-4px;margin-bottom:20px;   }
.menu ul li ul li ul {margin-bottom:5px;}
.menu ul li ul li {display:block;background:none;font-size:12px;list-style:circle;color:#8f9d4c;margin-bottom:0px;margin-top:0px;padding-top:0px;padding-bottom:0px;padding-left:1px;margin-left:35px; text-align: left;}
.menu ul li ul li a {background:none;font-size:14px;height:15px;color:#333;padding-left:20px; }

.newMessage{ margin-top:94px; padding:0 10px; }
.newMessage p { font:16px/28px "微软雅黑"; color:#5f574f; border-bottom:1px solid #32c0cf;}
.newMessage ul { margin-top:10px; }
.newMessage ul li { height:28px;}
.newMessage ul li a{ font:12px/28px "微软雅黑"; color:#777;}
.newMessage ul li a:hover{color:#f39a0c;}
.newMessage ul li span{font:12px/28px "微软雅黑"; color:#777; float:right;}

.erjiright{ width:948px; float:right;}
.wei {
	width: 948px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #cf3c59;
	
}
.wei1 {
	float: left;
	width:90px;
	font-size: 16px;
	color: #5f574f;
	font-family: "微软雅黑";
    line-height: 33px; 
	border-bottom:2px solid #32c0cf;
	text-align:center; 
	padding:0px 10px; border-top-left-radius:10px;border-top-right-radius:10px;	
}
.wei2 {
	text-align:right;
	 padding-left:20px; 
	font-size: 12px; 
	margin-right:10px;
	color:#585858;

}
.wei2 a{color:#585858;}
.wei2 a:hover{color:#9a1121;}
.rightlist {height:500px;
	padding: 15px;
}
.rightlist ul li {
	height: 28px;
	line-height: 28px;
	background:url(../images/hedian.png) 6px 10px no-repeat;
	border-bottom: 1px dashed #ddd;
	text-indent:20px;
}
.rightlist ul li span {
	float: right;
	font-size: 13px;
	color: #333;
	font-family: "宋体";
}
.rightlist ul li a {
	float:left;
	font-size: 13px;
	color: #333;
	font-family: "宋体";
}
.rightlist ul li a:hover {
	color:#cf3c59;
}
/* 教师风采*/
.teachers{ padding-top:10px;}
.teachers li{width:220px;display:inline-block;*display:inline;*zoom:1;margin-left:25px;margin-bottom:20px;border-radius:10px;overflow:hidden;}
.teachers li a{display:block;height:250px;width:220px;}	
.teachers li a img{width:220px;height:160px;background:#ccc;}
.teachers li a p.teacher_name{height:30px;line-height:30px;background:#007c36;color:#fff;font-size:16px;font-family:"微软雅黑";width:220px;text-align:center;}
.teachers li a p.teacher_info{height:60px;line-height:28px;background:rgb(225,225,225);padding-left:10px;padding-right:10px;color:#585858;font-size:13px;font-family:"微软雅黑";}


.page {
	width: 840px;
	margin: auto;
	font-family: "宋体";
	font-size: 12px;
	color: #010101;
	text-align: center;
	height: 60px;
	line-height: 30px;
}
.page a {
	color: #010101;
}
.wrapper{ 
	height: auto;
	margin: auto;
	background: #fff;
	width: 1200px;
	border:1px solid #cccccc;
}
.ContentPage{ width:1200px; margin:0 auto; height:auto; background:#ffffff;}
.ContentPage .top{ height:40px; padding-top:20px;border-bottom: 1px solid #9d1222; }
.ContentPage .top p{width:240px; padding-left:40px; background:url(../images/titleBg2.png) 10px 10px no-repeat;  float:left; font:16px/40px "微软雅黑"; color:#333; }
.ContentPage .breadCrumbNav{ float:right; height:40px; background:url(../images/breadCrumbNav.png) 0 10px no-repeat; padding-left:20px; padding-right:10px;}
.ContentPage .breadCrumbNav span{ font:12px/40px "微软雅黑"; color:#333333;}
.ContentPage .breadCrumbNav a{font:12px/40px "微软雅黑"; color:#333333;}
.ContentPage .breadCrumbNav a:hover{ color:#9a1121;}

.words{}
.words .title{text-align:center;font-family: "黑体";font-size:18px; margin-top:10px ; line-height:40px; border:0; background:transparent; color: #555;}
.words .source{	font-size: 12px;font-family: "宋体";color: #7f7e7e;text-align: center;height: 22px;line-height: 22px;}
.words .text{width:966px; margin:auto; font-family: "宋体"; font-size: 14px; color:#585858; line-height:28px;}
.cs_fx {
	width: 1100px;
	text-align: center;
	height: 38px;
	margin: auto;
	margin-top:20px;
}
.fx0 {
	width: 260px;
	height: 38px;
	float: left;
}
.fx1 {
	width: 300px;
	height: 38px;
	float: left;
}
.fx2 {
	width: 300px;
	height: 38px;
	float: left;
}
.n1 {
	width: 50px;
	height: 14px;
	background: url(../images/shoucang.png) center no-repeat;
}
.n1:hover {
	width: 50px;
	height: 14px;
	background: url(../images/dshoucang.png) center no-repeat;
}
.n2 {
	width: 50px;
	height: 14px;
	background: url(../images/baocun.png) center no-repeat;
}
.n2:hover {
	width: 50px;
	height: 14px;
	background: url(../images/dbaocun.png) center no-repeat;
}
.n3 {
	width: 50px;
	height: 14px;
	background: url(../images/guanbi.png) center no-repeat;
}
.n3:hover {
	width: 50px;
	height: 14px;
	background: url(../images/dguanbi.png) center no-repeat;
}
.n4 {
	width: 50px;
	height: 14px;
	background: url(../images/dayin.png) center no-repeat;
}
.n4:hover {
	width: 50px;
	height: 14px;
	background: url(../images/ddayin.png) center no-repeat;
}
.words .information{}
.words .information .relevant{height: 24px; border-bottom: 1px solid #c8c8c8;}
.words .information .relevant p{font:16px/24px "宋体";  border-bottom: 1px solid #9d1222; width:80px; text-align:center; margin-left:40px;}
.words .information ul {width:1100px; margin:auto; height:165px; margin-top:10px;}
.words .information ul li { height:28px; border-bottom: 1px dashed #ddd; background:url(../images/hedian.png) 6px 10px no-repeat;}
.words .information ul li a{ font:12px/28px "宋体"; color:#333; padding-left:15px; }
.words .information ul li a:hover{color:#5086e7;}
.words .information ul li span{font:12px/28px "宋体"; color:#333; float:right;}