body {
  background-color: #f5f5f5;
}

.fiveopen {
  width: 100%;
  background: url(../image/bg002.jpg) top center no-repeat;
}
.container {
  width: 1200px;
  height: 100%;
  padding: 20px 0;
  margin: 0 auto;
}
.header {
  background: none;
}
.header .header-con {
  width: 1082px;
  margin: 0 auto;
  background: #e3dcdc;
  height: 180px;
  padding: 15px;
  color: #343434;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.header .header-con h2 a {
  color: #831106;
  font-size: 24px;
}
.header .header-con p {
  font-size: 18px;
  text-indent: 2em;
  color: #333;
  margin-top: 20px;
  height: 98px;
  line-height: 30px;
}
.header .header-con p a {
  font-size: 14px;
  color: #831106;
  text-decoration: none;
}

.content {
  box-sizing: border-box;
  width: 1200px;
  margin: 150px 0 80px;
  border-top: 5px solid #d99489;
  background-color: #f9e1dd;
  opacity: 0.85;
  padding: 48px;
}
.item {
  background: #fff;
  padding: 42px 0 0 0;
}
.item-l,
.item-r {
  width: 49%;
}
.item-title {
  padding: 4px 28px;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #aa0101;
  height: 36px;
  background-color: #f9e1dd;
}

.title-text img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.title-more {
  font-size: 14px;
  color: #676767;
  margin-top: 2px;
  cursor: pointer;
}

.item-card-l {
  padding-left: 16px;
}
.item-card-r {
  padding-right: 16px;
}
.item-card {
  padding: 0 36px 54px 16px;
}
.item-baseline {
  margin: 12px 0 24px;
  background-color: #f9e1dd;
}
.item-baseline :first-child {
  width: 180px;
  height: 5px;
  background-color: #d99489;
}

.footer {
  background: none;
}
.footer p {
  text-align: center;
  line-height: 25px;
}
.card-box {
  background-color: #fff7f6;
  padding: 14px 12px;
}
.box-l li {
  width: 148px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d99489;
  font-size: 18px;
  color: #484848;
  position: relative;
  cursor: pointer;
}
.box-l li:not(:first-child) {
  margin-top: 10px;
}

.box-l li.actived {
  background-color: #f9e1dd;
}
.box-l li.actived::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 15px;
  right: -8px;
  border-top: solid 8px transparent;
  border-left: solid 8px #d99489;
  border-bottom: solid 8px transparent;
}
.box-b li {
  margin-top: 12px;
  border-top: 5px solid #f9e1dd;
  float: left;
}
.box-b li a {
  display: inline-block;
  margin-top: 24px;
  width: 192px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #fff7f6;
  font-size: 18px;
  color: #484848;
  position: relative;
  cursor: pointer;
  margin-left: 16px;
}
.box-b li:hover a {
  background-color: #f9e1dd;
}
.box-b li:hover {
  border-top: 5px solid #d99489;
}
/* .box-b li :first-child {
  margin-left: 28px;
} */
.content .item-con {
  width: 336px;
  height: 264px;
  background: #fff;
  overflow: hidden;
}
.content .item-con .active-ul {
  display: block !important;
}
.content .item-con ul {
  display: none;
}
.content .item-con li {
  float: left;
  width: 300px;
  line-height: 30px;
  color: #565656;
  font: 400 16px/30px "Microsoft YaHei";
  padding: 10px 15px;
  height: 30px;
}
.content .item-con li a {
  width: 162px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 33px;
  float: left;
  font-size: 14px;
  overflow: hidden;
}
.content .item-con li span {
  font-size: 12px;
  color: #919191;
  float: right;
  margin-right: 12px;
  line-height: 33px;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .fiveopen {
    background-size: contain;
    background-position: top center;
  }

  .container {
    width: 100%;
    padding: 10px;
  }

  .container > div:first-child {
    text-align: center;
    padding: 10px 0;
  }

  .container > div:first-child img {
    max-width: 100%;
    height: auto;
  }

  .content {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
  }

  .item {
    padding: 20px 0 0 0;
  }

  .item-l,
  .item-r {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .item-title {
    padding: 8px 15px;
    font-size: 20px;
    line-height: 28px;
    height: auto;
  }

  .title-text img {
    width: 20px;
    height: auto;
    margin-right: 5px;
  }

  .title-more {
    font-size: 12px;
    margin-top: 5px;
  }

  .item-card-l,
  .item-card-r {
    padding: 0 15px;
  }

  .item-card {
    padding: 0 15px 30px;
  }

  .item-baseline {
    margin: 10px 0 15px;
  }

  .item-baseline :first-child {
    width: 100px;
    height: 3px;
  }

  .card-box {
    padding: 10px;
  }

  .box-l {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .box-l li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }

  .box-l li.actived::before {
    display: none;
  }

  .content .item-con {
    width: 100%;
    height: auto;
    float: none;
  }

  .content .item-con li {
    width: 100%;
    padding: 8px 15px;
    height: auto;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .content .item-con li a {
    width: auto;
    flex: 1;
    font-size: 13px;
    line-height: 24px;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .content .item-con li span {
    font-size: 11px;
    line-height: 24px;
    margin-right: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .box-b {
    width: 100%;
  }

  .box-b li {
    width: 100%;
    float: none;
    margin-top: 10px;
  }

  .box-b li a {
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 16px;
  }
}
