/*首页页眉*/
.lab-header{
	height: 100px;
	width: auto;
	margin: 0 auto;
	background: #336BA7;
}
.lab-header-name{
	padding-top: 10px;
}
.lab-header-img{
	margin: auto 0;
	padding: auto 0;
	vertical-align: middle;
}
.lab-nav{
	background: #336BA7;
}
.lab-nav li a{
	color: #FFF;
}
.lab-nav li a:hover{
	color: #FF9900;
}
.nav-split li{
	border-right: solid 1px rgba(255,255,255,.20);
}


/*首页大图*/
.banner .carousel .item
{
	width: 100%;
	height: 100%;
}

/*面包屑*/
.breadcrumb {
  padding: 8px 15px 8px 0;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
  }
.breadcrumb > li {
  display: inline-block;
  }
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
  }
.breadcrumb > .active {
  color: #808080;
  }
  .breadcrumb li a:hover{
  	color: #336BA7;
  }
.more a{
	padding: 0 20px;
	line-height: 26px;
	background: #336BA7;
	color: #FFF;
	font-size: 12px;
	display: inline-block;
}

  
/*首页内容*/
.lab-border{
	border-color: #336BA7;
	height: 20px;
}
.lab-data{
	display: inline-block;
	height: 50px;
	width: 50px;
	vertical-align: top;
}
.lab-data-day{
	height: 30px;
	color: #FFF;
	background-color: #D26D22;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
}
.lab-data-month{
	height: 18px;
	color: #D26D22;
	border: 1px solid #D26D22;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.lab-data-day2{
	color: #888;
	background-color: #E5E5E5;
}
.lab-data-month2{
	color: #888;
	border: none;
}
.lab-news{
	display: inline-block;
	width: 300px;
	margin-left: 10px;
}
.lab-news a:hover{
	color: #336BA7;
}
.lab-news-abstract{
	color: #888;
	margin-top: 10px;
}

/*新闻列表*/
.list-link > a {
	border:0;
}
.list-link > a:hover {
	color: #336BA7;
}

/*页脚*/
.lab-footer{
	background: #336BA7;
}

/*栏目页*/
.lab-nav-head{
	background: url(http://maths.hust.edu.cn/mathlab/emath_lab/images/lanmu_bcg1.png) no-repeat;
}

.lab-nav-head li h3{
	color: #336BA7;
}
.lab-nav-head li a{
	line-height: 35px;
}
.lab-nav-head li a:hover{
	color: #336BA7;
}
.lab-lanmu-title ul li{
	border-bottom: dashed thin darkgray;
	background: url(http://maths.hust.edu.cn/mathlab/emath_lab/images/li_dot.jpg) no-repeat 5px;
}
.lab-lanmu-title ul li a:hover{
	color: #336BA7;
}
.lab-lanmu-title ul{
	list-style: none;
}
.lab-lanmu-img{
	max-height: 280px;
	width: 100%;
	overflow:hidden;
}

/*内容页*/
.lab-page h3{
	text-align: center;
	margin-bottom: 5px;
}
.lab-share{
	height: 50px;
	font-weight: bold;
	padding: 0 20px;
	margin: 0 10px;
}
.lab-next-page{
	margin-top: 10px;
}
.lab-next-page p{
	margin: 0;
}
.lab-next-page p a:hover{
	color: #336BA7;
}



/*其它*/