﻿/* CSS Document */
.channel-big img{width:100%;}
.crumbs{
	height:30px;
	background:#e8e8e8;
	line-height:30px;
	padding-left:5px;
	margin-bottom:15px;
}
#channel-more .row-title{
	background:#e8e8e8; margin-bottom:10px;
}
#channel-more h4{
	margin:2px 0px;
}
#channel-more .span10{
	padding-bottom:10px;
}
#channel-list .row-content{display:table; margin-bottom:5px;}
.pages{
	margin:10px 0px; clear:both;
}
.pages img{width:180px; height:120px;}
.pages a{
	min-width:10px;
}
smaill{
	color:#999;
}
.article-title h4{ 
	margin-top:0px;
}
.row-content{display:inline-block; width:100%; margin:0px;}

/*内容页*/
.article-img{
	max-width:400px; 
	max-height:300px; 
	float:left; 
	margin:5px 5px 10px 0px; 
	font-size:12px;
	color:#A20000;
}
.article-img [class*="span"]{height:}

.span3.pull-right{ clear:right;}
/*分享*/
.article-share{	min-width:238px;}
.bshare-custom{float:left;}
.bshare-custom a{padding-left:15px; margin-bottom:3px;}
 
/*图片频道*/
.row-photo .span3 a{
	font-size:0.9em;
}

/*.thumbnails{margin-bottom:15px;}
.row-photo .row-fluid [class*="span"]{ border:1px solid #CCC; margin:0px; padding:5px; width:24%;}*/
.row-photo .row-fluid [class*="span"]{ height:660px;overflow:hidden; margin-left: 9.81%; margin-bottom:5px;width: 300px;}
.row-photo .row-fluid [class*="span"] img{max-width: 300px;}
.row-photo .row-fluid [class*="span"]:nth-child(3n+1){margin-left:0px;}
@media (max-width:767px) {
	.row-photo .row-fluid{
		-moz-column-count:2; /* Firefox */
		-webkit-column-count:2; /* Safari 和 Chrome */
		column-count:2;
	}
	.row-photo .row-fluid [class*="span"]{ height:auto;margin-left: 0 !important;}
	.row-photo .row-fluid [class*="span"] img{max-height:300px !important;}
}
@media (max-width:480px) {
	.row-photo .row-fluid{
		-moz-column-count:1; /* Firefox */
		-webkit-column-count:1; /* Safari 和 Chrome */
		column-count:1;
	}
}

