﻿@charset "utf-8";
/* CSS Document */

/*页码*/
#showpage { overflow: hidden;padding-bottom:20px; padding-top: 20px;text-align: center;}
#showpage .cpage {border: 1px solid #ececec; border-radius: 4px;display: inline-block;font-size: 10px;height: 24px;line-height: 24px; margin-left: 10px; padding: 0 10px;}
#showpage a {background-color: #fff;border: 1px solid #ddd; border-radius: 4px;color: #666;cursor: pointer;display: inline-block; font-size: 10px; height: 24px;line-height: 24px;margin-left: 4px; padding: 0 10px; text-decoration: none; transition: all 0.2s ease 0s;}
#showpage a:hover { background-color: #005392; border: 1px solid #005392; color: #fff; text-decoration: none;}
#toPage {border: 1px solid #d9d9d9; border-radius: 4px;display: inline-block;font-size: 10px;height: 24px;line-height: 24px; margin-left: 10px; padding: 0 10px; width:25px;maxlength:4}
/*页码*/

