
/*分页*/
.m-page {
    display: table;
    width: 100%;
    font-size: 14px;
    font-family: "Microsoft yahei";
    margin: 25px auto;}
.m-page ul {
    display: table-cell;
    text-align: center;}
.m-page li {
    display: inline;
    margin: 0 2px;}
ul#paging span {
    color: #666666;
    display: inline-block;
    margin-top: -10px;
    vertical-align: middle;}
ul#paging span input{position:relative;top:-6px;}
.m-page a, .m-page .topage {
	color: #666;
    display: inline-block;
    padding: 5px 10px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 3px;}
.m-page a:hover {
    border-color: #1a469b;
    color: #1a469b;}
.m-page .active a {
    color: #fff;
    background: #1a469b;
    border: 1px solid #1a469b;}
.m-page .next a,.m-page .prev a{color: #666;}
.m-page .disabled a, .m-page .disabled a:hover {
    text-decoration: none;
    color: #999;
    border-color: #ddd;
    cursor: default;}
.m-page .item.active a{color: #fff;}
.m-page .item a {font-size: 16px; color: #66paging6;}
.m-page .dot a, .m-page .dot a:hover, .m-page .prev a, .m-page .next a {border: none;}
.m-page .dot a:hover{text-decoration: none; cursor: default;}
.m-page .topage {
    width: 20px;
    margin: 0 3px;
    vertical-align: top;}
.vl-hide {
    position: absolute;
    left: 0;
    top: 0;}
.vl-off {display: none;}
.vl-on {display: block;}
.vl-hide .vl-list p:hover {color: #1a469b;}
.current {color: #1888ee;}
#vl-list i {left: 208px;}
p,a{
	overflow:hidden;
	word-break: break-all;}