/* dede58.com 做最好的织梦模板 */
/*
 *excerpt
 *=================================================================
 */
.content-wrap {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.content {
	position:relative;
	z-index:10;
}
.content:after {
	display:block;
	content:'';
	clear:both;
}
.content .title {
	margin-top: 20px;
}
/*.content .title + .excerpts*/
.excerpts {
	margin-right:-2%;
	margin-top:20px;
}
.excerpt {
	display:inline-block;
	width:18%;
	margin-right:2%;
	margin-bottom:2.5%;
	vertical-align:top;
}
.excerpt h2 {
	font-size:15px;
	margin:0 0 10px;
}
.excerpt h2 a {
	line-height:22px;
	display: block;
	height:44px;
	overflow:hidden;
}
.excerpt .thumbnail {
	margin-bottom:10px;
	display:block;
}
.excerpt footer {
	font-size:12px;
	color:#aaa;
	position:relative;
}
.excerpt .post-like {
	position:absolute;
	right:0;
}
.excerpt time {
	margin:0 10px 0 0;
	color:#aaa;
}
.excerpt time.new {
	color: #44A921;
}
.excerpt time.hot {
	color: #FF6B57;
	font-weight: bold;
}
.excerpt time.hot .fa {
	font-weight: normal;
	margin-right: 4px;
	display: inline-block;
}
.excerpt time.prev {
	color: #0AB5D3;
}
/* 
 * pagination
 * ====================================================
*/
.pagination {
	padding:20px;
	text-align:center
}
.pagination ul {
	display:inline-block;
*display:inline;
*zoom:1;
	margin-left:0;
	margin-bottom:0;
	padding: 0
}
.pagination ul li {
	display:inline
}
.pagination ul li a, .pagination ul li span {
	margin:0 5px;
	float:left;
	padding:8px 20px;
	text-decoration:none;
	background-color:#ddd;
	color:#666;
	border-radius: 3px;
	opacity: .88
}
.pagination ul li a:hover, .pagination ul li a:focus {
	opacity: 1
}
.pagination ul .active a, .pagination ul .active span {
	background-color:#FF6B57;
	color:#fff
}
.pagination ul .active a, .pagination ul .active span {
	cursor:default
}
.pagination ul li span, .pagination ul .disabled span, .pagination ul .disabled a, .pagination ul .disabled a:hover, .pagination ul .disabled a:focus {
	color:#999999;
	background-color:transparent;
	cursor:default
}
.pagination ul li.next-page a {
	background-color: #FF6B57;
	color: #fff;
}
.pagination-loading {
	text-align: center;
	padding-top: 10px;
}
.pagination-loading img {
	width: 60px;
}
 @media (max-width: 980px) {
}
@media (max-width: 768px) {
.container {
	padding-right: 10px;
	padding-left: 10px;
}
.content-wrap {
	margin-bottom: 0;
}
.excerpts {
	margin: 15px -2% 0 0
}
.content {
	overflow: hidden;
}
.content .title {
	display: none;
}
.excerpt {
	width: 31.3333%;
}
.pagination {
	padding:10px;
}
}
@media (max-width: 480px) {
.container {
	padding: 0;
}
.excerpts {
	margin: 0
}
.excerpt {
	float: none;
	width: 100%;
	margin: 0;
	min-height: 80px;
	padding: 10px;
	background-image: -webkit-linear-gradient(rgba(0,0,0,.15) 50%, transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.excerpt:active {
	background-color: #eee;
}
.excerpt .thumbnail {
	margin-bottom: 0;
	float: left;
	margin-right: 10px;
}
.excerpt .thumbnail img {
	width: 80px;
	height: 60px;
}
.excerpt h2 {
	height: auto;
	margin: 0;
	font-weight: normal;
	color: #333;
	margin-bottom: 3px;
}
.excerpt h2 a {
	display: block;
	height: 44px;
	overflow: hidden;
	position: relative;
	top: -4px;
}
.excerpt footer {
	font-size: 10px;
	line-height: 14px;
	position: relative;
	bottom: -3px;
}
.post-like {
	padding: 10px 0 10px;
	bottom: -12px;
}
.post-like span {
	font-size: 11px;
}
.post-like i {
	font-size: 12px;
}
}
