<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.case .case-banner {
  position: relative;
  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;
  width: 100%;
  height: 380px;
  color: #fff;
}
.case .case-banner .title {
  margin-top: 50px;
  color: #fff;
}
.case .case-banner .title h2 {
  font-size: 40px;
}
.case .case-banner .title p {
  font-size: 18px;
  margin-top: 24px;
}
.case .case-data {
  display: block;
  margin-top: 4.4271vw;
  padding-bottom: 4.6875vw;
}
.case .case-data .case-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.case .case-data .case-tab .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case .case-data .case-tab .left .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.case .case-data .case-tab .left .nav-box p {
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}
.case .case-data .case-tab .left .nav-box .active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #006cff;
}
.case .case-data .case-tab .left .nav-box .active:after {
  position: absolute;
  bottom: -14px;
  content: '';
  display: block;
  width: 100%;
  padding: 0 14px;
  height: 2px;
  background: #006cff;
  border-radius: 1px;
}
.case .case-data .case-tab .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case .case-data .case-tab .right .iconfont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #999;
  padding: 5px;
  color: #999;
}
.case .case-data .case-tab .right .page {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.case .case-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case .case-content .case-list {
  width: 280px;
  height: 240px;
  border: 1px solid #e8e8e8;
  margin: 30px 20px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.case .case-content .case-list img {
  width: 280px;
  height: 158px;
  -o-object-fit: cover;
  object-fit: cover;
}
.case .case-content .case-list .bottom {
  padding: 14px 15px 0 13px;
}
.case .case-content .case-list .bottom p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.case .case-content .case-list .bottom span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.case .case-content .case-list .bottom span .f1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.case .case-content .case-list .bottom span .iconfont {
  margin-left: 10px;
}
.case .case-content .case-list:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.detail {
  background: #f6f6f6;
  padding-bottom: 149px;
}
.detail .head {
  padding-bottom: 40px;
  margin: 150px 0px 22px 0px;
  background-color: #fff;
}
.detail .head .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.detail .head .content .image {
  width: 334px;
  height: 188px;
  margin-right: 23px;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail .head .content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 668px;
  margin-top: 16px;
}
.detail .head .content .content .title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  line-height: 38px;
  margin-bottom: 20px;
}
.detail .head .content .content .title&gt;span {
  display: inline-block;
  width: 38px;
  height: 24px;
  background: #006cff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 5px;
}
.detail .head .content .content .info,
.detail .head .content .content .room {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.detail .head .content .content .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
.detail .main {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.detail .main .left {
  width: 850px;
  padding: 40px 31px 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.detail .main .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.detail .main .left .top .title {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.detail .main .left .top .title:before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 37px;
  background: #006cff;
  border-radius: 3px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: top;
}
.detail .main .left .top .info {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.detail .main .right {
  width: 330px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 19px;
}
.detail .main .right .upset {
  margin-bottom: 20px;
}
.detail .main .right&gt;div {
  background: #fff;
  padding: 21px 19px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.detail .main .right&gt;div .title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 21px;
}
.detail .main .right .upset .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail .main .right&gt;div ._line {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
}
.detail .main .right .upset .content .item {
  width: 140px;
  margin-right: 12px;
  cursor: pointer;
}
.detail .main .right .upset .content .item .img {
  width: 140px;
  height: 79px;
  -o-object-fit: cover;
  object-fit: cover;
}
.detail .main .right .upset .content .item a&gt;p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.detail .main .right .news {
  padding-bottom: 10px;
}
.detail .main .right&gt;div {
  background: #fff;
  padding: 21px 19px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.detail .main .right .news .title {
  margin-bottom: 5px;
}
.detail .main .right&gt;div .title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 21px;
}
.detail .main .right&gt;div ._line {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
}
.detail .main .right .upset .content .item:nth-child(2n) {
  margin-right: 0;
}
.detail .main .right .news .list li {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #202124;
  line-height: 14px;
  padding: 12px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail .main .right .news .list li p {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
</pre></body></html>