body {
  background: #f1f5fa;
}

/* ----列表左右布局--- */
.consult-list-box {
  display: flex;
}

/* ----列表左右布局 左侧内容区域-- */
.consult-list-left {
  width: 802px;
  margin-bottom: 48px;
  border-radius: 5px;
}

.list-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
}

.list-box .common-title {
  padding-bottom: 24px;
}

.list-box .common-nav-box {
  padding-bottom: 10px;
}

.list-box .news-father {
  height: 220px;
  width: 746px;
  padding-top: 1px;
}

.news-index {
  width: 686px;
  height: 140px;
  padding: 30px;
  background: #f5f7fc;
  border-radius: 16px;
  margin-top: 20px;
  display: flex;
  transition: 0.3s;
}

.news-index-right {
  width: 397px;
  margin-left: 30px;
}

.news-index-right p {
  max-height: 69px;
}

.news-index-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #212121;
  display: inline-block;
  width: 397px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -5px;
}

.right-index-img {
  margin-left: 30px;
  width: 169px;
  height: 140px;
  display: inline-block;
}

.right-index-img img {
  width: 169px;
  height: 140px;
  border-radius: 16px;
}
.news-index:hover {

  background: #ef4639;
  box-shadow: 0px 0px 20px 1px rgba(239, 70, 57, 0.3);
  border-radius: 16px 16px 16px 16px;
}

.news-index-right p {
  margin-top: 11px;
  font-size: 16px;
  line-height: 23px;
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-box .news-father:hover .news-index {
  margin-top: 10px;
  transition: 0.3s;
  background: #ef4639;
  box-shadow: 0px 0px 20px 1px rgba(239, 70, 57, 0.3);
  border-radius: 16px 16px 16px 16px;
}
.news-index:hover .index-month {
  color: #ffffff;
}

.news-index:hover .index-year {
  color: #ffffff;
}

.news-index:hover .news-index-right p {
  color: #ffffff;
}

.news-index:hover .news-index-title {
  color: #ffffff;
}

.news-index:hover .right-index-more {
  color: #ffffff;
}

.news-index:hover .index-img {
  background: url("../image/index/index-star-on.png") no-repeat center center/
    42px 42px;
}

.consult-list-left .page.page .pagination {
  display: inline-block;
  margin-top: 30px;
}

/* ----列表左右布局 右侧内容区域-- */
.consult-list-right {
  width: 370px;
  margin: 0 0 48px 24px;
}

/* ----列表左右布局 右侧内容搜索区域-- */
.right-search {
  margin-bottom: 22px;
  width: 380px;
  height: 55px;
  display: flex;
}

.right-search .layui-form {
  display: flex;
  border-radius: 5px;
}

.right-search input:hover {
  border: 1px solid #ef4639;
  box-shadow: 0px 3px 6px 1px rgba(239, 70, 57, 0.16);
}

.right-search input {
  width: 265px;
  padding: 14px 20px 13px 20px;
  font-size: 16px;
  color: #8e96a1;
  border: 1px solid #ffffff;
  border-radius: 10px 0 0 10px;
}

.search-btn {
  width: 64px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  background: #ef4639;
  border-radius: 0 10px 10px 0;
}

.search-btn .iconfont {
  font-size: 18px;
  color: #ffffff;
}

.search-btn .layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #0085f9 !important;
  box-shadow: 0 3px 6px rgba(0, 133, 249, 0.16) !important;
}

/* ----列表左右布局 右侧内容蓝色表单部分-- */
.right-blue-from {
  width: 370px;
  height: 460px;
  background: url(../image/common/right-blue-from.png) no-repeat center / 370px
    460px;
  position: relative;
  border-radius: 16px;
}

.user-phone {
  width: 270px;
  padding: 45px 20px 20px;
  position: absolute;
  top: 155px;
  left: 30px;
  background: #ffffff url(../image/common/blue-from-bg.png) no-repeat 0 0 /310px
    30px;
  border-radius: 16px;
  overflow: hidden;
}

.right-blue-from .user-name {
  margin-left: 0 !important;
  margin-top: 15px;
  background: #ffffff;
  width: 270px;
  display: flex;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.16);
  border-radius: 10px;
}

.user-line {
  width: 1px;
  background: #ababab;
}

.right-blue-from .user-name:hover {
  border: 1px solid #ef4639;
}

.right-blue-from .user-name input {
  height: 45px;
  border: none;
}

.blue-title-box {
  display: flex;
  justify-content: space-between;
  padding: 0 17px 0;
}

.blue-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #ef4639;
}

.right-blue-btn {
  margin-top: 15px;
  /* margin-left: 15px; */
  width: 270px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  flex-shrink: 0;
  background: #ef4639;
  box-shadow: 0px 3px 0px 1px #c91e1e;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.right-blue-btn .iconfont {
  font-weight: 400;
  margin-right: 4px;
}

/* ----列表左右布局 右侧内容热门项目-- */
.right-hot-project {
  margin-top: 24px;
  width: 310px;
  padding: 24px 30px 30px;
  background: #ffffff;
  border-radius: 10px;
}

.hot-box {
  margin-top: 7px;
}

.hot-project-top {
  display: flex;
  justify-content: space-between;
}

.project-left {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #212121;
}

.hot-project-top a {
  display: inline-block;
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

.hot-project-top a:hover {
  color: #ef4639;
}

.hot-project-top .iconfont {
  font-size: 13px;
  margin-left: 2px;
}

.hot-index-text {
  width: 100%;
  display: flex;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #9c9daa;
}

.hot-index-text .iconfont {
  font-size: 13px;
  color: #ef4639;
}

.hot-hidden-text {
  max-width: 76%;
  font-size: 16px;
  color: #646565;
  margin-left: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-index-text:hover .hot-hidden-text {
  color: #ef4639;
}

/* ----列表左右布局 右侧内容关注热点部分-- */
.focus-hot {
  margin-top: 24px;
  width: 310px;
  padding: 24px 30px 30px;
  background: #ffffff;
  border-radius: 16px;
}

.focus-hot-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}

.focus-hot-box-index {
  margin: 0 10px 7px 0;
  display: inline-block;
  padding: 6px 11px;
  color: #646565;
  font-size: 14px;
  text-align: center;
  background: #f5f7fc;
  border-radius: 5px;
  transition: 0.3s;
}

.focus-hot-box-index:hover {
  background: #ef4639;
  color: #ffffff;
  transition: 0.3s;
}

/* ----列表左右布局 右侧内容轮播新闻-- */
.swiper-news {
    margin-top: 24px;
    width: 370px;
    height: 302px;
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    opacity: 1;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
}
.swiper-news .layui-carousel {
    height: 272px !important;
}

.swiper-news .layui-carousel .layui-carousel-ind ul {
    background-color: #fff;
    /* opacity: 0; */
    width: 40px;
    height: 6px;
    padding: 0;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.swiper-news .layui-carousel .layui-carousel-ind li {
    width: 6px;
    height: 6px;
    background: #c7c7c7;
    margin: 0;
}

.swiper-news .layui-carousel .layui-carousel-ind .layui-this {
    width: 16px;
    height: 6px;
    background: #ef4639;
    border-radius: 52px 52px 52px 52px;
    opacity: 1;
}
.swiper-news .layui-carousel .swi-ch {
    width: 310px;
    background: #fff;
}

.swiper-news .layui-carousel > [carousel-item] > * {
    background: #fff;
}
.swiper-news .layui-carousel .swi-ch .ch-top {
    display: flex;
    align-items: center;
}

.swiper-news .layui-carousel .swi-ch .ch-top .ch-top-img {
    width: 62px;
    height: 62px;
    margin-right: 20px;
}

.swiper-news .layui-carousel .swi-ch .ch-top .ch-top-tit {
    width: 228px;
    height: 49px;
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #212121;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-news .layui-carousel .swi-ch .ch-bot {
    margin-top: 20px;
    width: 310px;
    height: 154px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 23px;
}

.swiper-news .swi-doc {
    width: 40px;
    height: 6px;
    /* background: red; */
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}

.swiper-news .swi-doc .doc-1 {
    width: 6px;
    height: 6px;
    background: #c7c7c7;
    border-radius: 52px 52px 52px 52px;
    opacity: 1;
}

.swiper-news .swi-doc .doc-2 {
    width: 16px;
    height: 6px;
    background: #ef4639;
    border-radius: 52px 52px 52px 52px;
    opacity: 1;
}

/* ----列表左右布局 右侧内容最新新闻-- */
.latest-News {
  margin-top: 21px;
  width: 310px;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
}

.hot-index-text .news-index-box {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #f5f7fc;
  font-size: 12px;
  margin-top: 13px;
  border-radius: 2px;
  color: #6e6e6e;
}

.hot-index-text .blue-box {
  background: #ef4639;
  color: #ffffff;
}

/* ----tag页面特殊修改样式-- */
.tab-super {
  width: 80%;
}

/* ----新闻内容页面相关样式-- */
.newsIndex-box {
  padding: 20px 20px 0 20px;
  background: #ffffff;
}

.newsIndex-top {
  padding-bottom: 28px;
  border-bottom: 1px dashed #9c9daa;
}

.newsIndex-top-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #212121;
}

.newsIndex-tag {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0;
}




.newsIndex-tag .index-tag-index {
  margin-right: 6px;
  display: inline-block;
  padding: 3px 8px;
  line-height: 24px;
  color: #646565;
  font-size: 14px;
  text-align: center;
  background: #f5f7fc;
  border-radius: 5px;
  transition: 0.3s;
}

.newsIndex-tag .index-tag-index:hover {
  background: #ef4639;
  color: #ffffff;
  border-radius: 5px;
  transition: 0.3s;
}

.newsIndex-time {
  font-size: 14px;
  line-height: 28px;
  color: #6e6e6e;
}
.companyIndex-tag{
    display: flex;
    margin: 16px 0 0;
}
.companyIndex-tag .newsIndex-time{
    font-size: 14px;
    line-height: 28px;
    color: #565872;
    margin-right: 29px;
}

.newsIndex-content {
  padding: 26px 0 34px;
  border-bottom: 1px dashed #9c9daa;
}

/* ----详情页 上一页 下一页内容块--- */
.consult-go-down {
  margin-bottom: 7px;
}

.consult-page-box {
  display: flex;
}

.consult-page-box:first-child {
  padding-top: 23px;
}

.consult-page-btn {
  flex-shrink: 0;
  font-size: 14px;
}

.consult-page-btn a {
  display: block;
  text-align: center;
  line-height: 34px;
  color: #6e6e6e;
}

.consult-page-btn .consult-page-text {
  color: #212121;
}

.consult-page-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.consult-page-text a {
  color: #212121;
  line-height: 36px;
}

.consult-page-box:hover .consult-page-text a {
  color: #ef4639;
}

.newsIndex-news {
  margin-top: 24px;
  background: #ffffff;
  padding: 30px 30px 5px 30px;
  border-radius: 16px;
}

.newsIndex-news-box {
  display: flex;
  justify-content: space-between;
}

.newsIndex-news-left {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #212121;
}

.newsIndex-news-right {
  display: block;
  width: 106px;
  height: 38px;
  background: #f5f7fc;
  color: #212121;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  transition: 0.2s;
}

.newsIndex-news-right:hover {
  background: #ef4639;
  transition: 0.3s;
  color: #fff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(255, 77, 64, 0.4);
}

.newsIndex-small-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px;
}

.small-news {
  width: 350px;
  height: 90px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.small-news-right {
  display: block;
  width: 108px;
  height: 90px;
  border-radius: 5px;
}
.small-news-right img {
  width: 108px;
  height: 90px;
  border-radius: 5px;
}

.small-news-left {
  width: 232px;
}

.small-news-left-title {
  display: inline-block;
  width: 100%;
  max-height: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.small-news-left-title:hover {
  color: #ef4639;
}

.small-news-time {
  margin-top: 28px;
  font-size: 14px;
  color: #6e6e6e;
}

@media screen and (max-width: 1300px) {
  .consult-list-left {
    width: 772px;
  }

  .right-search {
    width: 350px;
  }

  .right-search input {
    width: 235px;
  }

  .right-blue-from {
    width: 340px;
  }

  .user-phone {
    width: 240px;
  }

  .blue-text {
    font-size: 15px;
  }

  .right-blue-from .user-name {
    width: 240px;
  }

  .right-hot-project {
    width: 280px;
  }

  .latest-News {
    width: 280px;
  }

  .focus-hot {
    width: 280px;
  }

  .news-index {
    width: 656px;
  }

  .news-index-right {
    width: 367px;
  }

  .right-blue-btn {
    width: 240px;
  }

  .small-news {
    width: 338px;
    height: 90px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
  }

  .list-box {
    padding: 30px 30px 30px 18px;
  }
}
