body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 14px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
  background: #eeeded;
  -webkit-text-size-adjust: 100%;
  min-width: 1150px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #cd0200;
  /* text-decoration: underline; */
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
.b-t {
  border-top: 1px solid #c9d7ea;
}
.color-orange {
  color: #ee5e25;
}
.ml-10 {
  margin-left: 10px;
}
.m-20 {
  margin: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pd-20 {
  padding: 20px;
}
.pd-40 {
  padding: 40px;
}
.pd-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.va-t {
  vertical-align: top!important;
}
.va-m {
  vertical-align: middle;
}
.clearfix:after {
  display: table;
  content: '';
  clear: both;
  height: 0;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.wrapper {
  margin: 0 auto;
  width: 1200px;
}
.page-header {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  height: 80px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
}
.page-header .navbar {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
  font-size: 0;
}
.page-header .navbar > li {
  display: inline-block;
  position: relative;
  color: #3b3b3b;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.page-header .navbar > li.active:after {
  content: '';
  background: #3879ca;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-header .navbar > li > a {
  display: block;
  text-align: center;
  line-height: 80px;
  color: #3b3b3b;
  min-width: 140px;
}
.page-header .navbar > li > a:hover {
  text-decoration: none;
}
.page-header .navbar > li .nav-child {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.page-header .navbar > li .nav-child > li {
  line-height: 30px;
  font-size: 16px;
  color: #3879ca;
}
.page-header .navbar > li .nav-child > li > a {
  padding: 10px;
  display: block;
  color: #3879ca;
  text-decoration: none;
}
.page-header .navbar > li .nav-child > li > a:hover {
  text-decoration: none;
  background-color: #d7e4f4;
}
.page-header .navbar > li.hasChild > a:after {
  content: '';
  display: inline-block;
  background: url(../images/nav_arr_down_black.png) no-repeat center center;
  width: 12px;
  height: 8px;
}
.page-header .navbar > li.hasChild:hover .nav-child {
  display: inline-block;
}
.page-header .navbar > li.hasChild:hover > a:after {
  background-image: url(../images/nav_arr_up_white.png);
}
.page-header .navbar > li:hover {
  background-color: #3879ca;
}
.page-header .navbar > li:hover > a {
  color: #fff;
}
.page-header .navbar-btn {
  width: 100px;
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.page-header .navbar-tools {
  display: inline-block;
  float: right;
}
.logo {
  padding: 22px 0;
  display: inline-block;
  vertical-align: top;
}
.btn {
  border: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #3879ca;
  box-shadow: 0px 0px 10px 0px rgba(36, 134, 255, 0.5);
  line-height: 20px;
  text-align: center;
  padding: 10px;
  color: #fff;
  letter-spacing: 2px;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2c61a3;
}
.btn.btn-cancel {
  background-color: #f7ab26;
  box-shadow: 0px 0px 10px 0px rgba(255, 143, 44, 0.5);
}
.btn.btn-cancel:hover {
  background-color: #e29308;
}
.page-content {
  /* padding-top: 220px; */
}
/* 首页主内容 */
.fast-nav {
  margin-bottom: 20px;
}
.fast-nav > ul {
  text-align: center;
  font-size: 0;
}
.fast-nav > ul > li {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(244, 249, 253, 0.8);
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 0 10px;
}
.fast-nav > ul > li:hover {
  background: #3879ca;
}
.fast-nav > ul > li:hover .fast-label {
  color: #fff;
}
.fast-nav > ul > li:hover a {
  text-decoration: none;
}
.fast-nav > ul > li:hover .fast-icon.icon-zx {
  background-image: url(../images/index_zzxd_zx_h.png);
}
.fast-nav > ul > li:hover .fast-icon.icon-tx {
  background-image: url(../images/index_zzxd_tx_h.png);
}
.fast-nav > ul > li:hover .fast-icon.icon-qz {
  background-image: url(../images/index_zzxd_qz_h.png);
}
.fast-nav > ul > li:hover .fast-icon.icon-jb {
  background-image: url(../images/index_zzxd_jb_h.png);
}
.fast-nav > ul > li:hover .fast-icon.icon-jy {
  background-image: url(../images/index_zzxd_jy_h.png);
}
.fast-nav > ul > li:hover .fast-icon.icon-wdsq {
  background-image: url(../images/zwrx/btn_1_hover.png);
}
.fast-nav > ul > li:hover .fast-icon.icon-wysq {
  background-image: url(../images/zwrx/btn_2_hover.png);
}
.fast-nav > ul > li:hover .fast-icon.icon-wycx {
  background-image: url(../images/zwrx/btn_3_hover.png);
}
.fast-nav .fast-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
}
.fast-nav .fast-icon.icon-zx {
  background-image: url(../images/index_zzxd_zx.png);
}
.fast-nav .fast-icon.icon-tx {
  background-image: url(../images/index_zzxd_tx.png);
}
.fast-nav .fast-icon.icon-qz {
  background-image: url(../images/index_zzxd_qz.png);
}
.fast-nav .fast-icon.icon-jb {
  background-image: url(../images/index_zzxd_jb.png);
}
.fast-nav .fast-icon.icon-jy {
  background-image: url(../images/index_zzxd_jy.png);
}
.fast-nav .fast-icon.icon-wdsq {
  background-image: url(../images/zwrx/btn_1.png);
}
.fast-nav .fast-icon.icon-wysq {
  background-image: url(../images/zwrx/btn_2.png);
}
.fast-nav .fast-icon.icon-wycx {
  background-image: url(../images/zwrx/btn_3.png);
}
.fast-nav .fast-label {
  font-size: 18px;
  color: #3879ca;
  display: block;
}
.fast-nav.mini .fast-icon {
  width: 32px;
  height: 32px;
}
.fast-nav.mini > ul > li {
  width: 98px;
  height: 98px;
  border: 1px solid #3879ca;
  margin: 0 5px;
}
.fast-nav.mini > ul > li .fast-label {
  font-size: 14px;
  margin-top: 10px;
}
.input-box {
  position: relative;
  border-width: 1px;
  border-color: #c9d7ea;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  height: 38px;
}
.input-box input {
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 9px;
  line-height: 20px;
  width: 100%;
}
.input-box input:focus {
  box-shadow: 0 0 0 1px inset #3879ca;
}
.search-box {
  width: 678px;
  margin: 0 auto 40px;
}
.search-box .search-input {
  width: 630px;
}
.search-box .search-btn {
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
  right: 0;
  top: 0;
  border-radius: 4px;
  background: #f7ab26 url(../images/index_search.png) no-repeat center;
  position: absolute;
  width: 38px;
  height: 38px;
}
.search-box .search-btn:hover {
  background-color: #e29308;
}
.index-panel {
  border-radius: 4px;
  background-color: #ffffff;
}
.index-panel .index-header {
  border-bottom: 1px solid #d4cfca;
  line-height: 20px;
  padding: 9px 9px 9px 20px;
  /* background: url(../images/title_icon.png) 6px center no-repeat; */
}
.index-panel .index-header .index-header-title {
  font-size: 16px;
  color: #ee5e25;
}
#panel-algk {
  width: 800px;
  height: 294px;
  float: left;
}
#panel-jdcx {
  width: 380px;
  height: 294px;
  float: right;
}
#panel-jdcx .form-btn .btn {
  width: 145px;
}
.yzm-box input {
  width: 227px;
  display: inline-block;
  width: calc(100% - 110px);
}
.yzm-box .code-img {
  width: 110px;
  height: 38px;
  float: right;
  box-sizing: border-box;
  border-left: 1px solid #c9d7ea;
}
.index-table {
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}
.index-table th {
  padding: 10px 5px;
  font-weight: normal;
  color: white;
  font-size: 18px;
}
.index-table td {
  padding: 10px 5px;
  font-weight: normal;
  color: break;
  font-size: 18px;
}
.index-table thead {
  background-color: #a40000;
}
.index-table.table-border tbody tr {
  border-bottom: 1px solid #c9d7ea;
}
.fast-zxkf-nav {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  display: table;
  table-layout: fixed;
}
.fast-zxkf-nav > li {
  display: table-cell;
  text-align: center;
  position: relative;
}
.fast-zxkf-nav > li .fast-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
}
.fast-zxkf-nav > li .fast-icon img {
  width: 60px;
  height: 60px;
}
.fast-zxkf-nav > li .fast-label {
  font-size: 18px;
  color: #3879ca;
  display: block;
}
.fast-zxkf-nav > li > a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  border-radius: 4px;
  width: 120px;
  height: 120px;
}
.fast-zxkf-nav > li > a:hover {
  text-decoration: none;
  background-color: #f4f9fd;
  background-color: rgba(244, 249, 253, 0.8);
}
.fast-zxkf-nav > li > a:hover .panel-popup {
  display: block;
  color: #4d5866;
}
.fast-zxkf-nav .panel-popup {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  color: #4d5866;
  margin-left: -116px;
  background: url(../images/index_zxkf_xtxfk.png) no-repeat center;
  width: 233px;
  height: 240px;
}
.fast-zxkf-nav .panel-popup .panel-popup-content {
  height: 223px;
  margin: 10px;
  overflow: auto;
}
.fast-zxkf-nav .panel-popup .panel-popup-content h3 {
  font-size: 24px;
  color: #3879ca;
  margin-bottom: 20px;
}
.fast-zxkf-nav .panel-popup .panel-popup-content p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.page-footer {
  background: #3879ca;
  color: #fff;
  padding: 20px;
}
.page-footer .copy-info {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}
/* 数据播报 */
.index-grids .index-grid {
  width: 50%;
  height: 330px;
  float: left;
}
.index-grids .index-grid .index-grid-title {
  font-size: 18px;
  text-align: center;
  color: #4d5866;
  line-height: 30px;
  padding: 15px;
}
.index-grids .index-grid .index-grid-content {
  height: 270px;
  overflow: auto;
  position: relative;
}
.index-grids .charts-area {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.list-dataview {
  margin: 0;
}
.list-dataview:after {
  display: table;
  content: '';
  clear: both;
  height: 0;
}
.list-dataview li {
  /* padding: 15px 15px 15px 80px; */
  position: relative;
  float: left;
  box-sizing: border-box;
  min-height: 70px;
}
.list-dataview li img {
  position: absolute;
  height: 50px;
  top: 15px;
  left: 15px;
}
.list-dataview li h5 {
  font-size: 14px;
  color: #4d5866;
  margin-top: 1px;
}
.list-dataview li p {
  font-size: 24px;
  color: #3879ca;
}
/* 用户信息 */
.nav-userinfo {
  float: right;
  display: inline-block;
  padding: 20px 0;
  position: relative;
}
.nav-userinfo a {
  text-decoration: none;
}
.nav-userinfo > a:after {
  content: '';
  display: inline-block;
  background: url(../images/nav_arr_down_black.png) no-repeat center center;
  width: 12px;
  height: 8px;
}
.nav-userinfo:hover .nav-child {
  display: inline-block;
}
.nav-userinfo:hover > a:after {
  background-image: url(../images/nav_arr_up_black.png);
}
.nav-userinfo .user-avator {
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.nav-userinfo .nav-username {
  padding: 0 10px;
}
.nav-userinfo .nav-child {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 80px;
  right: 0;
  min-width: 120px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.nav-userinfo .nav-child > li {
  line-height: 30px;
  font-size: 16px;
  color: #3879ca;
}
.nav-userinfo .nav-child > li > a {
  padding: 10px;
  display: block;
  color: #3879ca;
  text-decoration: none;
}
.nav-userinfo .nav-child > li > a:hover {
  text-decoration: none;
  background-color: #d7e4f4;
}
/* 自助下单 */
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a:after {
  content: '>';
  color: #333;
}
.form-title {
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  /* padding-left: 40px;
  color: #3879ca;
  background: url(../images/wysq_zzxd_title.png) no-repeat left center; */
}
.row:after {
  display: table;
  content: '';
  clear: both;
  height: 0;
}
.row .col-6 {
  float: left;
  width: 50%;
  vertical-align: top;
}
.form-group {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
  min-height: 40px;
}
.form-group .form-label {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 80px;
  padding: 5px 10px 5px 5px;
}
.form-group .form-control {
  display: table-cell;
  position: relative;
  padding-right: 40px;
  vertical-align: middle;
}
.form-group .form-control .form-input {
  border-width: 1px;
  border-color: #838f9e;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  min-height: 38px;
  padding: 0 10px;
  width: 100%;
  display: inline-block;
}
.form-group .form-control .form-input:focus {
  border-color: #962020;
}
.form-group .form-control textarea.form-input {
  padding: 10px;
  height: inherit;
  resize: none;
}
.form-group .form-control .form-check {
  position: relative;
  margin-right: 20px;
}
.form-group .form-control .form-check input {
  display: none;
}
.form-group .form-control .form-check span {
  padding-left: 30px;
  display: inline-block;
  line-height: 24px;
  background: url(../images/check.png) no-repeat left center;
}
.form-group .form-control .form-check input:checked ~ span {
  background: url(../images/check-a.png) no-repeat left center;
}
.form-group .form-control .form-checkbox {
  position: relative;
  margin-right: 20px;
}
.form-group .form-control .form-checkbox input {
  display: none;
}
.form-group .form-control .form-checkbox span {
  padding-left: 25px;
  display: inline-block;
  line-height: 24px;
  background: url(../images/checkbox.png) no-repeat left center;
}
.form-group .form-control .form-checkbox input:checked ~ span {
  background: url(../images/checkbox-a.png) no-repeat left center;
}
.form-group .require-label {
  padding-left: 15px;
  background: url(../images/wysq_zzxd_require.png) no-repeat left center;
}
.form-hr {
  border-top: 1px solid #d4cfca;
  margin: 20px 0;
}
.form-tips {
  padding-left: 18px;
  color: #9b9b9b;
  background: url(../images/wysq_zzxd_tips.png) no-repeat left center;
}
.form-upload-group {
  margin: 0;
  padding: 0;
}
.form-upload-group li {
  display: block;
  position: relative;
  float: left;
  border: 2px dashed #c9d7ea;
  width: 190px;
  height: 190px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  margin-right: 8px;
}
.form-upload-group li:nth-child(5n) {
  margin-right: 0;
}
.form-upload-group li.upload-btn {
  text-align: center;
}
.form-upload-group li.upload-btn .upload-icon {
  width: 56px;
  height: 48px;
  background: url(../images/wysq_zzxd_upload.png) no-repeat;
  margin: 20px auto 20px;
}
.form-upload-group li.upload-btn p {
  margin-bottom: 20px;
}
.form-upload-group li.upload-btn .btn {
  width: 100px;
}
.form-upload-group li.upload-btn input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.form-upload-group li .del-file {
  position: absolute;
  display: block;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: -8px;
  right: -8px;
  background: url(../images/wysq_zzxd_del.png) no-repeat;
}
.form-upload-group li .del-file:hover {
  text-decoration: none;
  background: url(../images/wysq_zzxd_del_h.png) no-repeat;
}
.page-form .form-btn {
  padding-top: 10px;
}
.page-form .form-btn .btn {
  min-width: 170px;
  margin-left: 10px;
  margin-right: 10px;
}
.form-textarea {
  position: relative;
}
.form-textarea .textarea-count {
  float: right;
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 14px;
  color: #aaaaaa;
}
/* 案例 */
.g-search {
  border-radius: 4px;
  background: #d7e4f4;
  padding: 20px;
  margin-bottom: 20px;
}
.g-search .search-box {
  margin-bottom: 0;
  width: 720px;
  background: none;
  position: relative;
}
.g-search .search-box .search-input {
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 9px;
  line-height: 20px;
  padding-left: 40px;
  width: 600px;
  border-width: 1px;
  border-color: #c9d7ea;
  border-style: solid;
  border-radius: 4px;
  background: #fff url(../images/g-search.png) no-repeat 10px center;
}
.g-search .search-box .search-input:focus {
  border-color: #3879ca;
}
.g-search .search-box .search-btn {
  background: none;
  border: 0;
  box-shadow: none;
  outline: none;
  right: 0;
  top: 0;
  border-radius: 4px;
  background: #f7ab26 url(../images/index_search.png) no-repeat center;
  position: absolute;
  width: 38px;
  height: 38px;
}
.g-search .search-box .search-btn:hover {
  background-color: #e29308;
}
.g-search .search-box .search-btn {
  background-image: none;
  width: 100px;
  color: #fff;
}
.kms-panel .ksm-tabs {
  border-bottom: 1px solid #d7e4f4;
  font-size: 0;
}
.kms-panel .ksm-tabs .kms-tab {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px;
  border-radius: 4px 4px 0 0 ;
  color: #3b3b3b;
  text-align: center;
  min-width: 100px;
  display: inline-block;
  cursor: pointer;
}
.kms-panel .ksm-tabs .kms-tab:hover {
  background-color: #d7e4f4;
}
.kms-panel .ksm-tabs .kms-tab.active {
  color: #fff;
  background: #3879ca;
}
.kms-panel .kms-tab-contents {
  padding-top: 40px;
}
/* 登录注册 */
.login-page {
  background: url(../images/login_bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.login-page .page-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.login-panel {
  width: 1200px;
  height: 580px;
  z-index: 2;
  margin: 40px auto 0;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
.login-panel .login-left {
  position: relative;
  width: 600px;
  height: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3879ca;
}
.login-panel .login-left .logo {
  position: absolute;
  top: 20px;
  left: 40px;
}
.login-panel .login-right {
  float: left;
  width: 600px;
}
.login-panel .login-right .login-box {
  padding: 40px 50px;
}
.login-panel .login-right .login-box .login-title {
  color: #3b3b3b;
  font-size: 28px;
  text-align: center;
}
.login-panel .login-right .login-box .login-content {
  padding: 45px;
}
.login-panel .login-right .login-box .login-content h3 {
  font-weight: normal;
}
.reg-link {
  color: #f7ab26;
  padding-right: 20px;
  background: url(../images/index_zxkf_xtxfk_right.png) no-repeat right center;
}
/* 文章详情 */
.article-box .article-title {
  text-align: center;
  color: #3b3b3b;
  margin-bottom: 10;
}
.article-box .article-info {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}
.article-box .art-count,
.article-box .art-createtime,
.article-box .art-updatetime {
  display: inline-block;
  min-width: 100px;
  text-align: left;
}
.article-box .art-count {
  margin: 0 20px;
  background: url(../images/art-count.png) no-repeat left center;
  padding-left: 20px;
}
.article-box .art-createtime {
  margin: 0 20px;
  background: url(../images/art-create.png) no-repeat left center;
  padding-left: 20px;
}
.article-box .art-updatetime {
  margin: 0 20px;
  background: url(../images/art-update.png) no-repeat left center;
  padding-left: 20px;
}
/* 分页 */
.pagesize {
  color: #3b3b3b;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding: 20px;
}
.pagesize .page-total {
  margin: 0 20px;
}
.pagesize .page-control {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.pagesize .page-control .page-prev,
.pagesize .page-control .page-next,
.pagesize .page-control .page-num {
  border: 0;
  outline: none;
  background: none;
  display: inline-block;
  box-sizing: border-box;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  border-radius: 4px;
}
.pagesize .page-control .page-prev {
  background: url(../images/tab-left.png) no-repeat center;
}
.pagesize .page-control .page-prev[disabled] {
  background: url(../images/tab-left-dis.png) no-repeat center;
}
.pagesize .page-control .page-next {
  background: url(../images/tab-right.png) no-repeat center;
}
.pagesize .page-control .page-next[disabled] {
  background: url(../images/tab-right-dis.png) no-repeat center;
}
.pagesize .page-control .page-num {
  color: #3b3b3b;
  background: #eeeeee;
}
.pagesize .page-control .page-num:hover {
  background-color: #d7e4f4;
  text-decoration: none;
}
.pagesize .page-control .page-num.active {
  background-color: #a40000;
  color: #fff;
}
.pagesize .page-jump {
  display: inline-block;
  vertical-align: top;
}
.pagesize .page-jump input,
.pagesize .page-jump button {
  border: 0;
  outline: none;
  background: none;
  display: inline-block;
  box-sizing: border-box;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #cecece;
  margin: 0 10px;
  text-align: center;
}
.pagesize .page-jump .page-input {
  width: 50px;
}
.pagesize .page-jump .page-jump:hover {
  background-color: #d7e4f4;
}
/* 便民服务 */
.flex-box {
  display: table;
  /* table-layout: fixed; */
  width: 100%;
}
.flex-box .left-side,
.flex-box .right-side {
  display: table-cell;
  vertical-align: top;
}
.left-side {
  width: 100%;
  padding: 5px 5px 5px 5px;
}
.right-side {
  padding-left: 20px;
}
.side-nav {
  display: block;
}
.side-nav .side-nav-title {
  text-align: center;
  color: #fff;
  background-color: #3879ca;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
.side-nav .side-nav-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.side-nav .side-nav-list .side-link {
  display: block;
  text-align: center;
}
.side-nav .side-nav-list .side-link.active,
.side-nav .side-nav-list .side-link:hover {
  background: #d7e4f4;
}
.side-nav .side-nav-list .side-link.active > a,
.side-nav .side-nav-list .side-link:hover > a {
  color: #3879ca;
}
.side-nav .side-nav-list .side-link > a {
  display: block;
  padding: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #4d5866;
}
.side-nav .side-nav-list .side-link > a:hover {
  text-decoration: none;
}
.service-box {
  border: 1px solid #c9d7ea;
  margin-bottom: 20px;
}
.service-box .service-title {
  border-bottom: 1px solid #c9d7ea;
  position: relative;
  background: #d7e4f4;
  color: #3879ca;
  font-size: 16px;
  padding: 8px;
  padding-left: 13px;
}
.service-box .service-title:after {
  content: '';
  position: absolute;
  left: 0;
  height: 24px;
  width: 4px;
  top: 50%;
  margin-top: -12px;
  background: #3879ca;
}
.service-box .service-title .service-tools {
  position: absolute;
  right: 10px;
  display: inline-block;
  bottom: 0;
}
.service-box .service-list {
  display: block;
}
.service-box .service-list .service-link {
  display: block;
  float: left;
  width: 150px;
  height: 150px;
  margin-left: 5px;
  text-align: center;
}
.service-box .service-list .service-link:hover {
  text-decoration: none;
}
.service-box .service-list .service-link .service-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 20px auto 20px;
}
.service-box .service-list .service-link .service-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.service-box .service-list .service-link .service-label {
  font-size: 14px;
  color: #4d5866;
  padding: 0 12px;
  text-align: center;
  display: inline-block;
}
/* 政务热线 */
.intro-12345 {
  width: 420px;
  height: 230px;
  position: relative;
  /* background: url(../images/zwrx/intro.jpg); */
}
.intro-12345 .intro-box {
  padding: 20px;
  color: #fff;
}
.intro-12345 .intro-box .intro-title {
  font-size: 16px;
  line-height: 30px;
}
.intro-12345 .intro-box .intro-content {
  line-height: 2;
  font-size: 16px;
}
.bg-hover {
  /* background-color: #d7e4f4; */
  height: auto;
  padding: 20px 0;
}
.tab-titles a {
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
  line-height: 24px;
  color: #4d5866;
  border-bottom: 2px solid transparent;
}
.tab-titles a:hover,
.tab-titles a.active {
  border-bottom-color: #3879ca;
  color: #3879ca;
  text-decoration: none;
}
.tab-contents .tab-content {
  display: none;
}
.tab-contents .tab-content.active {
  display: block;
}
.notify-list li {
  padding: 0 10px;
  padding-left: 30px;
  display: block;
  margin-bottom: 0;
  position: relative;
}
.notify-list li:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #4d5866;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}
.notify-list li a {
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  color: #4d5866;
}
.notify-list li a:hover {
  text-decoration: none;
  color: #3879ca;
}
