/* 公共底部 */
.footer{width:100%; background: #e8e8e8; margin-top: 50px; overflow: hidden; text-align: center; line-height: 24px; font-size: 12px; color: #606060; padding: 20px 0;}
.footer img{ display:block; margin:13px auto 18px auto;}
.footer p{ padding-bottom: 10px;}
.footer p em{ display: inline-block; padding-left: 40px;}
.footer a{color:#606060;margin:5px;}
.footer a:hover{color:#175eaa}