﻿@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bannerwz {
  position: relative;
  font-size: 44px;
  font-size: 0.44rem;
  font-weight: bold;
  color: #ffffff;
}
.bannerwz .banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.bannerwz p {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -88px;
  margin-left: -0.88rem;
  margin-top: -29.5px;
  margin-top: -0.295rem;
}

.center {
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 70px;
  padding-bottom: 0.7rem;
}
.center .content {
  margin: 0 auto;
  width: 1200px;
  width: 12rem;
  background-color: #ffffff;
  padding-bottom: 50px;
  padding-bottom: 0.5rem;
}
.center .content section {
  width: 1140px;
  width: 11.4rem;
  border-bottom: 1px #f2f2f2 solid;
  margin: 0 auto;
}
.center .content .tab-group {
  margin-top: 10px;
  margin-top: 0.1rem;
}
.center .content .tab-group .tab-item {
  padding-left: 30px;
  padding-left: 0.3rem;
}
.center .content .tab-group .tab-item li {
  float: left;
  padding-left: 0;
  margin-top: 18px;
  margin-top: 0.18rem;
}
.center .content .tab-group .tab-item li img {
  float: left;
  width: 6%;
  margin-right: 20px;
  margin-right: 0.2rem;
}
.center .content .tab-group .tab-item li .text {
  height: 58px;
  height: 0.58rem;
  width: 97%;
}
.center .content .tab-group .tab-item li .text a {
  color: #333333;
  font-size: 16px;
  font-size: 0.16rem;
  line-height: 23px;
  line-height: 0.23rem;
  float: none;
  display: inline-block;
  height: 23px;
  height: 0.23rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.center .content .tab-group .tab-item li .text a:first-child {
  display: block;
  width: 100%;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.center .content .tab-group .tab-item li .text a.jgfk {
  display: inline-block;
  margin-left: 18px;
  margin-left: 0.18rem;
  color: #1764ce;
}
.center .content .tab-group .tab-item li .text p {
  display: inline-block;
  font-size: 14px;
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.05rem;
}
.center .content .tab-group li:before {
  display: none;
}
.center .content .l-page {
  margin-top: 50px;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .content {
    width: 94% !important;
    padding: 0 3%;
  }
  .content section {
    width: 100% !important;
  }

  .center .content .tab-group .tab-item {
    padding-left: 0;
  }

  .center .content .tab-group .tab-item li {
    float: unset;
    overflow: hidden;
    margin-bottom: 0.3rem;
  }

  .center .content .tab-group .tab-item li img {
    width: 0.9rem !important;
    float: left;
    margin-top: 0.1rem;
  }

  .center .content .tab-group .tab-item li .text {
    float: right;
    width: 84% !important;
    height: auto;
  }

  .center .content .tab-group .tab-item li .text a:first-child {
    max-width: unset;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    font-size: 0.32rem;
    height: auto;
    line-height: 0.5rem;
  }

  .center .content .tab-group .tab-item li .text p {
    font-size: 0.3rem;
  }
}
