.jy_content > .fl-l dl dd:hover{
    background-color: #ddd;
}
.jy_content > .fl-l dl dd.on{
    background-color: #ccc;
    font-weight: bold;
    color: #d00;
}
.jy_content > .fl-r ul li:hover p{
    transition: .3s;
    background-color: #d00;
    font-weight: bold;
    color: #fff;
}

/* 分页 */
.shpa, #showpage { text-align: center; margin-bottom: 5px; overflow: auto; zoom: 1; padding:20px 10px; font-size:14px; }
.shpa b, #showpage b { margin:0 2px; padding: 5px 12px 5px; color: #FFF; display: inline-table; border: 1px solid #e00200; border-radius:3px; background: #e00200; }
.shpa a, #showpage a { margin:0 2px; padding: 5px 12px 5px; color: #333; display: inline-table; border: 1px solid #e8e8e8; border-radius:3px; background:#eee; }
.shpa a:hover, #showpage a:hover { background: #ddd; text-decoration: none; }

/* 下载页 */
tr.downtd1 td { background: none repeat scroll 0 0 #f5f5f5; font-size: 16px; font-weight: bold; padding: 8px; text-align: center; }
tr.downtd2 td { background: none repeat scroll 0 0 #fefefe; font-size: 14px; padding: 8px; text-align: left; }

/* 内容上一篇下一篇 */
div.updown{ border:1px dotted #d8d8d8; background-color:rgba(255,255,255,.7); overflow:auto; zoom:1; border-bottom:none; margin: 20px auto;}
div.updown div.updiv,div.updown div.downdiv{ border-bottom:1px dotted #d8d8d8; height:35px; line-height:35px; padding-left:15px; width:906px; float:left;}
div.updown div.backdiv{ width:145px; height:71px; line-height:70px; float:right; text-align:center; border-left:1px dotted #d8d8d8; border-bottom:1px dotted #d8d8d8;}