


/*内容样式*/
h1{ margin:0 15px; text-align:center; height:60px; font-size:22px; line-height:60px; color:#1a1a1a; }
#zaiyao { margin:0 15px; font-size: 14px; padding:8px 0; line-height:160%; color: #aaa; border-top: 1px dashed #e8e8e8; border-bottom: 1px dashed #e8e8e8; }
#content { margin:15px 15px; font-size:16px; line-height:220%; }



/*菜单栏开始*/
#nav{ margin:0 15px; margin-top:5px; display:flex; flex-flow:wrap; }	
#nav a:nth-child(3n+1){ margin-right:7px; }
#nav a:nth-child(3n+2){ margin-left:7px; margin-right:7px;}
#nav a:nth-child(3n){ margin-left:7px;}
#nav a{ display:inline-block; width:calc((100% - 7px*4)/3); flex:none; justify-content:space-between; margin-top:15px; text-align:center; font-size:16px; height:35px; line-height:35px; color:#181817; background-color:#eeeff2; border-radius:4px;}
#nav .a_on{ color:#fff; background-color:#ed434c;}
.tit b{ font-size:20px;color:#1a1a1a;}
.tit p{ font-size:16px; text-align:left; color:#333; line-height:200%;}



#nr{ width:94%; margin:0 auto;} 
#nr h1{ font-size:22px; color: #012a5f; text-align:center; margin-top:20px; margin-bottom:15px;}
#nr .jj{width: 100%; padding:2% 0; font-size: 14px; color:#aaa; line-height:160%; border: 1px dashed #e8e8e8; border-left: none; border-right: none;}
#nr .content{ width:100%; margin:2% 0; margin-bottom:5%; font-size:16px; line-height:200%;}
#nr .content img{ width: auto; height: auto; max-width: 100%; max-height: 100%;}


table{ width:100%; background-color: #e7e7e7;}
table td{ font-size:12px; background-color: #fff; line-height:160%;}
table th{ font-size:12px; font-weight:bold; background-color: #fff; line-height:160%;}


