.content {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

/* 轮播图 */
.banner {
  overflow: hidden;
  border-radius: 6px;
  padding: 0;
}
.banner-image {
  width: 100%;
}
.banner-dots {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
}
.banner-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
}
.banner-dots__item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #d2d2d2;
  border-radius: 100%;
}
.slick-active .banner-dots__item {
  background: #ff7901;
}

/* 首页部件 */
.card-wrapper {
  background-color: white;
  border-radius: 6px;
  padding: 12px 16px;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
}
.card-head {
  display: flex;
  height: 32px;
  line-height: 32px;
  margin-bottom: 12px;
  justify-content: space-between;
}
.card-title {
  color: #004d99;
  font-size: 22px;
  font-weight: bold;
}
.card-head a {
  font-size: 14px;
}

/* 调解服务 */
.service {
  display: flex;
}
.service li {
  flex: 1;
  background: #eee;
  border-radius: 4px;
  padding: 12px 6px;
  text-align: center;
  font-size: 14px;
  margin-right: 16px;
  border: 1px solid #e8eaec;
  transition: background 0.4s;
}
.service li:hover {
  background: #e5e5e5;
}
.service-logo {
  height: 60px;
  margin: 12px auto;
}
.service-title {
  font-weight: bold;
}
.service-desc {
  font-size: 12px;
  margin: 12px 0 8px;
}

/* 通知公告 */
.notice li.notice-item {
  float: left;
  width: 50%;
  height: 33px;
  display: flex;
  line-height: 33px;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../img/dot.png) no-repeat 17px 15px;
}
.notice li.notice-item a {
  flex: 1;
  display: inline-block;
  transition: color 0.2s;
}
.notice li.notice-item a:hover {
  color: #004d99;
}
.notice li.notice-item span {
  color: #999;
  margin: 0 12px;
}

.footer {
  height: 330px;
  /*	background: #282828;*/
  background: #0089e5;
}
.footer .con {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.footer .footerMenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footerMenu .til {
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 40px 0 20px 0;
}
.footer .footerMenu a {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

.footer .item {
  margin-bottom: 16px;
  font-size: 16px;
}
.footer .item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.record {
  height: 60px;
  background: #006cb4;
  display: flex;
  justify-content: center;
  line-height: 60px;
  color: #ffffff;
}
.record span {
  margin-right: 60px;
}
.record a {
  color: #ffffff;
}
