 /*分页start*/
 .zhypage {
   padding: 50px 0 70px;
   text-align: center;
   color: #333333;
   line-height: 32px;
 }

 .zhypage a {
   display: inline-block;
   min-width: 32px;
   height: 32px;
   text-align: center;
   line-height: 30px;
   color: #333333;
   margin: 0 2px;
   border: 1px solid #dddddd;
   font-size: 16px;
   border-radius: 2px;
 }

 .zhypage a.index,
 .zhypage a.end {
   width: 48px;
 }

 .zhypage a.next {
   width: 65px;
 }

 .zhypage a.cur {
   background: #005bac;
   color: #ffffff;
 }

 .zhypage font {
   display: inline-block;
   vertical-align: middle;
   height: 32px;
   line-height: 32px;
   font-size: 0;
 }

 .zhypage font span {
   display: inline-block;
   height: 32px;
   line-height: 32px;
   font-size: 16px;
   float: left;
 }

 .zhypage font span {
   line-height: 27px;
   margin-right: 3px;
 }

 .zhypage input {
   margin: 0 2px;
   height: 32px;
   line-height: 32px;
   font-size: 16px;
   text-align: center;
   border: 1px solid #dddddd;
   width: 44px;
   float: left;
   margin-top: -2px;
   border-radius: 2px;
   box-sizing: border-box;
 }

 .zhypage .go {
   text-align: center;
   border: 1px solid #dddddd;
   width: 44px;
   height: 32px;
   background: #005bac;
   cursor: pointer;
   color: #fff;
   margin-left: 10px;
   line-height: 32px;
   border-radius: 2px;
   margin-top: -2px;
 }

 .zhypage .go {
   outline: none;
 }

 .zhypage .go:focus {
   outline: 0;
 }

 /* 分页end */