.list-banner {
  padding: 50px 0 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.list-banner .banner-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.list-banner .banner-title img {
  width: 21px;
  margin-right: 5px;
}
.list-banner .search-box {
  display: flex;
  align-items: center;
  width: 100%;
}
.list-banner .search-box input {
  flex: 1;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  padding-left: 20px;
  background-color: transparent;
  border: 1px solid #E1E1E1;
  outline: none;
  color: #fff;
  border-right: 1px solid #006EFF;
}
.list-banner .search-box input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.list-banner .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.list-banner .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.list-banner .search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.list-banner .search-box input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.list-banner .search-box .submit-btn {
  width: 220px;
  height: 68px;
  background: #006EFF;
  border-radius: 0px 0px 0px 0px;
  border: 0;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.list-banner .site-data {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.list-banner .site-data div {
  padding: 0 30px;
}
.list-banner .site-data div span {
  display: block;
  text-align: center;
}
.list-banner .site-data div span:nth-child(1) {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #FFFFFF;
}
.list-banner .site-data div span:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 8px;
}
.list-banner .banner-list {
  display: flex;
  flex-wrap: wrap;
}
.list-banner .banner-list .banner-item {
  position: relative;
  width: 19%;
  height: 266px;
  margin-right: 1.2%;
  margin-top: 1.2%;
  overflow: hidden;
}
.list-banner .banner-list .banner-item:nth-child(5n) {
  margin-right: 0;
}
.list-banner .banner-list .banner-item .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.list-banner .banner-list .banner-item .item-img img {
  max-width: 100%;
}
.list-banner .banner-list .banner-item .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 20px;
  transition: all 0.5s;
  height: 100px;
  background: linear-gradient(360deg, #000000 0%, rgba(84, 84, 84, 0) 100%);
}
.list-banner .banner-list .banner-item .item-info h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.list-banner .banner-list .banner-item .item-info p {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-banner .banner-list .banner-item .item-info .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #006EFF;
  font-weight: bold;
  display: none;
}
.list-banner .banner-list .banner-item .item-info .phone img {
  width: 20px;
  margin-right: 5px;
}
.list-banner .banner-list .banner-item:hover .item-info {
  height: 130px;
}
.list-banner .banner-list .banner-item:hover .item-info .phone {
  display: flex;
}
.list-section2 {
  padding: 50px 0;
  background: #FFFFFF;
}
.list-section2 .section-container {
  display: flex;
}
.list-section2 .section-container .section-left {
  flex: 1;
  margin-right: 10px;
  width: 800px;
}
.list-section2 .section-container .section-left .section-nav {
  width: 100%;
  display: flex;
  align-items: center;
}
.list-section2 .section-container .section-left .section-nav a {
  display: block;
  font-size: 28px;
  color: #333;
  margin-right: 50px;
  line-height: 28px;
  border-bottom: 5px solid transparent;
  padding: 5px 0;
}
.list-section2 .section-container .section-left .section-nav .active {
  border-bottom: 5px solid #006EFF;
  font-weight: bold;
}
.list-section2 .section-container .section-left .section-list {
  margin-top: 20px;
  display: none;
}
.list-section2 .section-container .section-left .section-list .list-item {
  padding: 15px 0 0;
}
.list-section2 .section-container .section-left .section-list .list-item .line {
  display: block;
  width: 50%;
  height: 0;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
}
.list-section2 .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-section2 .section-container .section-left .section-list .list-item .item-intro {
  font-size: 14px;
  color: #999;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
  width:100%;
}
.list-section2 .section-container .section-left .section-list .list-item .item-info {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.list-section2 .section-container .section-left .section-list .list-item .item-info span {
  font-size: 14px;
  margin-right: 25px;
  color: #999999;
}
.list-section2 .section-container .section-left .section-list .list-item .item-info .label {
  color: #fff;
  background-color: #8AA5FF;
  padding: 0 10px;
  border-radius: 25px;
}
.list-section2 .section-container .section-left .section-list .list-item .item-info .local {
  display: flex;
  align-items: center;
  color: #999999;
}
.list-section2 .section-container .section-left .section-list .list-item .item-info .local img {
  width: 13px;
  margin-right: 5px;
}
.list-section2 .section-container .section-left .section-list .list-item .item-info .time i {
  color: #0073FF;
}
.list-section2 .section-container .section-left .section-img {
  display: block;
  width: 100%;
  margin-top: 35px;
}
.list-section2 .section-container .section-left .section-img img {
  width: 100%;
}
.list-section2 .section-container .section-right {
  width: 300px;
  background-color: #fff;
}
.list-section2 .section-container .section-right .answer-list {
  width: 100%;
}
.list-section2 .section-container .section-right .answer-list .answer-list-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  padding-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
.list-section2 .section-container .section-right .answer-list .answer-list-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-section2 .section-container .section-right .answer-list .answer-item {
  margin-bottom: 30px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item1 {
  display: flex;
  align-items: center;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item1 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  margin-right: 10px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item1 a {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item1 .reply {
  margin-left: auto;
  font-size: 14px;
  color: #999999;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 {
  display: none;
  align-items: center;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .number-icon {
  width: 32px;
  margin-right: 20px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .number-icon img {
  width: 32px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .head-img {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .head-img img {
  width: 100%;
  height: 100%;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .info {
  flex: 1;
  margin-right: 20px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .info a {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .info .info-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .info .info-box .s-btn {
  display: block;
  width: 100px;
  height: 28px;
  background: #006EFF;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.list-section2 .section-container .section-right .answer-list .answer-item .item2 .info .info-box .reply {
  margin-left: auto;
  font-size: 14px;
  color: #999999;
}
.list-section2 .section-container .section-right .answer-list .answer-item:hover .item1 {
  display: none;
}
.list-section2 .section-container .section-right .answer-list .answer-item:hover .item2 {
  display: flex;
}
.list-section2 .section-container .section-right .sw-star {
  box-shadow: 3px 3px 12px 1px rgba(181, 181, 181, 0.26);
  background-color: #fff;
  padding: 10px 20px;
}
.list-section2 .section-container .section-right .sw-star .sw-star-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.list-section2 .section-container .section-right .sw-star .sw-star-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-section2 .section-container .section-right .sw-star .head-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.list-section2 .section-container .section-right .sw-star .head-img img {
  width: 168px;
  height: 168px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.list-section2 .section-container .section-right .sw-star .number-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.list-section2 .section-container .section-right .sw-star .number-icon img {
  width: 35px;
}
.list-section2 .section-container .section-right .sw-star .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
.list-section2 .section-container .section-right .sw-star .info a {
  display: block;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.list-section2 .section-container .section-right .sw-star .info p {
  color: #999999;
  font-size: 14px;
}
.list-section2 .section-container .section-right .sw-star .success {
  display: flex;
  margin: 20px 0;
}
.list-section2 .section-container .section-right .sw-star .success div {
  flex: 1;
  text-align: center;
}
.list-section2 .section-container .section-right .sw-star .success div span {
  display: block;
}
.list-section2 .section-container .section-right .sw-star .success div span:nth-child(1) {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}
.list-section2 .section-container .section-right .sw-star .success div span:nth-child(2) {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.list-section3 {
  background: #FFFFFF;
}
.list-section3 .section-container {
  display: flex;
}
.list-section3 .section-container .section-left {
  flex: 1;
  margin-right: 10px;
}
.list-section3 .section-container .section-left .section-nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
.list-section3 .section-container .section-left .section-nav:before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-45%);
  content: '';
  display: block;
  width: 3px;
  height: 24px;
  background-color: #0073FF;
}
.list-section3 .section-container .section-left .section-nav span {
  display: block;
  font-size: 28px;
  color: #333;
  margin-right: 50px;
  line-height: 28px;
}
.list-section3 .section-container .section-left .section-nav a {
  font-size: 14px;
  color: #333;
  margin-left: auto;
}
.list-section3 .section-container .section-left .section-nav .active {
  font-weight: bold;
  color: #006EFF;
}
.list-section3 .section-container .section-left .tab-content {
  display: none;
  margin-top: 20px;
}
.list-section3 .section-container .section-left .tab-content .section-list {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}
.list-section3 .section-container .section-left .tab-content .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 .tab-content .section-list .list-item:nth-child(2n) {
  margin-right: 0;
}
.list-section3 .section-container .section-left .tab-content .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 .tab-content .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;
  height: 48px;
}
.list-section3 .section-container .section-left .tab-content .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 .tab-content .section-list .list-item .item-info .user {
  display: flex;
  align-items: center;
}
.list-section3 .section-container .section-left .tab-content .section-list .list-item .item-info .user .photo {
  display: flex;
}
.list-section3 .section-container .section-left .tab-content .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 .tab-content .section-list .list-item .item-info .user p {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}
.list-section3 .section-container .section-left .tab-content .section-list .list-item .item-info .user p i {
  color: #006EFF;
}
.list-section3 .section-container .section-left .tab-content .section-list .list-item .item-info span {
  font-size: 14px;
  color: #999999;
}
.list-section3 .section-container .section-left .tab-content .section-list .list-item .item-info .label {
  color: #fff;
  background-color: #8AA5FF;
  padding: 0 10px;
  border-radius: 25px;
}
.list-section3 .section-container .section-left .tab-content .section-list .list-item .item-info .local {
  display: flex;
  align-items: center;
  color: #999999;
}
.list-section3 .section-container .section-left .tab-content .section-list .list-item .item-info .local img {
  width: 13px;
  margin-right: 5px;
}
.list-section3 .section-container .section-left .tab-content .section-list .list-item .item-info .time i {
  color: #0073FF;
}
.list-section3 .section-container .section-right {
  width: 300px;
  background-color: #fff;
}
.list-section3 .section-container .section-right .section-img-list {
  width: 100%;
}
.list-section3 .section-container .section-right .section-img-list a {
  position: relative;
  display: block;
  width: 300px;
  margin-bottom: 10px;
}
.list-section3 .section-container .section-right .section-img-list a > img {
  width: 100%;
}
.list-section3 .section-container .section-right .section-img-list a .content {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.list-section3 .section-container .section-right .section-img-list a .content .title span {
  font-size: 24px;
  color: #333;
}
.list-section3 .section-container .section-right .section-img-list a .content .title span:nth-child(2) {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.list-section3 .section-container .section-right .section-img-list a .content .intro {
  color: #999;
  font-size: 14px;
  margin: 15px 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-section3 .section-container .section-right .section-img-list a .content .d-line {
  display: block;
  width: 20px;
  height: 0;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.list-section3 .section-container .section-right .section-img-list a .content .phone {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.list-section3 .section-container .section-right .section-img-list a .content .phone img {
  width: 19px;
}
.list-section3 .section-container .section-right .label-box {
  box-shadow: 3px 3px 12px 1px rgba(181, 181, 181, 0.26);
  background-color: #fff;
  padding: 10px 20px;
}
.list-section3 .section-container .section-right .label-box .label-box-title {
  position: relative;
  font-size: 24px;
  color: #333;
  padding: 20px 0;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.list-section3 .section-container .section-right .label-box .label-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 .label-box .label {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.list-section3 .section-container .section-right .label-box .label a {
  display: block;
  height: 28px;
  background: #8AA5FF;
  border-radius: 25px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.list-section3 .section-container .section-right .label-box .label a:nth-child(1) {
  background: #8AA5FF !important;
}
.list-section3 .section-container .section-right .label-box .label a:nth-child(5n) {
  background: #F68181;
}
.list-section3 .section-container .section-right .label-box .label a:nth-child(5n+1) {
  background: #F68181;
}
.list-section4 {
  padding: 0 0 40px;
}
.list-section4 .index-action-container {
  margin-top: 30px;
}
.list-section4 .index-action-container .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.list-section4 .index-action-container .index-action-swiper {
  padding: 30px 0;
}
.list-section4 .index-action-container .index-action-swiper .line {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide {
  display: flex;
  padding-bottom: 20px;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide a.header-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide a.header-img img {
  width: 100%;
  height: 100%;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content {
  flex: 1;
  position: relative;
  min-width: 0;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content h4 {
  display: flex;
  margin-bottom: 5px;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content h4 a {
  font-size: 22px;
  color: #333;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content h4 span {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content .question {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content p {
  font-size: 14px;
  color: #666;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content p span {
  color: #000;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content .circle {
  position: absolute;
  bottom: -51px;
  left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.list-section4 .index-action-container .index-action-swiper .swiper-slide .content .circle span {
  font-size: 14px;
  color: #999;
}
.index-online2 {
  padding: 40px 0;
}
.index-online2 .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index-online2 .title > div {
  font-size: 32px;
  color: #333;
}
.index-online2 .title .more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.index-online2 .title .more img {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.index-online2 .online-list2 {
  display: flex;
  flex-wrap: wrap;
}
.index-online2 .online-list2 .list2-item {
  position: relative;
  width: 24%;
  height: 370px;
  background: #DFE6EE;
  margin-right: 1%;
  margin-top: 1%;
  overflow: hidden;
}
.index-online2 .online-list2 .list2-item:nth-child(4n) {
  margin-right: 0;
}
.index-online2 .online-list2 .list2-item .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-online2 .online-list2 .list2-item .item-img img {
  max-width: 100%;
}
.index-online2 .online-list2 .list2-item .item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
  transition: all 0.5s;
  height: 155px;
}
.index-online2 .online-list2 .list2-item .item-info h3 {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.index-online2 .online-list2 .list2-item .item-info p {
  font-size: 16px;
  color: #999999;
  margin: 15px 0 10px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-online2 .online-list2 .list2-item .item-info .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.index-online2 .online-list2 .list2-item .item-info .phone img {
  width: 20px;
  margin-right: 5px;
}
.index-online2 .online-list2 .list2-item .item-info .zx {
  display: none;
  width: 100px;
  height: 30px;
  background: #0073FF;
  border-radius: 25px;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  margin: 10px auto 0;
}
.index-online2 .online-list2 .list2-item:hover .item-info {
  height: 200px;
}
.index-online2 .online-list2 .list2-item:hover .item-info .zx {
  display: block;
}
.list-section5 {
  padding: 40px 0;
}
.list-section5 .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.list-section5 .title > div {
  font-size: 32px;
  color: #333;
}
.list-section5 .title .more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.list-section5 .title .more img {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.list-section5 .list1 {
  display: flex;
  flex-wrap: wrap;
}
.list-section5 .list1 .list1-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-section5 .list1 .list1-item:nth-child(2n) {
  margin-right: 0;
}
.list-section5 .list1 .list1-item .item-title {
  font-size: 20px;
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.list-section5 .list1 .list1-item .item-intro {
  color: #999;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.list-section5 .list1 .list1-item .item-info span {
  font-size: 14px;
  color: #aaa;
  margin-right: 30px;
}
.list-section5 .list2 {
  display: flex;
  flex-wrap: wrap;
}
.list-section5 .list2 a {
  display: flex;
  align-items: center;
  width: 24%;
  margin-right: 1.2%;
  margin-bottom: 1.2%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0px 4px 4px 0px;
  border: 1px solid rgba(138, 165, 255, 0.12);
}
.list-section5 .list2 a:nth-child(4n) {
  margin-right: 0;
}
.list-section5 .list2 a span {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.list-section5 .list2 a span:nth-child(1) {
  background: #8AA5FF;
  border-radius: 4px 0px 0px 4px;
  color: #fff;
  padding: 0 10px;
}
.list-section5 .list2 a span:nth-child(2) {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
  color: #999;
}
.list-section5 .list2 a span:nth-child(2):hover {
  color: #8AA5FF;
}
