﻿body{
   font-family: 微软雅黑;
}
.pageContent {
  width: 1200px;
  background: #FFF;
  padding: 30px 22px;
  margin: 0 auto;
  vertical-align: top;
}

.pageContentMenuBox {
  width: 229px;
  display: inline-block;
  vertical-align: top;
}

.pageContentMenuBg {
  position: relative;
  width: 229px;
  height: 53px;
  background: #eff0f2;
  line-height: 53px;
  text-indent: 12px;
  font-size: 16px;
  font-family: 微软雅黑;
  border-bottom: #FFF 1px solid;
  cursor: pointer;
  user-select: none;
}

.pageContentMenuBg:hover {
  background: #dfdfdf;
}

.pageContentMenuBgCur, .pageContentMenuBgCur:hover {
  color: #FFF;
  background: url(../images/gkgs/gkgs_02.png) no-repeat;
  margin-top: 5px;
}

.pageContentRightBox {
  margin-left: 17px;
  width: 905px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.pageContentSearchBox {
  background: #eff0f2;
  height: 66px;
  line-height: 66px;
}

.pageContentSearchTop {
  background: url(../images/gkgs/gkgs_03.png);
  width: 100%;
  height: 8px;
  position: relative;
}

.pageContentSearchSubmit {
  width: 90px;
  height: 34px;
  line-height: 34px;
  background: #4785c3;
  border-radius: 8px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
cursor:pointer;
user-select: none;
}

.tab_active {
  min-height: 565px;
  position: relative;
}

.tab_desc img {
  vertical-align: middle
}

.pageContentSearchItemTitle {
  padding: 0 20px;
}

.pages a {
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  color: #1966b4;
}

.pages a:hover {
  color: #333;
}

.dis_ib {
  display: inline-block;
  color: #ffffff;
}
DIV.pages {
    TEXT-ALIGN: center;
    font-size: 14px;
    padding: 15px;
    font-family: Tahoma,Geneva,sans-serif;
}

DIV.pages A {
    COLOR: #999;
    MARGIN-RIGHT: 4px;
    TEXT-DECORATION: none;
    border: #ddd 1px solid;
    padding: 8px;
    display: inline;
    font-size: 14px;
}

DIV.pages A:hover {
    MARGIN-RIGHT: 4px;
    border: #4d84df 1px solid;
    padding: 8px;
    background-color: #4b9aeb;
    color: #fff;
}

DIV.pages A:active {
    MARGIN-RIGHT: 4px;
    border: 1px solid;
    padding: 8px;
    display: inline;
    border-color: #4d84df;
}

DIV.pages SPAN.current {
    FONT-WEIGHT: bold;
    COLOR: #fff;
    MARGIN-RIGHT: 4px;
    BACKGROUND-COLOR: #4b9aeb;
    border: #4d84df 1px solid;
    padding: 8px 15px;
}

DIV.pages SPAN.info {
    FONT-WEIGHT: bold;
    COLOR: #666;
    MARGIN-RIGHT: 4px;
    border: #ddd 1px solid;
    padding: 8px 15px;
}

DIV.pages SPAN.disabled {
    COLOR: #ccc;
    MARGIN-RIGHT: 4px;
    border: #f3f3f3 1px solid;
    padding: 8px;
}

DIV.pages input {
    font-size: 12px;
    font-family: Tahoma,Geneva,sans-serif;
    width: 20px;
    text-align: center;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
    font-family: Verdana,Tahoma;
    font-size: 12px;
    vertical-align: middle;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 3px;
}