body{
	background-color: #f3f3f3;
}
.left-content, .right-content{
	padding: 0 10px;
}
.content-bg{
	padding: 15px;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
}
.navbar-inverse{
	border-radius: 0;
}
.main{
	padding-bottom: 100px;
}
.starter-template{
	padding-top: 60px;
}
.xiangce, .banjihuodong{
	margin-top: 30px;
}
.col span{
    font-size:20px;
    font-weight:bold;
	cursor:pointer;
	margin: 10px;
    display: block;
}
.clear{
	height:80px;
}

.main-content{
	margin-top: 30px;
}
.album-list{
	line-height: 20px;
}
.album-item{
	margin-top: 30px;
}

.hot_blog .media-left>a{
	display: block;
	width: 200px;
	height: 120px;
}
.hot_blog .media-left>a>img{
	width: 100%;
	height: 100%;
}
.hot_blog .media-body{
	padding: 10px 20px;
	line-height: 20px;
}
.hot_blog .media-body .media-heading>a{
	display: inline-block;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

/* index */
span.index_span{
    display:block;
    text-align:center;
    position:absolute;
    top:160px;
    color:white;
    width:240px;
    height:30px;
    line-height: 30px;
    left: 5.1px;
    background-color:pink(0,0,0,.5);
}

span.index_span:hover{
    background-color: rgb(0,0,0);
    cursor: pointer;
}
.caption{
    margin-top: 10px;
}


/* messages*/
.media-body{
    /* top right bootom left*/
    padding: 0 0 0 20px;
}
.media-body span{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}




/* photo */
.img_span{
    display: block;
    width: 340px;
    height: 30px;
    position: absolute;
    top: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: white;
    background-color: rgba(0,0,0,0.5);
}
.img_span:hover{
     background-color: rgb(0,0,0);
    cursor: pointer;
}





ul.nav.footer {
    font-size:8px;
    margin: 10px auto;
}
ul.nav.footer li{
	color: white;
}