/*每一篇文章*/
.per_cont{
	width: 100%;
	min-height: 200px;
	margin-bottom: 30px;
}
.summ_img{
	width: 250px;
	height: 160px;
	float: left;
	margin-top: 15px;
}
.summ_img img{
	width: 250px;
	height: 160px;
	border-radius: 3px;
}
.article_info{
	width: 600px;
	height: 200px;
	float: right;
}
.article_info a{
	text-decoration: none;
	color:#505050;
}
.article_info .title{
	height: 35px;
}
.article_info .info{
	height: 24px;
	color: gray;
	font-size: 14px;
}
.article_info .summary{
	color: #505050;
	font-size: 16px;
	width: 600px;
	height: 80px;
}
.article_info .detail{
	border: 1px solid gray;
	border-radius: 3px;
	width: 80px;
	margin-top: 5px;
	text-align: center;
	height: 25px;
	float: right;
	margin-right: 20px;
	line-height: 25px;
}
.article_info .detail a{
	text-decoration: none;
	font-size: 12px;
	color: #505050;
}
/*翻页*/
.turnpage{
	width: 100%;
	height: 40px;
	/*background-color: rgba(100,200,10,0.2);*/
	font-size: 14px;
	color: #404040;
}
.turnpage span{
	margin-right: 5px;
}
.turnpage a{
	text-decoration: none;
	color:#404040;
	padding: 0 5px;
	border: 1px solid white;
}
.turnpage a:hover{
	color:black;
	border: 1px solid gray;
}
#currpage{
	background-color:#404040;
	color:white;
}
#inp_goto{
	width: 40px;
	border-radius: 3px;
	border: 1px solid gray;
	padding-left: 10px;
}
#btn_go{
	background-color: white;
	border: 1px solid gray;
	border-radius: 3px;
}
#btn_go:hover{
	background-color: #eee;
	border-radius: 3px;
	cursor: pointer;
}