.banner {
  background: #F7F7F7;
  padding: 20px 0;
}
.banner > div {
  display: flex;
}
.banner .banner-left {
  background-color: #FFf;
  width: 300px;
  height: 659px;
  box-shadow: 3px 3px 12px 0px rgba(190, 190, 190, 0.16);
  position: relative;
}
.banner .banner-left .left-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
  padding: 10px 20px;
}
.banner .banner-left .left-title a {
  font-size: 14px;
  color: #333;
}
.banner .banner-left .left-content > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 44px;
  cursor: pointer;
}
.banner .banner-left .left-content > li:hover {
  color: #fff;
  background-color: #0057FF;
}
.banner .banner-left .left-content > li:hover a{
  color: #fff;
}
.banner .banner-left .left-content > li .active-img {
  display: none;
}
.banner .banner-left .left-content > li .left{
  width: 20px;
  margin-right: 10px;
}
.banner .banner-left .left-content > li .l-title {
  display: flex;
  align-items: center;
  width:100%;
}
.banner .banner-left .left-content > li .l-title img {
  width: 15px;
  margin-right: 10px;
}
.banner .banner-left .left-content > li .right {
  width: 6px;
  height: 10px;
}
.banner .banner-left .left-content > li .nv-item {
  display: none;
  position: absolute;
  top: 0;
  left: 300px;
  width: 536px;
  height: 659px;
  padding-left: 10px;
  box-shadow: 3px 3px 12px 0px rgba(190, 190, 190, 0.16);
  z-index: 1000;
}
.banner .banner-left .left-content > li .nv-item .table-item {
  padding: 20px;
  background-color: #fff;
  width: 536px;
  height: 659px;
  overflow: hidden;
}
.banner .banner-left .left-content > li .nv-item .table-item .table {
  border-bottom: 1px solid rgba(190, 190, 190, 0.16);
  height: 659px;
  overflow-y: scroll;
}
.banner .banner-left .left-content > li .nv-item .table-item .table dd{
  
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-title1 {
  margin-bottom: 20px;
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-title1 a {
  color: #0057FF;
  font-size: 18px;
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-title2 {
  margin-bottom: 20px;
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-title2 a {
  color: #333;
  font-size: 18px;
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-content1 li{
  display: flex;
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-content1 a {
  display: inline-block;
  color: #000;
  font-size: 15px;
  /*background-color: #F5F5F5;*/
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 0 2px;
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-content1 a:hover {
  /*background-color: #0057ff;*/
  color: #0057ff;
}
.banner .banner-left .left-content > li .nv-item .table-item .table .t-content1 div a{
  color: #666;
  font-size: 12px;
}

.banner .banner-left .left-content > li .nv-item .table-item .table .t-content2 a {
  display: inline-block;
  color: #666;
  font-size: 15px;
  background-color: #fff;
  margin-right: 30px;
  margin-bottom: 15px;
  padding: 0 2px;
}
.banner .banner-left .left-content > li .nv-item .table-item .nv-type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}
.banner .banner-left .left-content > li .nv-item .table-item .nv-type li {
  width: 25%;
}
.banner .banner-left .left-content > li .nv-item .table-item .nv-type li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner .banner-left .left-content > li .nv-item .table-item .nv-type li a p {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.banner .banner-left .left-content > li:hover {
  color: #fff;
  background-color: #0057FF;
}
.banner .banner-left .left-content > li:hover .unactive-img {
  display: none;
}
.banner .banner-left .left-content > li:hover .active-img {
  display: block;
}
.banner .banner-left .left-content > li:hover .nv-item {
  display: block;
}
.banner .banner-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.banner .banner-content .banner-center {
  width: 500px;
  margin: 0 10px;
}
.banner .banner-content .banner-center .zs-swiper {
  width: 100%;
  background: #FFFFFF;
}
.banner .banner-content .banner-center .zs-swiper .swiper-pagination {
  bottom: 70px;
}
.banner .banner-content .banner-center .zs-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 1;
}
.banner .banner-content .banner-center .zs-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0057FF;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide {
  width: 100%;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide > a {
  display: block;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide > a img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide .info {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #fff;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide .info span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide .info span:nth-child(1) {
  width: 120px;
  font-size: 20px;
  font-weight: 500;
  color: #3A3A3A;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide .info span:nth-child(2) {
  width: 400px;
  font-size: 14px;
  font-weight: 500;
  color: #3A3A3A;
  margin-left: 10px;
}
.banner .banner-content .banner-center .zs-swiper .swiper-slide .info a {
  display: block;
  width: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #0057FF;
  margin-left: auto;
}
.banner .banner-content .banner-center .article {
  background: #FFFFFF;
  margin-top: 10px;
  padding: 15px;
  min-height: 268px;
}
.banner .banner-content .banner-center .article .tab-nav {
  display: flex;
  margin-bottom: 10px;
}
.banner .banner-content .banner-center .article .tab-nav span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #9C9C9C;
  margin-right: 40px;
  cursor: pointer;
}
.banner .banner-content .banner-center .article .tab-nav span:nth-child(1)::after {
  content: 'NEW';
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  width: 27px;
  height: 14px;
  background: #006EFF;
  border-radius: 9px 9px 9px 0px;
  text-align: center;
  line-height: 14px;
  padding: 2px 3px;
  position: absolute;
  top: -10px;
  right: -35px;
}
.banner .banner-content .banner-center .article .tab-nav .active {
  font-size: 20px;
  font-weight: 500;
  color: #3A3A3A;
}
.banner .banner-content .banner-center .article .tab-content {
  width: 100%;
  display: none;
}
.banner .banner-content .banner-center .article .tab-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
  margin: 10px 0;
}
.banner .banner-content .banner-center .article .tab-content a span:nth-child(1) {
  flex: 1;
  min-width: 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.banner .banner-content .banner-center .article .tab-content a span:nth-child(2) {
  width: 100px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  text-align: right;
}
.banner .banner-content .banner-center .article .tab-content a:nth-child(1) span:nth-child(1) {
  flex: 1;
  min-width: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.banner .banner-content .banner-right {
  width: 377px;
  background-color: #fff;
}
.banner .banner-content .banner-right .news-img {
  display: block;
  width: 100%;
}
.banner .banner-content .banner-right .news-img img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.banner .banner-content .banner-right .article-title {
  font-size: 20px;
  font-weight: 500;
  color: #3A3A3A;
  padding: 0 15px;
  margin-top: 15px;
}
.banner .banner-content .banner-right .article-list {
  padding: 15px;
}
.banner .banner-content .banner-right .article-list a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.banner .banner-content .banner-right .article-list a:last-child {
  margin-bottom: 0;
}
.banner .banner-content .banner-right .article-list a:nth-child(1) span:nth-child(1) {
  width: 16px;
  height: 16px;
  background: #FF0011;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.banner .banner-content .banner-right .article-list a:nth-child(2) span:nth-child(1) {
  width: 16px;
  height: 16px;
  background: #FF0011;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.banner .banner-content .banner-right .article-list a:nth-child(3) span:nth-child(1) {
  width: 16px;
  height: 16px;
  background: #FF0011;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.banner .banner-content .banner-right .article-list a span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #DFEDFF;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.banner .banner-content .banner-right .article-list a span:nth-child(2) {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
  margin-left: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zs-section {
  padding: 30px 0;
}
.zs-section .tab-nav {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.zs-section .tab-nav span {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  padding-bottom: 20px;
  margin-right: 50px;
  cursor: pointer;
}
.zs-section .tab-nav .active {
  color: #006EFF;
}
.zs-section .tab-nav .active::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #006EFF;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zs-section .tab-content {
  display: none;
}
.zs-section .tab-content .content {
  display: flex;
}
.zs-section .tab-content .content .content-left {
  width: 300px;
  padding: 15px;
}
.zs-section .tab-content .content .content-left .conten-title {
  font-size: 22px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 30px;
}
.zs-section .tab-content .content .content-left .list .list-title {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 20px;
  margin-top: 10px;
}
.zs-section .tab-content .content .content-left .list .list-content {
  display: flex;
  flex-wrap: wrap;
}
.zs-section .tab-content .content .content-left .list .list-content a {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  margin-right: 20px;
  margin-bottom: 15px;
}
.zs-section .tab-content .content .content-left .more {
  display: block;
  width: 151px;
  height: 36px;
  background: #006EFF;
  border-radius: 0px 0px 0px 0px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  margin: 30px auto 0;
}
.zs-section .tab-content .content .content-center {
  width: 680px;
  margin: 0 25px;
}
.zs-section .tab-content .content .content-center .latest-news {
  width: 100%;
  background-color: #fff;
}
.zs-section .tab-content .content .content-center .latest-news > a {
  display: block;
  width: 100%;
}
.zs-section .tab-content .content .content-center .latest-news > a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.zs-section .tab-content .content .content-center .latest-news .info {
  padding: 15px;
}
.zs-section .tab-content .content .content-center .latest-news .info .title {
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zs-section .tab-content .content .content-center .latest-news .info .intro {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0;
}
.zs-section .tab-content .content .content-center .news {
  margin-top: 15px;
  background-color: #fff;
  padding: 15px;
}
.zs-section .tab-content .content .content-center .news .news-title span {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #3A3A3A;
  margin-right: 40px;
  cursor: pointer;
}
.zs-section .tab-content .content .content-center .news .news-title span:nth-child(1)::after {
  content: 'NEW';
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  width: 27px;
  height: 14px;
  background: #006EFF;
  border-radius: 9px 9px 9px 0px;
  text-align: center;
  line-height: 14px;
  padding: 2px 3px;
  position: absolute;
  top: -5px;
  right: -35px;
}
.zs-section .tab-content .content .content-center .news .news-list a {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 15px;
  margin: 18px 0;
}
.zs-section .tab-content .content .content-center .news .news-list a:last-child {
  margin: 0;
}
.zs-section .tab-content .content .content-center .news .news-list a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #006EFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.zs-section .tab-content .content .content-center .news .news-list a span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zs-section .tab-content .content .content-center .news .news-list a span:nth-child(1) {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
}
.zs-section .tab-content .content .content-center .news .news-list a span:nth-child(2) {
  width: 100px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-left: auto;
}
.zs-section .tab-content .content .content-right {
  width: 370px;
}
.zs-section .tab-content .content .content-right .article {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
.zs-section .tab-content .content .content-right .article .article-list .list-item {
  width: 100%;
  padding: 10px 20px;
}
.zs-section .tab-content .content .content-right .article .article-list .list-item a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
}
.zs-section .tab-content .content .content-right .article .article-list .list-item p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #6A6969;
  margin-top: 10px;
}
.zs-section .tab-content .content .content-right .article .article-list .list-item .info {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.zs-section .tab-content .content .content-right .article .article-list .list-item:last-child .info {
  border: 0;
}
.zs-section .tab-content .content .content-right .article2 {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item > p {
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
  margin-top: 10px;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item .info {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item .info .user {
  display: flex;
  align-items: center;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item .info .user .photo {
  display: flex;
  margin-right: 10px;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item .info .user .photo img {
  width: 24px;
  margin-left: -10px;
  border-radius: 50%;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item .info .user .photo img:nth-child(1) {
  margin-left: 0;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item .info .user p {
  font-size: 14px;
  color: #999;
}
.zs-section .tab-content .content .content-right .article2 .article-list .list-item .info span {
  font-size: 12px;
  font-weight: 500;
  color: #999999;
}
.zs-section .tab-content .content .content-right .question {
  position: relative;
  width: 100%;
  background: linear-gradient(119deg, #e0ebff 0%, #f9fbff 100%);
  padding: 25px;
  height: 195px;
  margin-top: 20px;
}
.zs-section .tab-content .content .content-right .question .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #006EFF;
}
.zs-section .tab-content .content .content-right .question .intro {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
  margin: 15px 0 25px;
}
.zs-section .tab-content .content .content-right .question a {
  display: block;
  width: 151px;
  height: 36px;
  background: #006EFF;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.zs-section .tab-content .content .content-right .question .question-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 103px;
  height: 103px;
}
.zs-section .tab-content .content .content-right .question .question-img img {
  width: 100%;
  height: 100%;
}
.zs-section1 {
  background-color: #fff;
}
.zs-section2 {
  background-color: #F7F7F7;
}
.zs-section2 .tab-content .content .content-left {
  background-color: #fff;
}
.zs-section3 {
  padding: 40px 0;
  background-color: #fff;
}
.zs-section3 .adv {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.zs-section3 .adv img {
  width: 100%;
}
.zs-section3 .section-container {
  display: flex;
  margin-top: 30px;
}
.zs-section3 .section-container .content-left {
  flex: 1;
  min-width: 0;
}
.zs-section3 .section-container .content-left .article {
  display: flex;
}
.zs-section3 .section-container .content-left .article .article1 {
  width: 40%;
  background-color: #F5F5F5;
}
.zs-section3 .section-container .content-left .article .article1 a {
  display: block;
}
.zs-section3 .section-container .content-left .article .article1 a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.zs-section3 .section-container .content-left .article .article1 .title {
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zs-section3 .section-container .content-left .article .article2 {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list {
  width: 100%;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list .list-item:last-child {
  margin-bottom: 0;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list .list-item .item-img {
  display: block;
  width: 83px;
  height: 83px;
  margin-right: 20px;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list .list-item .item-img img {
  width: 100%;
  height: 100%;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list .list-item .info {
  flex: 1;
  min-width: 0;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list .list-item .info .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
  margin-bottom: 5px;
}
.zs-section3 .section-container .content-left .article .article2 .article2-list .list-item .info .intro {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.zs-section3 .section-container .content-left .article3 {
  margin-top: 25px;
}
.zs-section3 .section-container .content-left .article3 .article3-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item:nth-child(2n) {
  margin-right: 0;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item .number-info {
  width: 100px;
  margin-right: 20px;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item .number-info span {
  font-size: 48px;
  font-weight: 500;
  color: #686868;
  line-height: 48px;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item .number-info .label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item .number-info .label::after {
  content: '';
  width: 14px;
  height: 2px;
  background: #006EFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item .info {
  flex: 1;
  min-width: 0;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item .info .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}
.zs-section3 .section-container .content-left .article3 .article3-list .list-item .info .intro {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}
.zs-section3 .section-container .content-right {
  width: 430px;
  box-shadow: 0px 0px 12px 1px rgba(190, 190, 190, 0.16);
  margin-left: 10px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.zs-section3 .section-container .content-right .hot-label {
  padding: 15px;
}
.zs-section3 .section-container .content-right .hot-label .label-title {
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zs-section3 .section-container .content-right .hot-label .label-title::before {
  content: '';
  display: block;
  width: 5px;
  height: 22px;
  background: #006EFF;
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.zs-section3 .section-container .content-right .hot-label .label-title span {
  font-size: 20px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #3A3A3A;
}
.zs-section3 .section-container .content-right .hot-label .label-title .change {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #3A3A3A;
}
.zs-section3 .section-container .content-right .hot-label .label-title .change img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.zs-section3 .section-container .content-right .hot-label .label-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.zs-section3 .section-container .content-right .hot-label .label-list a {
  display: block;
  font-size: 18px;
  padding: 5px 10px;
  font-weight: 500;
  color: #757575;
  background: #F8F8F8;
  border-radius: 2px 2px 2px 2px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.zs-section3 .section-container .content-right .adv {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  margin-top: auto;
}
.zs-section3 .section-container .content-right .adv img {
  width: 100%;
}
