/*左侧菜单=========================================*/
.grzxContent {
  width: 1000px;
  margin: 20px auto 0;
  background-color: #fff;
  padding-bottom: 50px;
}
.rightBar {
  width: 760px;
}
.grzxContent .leftBar {
  width: 218px;
  float: left;
  border: 1px solid #eb3030;
}
.leftMenu {
  width: 218px;
  background-color: #eb3030;
}
.leftMenu h2 {
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #eb3030;
  background-image: url(../images/jiantouW.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;
  cursor: pointer;
}
.leftMenu a {
  color: #333;
}
.leftMenu h2:hover, .leftMenu h2.active {
  background-color: #da2121;
}
.leftMenu ul li {
  background-color: #fff;
  text-indent: 20px;
}
.leftMenu ul li a:hover {
  color: #eb3030;
}
.leftMenu .onesInfo ul li.fNormal a {
  font-weight: normal;
}
.leftMenu .onesInfo ul li.fNormal {
  background-image: none;
}
.leftMenu li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/jiantouG.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.leftMenu li a.rightActive {
  background-image: url(../images/rightRed.png);
  color: #eb3030;
}
#fbxxH2 a, #heimingdanH2 a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-size: 14px;
  color: #fff;
  background-image: url(../images/jiantouW.png);
  background-repeat: no-repeat;
  background-position: 92% 50%;
  cursor: pointer;
}

/*导航==================================*/
.breadNav {
  width: 760px;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
}
.breadNav .navLeft {
  float: left;
  padding-left: 10px;
}
.breadNav span, .breadNavDetail span {
  padding: 0 5px;
}
.breadNav a, .breadNavDetail a {
  color: #333;
}
.navLeft a {
  font-size: 14px;
  color: #333;
}
.breadNav a.redColor, .breadNavDetail a.redColor {
  color: #eb3030;
}



/*分页======================================*/
.grzxContent {
  padding-bottom: 0;
  *padding-bottom: 40px;
}
.mainContent {
  margin: 0 auto;
  *margin: 0 auto 194px!important;
  *min-height: auto!important;
}
.fengYe {
  width: 760px;
  margin: 40px auto 0;
  height: 25px;
  margin-top: 40px;
}
.fengYe .paginated {
  height: 34px;
  float: left;
  position: absolute;
}
.fengYe .paginated ul {
  float: left;
}
.fengYe .paginated ul li {
  float: left;
}
.fengYe .paginated a:hover {
  background-color: #f5f5f5;
}
.fengYe .paginated .disabled a, .fengYe .paginated .disabled a:focus, .fengYe .paginated .disabled a:hover, .fengYe .paginated .disabled span, .fengYe .paginated .disabled span:focus, .fengYe .paginated .disabled span:hover {
  color: #777;
  cursor: pointer;
  background-color: #fff;
  border-color: #eee;
  color: #999;
}
.fengYe .paginated .active a, .fengYe .paginated .active a:focus, .fengYe .paginated .active a:hover, .fengYe .paginated .active span, .fengYe .paginated .active span:focus, .fengYe .paginated .active span:hover {

  /*z-index: 2;*/
  color: #fff;
  cursor: default;
  background-color: #eb3030;
  border-color: #eb3030;
}
.fengYe .paginated li a, .fengYe .paginated li span {
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  +margin-left: 0px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
}
.fengYe .paginated li span {
  border: none;
  padding: 0;
}
.fengYe .paginated .pages {
  font-size: 12px;
  color: #999;
  margin: -2px 0 0 10px;
}
.fengYe .paginated .pages .pageNum {
  width: 40px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #999;
  margin: 0 7px;
  border: 1px solid #ccc;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: text;
}
.fengYe .paginated .pages input {
  width: 45px;
  height: 25px;
  text-align: center;
  color: #666;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  outline: none;
  margin-left: 5px;
}

/*ie7中分页修复bug*/
.pagination1 li span {
  *position: inherit!important;
}