@charset 'utf-8';
/*
** 2018-7-16 中心服务
*/

#main_content img {
  max-width: 100%;
}
.p-deposit h2, .p-cognizance h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  padding: 60px 0 12px;
}
.p-deposit h3, .p-cognizance h3 {
  font-size: 16px;
  font-weight: bold;
}
.more-link {
  font-size: 14px;
  font-weight: normal;
  color: #00ABE1;
  margin-top: 9px;
}
.chain-contact {
  background-color: #54657C;
}
.chain-contact .container {
  padding-top: 35px;
  padding-bottom: 25px;
  background: url('../../../image/chain/service/contact.jpg') no-repeat right center;
  background-size: auto 100%;
}
.chain-contact h3 {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.7778;
  margin-bottom: 10px;
  margin-bottom: .1rem;
}
.chain-contact p {
  color: #FFF;
  line-height: 1.4;
  padding: 8px 0;
}
.side-menu {
  position: fixed;
  left: 0;
  top: 325px;
  border: 1px solid #586270;
  border-right: none;
  background: #414E5F;
  width: 108px;
  z-index: 99;
}
.side-menu ul {
  border-left: 1px dashed #999;
  margin-left: 14px;
  margin-bottom: 40px;
}
.side-menu li {
  margin-left: -6px;
  margin-top: 30px;
  font-size: 12px;
}
.side-menu a {
  color: #FFF;
}
.side-menu a:before {
  content: ' ';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background: #FFF;
}
.side-menu a span {
  vertical-align: middle;
}
.side-menu a:hover, .side-menu a.curr {
  color: #00ABE1;
}
.side-menu a:hover:before, .side-menu a.curr:before {
  border: 1px solid #00ABE1;
  background: #00ABE1;
}
.side-arrow {
  width: 14px;
  height: 126px;
  background: url(../../../image/chain/service/border.png) no-repeat 0 0;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -62px;
  font-size: 16px;
  line-height: 124px;
  font-family: serif, cursive, monospace;
  cursor: pointer;
  text-align: left;
  color: #989EA5;
  font-weight: bold;
}
.side-arrow .side-to-show {
  display: none;
}
.side-arrow .side-to-hide {
  display: block;
}
.ent-list-banner {
  padding: 40px 0;
}
.ent-list-banner h1 {
  font-size: 24px;
  font-weight: bold;
}
.ent-search {
  width: 100%;
  border: 1px solid #E5E5E5;
  margin-top: 15px;
}
.ent-search input[type='text'], .ent-search input[type='submit'] {
  border: none;
  height: 34px;
  line-height: 34px;
  background: #FFF;
}
.ent-search input[type='text'] {
  width: calc(100% - 100px);
  padding: 0 10px;
}
.ent-search input[type='submit'] {
  width: 80px;
  cursor: pointer;
  background-color: #00ABE1;
  color: #FFF;
}
.ent-list-table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
}
.ent-list-tit {
  font-weight: bold;
  background: #F9F9F9;
}
.ent-list-table tr.even {
  background: #F9F9F9;
}
.ent-list-table th, .ent-list-table td {
  padding: 10px;
}
.ent-list-table th {
  text-align: left;
}
.ent-list-table .col1 {
  width: 15%;
  min-width: 72px;
}
.ent-list-table .col2 {
  width: 70%;
}
.ent-list-table .col3 {
  width: 30%;
}
.ent-list-table .col4 {
  width: 15%;
  min-width: 100px;
}
@media screen and (max-width: 1299px) {
}
@media screen and (max-width: 999px) {
  select {
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  .side-menu {
    left: -106px;
    top: 100px;
  }
  .side-arrow .side-to-show {
    display: block;
  }
  .side-arrow .side-to-hide {
    display: none;
  }
  .sp-contact .container {
    background-position: center center;
  }
}
@media screen and (max-width: 479px) {
  .sp-contact .container {
    background-size: auto 100%;
  }
}