.banner-wrap {
  position: relative;
  min-width: 1200px;
  height: 300px;
  overflow: hidden;
}
.banner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 300px;
  margin-left: -1000px;
}
.content-box {
  position: relative;
  min-height: 634px;
}
.content-box.detail {
  background: #f6f6f6;
}
.list-search-wrap {
  position: absolute;
  top: -34px;
  width: 1200px;
  height: 68px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 14px 40px;
  box-sizing: border-box;
}
.list-search-content {
  display: flex;
  align-items: center;
}
.list-search-content::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/app_inc/pingan/static/consumer-protection/images/search-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.list-search-input {
  width: 640px;
  height: 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  margin: 0 8px;
  border: none;
  outline: none;
}
input::placeholder {
  color: rgba(0, 0, 0, 0.44);
}
.input-close {
  visibility: hidden;
  width: 24px;
  height: 24px;
}
.input-close.active {
  visibility: visible;
  cursor: pointer;
}
.list-search-btn {
  width: 72px;
  height: 40px;
  margin: 0 24px 0 16px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background: #e6e7e8;
  border-radius: 8px;
}
.list-search-btn.active {
  background: #ff4800;
  cursor: pointer;
}
.search-date-picker .J-datepicker-range-day {
  width: 300px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(230, 231, 232, 1);
  border-radius: 8px;
  padding: 0 10px;
  font-size: 0;
  color: rgba(0, 0, 0, 0.9);
}
/* .search-date-picker .J-datepicker-range-day:hover .icon-close{
  visibility: visible;
  cursor: pointer;
} */
.search-date-picker .c-datepicker-data-input.only-date {
  font-size: 14px;
  width: 80px;
}
.c-datepicker-date-table td div {
  height: 24px;
  padding: 0;
}
.search-date-picker .c-datepicker-data-input.only-date::placeholder {
  color: rgba(0, 0, 0, 0.44);
}
.c-datepicker-picker .c-datepicker-date-table td.in-range div,
.c-datepicker-picker .c-datepicker-date-table td.in-range div:hover {
  background-color: rgba(255, 232, 223, 0.7);
}
.c-datepicker-picker
  .c-datepicker-date-table
  td.current.start-date.end-date.in-range
  div,
.c-datepicker-picker
  .c-datepicker-date-table
  td.current.start-date.end-date.in-range
  div:hover {
  background: none;
}
.c-datepicker-date-table td.next-month .cell,
.c-datepicker-date-table td.prev-month .cell {
  color: #bcbec0;
}
.c-datepicker-picker .c-datepicker-date-table td.start-date div,
.c-datepicker-picker .c-datepicker-date-table td.end-date div {
  border-radius: 0;
}
.c-datepicker-picker .c-datepicker-date-table td .cell {
  border-radius: 2px;
  box-sizing: border-box;
}
.c-datepicker-picker .c-datepicker-date-table td.current:not(.disabled) .cell {
  background-color: #ff4800;
}

.c-datepicker-picker .c-datepicker-date-table td.disabled .cell {
  text-decoration: none;
  color: #bcbec0;
}
.c-datepicker-picker__icon-btn:hover,.c-datepicker-date-table td.available .cell:hover {
  color:#ff4800;
}
.c-datepicker-date-table td.available.current .cell:hover {
  color: #fff;
}
.c-datepicker-picker .c-datepicker-date-table td.disabled.in-range div,
.c-datepicker-picker .c-datepicker-date-table td.disabled.in-range div:hover {
  background: none;
}
.c-datepicker-picker .c-datepicker-date-table td.today .cell {
  color: #ff4800;
  border: 1px solid #ff4800;
  font-weight: 500;
}
.c-datepicker-picker .c-datepicker-date-table td.end-date .cell,
.c-datepicker-picker .c-datepicker-date-table td.start-date .cell {
  font-weight: 500;
}
.c-datepicker-picker .c-datepicker-date-table td.today.current .cell,
.c-datepicker-picker .c-datepicker-date-table td.end-date.in-range .cell,
.c-datepicker-picker .c-datepicker-date-table td.start-date.in-range .cell {
  color: #fff;
  border: none;
}
.c-datepicker-picker .c-datepicker-date-table td.today.in-range:hover .cell {
  color: #fff;
  border: none;
}
.c-datepicker-date-table td.available:hover {
  color: #fff;
}
.c-datepicker-date-table td.disabled:hover {
  color: #bcbec0;
}
.search-date-picker .c-datepicker-range-separator {
  font-size: 14px;
  padding: 0 20px;
}
.search-date-picker .icon-date {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  padding: 10px 0;
  vertical-align: top;
  background: url(/app_inc/pingan/static/consumer-protection/images/time-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.search-date-picker .icon-close {
  width: 16px;
  height: 16px;
  padding: 12px 0;
  margin-left: 8px;
  vertical-align: top;
  background: url(/app_inc/pingan/static/consumer-protection/images/clear-small-icon.svg) no-repeat;
  background-size: 100% 100%;
  visibility: hidden;
}
.search-date-picker .icon-close.active {
  visibility: visible;
  cursor: pointer;
}
.list-wrap {
  padding-top: 79px;
}
.list-item {
  height: 65px;
  margin: 0 40px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e7e8;
  font-size: 18px;
  line-height: 25px;
  box-sizing: border-box;
  cursor: pointer;
}
.list-item:hover {
  border-bottom: 1px solid #ff4800;
}
.list-item:hover .list-item-title,
.list-item:hover .list-item-date {
  color: #ff4800;
}
.list-item .list-item-title {
  color: rgba(0, 0, 0, 0.9);
  width: 940px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item .list-item-date {
  color: rgba(0, 0, 0, 0.44);
}

.no-data-wrap {
  display: none;
  margin-top: 160px;
  text-align: center;
}
.no-data-wrap img {
  width: 140px;
  height: 140px;
}
.no-data-wrap p {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 500;
}

/* ------------- 详情页 ---------------- */

/* 面包屑 */
.breadcrumbs-wrap {
  width: 100%;
  min-width: 1200px;
  padding: 31px 0;
  background: #f6f6f6;
}
.breadcrumbs-content {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
}
.breadcrumbs-content span {
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.breadcrumbs-content img {
  width: 16px;
  height: 16px;
  margin: 4px;
  vertical-align: bottom;
}
.breadcrumbs-content a {
  display: inline-block;
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 400;
}
.breadcrumbs-content a:hover {
  text-decoration: underline;
  color: #ff4800;
}

.detail-wrap {
  width: 1200px;
  padding: 60px 100px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 80px;
  box-sizing: border-box;
}
.detail-wrap .title {
  font-size: 44px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  line-height: 62px;
  text-align: center;
}
.detail-wrap .other-info {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.44);
  letter-spacing: 0;
  padding: 30px 0 40px;
}
.detail-wrap .other-info div {
  display: inline-block;
  
}
.detail-wrap .other-info div:first-child {
  margin-right: 40px;
}
.detail-wrap .article-content img {
  width:100% !important
}