.content {
  width: 1188px;
  margin: 0 auto;
  height: auto;
  padding-top: 50px;
  padding-bottom: 36px;
}
.heard-box {
  width: 100%;
  height: 234px;
  padding: 0 20px 34px 20px;
  background: url(./bottom_bg.png);
  background-size: 100% 100%;
  position: relative;
}
.heard-box-item {
  width: 280px;
  height: 100px;
  border: 1px solid yellowgreen;
  margin-right: 8px;
  color: #333333;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 9px;
  background-color: #ffffff;
  box-shadow: 3px 3px 0px 0px rgba(28, 100, 159, 0.8);
  border-radius: 5px;
  border: solid 1px #000000;
}
.mian-box {
  width: 100%;
  margin-top: 50px;
  padding: 0 10px 70px 21px;
  background: url(./top_bg.png);
  background-size: 100% 100%;
  min-height: 894px;
  text-align: center;
}
.main-box-miantitle {
  font-family: SourceHanSansCN-Heavy;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 56px;
}
.mian-box-title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 60px;
  position: relative;
}
.mian-box-top {
  height: auto;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.mian-box-top div {
  width: 220px;
  height: 60px;
  background-color: #f6faff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #3885c4;
  left: -30px;
  top: -15px;
  opacity: 0.3;
}
.icon::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #3885c4;
  right: -15px;
  bottom: -5px;
  opacity: 0.3;
}
.heard-item-box {
  display: flex;
  flex-direction: row;
}
.main-box-miantitle2 {
  font-family: SourceHanSansCN-Heavy;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 45px;
}
.main-box-bottom {
  height: auto;
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-box-bottom div {
  width: 180px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 3px;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  color: #333;
  line-height: 50px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.border1 {
  border: solid 1px #dddddd;
  border-bottom: 4px solid #3372a2;
}
.border2 {
  border: solid 1px #dddddd;
  border-bottom: 4px solid#89c47a;
}
.border3 {
  border: solid 1px #dddddd;
  border-bottom: 4px solid #949ce3;
}
.border1:hover {
  background-color: #3372a2;
  color: #fff;
}
.border2:hover {
  background-color: #89c47a;
  color: #fff;
}
.border3:hover {
  background-color: #949ce3;
  color: #fff;
}
.mian-box-top div:hover {
  color: red;
  background: #e0e0e0;
}
.bg {
  padding-top: 210px;
}
.bg_title {
  width: 1100px;
  height: 180px;
  margin: 0 auto;
  font-family: SourceHanSerifCN-Bold;
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
  padding: 25px 24px 29px 25px;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.bg_title a {
  color: #fff;
}
.more {
  position: absolute;
  color: #3372a2;
  top: 55px;
  right: 20px;
  font-size: 16px;
}
.body2 {
  height: 380px;
  display: flex;
  margin-bottom: 80px;
  justify-content: space-between;
}
.body2 > div {
  width: 100%;
}
.tab-card {
  background: rgb(247, 247, 247);
}
.tab-card {
  width: 100%;
  height: 100%;
}
.tab-card .tab-head {
  width: 100%;
  height: 11%;
  position: relative;
}
.tab-card .tab-head > .tab-head-top {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 20px;
}
a {
  text-decoration: none;
}
.laiyang .tab-card .tab-content {
  width: 100%;
}
.tab-card .tab-content .content2 .content-list {
  background: rgb(247, 247, 247);
}
.tab-card .tab-content .content2 .content-list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 20px 0 20px;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 2.7rem;
}
.tab-card .tab-content .content2 .content-list li:hover {
  color: red;
}

@media screen and (max-width: 768px) {
  .bg_title {
    width: 100% !important;
    height: auto;
    color: #333;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .content {
    width: 100%;
  }
  .heard-item-box {
    display: flex;
    flex-direction: column;
  }
  .heard-box {
    background-image: none;
    height: auto;
  }
  .heard-box-item {
    width: 100%;
    margin-bottom: 12px;
  }
  .main-box-miantitle2 {
    color: #000000;
  }
  .more {
    top: 32px;
  }
  .mian-box {
    margin-top: 0;
    background-image: none;
  }
  .main-box-miantitle {
    color: #000000;
    padding-top: 0;
    margin-bottom: 45px;
  }
  .mian-box-title {
    margin-bottom: 18px;
  }
  .mian-box-top a {
    width: 50%;
  }
  .mian-box-top div {
    width: 100%;
  }
  .body2 {
    display: flex;
    flex-direction: column;
  }
  .left,
  .right {
    width: 100% !important;
  }
  .tab-card .tab-head > .tab-head-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .tab-head-top div:first-child {
    width: 80%;
  }
  .tab-head-top div:nth-child(2) {
    display: none;
  }
  .tab-head-top div:last-child {
    width: 20%;
  }
  .content-list li > .little-title {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content-list li > .time {
    font-size: 14px;
  }
}
