*{
    margin: 0;
    padding: 0;
}
body {
    font-family: "Oxygen", Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif, 宋体;
    font-size: 14px;
    color: #503e2c;
    background-color: #ece5d8;
}
img {
    display: block;
    border: none;
}
.hidden {
    display: none;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
ul,ol {
    list-style: none;
}
.header,.container,.nav,.banner {
    width: 80%;
    margin: 0 auto;
}
.box {
	width: 1300px;
	margin: 20px auto;
    background: #fff;
}
.box .contentbox {
    line-height: 1.5em;
    word-wrap: break-word;
    padding: 20px;
}
.box .contentbox .read-aloud{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.box .atips{
	margin-bottom: 10px;
	color: #666;
	font-size: 13px;
}
.box li {
    border-bottom: 1px dotted #a78b6f;
}
.box li a {
    color: #9b8878;
}
.box li a:hover {
    color: #300;
}
.contentbox .title {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a78b6f;
}
.content {
    line-height: 160%;
    font-size: 16px;
}
.dzg {
	padding: 20px;
}
.dzg_title {
	text-align: center;
	margin-bottom: 20px;
}
.dzg_title i,.dzg_title span,.dzg_content i,.dzg_content span {
	display: block;
}
.dzg_title i {
	font-size: 18px;
}
.dzg_title i s {
	margin: 0 25px;
}
.dzg_title span {
	font-size: 24px;
	color: #333;
}
.dzg_content {
	border-bottom: 1px dashed #f4cf9c;
	margin-bottom: 16px;
	padding-bottom: 8px;
	position: relative;
	*zoom: 1;
}
.dzg_content table tr {
	cursor: pointer;
}
.dzg_content table .py td {
	font-size: 16px;
	color: #af6e13;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 4px;
}
.dzg_content table .hz td {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 8px;
}
.dzg_content table .hover td {
	color: #b05700;
}
.dzg_content table .subTitle td {
	background: #fffaee;
	padding-bottom: 0;
}
.dzg_content table .subTitlePy td {
	padding-top: 0;
}
.dzg_content table td.textLeft {
	text-align: left;
	padding-left: 20px;
}
.dzg_content table .js {
	display: none;
}
.dzg_content table .js p {
	background: #fff9ed;
	color: #9A8B75;
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 10px;
	padding: 8px 10px;
	cursor: auto;
}
#footer{width: 100%; margin: 4px auto;font-size: 14px;padding: 0} 
#footer p{width:100%;text-align: center; margin: 3px 0; color: #999} 
#footer p a{color: #999} .handPo{cursor: pointer}
a{
 text-decoration:none
 }