.section{
	display: block;
}
.page{
	max-width: 1280px;
	padding: 60px 0 0;
}
.post{
	width: 100%;
	padding-bottom: 60px;
}
.post-featured-image{
	width: 100%;
	cursor: pointer;
}
.post-featured-image img{
	width: 100%
}
.post-title{
	width: 100%;
	padding: 10px 10px;
	height: 90px;
}
.about-title{
	font-weight: bold;
}
.about-content{
	color: #8A909D;
}
/*分页*/
/*分页*/
main nav{
	margin: auto;
	float: right;
	text-align: center;
	display: block;
}
main nav .total{
	display: inline-block;
	color: #6D7685;
	margin-right: 5px;
}
main nav a{
	display: inline-block;
	text-decoration: none!important;
	color: #000;
	width: 50px;
	height: 40px;
	background-color: #EEEEEE;
	margin-right: 5px;
	line-height:40px;
}
main nav a.prev,main nav a.next{

}
main nav a.skip{
	color: #fff;
	background-color: #000;
}
main nav a:hover{
	text-decoration: none;
}
main nav a i{
	font-size: 28px;
	color: #000;
	vertical-align: middle!important;
}
main nav input{
	width: 60px;
	height: 40px;
	padding-bottom: 1px;
	text-align: center;
	border: none;
	border: 1px solid #000;
	margin-right: 5px;
}
.on{
	display: block!important;
}
@media (min-width: 479px) and (max-width: 767px){

}

@media (max-width: 479px) {
	.post{
		padding-bottom: 20px;
	}
	.about-title{
		font-size: 14px;
	}
	.about-content{
		font-size: 14px;

	}
}

.page {
    padding: 60px 0px;
    max-width: 1220px;
    margin: auto;
}
.col-sm-3{
	padding-right: 0px;
}
@media (min-width: 992px){

}

@media (min-width: 768px) and (max-width: 1174px){
.col-sm-3 {
    margin-bottom: 60px;
}
}
@media (max-width: 767px){
.col-xs-6 {
    width: 100%;
}
.col-sm-3 {
    padding-right: 15px;
}
}