/*************通用的样式*************/
*{padding: 0; margin: 0;list-style: none;}
body{
	font-family:"arial, helvetica, sans-serif" ;
	color:#000;
	list-style: none;
}



/*************通用的样式*************/


/*************头部的样式*************/
.logoNavTop{
	font-size: 16px;
	background:#11618A;
	color: white;
	height: 50px;
	line-height: 50px;
}
/*媒体匹配,大屏幕才设置高度*/
@media screen and ( max-width: 992px ){
	.myTop{
		margin-left:0px;
	}
	
}
@media screen and ( min-width: 992px ){
	.myTop{
		margin-left:80px;
	}
}

.logoNavTop div a{
	color: white;
	margin:0 5px;
}
.logoNavTop .glyphicon{
	margin:0 5px;
}


/***************头下半部分*************************/
/* #myLogoBottom{
	margin-top:50px;
} */
.navbar-brand{
	height: 70px;
}
.navbar-header button{
	
	margin-top: 20px;
}
.navbar-brand img{
	width:200px;
}
#myNav{
	height: 70px;
	
}
#myNav li a{
	height: 70px;
	line-height: 40px;
	font-size: 18px;
}
#myMenu li{
	height:40px;
}
#myMenu li a{
	height: 40px;
}
/*.myMenu li:hover{
	height:40px;
} */
/***************头下半部分*************************/

/*************轮播图的样式************/

#lb-carousel .carousel-inner .item{
	background:no-repeat center center;
	-webkit-background-size: cover ;
	background-size:cover;
	
}
/*媒体匹配,大屏幕才设置高度*/
@media screen and ( min-width: 800px ){
	 #lb-carousel .item{
		height: 410px;
	}
	#lb-carousel{
		margin:120px auto;
		width:95%;
	}
}
/*媒体匹配,大屏幕才设置高度*/
@media screen and ( max-width: 800px ){
	.carousel{
		margin:170px auto;
		width:100%
	}
}

/*************轮播图的样式*************/

/*************学校新闻的样式*************/
#mulNews{
	margin-top: -80px;
	padding: 0px 0;
	width:95%;
	
}
#mulNewsTop{
	border-bottom: 1px solid #11618A;
}
#mulNewsTop .text-left{
		margin-bottom: 10px;
}
#mulNewsTop .text-left a{
	font-size: 20px;
	margin-left: 70px;

}
#mulNewsBottom{
	margin-top:30px ;
}
#mulNewsBottom a{
	color: #000000;
	text-decoration: none;
}
#mulNewsBottom a:hover{
	color: #0AB4F7;
}
.media-object{
	width:200px
}
.news2 .row{
	margin-top:10px;
	margin-bottom: 10px;
	border-bottom: 1px solid grey;
}
/* #lb_news .nav{
	font-size: 18px;
}

#lb_news .nav a{
	color:#999;
}
#lb_news .nav li.active a{
	border:none;
	background-color: transparent;
	border-bottom:2px solid #0ab4f7;
	color:#000;
}
#lb_news .tab-content{
	padding-top: 20px;
}
#news_1{
	margin: 15px 0;
}
#news_2{
	background-color: transparent;
} */
/*************学校新闻的样式*************/
/*************热门课程的样式*************/
.img-circle{
	border-radius:30% ;
}
#lb_hot .lession{
	padding:15px 10px;
}
#lb_hot .lession .media-left,#lb_hot .lession .media-right{
	width: 20%;
}
#lb_hot .lession .media-body{
	width: 60%;
	vertical-align: middle;
}
#lb_hot .lession .media-right{
	font-size: 16px;
	vertical-align: middle;/*文字垂直居中*/
}
/*************热门课程的样式*************/
/*************尾部样式*************/
#lb_footer{
	width:100%;
	height:200px;
	background-color: grey; 
	/*background: url("img/whpu5.jpg") ;
	color:#fff;
	font-size:16px;*/

}

#lb_footer ul li{
	list_style:none;
}

/*************尾部样式*************/
#footer{
	width: 100%;
	padding: 10px;
	height: 100%;
	background-color:#11618A ;
	color: white;
}
#footer .footerLeft{
	margin-left: 20px;
}
#footer .footerRight li{
	font-size: 18px;
	margin-right: 35px;
	line-height: 80px;
}
