
/*菜单栏开始*/
#nav{ margin:0 15px; margin-top:5px; display:flex; flex-flow:wrap; }	
#nav a:nth-child(2n+1){ margin-right:7px;}
#nav a:nth-child(2n){ margin-left:7px;}
#nav a{ display:inline-block; flex:none; width:calc(100%/2 - 7px); justify-content:space-between; margin-top:15px; text-align:center; font-size:16px; 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%;}



/*内容样式*/
h1{ margin:0 15px; margin-bottom:15px; margin-top:20px; text-align:center; font-size:22px; line-height:30px; 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; }
#tu { margin:20px 15px; text-align:center; }
#content_t{ margin:0 15px; }
#content_t a{ display:inline-block; font-size:13px; margin-right:10px; padding:0 15px; height:25px; line-height:25px; background-color:#eeeff2; border-radius:4px;}
#content_t .a_on{ color:#fff; background-color:#ed434c;}
.zhengwen { margin:15px 15px; font-size:16px; line-height:220%; }

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%;}





