.bs-docs-nav {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}
.navbar{
	margin-bottom: 0;
}
.bs-docs-masthead{
	position: relative;
	padding: 30px 0;
	color: #f7ffe4;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#16756b),to(#16756b));
	background-image: -webkit-linear-gradient(top,#16756b 0,#16756b 100%);
	background-image: -o-linear-gradient(top,#16756b 0,#16756b 100%);
	background-image: linear-gradient(to bottom,#16756b 0,#16756b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
	
}
.bs-docs-featurette{
	padding-top: 40px;
	padding-bottom: 40px;
}
.week_img{
	width: 200px;
}
.thumbnail{
	border: 1px solid #eee;
	/*border:none;*/
}
.offset-top{
	padding-top: 85px;
}
a{
	text-decoration:none;
}
a:link {
	color: #333;
} 
a:visited {
	color: #333;
}
a:active {
	color: #0000FF;
	text-decoration:none;
} 
a:hover {
	color:#673bac;
	text-decoration:none;
}
.font-big{
	font-size: 70px;
	color: #fff;
	line-height: 90px;
}
.text-fff{
	color: #fff;
	line-height: 50px;
}
.caption{
	line-height: 20px;
}
.text-ellipsis li{
	line-height: 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
p{
	line-height: 26px;
}
.footer{
	
}
.foot-nav{
	width: 100%;
	height: 280px;
	background-image: url(../images/weibo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.media{width: 1200px;}
.header-litte{margin-top: 1270px;}