.q-banner {
  padding: 50px 0 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.q-banner .q-banner-title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  margin-bottom: 50px;
}
.q-banner .q-banner-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.q-banner .q-banner-content .q-banner-list {
  display: flex;
  flex-wrap: wrap;
}
.q-banner .q-banner-content .q-banner-list a {
  display: block;
  margin: 10px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  border-radius: 25px;
}
.q-banner .q-banner-content .q-banner-list a:hover {
  background: #006EFF;
  color: #fff;
}
.q-banner .q-banner-content .q-banner-list .active {
  background: #006EFF;
  color: #fff;
}
.q-section1 {
  padding: 40px 0;
}
.q-section1 .q-title {
  color: #333333;
  font-size: 20px;
  margin-bottom: 30px;
}
.q-section1 .q-list .q-item {
  background: #FFFFFF;
  box-shadow: 3px 3px 12px 1px rgba(125, 125, 125, 0.18);
  display: flex;
  padding: 20px;
  margin-bottom: 35px;
}
.q-section1 .q-list .q-item .q-content {
  display: flex;
  align-items: center;
  flex: 4;
}
.q-section1 .q-list .q-item .q-content .q-img {
  width: 230px;
  height: 150px;
  margin-right: 20px;
}
.q-section1 .q-list .q-item .q-content .q-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.q-section1 .q-list .q-item .q-content .q-info {
  flex: 1;
  min-width: 0;
}
.q-section1 .q-list .q-item .q-content .q-info a {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.q-section1 .q-list .q-item .q-content .q-info a img {
  width: 14px;
  margin-left: 5px;
}
.q-section1 .q-list .q-item .q-content .q-info .intro1 {
  font-size: 14px;
  color: #999;
  margin: 15px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.q-section1 .q-list .q-item .q-content .q-info .intro2 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.q-section1 .q-list .q-item .q-contact {
  flex: 1;
  text-align: right;
}
.q-section1 .q-list .q-item .q-contact .local {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.q-section1 .q-list .q-item .q-contact .local img {
  width: 13px;
  margin-right: 5px;
}
.q-section1 .q-list .q-item .q-contact .phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 15px 0;
}
.q-section1 .q-list .q-item .q-contact .phone img {
  width: 19px;
  margin-right: 5px;
}
.q-section1 .q-list .q-item .q-contact .call {
  display: block;
  width: 140px;
  height: 38px;
  background: #006EFF;
  border-radius: 25px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-left: auto;
}
.list-section3 {
  background: #FFFFFF;
  padding: 0 0 50px;
}
.list-section3 .section-container {
  display: flex;
}
.list-section3 .section-container .section-left {
  flex: 1;
  margin-right: 20px;
  width: 900px;
}
.list-section3 .section-container .section-left .section-nav {
  width: 100%;
  display: flex;
  align-items: center;
}
.list-section3 .section-container .section-left .section-nav a {
  font-size: 14px;
  color: #333;
  margin-left: auto;
}
.list-section3 .section-container .section-left .section-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.list-section3 .section-container .section-left .section-list .list-item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 20px;
  background: rgba(138, 165, 255, 0.1);
  border-radius: 12px;
  border: 1px solid #F2F2F2;
}
.list-section3 .section-container .section-left .section-list .list-item:nth-child(2n) {
  margin-right: 0;
}
.list-section3 .section-container .section-left .section-list .list-item .item-title {
  font-size: 20px;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-section3 .section-container .section-left .section-list .list-item .item-intro {
  font-size: 14px;
  color: #999;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.list-section3 .section-container .section-left .section-list .list-item .item-info {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  justify-content: space-between;
}
.list-section3 .section-container .section-left .section-list .list-item .item-info .user {
  display: flex;
  align-items: center;
}
.list-section3 .section-container .section-left .section-list .list-item .item-info .user .photo {
  display: flex;
}
.list-section3 .section-container .section-left .section-list .list-item .item-info .user .photo img {
  width: 38px;
  height: 38px;
  margin-left: -10px;
  border-radius: 50%;
}
.list-section3 .section-container .section-left .section-list .list-item .item-info .user p {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}
.list-section3 .section-container .section-left .section-list .list-item .item-info .user p i {
  color: #006EFF;
}
.list-section3 .section-container .section-left .section-list .list-item .item-info span {
  font-size: 14px;
  color: #999999;
}
.list-section3 .section-container .section-right {
  width: 300px;
  background-color: #fff;
}
.list-section3 .section-container .section-right .news-box {
  background-color: #fff;
}
.list-section3 .section-container .section-right .news-box .news-box-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.list-section3 .section-container .section-right .news-box .news-box-title::before {
  content: '';
  width: 4px;
  height: 28px;
  background: #006EFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.list-section3 .section-container .section-right .news-box .news-list {
  padding-left: 15px;
}
.list-section3 .section-container .section-right .news-box .news-list li {
  margin-bottom: 20px;
}
.list-section3 .section-container .section-right .news-box .news-list li a {
  display: block;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
