table.list-box {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EEE;
}

table.list-box th, table.list-box td {
  border: 1px solid #EEE;
  padding: 10px;
  text-align: center;
}

table.list-box th a, table.list-box td a {
  color: #0973CA;
  text-decoration: underline;
}

table.list-box th a:hover, table.list-box td a:hover {
  color: #0973CA;
  opacity: .8;
}

table.list-box th {
  font-weight: normal;
}

table.list-box a.btn-down {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/images/slice/down.png") no-repeat center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin: 0 auto;
}

table.list-box a.normal {
  color: #2D3C5E;
}

table.list-box tr:hover td {
  background: #f1f1f1;
}

table.list-box tr:hover a.btn-down {
  background-image: url("/images/slice/down_hover.png");
}

table.list-box tr:hover a.normal {
  color: #0973CA;
}

table.detail-list {
  width: 100%;
  margin: 10px 0 20px;
  border: 1px solid #CCC;
}

table.detail-list th, table.detail-list td {
  border: 1px solid #CCC;
  padding: 10px 15px;
}

table.detail-list thead th {
  white-space: nowrap;
  font-weight: bold;
}

table.detail-list tr.odd th, table.detail-list tr.odd td {
  background: #F9FBFF;
}

table.notice-list {
  width: 100%;
}

table.notice-list th, table.notice-list td {
  border: 1px solid #EEE;
  padding: 10px 5px;
  text-align: center;
  color: #2D3C5E;
  font-size: 14px;
  word-break: break-all;
}

table.notice-list th {
  font-weight: normal;
  background: #F9FBFF;
}

table.notice-list a.normal {
  color: #2D3C5E;
}

table.notice-list a.normal:hover {
  text-decoration: underline;
  color: #0973CA;
}

table.notice-list a.btn-view {
  display: inline-block;
  white-space: nowrap;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 12px;
  color: #2D3C5E;
}

table.notice-list a.btns {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  padding: 6px 12px;
  color: #2D3C5E;
}

table.notice-list a.btns:hover {
  text-decoration: underline;
}

table.notice-list tr:hover td {
  color: #0973CA;
}

table.notice-list tr:hover a.btn-view {
  background: #0973CA;
  color: #FFF;
  border-color: #0973CA;
}

table.notice-list tr:hover a.normal {
  color: #0973CA;
}

table.notice-list tr:hover a.btns {
  color: #0973CA;
}

table.notice-list tr.odd th, table.notice-list tr.odd td {
  background: #F9FBFF;
}

table.notice-list.normal-table th, table.notice-list.normal-table td {
  padding: 5px 10px;
}

table.notice-list.normal-table td {
  text-align: left;
  vertical-align: top;
}

table.cx-list {
  width: 100%;
  border: 1px solid #F3F3F3;
  margin: 30px 0 20px;
}

table.cx-list th, table.cx-list td {
  border: 1px solid #F3F3F3;
  padding: 12px 15px;
  font-size: 14px;
  color: #5B6681;
}

table.cx-list th {
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
}

table.cx-list th h3 {
  font-size: 16px;
  color: #0973CA;
}

table.cx-list td {
  text-align: left;
}

table.cx-list td a {
  color: #5B6681;
}

table.cx-list tr:hover td {
  color: #0973CA;
}

table.cx-list tr:hover td a {
  color: #0973CA;
}

table.cx-list tr.odd th, table.cx-list tr.odd td {
  background: #F9FBFF;
}

table.jsxm-table {
  width: 100%;
  border: 1px solid #EEEEEE;
}

table.jsxm-table tr th, table.jsxm-table tr td {
  border: 1px solid #EEEEEE;
  font-size: 14px;
  color: #2D3C5E;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table.jsxm-table tr th {
  white-space: nowrap;
}

table.jsxm-table tr td a.see {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
  font-size: 14px;
  color: #2D3C5E;
  font-weight: 500;
}

table.jsxm-table tr td a.link-view, table.jsxm-table tr td a.link-photo {
  display: inline-block;
  text-indent: 50px;
  overflow: hidden;
}

table.jsxm-table tr td a.link-view {
  width: 16px;
  height: 18px;
  background: url(../png/vthz9r.png) no-repeat center;
  -webkit-background-size: 16px 18px;
          background-size: 16px 18px;
}

table.jsxm-table tr td a.link-photo {
  width: 18px;
  height: 18px;
  background: url("/images/photo2/photo.png") no-repeat center;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
}

table.jsxm-table tr:hover td {
  color: #0973CA;
}

table.jsxm-table tr:hover td a.see {
  color: #0973CA;
  border: 0;
  outline: none;
}

table.jsxm-table tr:hover td a.link-view {
  background-image: url(../png/vdq113.png);
}

table.jsxm-table tr:hover td a.link-photo {
  background-image: url("/images/photo2/photo_hover.png");
}

table.jsxm-table tr.odd th, table.jsxm-table tr.odd td {
  background: #F9FBFF;
}

table.jsxm-table tr.odd th a.see, table.jsxm-table tr.odd td a.see {
  border: 0;
}

table.jsxm-table tr.odd:hover td a.see {
  background: transparent;
  border: 0;
  color: #0973CA;
}

div.table-result-search {
  padding: 15px 0;
}

div.table-result-search table {
  border: 1px solid #EEEEEE;
  width: 100%;
}

div.table-result-search table th, div.table-result-search table td {
  padding: 12px 15px;
  font-size: 14px;
  color: #2D3C5E;
}

div.table-result-search table th {
  width: 200px;
  text-align: right;
}

div.table-result-search table .title {
  font-size: 16px;
  line-height: 16px;
  background: no-repeat left center;
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  padding-left: 28px;
  text-align: left;
}

div.table-result-search table .title.tit-01 {
  background-image: url(../png/qqsd8p.png);
}

div.table-result-search table .title.tit-02 {
  background-image: url(../png/tgdgak.png);
}

div.table-result-search table .msg-title {
  padding: 12px 0 20px;
}

div.table-result-search table .msg-title h3 {
  font-size: 20px;
  color: #2D3C5E;
  text-align: center;
  font-weight: bold;
}

div.table-result-search table .message-replay {
  padding: 20px 30px;
  font-size: 14px;
}

div.table-result-search table .message-replay img {
  max-width: 100%;
}

div.table-result-search table .btn-box {
  text-align: center;
}

div.table-result-search table .btn-box button.btn-back {
  min-width: 80px;
  height: 42px;
  background: #EBF1FE;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #0973CA;
}

table.cxgh-table {
  width: 900px;
  margin: 30px auto;
  border: 1px solid #EEEEEE;
}

table.cxgh-table tr th, table.cxgh-table tr td {
  border: 1px solid #EEEEEE;
  padding: 12px 26px;
  font-size: 14px;
  color: #2D3C5E;
}

table.cxgh-table tr th {
  font-weight: normal;
  width: 20px;
  white-space: nowrap;
}

table.cxgh-table tr td a.btn-back {
  display: block;
  width: 90px;
  line-height: 38px;
  background: #EBF1FE;
  font-size: 14px;
  color: #2D3C5E;
  text-align: center;
  margin: 5px auto;
}

div.photo-wrap {
  width: 100%;
  padding: 20px 0;
}

div.photo-wrap:after {
  display: block;
  content: '';
  clear: both;
}

div.photo-wrap .left-content, div.photo-wrap .right-content {
  width: 510px;
  min-height: 530px;
  background: #F9FBFF;
  padding: 20px;
}

div.photo-wrap .left-content {
  float: left;
}

div.photo-wrap .left-content .inline {
  display: inline-block;
}

div.photo-wrap .left-content .section-01 {
  text-align: center;
  padding: 20px 0;
}

div.photo-wrap .left-content .section-01 h3 {
  font-size: 18px;
  color: #2D3C5E;
  line-height: 24px;
  font-weight: bold;
}

div.photo-wrap .left-content .section-02 {
  text-align: right;
  padding: 20px 50px 45px;
}

div.photo-wrap .left-content .section-02 .inline {
  text-align: center;
}

div.photo-wrap .left-content .section-02 p {
  font-size: 12px;
}

div.photo-wrap .left-content .section-03 {
  min-height: 160px;
  padding: 15px 20px;
}

div.photo-wrap .left-content .section-03 p {
  font-size: 14px;
}

div.photo-wrap .left-content .section-04, div.photo-wrap .left-content .section-05 {
  text-align: right;
}

div.photo-wrap .left-content .section-04 dl, div.photo-wrap .left-content .section-05 dl {
  text-align: left;
  display: inline-block;
  padding: 5px 0;
}

div.photo-wrap .left-content .section-04 dl dt, div.photo-wrap .left-content .section-04 dl dd, div.photo-wrap .left-content .section-05 dl dt, div.photo-wrap .left-content .section-05 dl dd {
  display: inline-block;
  vertical-align: top;
}

div.photo-wrap .left-content .section-04 dl dt, div.photo-wrap .left-content .section-05 dl dt {
  font-weight: normal;
  padding-right: 10px;
}

div.photo-wrap .left-content .section-04 dl dd, div.photo-wrap .left-content .section-05 dl dd {
  width: 120px;
}

div.photo-wrap .left-content .section-04 dl dd span.block, div.photo-wrap .left-content .section-05 dl dd span.block {
  display: block;
}

div.photo-wrap .left-content .section-04 {
  padding: 10px 26px 0;
}

div.photo-wrap .left-content .section-05 {
  padding: 0 26px 25px;
}

div.photo-wrap .right-content {
  float: right;
}

div.photo-wrap .right-content table.auth {
  border: 1px solid #EEEEEE;
  width: 100%;
}

div.photo-wrap .right-content table.auth th, div.photo-wrap .right-content table.auth td {
  border: 0;
  border-top: 1px solid #EEEEEE;
  padding: 10px 12px;
}

div.photo-wrap .right-content table.auth th {
  width: 20px;
  white-space: nowrap;
  font-weight: normal;
}

div.photo-wrap .right-content .info {
  padding: 10px 15px;
}

div.photo-wrap .right-content .info h5 {
  padding: 10px 0;
}

div.photo-wrap .right-content .info p {
  font-size: 12px;
  line-height: 24px;
  text-indent: 2em;
  margin-bottom: 5px;
}

div.hfcx-box {
  width: 100%;
}

div.hfcx-box .title {
  border-top: 1px solid #F1F1F7;
  border-bottom: 1px solid #F1F1F7;
  padding: 15px 0;
}

div.hfcx-box .title h3 {
  font-size: 20px;
  color: #0974CA;
}

div.hfcx-box .content {
  margin: 15px 0;
  width: 100%;
  background: #F9FBFF;
  padding: 5px;
}

div.hfcx-box .content:after {
  display: block;
  content: '';
  clear: both;
}

div.hfcx-box .content dl.item {
  width: 100%;
  display: table;
  float: left;
}

div.hfcx-box .content dl.item.half4 {
  width: 25%;
}

div.hfcx-box .content dl.item dt, div.hfcx-box .content dl.item dd {
  display: table-cell;
  vertical-align: top;
  padding: 6px 5px;
  font-size: 14px;
  color: #2D3C5E;
}

div.hfcx-box .content dl.item dt {
  font-weight: normal;
  width: 10px;
  white-space: nowrap;
}

div.hfcx-box .content dl.item dt span.tit {
  color: #666666;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

div.hfcx-box .content dl.item dt span.tit:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #0973CA;
  margin-top: -3px;
}

div.hfcx-box table.hfcx-list {
  margin: 15px 0;
  width: 100%;
}

div.hfcx-box table.hfcx-list th, div.hfcx-box table.hfcx-list td {
  background: #F9FBFF;
  font-weight: normal;
  padding: 10px;
  font-size: 14px;
  vertical-align: top;
}

div.hfcx-box table.hfcx-list th {
  width: 20px;
  white-space: nowrap;
}

div.hfcx-box table.hfcx-list th span.tit {
  color: #666666;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

div.hfcx-box table.hfcx-list th span.tit:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #0973CA;
  margin-top: -3px;
}

div.hfcx-box .btn-box {
  text-align: center;
  padding: 30px 0;
}

div.hfcx-box .btn-box button.btn-back {
  min-width: 80px;
  height: 42px;
  background: #EBF1FE;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #0973CA;
}

div.tb-description {
  padding: 30px 0;
}

div.tb-description dl.txt {
  width: 100%;
  font-size: 14px;
  color: #2D3C5E;
}

div.tb-description dl.txt dt, div.tb-description dl.txt dd {
  display: table-cell;
  vertical-align: top;
}

div.tb-description dl.txt dt {
  width: 20px;
  white-space: nowrap;
  font-weight: normal;
}

div.tb-description dl.txt dd {
  line-height: 24px;
}

div.tb-description dl.txt dd p {
  margin-bottom: 10px;
}

form.bdcjy-detail {
  width: 100%;
}

form.bdcjy-detail table.list {
  width: 100%;
  border: 1px solid #EEEEEE;
  margin: 15px 0;
}

form.bdcjy-detail table.list th, form.bdcjy-detail table.list td {
  padding: 16px;
  font-size: 14px;
  color: #2D3C5E;
  line-height: 24px;
}

form.bdcjy-detail table.list th {
  border-bottom: 1px solid #EEEEEE;
}

form.bdcjy-detail table.list.gray th, form.bdcjy-detail table.list.gray td {
  background-color: #F9FBFF;
}

form.bdcjy-detail table.list.no-line th, form.bdcjy-detail table.list.no-line td {
  border: none;
  padding: 10px 15px;
  vertical-align: top;
}

form.bdcjy-detail table.list.no-line th {
  font-weight: normal;
  width: 20px;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
  line-height: 36px;
}

form.bdcjy-detail table.list.no-line td {
  width: 50%;
}

form.bdcjy-detail table.list.no-line td.btn-box {
  border-top: 1px solid #EEEEEE;
  padding: 20px 15px;
  text-align: center;
}

form.bdcjy-detail table.list.no-line td.btn-box button.btn {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0 3px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 80px;
  height: 42px;
}

form.bdcjy-detail table.list.no-line td.btn-box button.btn.btn-update {
  background-color: #0973CA;
  color: #FFF;
}

form.bdcjy-detail table.list.no-line td.btn-box button.btn.btn-clear {
  background-color: #EBF1FE;
  color: #0973CA;
}

form.bdcjy-detail table.list.no-line td .ipt-txt {
  width: 100%;
  padding-right: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

form.bdcjy-detail table.list.no-line td .ipt-txt input, form.bdcjy-detail table.list.no-line td .ipt-txt textarea {
  border: 1px solid #EEEEEE;
  width: 100%;
  font-size: 14px;
  color: #333;
}

form.bdcjy-detail table.list.no-line td .ipt-txt input {
  height: 36px;
  padding: 0 12px;
}

form.bdcjy-detail table.list.no-line td .ipt-txt textarea {
  height: 90px;
  resize: none;
  padding: 10px 12px;
}

form.bdcjy-detail table.list.no-line td .ipt-txt span.flag {
  line-height: 36px;
  color: #F00;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
}

form.bdcjy-detail table.list.no-line td .ipt-txt.verify {
  width: 150px;
}

form.bdcjy-detail table.list.no-line td .desc {
  font-size: 12px;
  color: #999;
}

form.bdcjy-detail table.list.no-line td .verify-code {
  display: inline-block;
  vertical-align: middle;
}

form.bdcjy-detail table.list.no-line td .verify-code span, form.bdcjy-detail table.list.no-line td .verify-code img.code {
  display: inline-block;
  vertical-align: middle;
}

form.bdcjy-detail table.list.no-line td .verify-code span {
  font-size: 14px;
  color: #999;
}

form.bdcjy-detail table.list.no-line td .verify-code img.code {
  width: 73px;
  height: 27px;
  margin-left: 8px;
}

table.form-list {
  width: 100%;
}

table.form-list th, table.form-list td {
  vertical-align: top;
  padding: 10px 5px;
  font-size: 14px;
}

table.form-list th {
  width: 20px;
  line-height: 36px;
  white-space: nowrap;
  color: #2D3C5E;
  font-weight: normal;
  text-align: right;
}

table.form-list td input.ipt-disabled {
  width: 380px;
  height: 36px;
  padding: 0 15px;
  color: #666666;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
}

table.form-list td textarea.ipt-disabled {
  width: 885px;
  height: 200px;
  padding: 10px 15px;
  color: #666666;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  resize: none;
}

table.form-list td .fujian {
  line-height: 36px;
}

table.form-list td .fujian a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #0973CA;
}