@charset "UTF-8";
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  vertical-align: top;
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-weight: normal;
  font-style: normal;
}
ol,
ul,
li {
  list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
  zoom: 1;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

/* Public */
body {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
  text-align: center;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #1559d4;
  text-decoration: underline;
}
.clearbox {
  border: none;
  border-top: 1px solid transparent !important;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin-top: -1px !important;
  visibility: hidden;
}
.blank {
  display: block;
  height: 10px;
  font-size: 0px;
  line-height: 0;
  overflow: hidden;
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
* + html .clearfix {
  min-height: 1%;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.hide {
  display: none;
}
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* frame */
body {
  text-align: left;
  min-width: 1240px;
  background: #f4f4f4;
}
.siteWidth {
  position: relative;
  max-width: 1200px;
  _width: 1200px;
  margin: 0 auto;
}
#content {
  width: 1160px;
  margin: 20px auto;
  padding: 20px;
  clear: both;
  position: relative;
  min-height: 300px;
  background: #fff;
}
.siteWidth:after,
.siteWidth:before,
#content:after,
#content:before,
.row:after,
.row:before {
  display: table;
  content: " ";
  clear: both;
}

#header {
  text-align: left;
  margin: 0 auto;
}

.topBar {
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  color: #999;
}
.topBar .welcome {
  float: left;
}
.topBar .date {
  float: left;
  margin-left: 5px;
}

.topBar .links {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
.topBar .links a {
  color: inherit;
}
.topBar .links a:hover {
  color: #1559d4;
}
.topBar .links dl {
  position: relative;
  float: left;
}
.topBar .links dt {
  position: relative;
  z-index: 1;
  float: left;
  height: 40px;
  padding: 0 10px 0 35px;
  background: url(../images/icons.png) 11px 11px no-repeat;
}

/* 顶部栏 */
.topBar .links .userLogged .spe {
  margin: 0 10px;
}
.topBar .links dd {
  clear: both;
  display: none;
  padding: 7px;
  background: #fff;
  position: absolute;
  right: 50%;
  top: 100%;
  margin-right: -54px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.topBar .links dd img {
  width: 100px;
  height: 100px;
}
.topBar .links dd > i {
  z-index: 8;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -3px;
  border-width: 5px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}
.topBar .links .on dd {
  display: block;
}

/* logo栏 */
.logoBar {
  background: url(../images/Header_bg.jpg);
}
.logoBar .siteWidth {
  height: 130px;
}
.logo {
  float: left;
  margin-top: 30px;
}
.logo img {
  max-width: 510px;
}

.deptlogo {
  float: left;
  margin-top: 55px;
  margin-left: 30px;
}
.deptlogo img {
  max-height: 94px;
}

/* 搜索框 */
.siteSearchBar {
  position: absolute;
  right: 0;
  top: 55px;
}
.s-form {
  display: block;
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
}
.s-form .input-box {
  float: left;
}
.s-form .input-box input {
  width: 60px;
  vertical-align: top;
  font-size: 16px;
  margin: 10px 12px;
  line-height: 20px;
  border: none;
  outline: none;
}
.s-form .btn-box a.search {
  width: 46px;
  height: 28px;
  display: block;
  margin: 6px 0 0;
  line-height: 999px;
  overflow: hidden;
  border: none;
  background: url(../images/icons.png) no-repeat 10px -104px;
}
.s-form .btn-box {
  float: left;
  height: 40px;
}
.s-form .btn-box input {
  width: 46px;
  height: 28px;
  margin: 6px 0 0;
  line-height: 999px;
  overflow: hidden;
  border: none;
  background: url(../images/icons.png) no-repeat 10px -104px;
  outline: none;
  border-left: 0px dotted #ccc;
}
.s-form .link-box {
  text-align: center;
  font-size: 14px;
}
.s-form .select-box {
  float: left;
  width: 100px;
  height: 38px;
  border: none;
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  position: relative;
}
.s-form .select-box ul {
  position: absolute;
  background: #f7f7f7;
  border-top: 0;
  line-height: 1.8;
  display: none;
  left: -1px;
  top: 39px;
  border: 1px solid #ccc;
  border-top: 0;
  width: 301px;
  padding: 5px 10px;
}
.s-form .select-box ul li {
  cursor: pointer;
  padding: 4px 5px;
  font-size: 14px;
  float: left;
  width: 90px;
  text-align: left;
}
.s-form .select-box ul li:hover {
  color: #1559d4;
  background: #f1f1f1;
}
.s-form .select-box .s-option {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 38px;
  line-height: 38px;
  width: 80px;
  text-align: center;
}
.s-form .select-box a:hover {
  text-decoration: none;
}
.s-form .select-box .arrow-dn {
  display: inline-block;
  top: 16px;
  height: 0;
  width: 0;
  font-size: 0;
  overflow: hidden;
  border: 5px solid transparent;
  border-color: #666 transparent transparent;
  position: absolute;
  right: 10px;
  top: 18px;
  transition: -webkit-transform 0.1s ease-in-out;
  transform: translate3d(0, 0, 999px);
  backface-visibility: visible;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 999px);
  -webkit-backface-visibility: visible;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -moz-transform: translate3d(0, 0, 999px);
  -moz-backface-visibility: visible;
}
.s-form .select-box .arrow-hover {
  border-color: transparent transparent #666 transparent;
  top: 11px;
}
.s-hot-search {
  position: absolute;
  padding-top: 50px;
  z-index: -1;
  margin-top: -10px;
  font-size: 12px;
}
.s-hot-search a {
  color: #333;
}

/* 主导航 */
.topNav {
  position: relative;
  z-index: 2;
  background: #1559d4;
}
.mainNav {
  position: relative;
  height: 56px;
}
.mainNav .li1 {
  float: left;
  position: relative;
  padding-top: 8px;
}
.mainNav .li1 .a1 {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 21px 0 15px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 42px;
  border-radius: 8px 8px 0 0;
}
.mainNav .li1 .a1:hover {
  text-decoration: none;
  color: #1559d4;
}
.mainNav .on1 .a1 {
  background: #f4f4f4;
  color: #1559d4;
}
.mainNav .li1 .a1:before {
  float: left;
  content: "";
  width: 30px;
  height: 30px;
  margin: 6px 3px 0 0;
  vertical-align: middle;

  font-family: "jsies" !important;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mainNav .on1 .a1,
.mainNav .li1 .a1:before {
  /* -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; */
}
#li-home .a1:before {
  content: "\e8fa";
}
#li-zzjg .a1:before {
  content: "\e6be";
}
#li-tzgg .a1:before {
  content: "\e6fb";
}
#li-wydt .a1:before {
  content: "\ea0c";
}
#li-jyyw .a1:before {
  content: "\e9b4";
}
#li-kjzx .a1:before {
  content: "\e7da";
}
#li-ztlt .a1:before {
  content: "\e720";
}
#li-qkzz .a1:before {
  content: "\e9b1";
}
#li-ktzl .a1:before {
  content: "\e7e6";
}
#li-kydt .a1:before {
  content: "\e7da";
}
#li-gzdt .a1:before {
  content: "\ea0c";
}
#li-zdgc .a1:before {
  content: "\e7e6";
}
#li-cgzs .a1:before {
  content: "\e9b4";
}
#li-xxpt .a1:before {
  content: "\ea0c";
}

/* 指定栏目强制不显示下拉菜单 */
#li-ghdt .ul1 {
  display: none !important;
}

.mainNav .ul1 {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  background: #f4f4f4;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.mainNav .li2 {
  vertical-align: top;
}
.mainNav .a2 {
  font-size: 14px;
  display: block;
  line-height: 20px;
  padding: 10px;
  color: #333;
  text-align: center;
}
.mainNav .a2:hover {
  background: #1559d4;
  color: #fff;
  text-decoration: none;
}

/* 组织机构下拉菜单 */
#li-glbm .ul1 {
  padding: 10px;
  width: 600px;
}
#li-glbm .li2 {
  float: left;
  width: 33.3333%;
}

/* 主栏 和 侧栏 */
.mainContent {
  overflow: hidden;
  position: relative;
}
.side {
  float: left;
  width: 245px;
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  margin-right: 25px;
}

/* 位置导航 */
.path {
  line-height: 22px;
  padding: 14px 20px;
  text-align: left;
  width: 1160px;
  margin: 20px auto 0;
  font-size: 16px;
  background: #fff;
  color: #333;
}
.path a,
.path span {
  padding: 0 3px;
  color: #333;
}
.path em {
  display: inline-block;
  background: url(../img/icons.png) no-repeat 0 -407px;
  padding-left: 36px;
}

/* 底部 */
#footer {
  color: #fff;
  background: #1559d4;
  position: relative;
  text-align: left;
  padding: 25px 0;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  text-decoration: none;
}
#footer .copyRight {
  padding: 5px 0;
  line-height: 2.1;
  font-size: 14px;
}
#footer .copyRight img {
  vertical-align: text-bottom;
}
#footer .pics {
  position: absolute;
  right: 380;
  top: 8px;
}
#footer .pics img {
  height: 50px;
  vertical-align: middle;
  margin: 0 5px;
}
#footer .qrCode {
  position: absolute;
  top: 8px;
  right: 170px;
}
#footer .qrCode img {
  float: left;
  width: 84px;
  height: 84px;
  margin: 0 5px;
}
#footer .friendLinks {
  position: absolute;
  right: 0;
  top: 8px;
}
#footer .friendLinks select {
  display: block;
  width: 165px;
  margin-bottom: 16px;
  border: none;
  background: #fff;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
}

/* goTop */
#goTop {
  position: fixed;
  display: none;
  _display: none !important;
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 5px;
  z-index: 99;
  cursor: pointer;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0 0 5px #9c9c9c;
  -webkit-box-shadow: 0 0 5px #9c9c9c;
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -15px;
  content: "";
  border-width: 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-style: dashed;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 0;
}

/* winMark */
#winMark {
  z-index: 1;
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}

/* 侧栏-栏目菜单 */
#sideMenu {
  border: none;
  padding: 0;
  background: none;
}
#sideMenu > .hd {
  background: #1559d4;
  line-height: 28px;
  padding: 11px 15px;
  text-align: center;
}
#sideMenu > .hd h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#sideMenu li {
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  border-bottom: 1px dashed #d7d7d7;
}
#sideMenu li.last {
  border-bottom: none;
}
#sideMenu li a {
  display: block;
  padding: 14px 10px;
  background: url(../img/icon-menu.png) 220px 21px no-repeat;
}
#sideMenu li a:hover {
  letter-spacing: 2px;
  text-decoration: none;
}
#sideMenu .on a,
#sideMenu .on a:hover {
  background-image: url(../img/icon-menu-hover.png);
  color: #1559d4;
}

/* box - 盒子 - 标准的 */
.box {
  border: 1px solid #ebebeb;
}
.box > .hd {
  height: 20px;
  line-height: 20px;
  padding: 15px 14px;
  background: #f8f8f8;
}
.box > .hd h3,
.box > .hd li {
  position: relative;
  float: left;
  padding: 0 10px 0 15px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.box > .hd h3,
.box > .hd li.on {
  border-left: 5px solid #1559d4;
  color: #1559d4;
  padding-left: 10px;
  font-weight: bold;
}
.box > .hd h3 a,
.box > .hd li a {
  text-decoration: none;
  color: inherit;
}
.box > .hd h3 a,
.box > .hd li.on a {
  color: inherit;
}
.box > .hd .more {
  float: right;
  color: #999;
}
.box > .bd {
  padding: 8px 14px;
}

/* defaultBox 盒子 - 默认的的 */
.defaultBox {
  background: #fff;
  padding: 0 20px;
}
.defaultBox > .hd {
  border-bottom: 1px solid #dedede;
  height: 50px;
  line-height: 50px;
}
.defaultBox > .hd .more {
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 50px;
}
.defaultBox > .hd h3 {
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: bold;
}
.defaultBox > .hd h3:before {
  float: left;
  content: "";
  width: 0;
  height: 20px;
  border-left: 5px solid #1559d4;
  margin: 15px 10px 0 0;
}
.defaultBox > .hd:after {
  float: left;
  margin-left: 5px;
  width: 15px;
  content: "";
  height: 100%;
  background: url() no-repeat 0 11px;
}
.defaultBox > .hd h3 a {
  color: inherit;
  text-decoration: none;
}
.defaultBox > .bd {
  padding: 12px 0;
}

/* primaryBox 盒子 - 主要的 */
.primaryBox {
  background: #fff;
}
.primaryBox > .hd {
  padding: 0 20px;
  height: 61px;
  line-height: 61px;
  background: url(../img/bg-login-hd.png) no-repeat 0 0;
}
.primaryBox > .hd .more {
  float: right;
  color: #999;
  font-size: 14px;
}
.primaryBox > .hd h3 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
}
.primaryBox > .hd h3 a {
  color: inherit;
  text-decoration: none;
}
.primaryBox > .bd {
  padding: 0 20px 20px;
  background: url(../img/bg-login-bd.png) no-repeat 0 bottom;
}

/* 侧栏盒子模型 */
.sideBox {
  margin-bottom: 20px;
  border: 1px solid #ececec;
  padding: 10px 18px 15px 18px;
  background: #fff;
  border-top: 2px solid #1559d4;
}
.sideBox .hd {
  overflow: hidden;
  padding: 0px 0 10px 0;
}
.sideBox .hd .more {
  float: right;
}
.sideBox .hd h3 {
  font-size: 20px;
  color: #1559d4;
}
.sideBox .hd h3 a {
  color: #fff;
}
.sideBox .hd h3 a:hover {
  text-decoration: none;
}

/* 节点归档信息样式 */
.archived-info {
  float: right;
}
.archived-info span {
  margin: 0 5px;
}

/* infoListA */
.infoListA li {
  padding: 0 0 10px 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  background: url(../img/icons.png) 0 -387px no-repeat;
  position: relative;
}
.infoListA .date {
  color: #999;
  float: right;
}
.infoListA .last {
  border-bottom: 0;
}

/* 信件列表 */
.letterList {
  width: 100%;
  border: none;
}
.letterList th,
.letterList td {
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  line-height: 26px;
  padding: 8px 5px;
}
.letterList th {
  background: #fdeff0;
}
.letterList th {
  color: #1559d4;
  height: 35px;
  line-height: 42px;
  padding: 0px;
  border-bottom: 1px solid #becedc;
}
.letterList th.title {
  text-align: left;
  padding-left: 38px;
}
.letterList .even td {
  background: #f4f4f2;
}
.letterList .num {
  display: none;
}
.letterList td.title {
  text-align: left;
  padding-left: 5px;
  white-space: normal;
  word-break: break-all;
}
.letterList .ico {
  width: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}
.letterList .ico img {
  vertical-align: middle;
}
.letterList .dep {
  width: 90px;
}
.letterList .state {
  width: 90px;
}
.letterList .open,
.letterList .handle {
  display: none;
}
.letterList .state .s0 {
  color: #333;
}
.letterList .state .s1 {
  color: #f70;
}
.letterList .state .s2 {
  color: #f00;
}
.letterList .state .s3 {
  color: #390;
}
.letterList .state .s4 {
  color: #333;
  text-decoration: line-through;
}
.letterList .date {
  border-right: none;
  width: 90px;
}
.letterList td.date {
  color: #999999;
}

/* detailTable */
.detailTable {
  margin-bottom: 10px;
  background: #fff;
  width: 100%;
}
.detailTable tr td p{
  text-align: center;
  padding:5px 0;
}
.detailTable,
.detailTable tr,
.detailTable tr td {
  border: 1px solid #000;
  border-collapse: collapse;
}
.detailTable thead tr {
  border-color: #1559d4;
}
.detailTable thead th {
  background: #1559d4;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-color: #1559d4;
}
.detailTable tbody td {
  padding: 10px 15px;
}
.detailTable tbody td.tdName {
  font-weight: bold;
  background: #f7f7f7;
  text-align: center;
  width: 20%;
  font-size: 14px;
}
.detailTable .trTitle .tdCon {
  font-weight: bold;
  white-space: normal;
  word-break: break-all;
}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) {
  width: 160px;
}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) {
  width: 160px;
}
.detailTable .preDiv {
  width: 670px;
  overflow: auto;
}
.detailTable .preDiv pre {
  font-size: 14px;
  font-family: 'Microsoft YaHei', SimSun, Arial, Helvetica, Tahoma, sans-serif;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* mainBox */
.mainBox .mHd {
  position: relative;
  border-bottom: 2px solid #1559d4;
  line-height: 48px;
  height: 48px;
  margin-bottom: 10px;
}
.mainBox .mHd .list {
  overflow: hidden;
}
.mainBox .mHd .list li {
  float: left;
  padding: 0 4%;
}
.mainBox .mHd .list a {
  font-size: 20px;
  color: #888;
}
.mainBox .mHd .list a:hover {
  text-decoration: none;
}
.mainBox .mHd .list .on a {
  color: #1559d4;
}
.mainBox .mHd h3,
.mainBox .mHd .list .on {
  font-weight: bold;
  float: left;
  color: #1559d4;
  font-size: 18px;
}
.mainBox .mHd h3 a {
  color: #1559d4;
}
.column {
  margin-bottom: 20px;
  overflow: hidden;
}

/* 热点专题 */
.indRdzt {
  overflow: hidden;
  zoom: 1;
}
.indRdzt ul {
  margin-right: -20px;
  overflow: hidden;
}
.indRdzt li {
  float: left;
  margin-right: 15px;
  width: 254px;
}
.indRdzt li a {
  display: block;
}
.indRdzt li img {
  width: 100%;
  height: 66px;
}
.indRdzt .tit {
  display: block;
  font-size: 14px;
  text-align: center;
  height: 25px;
  overflow: hidden;
}

/* 侧栏-栏目内搜索 */
#sideSearch .bd li {
  padding: 0 0 10px 0;
  overflow: hidden;
}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button {
  height: 32px;
  line-height: 32px;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: "microsoft yahei";
  outline: none;
}
#sideSearch .keyword {
  width: 60%;
  padding: 0 5px;
}
#sideSearch button {
  line-height: 28px;
  width: 32%;
  float: right;
  background: #1559d4;
  border-color: #1559d4;
  color: #fff;
}

/* 通用底部按钮 */
.bot {
  text-align: center;
  padding: 0 0 20px 0;
}
.bot a,
.bot button {
  cursor: pointer;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 5%;
  font-size: 16px;
  background: #1559d4;
  border: 0;
  color: #fff;
  margin: 0 2%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.bot a:hover,
.bot button:hover {
  text-decoration: none;
  background: #077bd4;
}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm {
  background: #fff;
  padding: 3% 0;
  width: 80%;
  margin: 30px auto;
  border: 1px solid #e2e2e2;
  font-size: 16px;
}
.queryForm td {
  padding: 8px 0;
}
.queryForm .tdlab {
  width: 40%;
  text-align: right;
}
.queryForm input[type="text"] {
  width: 56%;
  height: 30px;
}
.queryForm .bot {
  text-align: left;
}
.queryForm .bot a {
  margin: 0;
}
.queryForm .required strong {
  color: #f00;
  margin-right: 5px;
}
.queryForm .errorMessage {
  color: #f00;
}
.queryForm table {
  width: 100%;
  border: 0;
}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult {
  width: 80%;
  margin: 30px auto;
}
.queryResult .mainBox {
  margin-bottom: 50px;
}
.queryResult .tit h3 {
  text-align: center;
  font-size: 38px;
  line-height: 2;
  margin-bottom: 30px;
}
.queryResult .tips {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  border-top: 1px solid #ddd;
  padding: 50px 0 20px 0;
}
.queryResult .number {
  font-weight: bold;
  color: #f00;
}

/* 快捷服务列表 */
.side .quickList {
  margin-right: -20px;
  border-top: 1px solid #e5e5e5;
  padding: 20px 14px 20px 0;
}
.side .quickList li {
  width: 115px;
  margin: 10px 5px;
}
.quickList {
  overflow: hidden;
}
.quickList li {
  float: left;
  width: 140px;
  margin: 5px;
}
.quickList li a {
  display: block;
  height: 84px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  border-radius: 4px;
}
.quickList li a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px auto;
  background: url(../images/icons-kjfw.png) no-repeat 0 0;
}
.quickList li a,
.quickList li a:before {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quickList li a:hover {
  color: #fff;
  text-decoration: none;
  background: #1559d4;
  background: -webkit-linear-gradient(125deg, #1559d4, #e43744);
  background: -o-linear-gradient(125deg, #1559d4, #e43744);
  background: linear-gradient(125deg, #1559d4, #e43744);
}
.quickList li a:hover:before {
  background-position: 0 -80px;
}
.quickList .li2 a:before {
  background-position: -40px 0;
}
.quickList .li3 a:before {
  background-position: -80px 0;
}
.quickList .li4 a:before {
  background-position: -120px 0;
}
.quickList .li5 a:before {
  background-position: -160px 0;
}
.quickList .li6 a:before {
  background-position: -200px 0;
}
.quickList .li7 a:before {
  background-position: -240px 0;
}
.quickList .li8 a:before {
  background-position: -280px 0;
}
.quickList .li9 a:before {
  background-position: -320px 0;
}
.quickList .li10 a:before {
  background-position: -360px 0;
}
.quickList .li11 a:before {
  background-position: -403px 0;
}
.quickList .li12 a:before {
  background-position: -280px 0;
}
.quickList .li13 a:before {
  background-position: -160px 0;
}
.quickList .li14 a:before {
  background-position: -120px 0;
}
.quickList .li2 a:hover:before {
  background-position: -40px -80px;
}
.quickList .li3 a:hover:before {
  background-position: -80px -80px;
}
.quickList .li4 a:hover:before {
  background-position: -120px -80px;
}
.quickList .li5 a:hover:before {
  background-position: -160px -80px;
}
.quickList .li6 a:hover:before {
  background-position: -200px -80px;
}
.quickList .li7 a:hover:before {
  background-position: -240px -80px;
}
.quickList .li8 a:hover:before {
  background-position: -280px -80px;
}
.quickList .li9 a:hover:before {
  background-position: -320px -80px;
}
.quickList .li10 a:hover:before {
  background-position: -360px -80px;
}
.quickList .li11 a:hover:before {
  background-position: -403px -80px;
}
.quickList .li12 a:hover:before {
  background-position: -280px -80px;
}
.quickList .li13 a:hover:before {
  background-position: -160px -80px;
}
.quickList .li14 a:hover:before {
  background-position: -120px -80px;
}
