/*ÕÂ½Ú°æ¿é*/
.section_style {
    background: #FBF6EC;
    margin: 10px 0 0;
    padding: 0 10px 10px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
.read_bg{
	background:#e7e1d4;
}
 

.text_title{
    padding:40px 64px 10px;
}

.style_h1 {
	font-weight: 700;
	font-size: 24px;
	color: #555;
	text-align:justify;
	margin:0 60px 10px 0;
}

.text_info span{
	color:gray;
	font-size:14px;
	display:inline-block;
    margin:0 15px 5px 0;
}
.text_info a{
	color:gray;
}

.text{
    position: relative; 
}

.text_set{
    position:absolute;
    background: #FBF6EC;
    right:0;
	top:10px;
	padding-right:3px;
}
#content{
	font-size:inherit;
}
#content P{
    font-size: inherit;
    line-height: 1.8;
    margin: 18PX 0;
}
#text_control{
    margin:25px 60px 25px 10px;
    text-align: right;
    display:none;
}
#text_control a{
    color:gray;
    margin-left:21px;
    font-size:40px;
}

.fontsize {
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}

.fontsize button{
    padding: 0 8px;
    line-height: 28px;
    border-radius: 3px;
    margin: 5px 0px 5px 25px;
    background: gray;
    border:1px solid gray;
    color: #fbfbfb;
    text-decoration: none;
    cursor: pointer;
}

.fontsize button:nth-child(1) {
	width: 30px;
	height: 30px;
}

.fontsize button:nth-child(2) {
	width: 33px;
	height: 33px;
}

.fontsize button:nth-child(3) {
	width: 36px;
	height: 36px;
}

.fontsize button:hover{
    background:#ed4259;
    border:1px solid #ed4259;
}
#gotop:hover,
#gofooter:hover,
.text_info a:hover,
#text_control a:hover,
.text_set .cog:hover{
    color:#ed4259;
    cursor:pointer;
}

.read_nav{
	height:60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background:#FBF6EC;
	margin-top:10px;
	width:100%;
	display:flex;
	line-height:60px;
}
.read_nav a{
	text-align:center;
	width:33.33%;
	font-size:18px;
}

.read_nav a:nth-child(2){
	width:34%;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#article {
	padding: 0 64px 20px;
	font-size: 18px;
	color:#262626;
	min-height:200px;
}

#article>p {
	text-indent: 2em;
	line-height:1.8em;
	margin:.8em 0;
	text-align: justify;
	overflow:hidden;
}

/*
button[onclick*=isnight] i{
	padding:12px 12px 0 0 ;
}
*/
#article img { /*????¡ë????¨¨??*/
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;
	margin: 5px auto;
	display: block;
}


