article{
	margin-top: 3000px;
}



.article{
	width:700px;
	float:left;
	
}


.article .item{
	margin:0px 0px 50px 0px;
	padding:0px 0px 50px 0px;
	border-bottom:#CBCBCB solid 1px;
}

.article .item img{
	max-width:100%;
	height:auto !important;
}
.cate{
	width:200px;
	float:right;
}
.cate h2{
	font-weight:bold;
	font-size:18px;
	margin:0px 0px 20px 0px;
}


.cate p a{
	color:#000000;
	font-size:14px

}

.cate p.current a{
	text-decoration:underline;
}

#sub_title{
	text-align: center;
	margin-bottom: 25px;
}
#sub_title h1{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
	border-bottom: 1px solid #231815;
	display: inline-block;
	line-height: 100%;
}

#blog_wrap{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


.blog_title{
	font-size: 14px;
	font-weight:bold;
}
.blog_date{
	text-align: right;
	font-size: 12px;
}
.blog_text{
	font-size: 12px;
}


#pager_wrap{
	clear: both;
	margin: 0 auto 70px;
	padding-top: 50px;
	text-align: center;
}

#pager li{
	list-style: none;
	display: inline-block;
	border: 1px solid #727171;
	margin: 0 3px;
}

#pager li span,
#pager li a{
	font-size: 12px;
	color: #727171;
	padding: 0 10px;
	display: block;
}
#pager li a:hover{
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


@media screen and (max-width:880px){
/*#sub_title{
	width: 100%;
	margin: 0;
	line-height: 0;
}
#sub_title h1{
	line-height: 0;
	margin-bottom: 0;
	font-size: 0;
}*/

#blog_wrap{
	width: 90%;
	margin:0px auto;
	
}


.article{
	width:100%;
	float:none;
}

.cate{
	width:100%;
	float:none;
	margin-bottom:30px;
	padding-top:20px;
	text-align:center;
	border-top:#CBCBCB solid 1px;
}





}

@media screen and (max-width:480px){


}





































