@charset "UTF-8";

.mid {
  width: 100%;
  min-height: 494px;
  background: #F8F8F8;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px
}

.mid .mid-box, .mid .mid-box .nav {
  width: 1080px;
  border-radius: 5px 5px 0 0
}

.mid .mid-box {
  margin-top: -60px;
  min-height: 504px;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05)
}

.mid .mid-box .nav {
  height: 60px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mid .mid-box .nav .nav-son {
  width: 205px;
  height: 14px;
  border-right: 1px solid #D8D8D8;
  text-align: center;
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  color: #888;
  cursor: pointer;
  text-decoration: none
}

.mid .mid-box .nav .nav-son:last-of-type {
  border-right: none
}

.mid .mid-box .nav .active, .mid .mid-box .nav .nav-son:hover {
  color: #00c061 !important
}

.mid .mid-box .show {
  display: block !important
}

.mid .mid-box .content1 {
  width: 1080px;
  height: 590px;
  display: none;
  text-align: center;
  padding-top: 68px
}

.mid .mid-box .content1 .c1-titl {
  font-size: 30px;
  font-weight: 500;
  color: #666;
  line-height: 55px
}

.mid .mid-box .content1 .c1-btn {
  width: 446px;
  height: 50px;
  margin-top: 16px;
  background: -webkit-linear-gradient(185deg, #ff916d 0, #ff6b36 100%);
  background: linear-gradient(265deg, #ff916d 0, #ff6b36 100%);
  border-radius: 30px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  display: inline-block
}

.mid .mid-box .content1 img {
  width: 514px;
  height: 245px;
  margin: 91px 0 0 284px;
  display: block
}

.mid .mid-box .content2 {
  width: 1080px;
  height: 655px;
  display: none;
  padding-top: 67px;
  text-align: center
}

.mid .mid-box .content2 .c2-titl {
  font-size: 30px;
  font-weight: 500;
  color: #666;
  line-height: 35px
}

.mid .mid-box .content2 img {
  width: 893px;
  height: 410px;
  margin-top: 63px
}

.mid .mid-box .content3 {
  display: none;
  width: 1080px;
  min-height: 540px
}

.mid .mid-box .content3 .list {
  max-height: 100%;
  padding: 0 154px;
  overflow: hidden
}

.mid .mid-box .content3 ul {
  overflow: auto;
  height: 440px;
  margin: 50px 0
}

.mid .mid-box .content3 ul a {
  text-decoration: none;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 37px;
  cursor: pointer
}

.mid .mid-box .content3 ul a .disc {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background: #d8d8d8;
  border-radius: 2px
}

.mid .mid-box .content3 ul a .date {
  float: right;
  margin-right: 15px;
  width: 100px;
  color: rgba(136, 136, 136, .3)
}

.mid .mid-box .content3 .c3-titl {
  font-size: 30px;
  font-weight: 500;
  color: #666;
  line-height: 35px
}

.mid .mid-box .content3 .story-list {
  width: 774px;
  margin: 92px 0 0 153px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mid .mid-box .content3 .story-list .story {
  width: 362px;
  background: #F8F8F8;
  margin-bottom: 60px
}

.mid .mid-box .content3 .story-list .story img {
  width: 84px;
  height: 84px;
  border-radius: 42px;
  margin-top: -42px
}

.mid .mid-box .content3 .story-list .story .story-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 25px;
  margin-top: 10px;
  text-align: center
}

.mid .mid-box .content3 .story-list .story .story-con {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 28px;
  margin-top: 20px;
  padding: 0 26px 20px;
  text-align: left
}

.mid .mid-box .content3 .story-list .story:nth-child(odd) {
  margin-right: 50px
}
