ul,li {
	list-style: none;
}
.header_top{
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
	color: #6C6C6C;
	width: 100%;
	margin-bottom: 20px;
}
.header_top_l{
	float:left;
}
.qq_group{
	margin-left:20px;
}
.header_top_r{
	float:right;
}
.header_top_r a{
	color: #6C6C6C;
	padding-left: 10px;
}
.header_top_r a:hover{
	color:#A0522D;
}
.author{
	color: #A0522D;
	font-weight: bold;
}
.post-info-time{

}
.post-info-time span{
	padding:0 5px;
}
.post-info a.post-info-more{
	font-size: 12px;
    background: #A0522D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.detail-title{
	font-size: 1.7em;
    color: #A0522D;
    margin-right: 0.7em;
    display: inline-block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.detail-time{
	font-family: 'Lato', sans-serif;
    color: #9a9da0;
    font-size: 0.9em;
    line-height: 200%;
    margin-bottom: 1em;
}

.detail_div p {
    margin: 10px auto;
    text-indent: 0;
}
.detail_div img{
	max-width: 100%;
}
.reprint{
	font-size: 12px;
    color: #008000;
    font-weight: bold;
}
.reprint a{
    color: #008000;
}
div.page{
	margin-bottom: 20px;
}
div.page li {
    float: left;
    font-size: 12px;
}
div.page li a, div.page li span {
    height: 30px;
    text-align: center;
    background: #eee;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
}
.page li:hover a, .page li.active span, input.submit_button {
    background-color: #A0522D!important;
    color: #fff!important;
}
div.page li input.form-control {
    border-radius: 5px;
    width: 50px;
    height: 30px;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    float: left
}
div.page li input.submit_button {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
input.submit_button {
    border: 0px;
}