@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");
@import url("fonts.css");

html {font-size: 62.5%; box-sizing: border-box; }
img, video {max-width: 100%; height: auto;}
*, *::before, *::after {box-sizing: inherit; }

.animated {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite {-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.hinge {-webkit-animation-duration: 2s; animation-duration: 2s; }
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {-webkit-animation-duration: .75s; animation-duration: .75s; }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {-webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

.js .animate-this {opacity: 0; }
.oldie .animate-this .no-cssanimations .animate-this {opacity: 1; }
.bricks-wrapper .entry {margin-bottom:1rem}
.bricks-wrapper .entry-thumb,
.bricks-wrapper .entry-text {box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);overflow:hidden;}
.bricks-wrapper .entry-thumb {position: relative; overflow: hidden; }
.bricks-wrapper .entry-thumb .thumb-link img {width:100%;vertical-align: bottom; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.bricks-wrapper .entry-thumb .thumb-link::before {content: ""; display: block;/* background: rgba(0, 0, 0, 0.8);*/ opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 1; }
.bricks-wrapper .entry-thumb .thumb-link::after {/*content: "查看详情"; */font-family: '微软雅黑', serif; font-size:1.4rem; z-index: 1; display: block; height: 90px; width: 90px; letter-spacing: -2.6px; line-height: 90px; margin-left: -45px; margin-top: -45px; position: absolute; left: 50%; top: 50%; text-align: center; color: #FFFFFF; opacity: 0; visibility: hidden; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); }
.bricks-wrapper .entry-thumb:hover .thumb-link::before {
	opacity: 1;
	visibility: visible;
}

.bricks-wrapper .entry-thumb:hover .thumb-link::after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.bricks-wrapper .entry-thumb:hover .thumb-link img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bricks-wrapper .entry-text {
	border:1px solid #ededed;
	background-color:#fdfdfd;
	padding:0 0.8rem 1rem 0.8rem;
}

.bricks-wrapper .entry-header .entry-title {
	font-size: 1.6rem;
	line-height: 1.3;
	margin-bottom: 0.8rem;
	margin-top:0.4rem;	
}
.bricks-wrapper .entry-header .entry-title a,
.bricks-wrapper .entry-header .entry-title a:visited {
	color: #34495e;
}

.bricks-wrapper .entry-header .entry-meta {
	padding-top:0.4rem;
	height:2rem;
}

.bricks-wrapper .entry-meta a{display:block;width:50%;float:left;height:2rem;font-size:1rem;color:#ccc;}
.bricks-wrapper .entry-meta a:last-child{text-align:right;}
.bricks-wrapper .entry-meta .cat-links{font-size:1rem;color:#999;}
.bricks-wrapper .entry-header .cat-links a::after {
	content: "";
}

.bricks-wrapper .entry-header .cat-links a:last-child::after {
	display: none;
}

.bricks-wrapper .entry-excerpt {
	font-size: 1.3rem;
	line-height: 2.3rem;
	color: #888;
	letter-spacing:0.1rem;
}

#bricks {
	/*padding-top: 4.2rem;*/
}

#bricks .masonry {
	max-width: 1440px;
}

#bricks .pagination {
	margin-top: 6rem;
}

#bricks.with-top-sep {
	position: relative;
}

#bricks.with-top-sep::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -100px;
	width: 200px;
	height: 1px;
}

.bricks-wrapper:before,
.bricks-wrapper:after {
	content: "";
	display: table;
}

.bricks-wrapper:after {
	clear: both;
}

.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
	width: 20%;
}

.bricks-wrapper .brick {
	float: left;
	padding: 0 5px;
}

.bricks-wrapper .featured-grid {
	width: 50%;
}

.bricks-wrapper .featured-grid .entry-content {
	width: 100%;
	background: #151515;
}

/* responsive: 
/* bricks masonry
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1280px) {
	.bricks-wrapper .grid-sizer,
	.bricks-wrapper .brick {
		width: 33.33333%;
	}

	.bricks-wrapper .featured-grid {
		width: 66.66667%;
	}
}
@media only screen and (max-width:1024px) {
	.bricks-wrapper .brick {
		padding: 0 18px;
	}

}
@media only screen and (max-width:960px) {
	.bricks-wrapper .grid-sizer,
	.bricks-wrapper .brick {
		width: 50%;
	}

	.bricks-wrapper .featured-grid {
		width: 100%;
	}
}
@media only screen and (max-width:768px) {
	.bricks-wrapper .brick {
		padding: 0 15px;
	}

}

@media only screen and (max-width:600px) {
	#bricks .row {
		max-width: 460px;
	}

	.bricks-wrapper .grid-sizer,
	.bricks-wrapper .brick {
		width: 100%;
		padding: 0 10px;
		clear: both;
	}
}
@media only screen and (max-width:400px) {
	.bricks-wrapper .brick {
		width: 100% !important;
		float: none !important;
		clear: both !important;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

}


