@charset "utf-8";
/* CSS Document */

/*项目分类页*/
.btn-group-justified{
	margin:10px 0;
}
.glyphicon-th-list, .glyphicon-list-alt{
	font-size:12px; 
	padding-right:5px; 
	color:#f53737;
}
.project .btn-default{
	color:#f53737;
	border-color:#ffcfcf;
}

/*项目详情*/
h1.commonweal-details-title{
	font-size:16px;
	color:#333;
	padding:0 15px 10px 15px;
	line-height:26px;
	margin-top:10px;
	border-bottom:1px #efefef solid;
}
h1.commonweal-details-title>.label-danger{
	margin-right:5px;
}
.bs-example .list-group-item{
	padding:7px 0;
	border:0;
}
.bs-example .list-group{
	margin-bottom:10px;
}
.nav-tabs{
	border-top:5px #efefef solid;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border-width:0 0 1px 0;
	border-color:#f53737;
	color:#f53737;
}
.nav-tabs>li>a{
	text-align:center;
	font-size:14px;
	margin:0;
	padding:10px 0;
}
.nav-tabs>li{
	width:33.3%;
	margin-bottom:-2px;
}
.tab-content p{
	line-height:25px;
	padding:15px;
}

/*文章*/
.news-details .jumbotron{
	background:none;
	padding:0;
}
h1.news-details-title{
	color:#333;
	font-size:24px;
	line-height:32px;
}
.news-details p{
	font-size:14px;
}
.news-details p.msg{
	color:#999;
	border-bottom:1px #efefef solid;
	padding-bottom:10px;
}
.news-details p.msg .label{
	margin-right:5px;
}
.news-details .jumbotron p.text{
	line-height:24px;
}

/*捐赠公示*/
.information-publicity .badge{
	background:none;
	text-align:right;
	color:#999;
	font-weight:normal;
	line-height:23px;
}
.information-publicity .badge b{
	color:#f53737;
	font-size:18px;
	font-weight:normal;
}

.information-publicity .list-group-item{
	color:#999;
	border:1px #efefef solid;
	border-width:1px 0 0 0;
}
.information-publicity .name{
	font-size:16px;
	line-height:30px;
	color:#333;
}
.information-publicity .list-group-item:first-child{
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.information-publicity .list-group{
	margin-bottom:5px;
}
.icon-weixin{
	color:#3caf36;
	font-size:20px;
	padding-left:5px;
}

/*身体力行*/
.award .panel-default{
	border-bottom:5px #efefef solid;
	border-width:0 0 5px 0;
}
.award .panel-default>.panel-heading .badge{
	background:none;
	color:#999;
	font-weight:normal;
	float:right;
}
.award .panel{
	margin-bottom:0;
}
.award .panel-default>.panel-heading{
	border-color:#efefef;
}
.award p.msg{
	text-align:right;
	margin:0;
	border-top:1px #efefef solid;
	padding-top:10px;
}
.award p.msg strong{
	color:#fec63b;
	font-weight:normal;
}