﻿.normal {
	font-size: 15px;
	line-height: 30px !important;
	padding-left: 37px;
	background-color: #ededed;
	margin-top: 3px;
    border-bottom: solid #fff 2px;
    border-top: solid #fff 2px;
}
.normal:hover {
    font-size: 15px;
    line-height: 30px !important;
    padding-left: 37px;
    background-image: url(../images/pd_bg.png);
    margin-top: 3px;
    border-bottom: solid #fff 2px;
    border-top: solid #fff 2px;
}
.active {
	font-size: 15px;
	line-height: 30px !important;
	padding-left: 37px;
	margin-top: 3px;
	background-image: url(../images/pd_bg.png);
    border-bottom: solid #fff 2px;
    border-top: solid #fff 2px;
}
.normal a{
	color: #000;
}
.normal:hover a{
    color: #fff;
}



/* 分页开始 */
.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin-top:0px;
    margin-bottom: 6px;
  }
  .xll_pagebox > a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
  }
  .xll_pagebox > p {
    display: inline-block;
  }
  .xll_pagebox > font {
    margin-left: 20px;
    color: #7d7d7d;
  }
  .xll_pagebox > span {
    font-size: 14px;
    color: #7d7d7d;
    margin-left: 19px;
  }
  .page_hide a,
  .page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
  }
  .zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
  }
  .zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
  }
  .xll_pagebox > a:hover,
  .zt12:hover,
  .page_hide a:hover {
    color: #fff;
    background-color: #d3493f;
    border: 1px solid #d3493f;
    text-decoration: none;
  }
  .page_hide span {
    background-color:#d3493f;
    color: #fff;
    border: 1px solid #d3493f;
  }
  /* 分页结束 */
  