#case .text-area .main {
  padding-bottom: 10px;
}
#case .list {
  width: 1145px;
}
#case .list a {
  padding: 23px 28px 23px 50px;
  margin-bottom: 22px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
#case .list a::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #3A81C5;
  border-radius: 50%;
  position: absolute;
  left: 28px;
  top: calc(50% - 4px);
}
#case .list a p {
  color: #000;
  transition: all ease-in-out 0.3s;
  width: 800px;
  letter-spacing: 1px;
  font-size:18px;
  font-weight: bold;
}
#case .list a span {
  color: #306DCA;
}
#case .list a:hover p {
  color: #3A81C5;
  text-decoration: none;
}
#case .mb-nav,
#case-detail .mb-nav {
  background: #fff;
  padding: 13px 15px;
  overflow-x: scroll;
}
#case .mb-nav li,
#case-detail .mb-nav li {
  margin-right: 17px;
  font-size: 15px;
  flex: none;
}
#case .mb-nav li a,
#case-detail .mb-nav li a {
  color: #000;
}
#case .mb-nav li.on,
#case-detail .mb-nav li.on {
  background: #E1F0FF;
  border-radius: 5px;
  padding: 10px 14px;
}
#case .mb-nav li.on a,
#case-detail .mb-nav li.on a {
  color: #0649A5;
}
#case .nav,
#case-detail .nav {
  width: 272px;
  background: #fff;
  min-height: 577px;
  height: max-content;
}
#case .nav .nav-title,
#case-detail .nav .nav-title {
  background: #0855B3;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#case .nav ul,
#case-detail .nav ul {
  padding: 12px 18px;
}
#case .nav ul li,
#case-detail .nav ul li {
  background: #F5F6FA;
  padding: 13px 0;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
#case .nav ul li a,
#case-detail .nav ul li a {
  color: #090909;
}
#case .nav ul li.on,
#case-detail .nav ul li.on,
#case .nav ul li:hover,
#case-detail .nav ul li:hover {
  background: #E1F0FF;
}
#case .nav ul li.on a,
#case-detail .nav ul li.on a,
#case .nav ul li:hover a,
#case-detail .nav ul li:hover a {
  color: #306DCA;
}
#case-detail .right {
  width: 1125px;
}
#case-detail .right .title {
  font-size: 48px;
  color: #000000;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 2px;
}
#case-detail .right .title::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #3F65C8;
  position: absolute;
  bottom: 0;
  left: 0;
}
#case-detail .right .date-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
#case-detail .right .date-box .date {
  font-size: 15px;
  color: #3F65C8;
}
#case-detail .right .date-box .share {
  display: flex;
  align-items: center;
}
#case-detail .right .date-box .share p {
  font-size: 15px;
}
#case-detail .right .date-box .share .share-a {
  margin-left: 20px;
  cursor: pointer;
}
#case-detail .right .date-box .share .share-a img {
  width: 100%;
}
#case-detail .right .date-box .share .share-a .code {
  display: none;
  position: absolute;
  bottom: 120%;
  width: 140px;
  max-width: 140px;
  left: calc(50% - 70px);
  border: 2px solid #F0F0F0;
}
#case-detail .right .date-box .share .wx {
  position: relative;
}
#case-detail .right .date-box .share .wx:hover .code {
  display: block;
}
#case-detail .right .des {
  padding: 30px 0;
  font-weight: normal;
  color: #666666;
  line-height: 30px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
#case-detail .right .des img {
  width: 100%;
  display: flex;
  margin: 15px 0;
}
#case-detail .right .topage-box {
  padding: 35px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#case-detail .right .topage-box .topage {
  max-width: 45%;
  color: #666666;
}
#case-detail .right .topage-box .topage:hover {
  color: #3F65C8;
}
body {
  background: #F5F6FA;
}
@media screen and (max-width: 1024px) {
  #case .text-area .main {
    padding-bottom: 0;
  }
  #case .text-area .main .list-div {
    width: 100%;
  }
  #case .text-area .main .nav {
    display: none;
  }
  #case .text-area .main .list {
    width: 100%;
  }
  #case .text-area .main .list a {
    padding: 11px 10px 11px 23px;
    flex-direction: column;
    font-size: 14px;
  }
  #case .text-area .main .list a::after {
    left: 11px;
    width: 6px;
    height: 6px;
    top: 18px;
  }
  #case .text-area .main .list a p {
    width: 100%;
    -webkit-line-clamp: 2;
    line-height: 22px;
    margin-bottom: 6px;
  }
  #case-detail .nav {
    display: none;
  }
  #case-detail .right {
    width: 100%;
  }
  #case-detail .right .title {
    font-size: 25px;
    color: #000000;
    line-height: 40px;
    padding-bottom: 12px;
  }
  #case-detail .right .title::after {
    width: 32px;
    height: 2px;
    left: 0;
  }
  #case-detail .right .date-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
  }
  #case-detail .right .date-box .date {
    font-size: 14px;
  }
  #case-detail .right .date-box .share {
    display: flex;
    align-items: center;
  }
  #case-detail .right .date-box .share p {
    font-size: 14px;
  }
  #case-detail .right .date-box .share .share-a {
    width: 23px;
    margin-left: 10px;
  }
  #case-detail .right .date-box .share .share-a img {
    width: 100%;
  }
  #case-detail .right .date-box .share .wx .code {
    width: 100px;
    left: calc(50% - 50px);
  }
  #case-detail .right .des {
    padding: 18px 0;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }
  #case-detail .right .des img {
    width: 100%;
    display: flex;
    margin: 15px 0;
  }
  #case-detail .right .topage-box {
    padding: 13px 0;
    flex-direction: column;
  }
  #case-detail .right .topage-box .topage {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 13px;
  }
  #case-detail .right .topage-box .topage:hover {
    color: #171C61;
  }
}
