/* banner  */
.banner-section {
  position: relative;
  width: 100%;
  height: 4rem;
}
.banner-section-content {
  position: absolute;
  left: 20%;
  top: 20%;
  z-index: 10;
}
.banner-section-button {
  color: #ffffff;
  font-size: 0.16rem;
  background-color: #1e87fe;
  border-radius: 2px;
  padding: 0.1rem 0.3rem;
  border: none;
  margin-top: 0.5rem;
}

/* 标签页 */
#myTab .nav-tabs {
  border-bottom: none;
  /* 这儿的样式是取消原来bootstarp的样式加新样式 */
}
/* #myTab .nav-tabs>li>a{
  color: #333333;
  font-size: 16px;
}
#myTab .nav-tabs>li>a.active{
  color: #1E87FE;
  font-size: 16px;
}
#myTab .nav-tabs>li{
  border-bottom: none;
}
#myTab .nav-tabs>li.active>a{
  color: #1E87FE;
  font-size: 16px;
}
#myTab .nav-tabs>li.active{
  border-bottom: 2px solid #1E87FE;
} */
#myTab ul,li{
  list-style-type:none;
}
.box > ul{
  display: flex;
  justify-content: flex-start;
}
.news-tab {
  display: flex;
  height: 60px;
  padding: 0 30px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
.line{
  color: #1E87FE !important;
  border-bottom: 2px #1E87FE solid;
}
/* .active{
  color: #1E87FE !important;
  border-bottom: 1px #1E87FE solid;
} */

/* 咨询信息 */

.industry-information-thumbnail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.div-horizontal-line {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e5e5e5;
}

.industry-information-section h4 {
  width: 100%;
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* 分页 */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* 大屏幕 */
@media screen and (min-width: 800px) {
  /* 咨询信息 */
  .div-vertical-line {
    width: 0;
    height: 100%;
    border-left: 1px solid #e5e5e5;
  }
  .industry-information-section p {
    color: #999999;
    font-size: 0.14rem;
    position: absolute;
    bottom: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .industry-information-thumbnail img {
    max-width: 220px;
  }
  .industry-information-thumbnail-date{
    margin: 0 auto;
    display: block;
  }
  .industry-information-content {
    display: flex;
    flex-direction: column;
    /* height: 130px; */
  }
  .industry-information-content-min-screen{
    display: none;
    /* height: 130px; */
  }
}
/* 小屏幕 */
@media screen and (max-width: 800px) {
  /* 咨询信息 */
  .div-vertical-line {
    width: 0;
    height: 0;
    border-left: 1px solid #e5e5e5;
  }
  .industry-information-section p {
    color: #999999;
    font-size: 0.14rem;
    margin-top: 0.2rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .industry-information-thumbnail img {
    width: 100%;
  }
  .industry-information-thumbnail-date{
    margin: 0 auto;
    display: none;
  }
  .industry-information-content {
    display: none;
  }
  .industry-information-content-min-screen{
    display: flex;
    flex-direction: column;
  }
}
<!--0.0001828670501709-->