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

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