.w-banner {
  padding: 65px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.w-banner .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w-banner .banner-container .banner-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 45px;
}
.w-banner .banner-container .b-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w-banner .banner-container .b-list .b-item {
  margin: 0 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.w-banner .banner-container .b-list .b-item .item-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-banner .banner-container .b-list .b-item .item-img img {
  max-width: 100%;
  max-height: 100%;
}
.w-banner .banner-container .b-list .b-item p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-top: 15px;
}
.z-title .title-in {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  display: flex;
}
.z-title .title-in a{
  margin-left: auto;
}
.z-title a{
  margin-left: auto;
}
.z-title p {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.w-lawyer {
  padding: 30px 0 0;
}
.w-lawyer .w-lawyer-container .section-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.w-lawyer .w-lawyer-container .section-list .list-item {
  width: 260px;
  height: 360px;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}
.w-lawyer .w-lawyer-container .section-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.w-lawyer .w-lawyer-container .section-list .list-item .item-img {
  display: block;
  width: 100%;
  height: 310px;
}
.w-lawyer .w-lawyer-container .section-list .list-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #F8F8F8;
  padding: 28px 25px 35px;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info .name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info .intro {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info .intro i {
  color: #FF5500;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 35px 20px 10px;
  background: #0073FF;
  display: none;
  flex-direction: column;
  align-items: center;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 > img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 .name {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 28px 0 15px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 .intro {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 .intro span {
  color: #B8D8FF;
  margin: 0 3px;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 .phone {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 .zx {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.w-lawyer .w-lawyer-container .section-list .list-item .info2 .zx img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.w-lawyer .w-lawyer-container .section-list .list-item:hover .info2 {
  display: flex;
}
.w-adv {
  margin-bottom: 30px;
}
.w-adv .w-adv-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 134px;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}
.w-adv .w-adv-container .zx {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 38px;
  background: #0073FF;
  border-radius: 23px 23px 23px 23px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: 40px;
}
.w-reply {
  padding: 30px 0;
}
.w-reply .list-section1 {
  padding: 40px 0;
}
.w-reply .list-section1 .area {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.w-reply .list-section1 .area span {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
  margin-right: 20px;
}
.w-reply .list-section1 .area span img {
  margin-right: 5px;
  width: 14px;
}
.w-reply .list-section1 .area a {
  color: #333;
  font-size: 16px;
}
.w-reply .list-section1 .select-nav {
  display: flex;
  flex-wrap: wrap;
}
.w-reply .list-section1 .select-nav a {
  display: block;
  color: #333;
  font-size: 14px;
  margin-right: 60px;
  margin-top: 20px;
}
.w-reply .list-section1 .select-nav .active {
  color: #006EFF;
}
.w-reply .w-reply-container {
  display: flex;
}
.w-reply .w-reply-container .container-left {
  flex: 1;
  min-width: 0;
  margin-right: 30px;
}
.w-reply .w-reply-container .container-left .reply-list {
  margin-top: 30px;
}
.w-reply .w-reply-container .container-left .reply-list .list-item {
  padding: 25px 20px;
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-reply {
  display: flex;
  align-items: center;
  margin: 15px 0 25px;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-reply .content {
  min-width: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-reply .reply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  font-size: 14px;
  font-weight: 500;
  color: #0073FF;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-reply .reply-btn img {
  margin-left: 8px;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-info .user {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-info .user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.w-reply .w-reply-container .container-left .reply-list .list-item .item-info span {
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E;
  margin-left: 20px;
}
.w-reply .w-reply-container .container-right {
  width: 340px;
}
.w-reply .w-reply-container .container-right .right-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  padding-left: 15px;
}
.w-reply .w-reply-container .container-right .right-title::before {
  content: '';
  width: 7px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  background: #006EFF;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.w-reply .w-reply-container .container-right .news-list {
  width: 100%;
}
.w-reply .w-reply-container .container-right .news-list .news-list-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  padding-left: 15px;
  margin-bottom: 20px;
}
.w-reply .w-reply-container .container-right .news-list .news-list-title::before {
  content: '';
  width: 7px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  background: #006EFF;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.w-reply .w-reply-container .container-right .news-list .news-item {
  display: flex;
  margin-bottom: 25px;
}
.w-reply .w-reply-container .container-right .news-list .news-item > span {
  display: block;
  width: 18px;
  height: 18px;
  background: #D6D6D6;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.w-reply .w-reply-container .container-right .news-list .news-item:nth-child(2) > span {
  background: #FF5500;
}
.w-reply .w-reply-container .container-right .news-list .news-item:nth-child(3) > span {
  background: #FF5500;
}
.w-reply .w-reply-container .container-right .news-list .news-item:nth-child(4) > span {
  background: #FF5500;
}
.w-reply .w-reply-container .container-right .news-list .news-item .news-info {
  min-width: 0;
  flex: 1;
  margin-left: 10px;
  line-height: 18px;
}
.w-reply .w-reply-container .container-right .news-list .news-item .news-info a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #8D8D8D;
}
.w-reply .w-reply-container .container-right .news-list .news-item .news-info a span {
  flex: 2;
  min-width: 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.w-reply .w-reply-container .container-right .news-list .news-item .news-info a span:nth-child(2) {
  flex: 1;
}
.w-reply .w-reply-container .container-right .news-list .news-item .news-info p {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #B0AFAF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
