@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: -166px;
  top: 325px;
  border: 1px solid rgba(186, 0, 1, 0.2);
  border-right: none;
  background: #fdf8ec;
  width: 168px;
  z-index: 99;
  padding: 10px 0 10px 6px;
  box-sizing: border-box;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 0 8px 8px 0;
}
.side-menu ul {
  border-left: 3px solid #ba0001;
  margin-left: 10px;
  margin-bottom: 32px;
  padding-left: 8px;
}
.side-menu li {
  margin-left: -6px;
  margin-top: 18px;
  font-size: 12px;
}
.side-menu li:first-child {
  margin-top: 8px;
}
.side-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 6px 8px 6px 4px;
  line-height: 1.35;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.side-menu a:before {
  content: ' ';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #9a6f2a;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background: linear-gradient(180deg, #d4a84b 0%, #9a6f2a 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.side-menu a span {
  vertical-align: middle;
  white-space: nowrap;
}
.side-menu a:hover,
.side-menu a.curr {
  background: #ba0001;
  color: #fff;
}
.side-menu a:hover:before,
.side-menu a.curr:before {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: #fff;
  box-shadow: none;
}
.side-arrow {
  width: 22px;
  min-height: 108px;
  padding: 10px 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #d4a84b 0%, #b8893d 48%, #9a6f2a 100%);
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 0 8px 8px 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(154, 111, 42, 0.65);
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-arrow .side-to-show,
.side-arrow .side-to-hide {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Microsoft YaHei', 'PingFang SC', Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  user-select: none;
}
.side-arrow .side-to-show {
  display: block;
}
.side-arrow .side-to-hide {
  display: none;
}
.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 {
    top: 100px;
  }
  .sp-contact .container {
    background-position: center center;
  }
}
@media screen and (max-width: 479px) {
  .sp-contact .container {
    background-size: auto 100%;
  }
}