/*
 * 国家生态环境科技成果转化综合服务平台 专家页样式文件
 * @author: 兮玥<190785909@qq.com>
 * @date: 2024-06-25 17:58:00
 */
 .page-expert .common-bg {
  background-image: url("../img/banner-bg-except-list.png");
}
.banner-catalog {
  height: calc(468px - 175px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #000;
}
.banner-catalog h2 {
  font-size: 40px;
}
.banner-catalog p {
  font-size: 20px;
  margin-top: 10px;
  color: var(--text-color-normal);
}
.catalog-nav {
  min-height: 88px;
  border: 1px solid #E8EBF3;
}
.catalog-nav .catalog-nav-title {
  width: 65px;
  padding: 24px 12px;
  color: #fff;
  background-color: var(--primary-color-dark);
  text-align: center;
  line-height: 24px;
}
.catalog-nav .catalog-nav-items {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to bottom, #F3F5F8, #ffffff);
}
.catalog-nav-items ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.catalog-nav-items ul li {
  display: inline-block;
  line-height: 36px;
  min-width: 70px;
  text-align: center;
}
.catalog-nav-items ul li a {
  font-size: 16px;
  color: var(--text-color-normal);
  padding: 16px;
}
.catalog-nav-items ul li.active > a {
  color: var(--primary-color-dark);
}
.news-list-wrap {
}
.news-article-item {
  padding: 2rem 0;
  border-bottom: 1px solid #E8EBF3;
}
.news-article-title {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: var(--text-color-dark);
  overflow: hidden;
  margin-bottom: 14px;
  border-bottom: 1px solid #E8EBF3;
  padding-bottom: 14px;
  position: relative;
}
.news-article-title::before {
  content: "";
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #158CE5;
}
.news-article-desc {
  color: var(--text-color-normal);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* height: 78px; */
  margin-bottom: 1rem;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  border-left: 4px solid #EEE;
  padding-left: 16px;
}
.news-article-keywords ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.news-article-keywords ul li {
  display: inline-block;
  line-height: 28px;
  padding: 6px 16px;
  margin-bottom: .5rem;
  text-align: center;
  border: 1px solid #E8EBF3;
  background-color: #F2F3F5;
  color: var(--text-color-normal);
}
.news-article-keywords ul:after {
  content:'>';
  font-family: "simsun";
  color: var(--primary-color-dark);
  right: 0;
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
}

.news-article-link:hover .news-article-title {
  color:var(--primary-color);
}
.news-article-logo {
  flex: 0 0 300px;
  margin-right: 1.5rem;
  max-width: 300px;
  max-height: 188px;
  overflow: hidden;
}
.news-article-link:hover .news-article-desc {
  opacity: 0.85;
}


.page-expert-detail {
  background: #F2F3F5 url("../img/banner-bg-expert-detail.png") no-repeat top center / contain;
}
.page-expert-detail .common-bg {
  display: none;
}
.page-expert-detail .common-header {
  height: 218px;
}
.page-expert-detail .common-body > .container {
  padding-bottom: 3rem;
}
.news-detail-wrap {
  position: relative;
  background: #fff;
  padding: 3.5rem;
}

.news-detail-wrap .breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
  /* $breadcrumb-divider: quote(">"); */
}
.news-detail-wrap .breadcrumb .breadcrumb-item a {
  color:var(--text-color-light);
  font-size: 16px;
  padding: 0 10px;
}
.news-detail-wrap .breadcrumb .breadcrumb-item:first-child a {
  padding-left: 0;
}
.news-detail-wrap .breadcrumb .breadcrumb-item:last-child a {
  color:var(--text-color-dark);
}
.news-detail-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  content:'>';
  font-family: "simsun";
  color: #CCC;
  font-size: 16px;
}
.news-detail-wrap .item {
  padding: 16px 0;
  margin-bottom: 8px;
  border-bottom: 2px dashed #E8EBF3;
}
.news-detail-wrap .item .item-title {
  padding: 0 16px;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 8px;
}
.news-detail-wrap .item .item-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--text-color-dark);
  margin-bottom: 0;
  line-height: 28px;
}
.news-detail-wrap .item .item-title p {
  color: var(--text-color-light);
  line-height: 20px;
  margin-bottom: 0;
  font-size: 12px;
}
.news-detail-wrap .item .item-desc {
  color: var(--text-color-normal);
  line-height: 30px;
  font-size: 18px;
}
.news-detail-wrap .item .item-desc.article-body-wrap {

}
.news-detail-wrap .item .item-desc p, .news-detail-wrap .item .item-desc span {
  font-size: 18px!important;
  font-weight: 400!important;
  font-family: "PingFang SC"!important;
}
.news-detail-wrap .article-body .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  color: #333;
  padding-top: 20px;
  padding-bottom: 24px;
}
.news-detail-wrap .article-body table {
  border: 1px solid #ddd;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  padding: 8px 0;
}
.news-detail-wrap .article-body table tbody tr th {
  background-color: #F8F8F8;
  color: #333;
  font-weight: bold;
  width: 21%;
  min-width: 65px;
}
.news-detail-wrap .article-body table tbody tr td {
  color: #666;
  font-weight: 400;
}
.news-detail-wrap .article-body .team-leader span {
  padding: 0 20px;
}
.news-detail-wrap .article-body .team-leader {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
}
.news-detail-wrap .article-body .team-leader .uname {
  padding-left: 0;
}
.news-detail-wrap .article-body .team-leader li+li::before{
  content:'/';
  font-family: "simsun";
  color: #D9D9D9;
  font-size: 16px;
}

.article-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color:var(--text-color-dark);
}
.article-publish-date {
  color:var(--text-color-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  line-height: 32px;
  text-align: center;
}
.article-content {
  border-top: solid 1px #E8EBF3;
  margin-top: 32px;
  padding: 20px 0 60px 0;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}
.article-content p {
  margin-bottom: 2rem;
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-source {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.h5-catalog-nav {
  display: none;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.h5-catalog-nav .col a {
  color: #666;
}
.h5-catalog-nav .col a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.drawer-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  display: none;
  z-index: 5;
}
.drawer {
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 6;
}
.drawer .drawer-toolbar {
  width: 100%;
  height: 56px;
  padding: 18px 15px;
  border-bottom: 1px solid #DDDDDD;
}
.drawer .drawer-toolbar a {
  font-size: 15px;
  color: #999999;
}
.drawer .drawer-toolbar a.confirm {
  color: #158CE5;
}
#filter-h5-wrap .drawer {
  height: 480px;
  bottom: -480px;
}
#filter-h5-wrap .drawer-toolbar .title {
  font-weight: bold;
  font-size: 17px;
}
#filter-h5-wrap .drawer-body {
  padding: 0 15px 16px 15px;
  height: 424px;
  overflow-y: scroll;
}
#filter-h5-wrap .drawer-body .list-item {
  padding: 12px 16px;
}
#filter-h5-wrap .drawer-body .list-item:not(:last-child) {
  border-bottom: 1px solid #E8E8E8EE;
}
#filter-h5-wrap .drawer-body .list-item a {
  color: #333333;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
#filter-h5-wrap .drawer-body .list-item.active a {
  color: #0457AA;
}
#filter-h5-wrap .drawer-body .list-item a i {
  display: none;
}
#filter-h5-wrap .drawer-body .list-item.active a i {
  display: block;
}

@media screen and (max-width: 1100px) {
  .page-expert-detail .common-header {
    height: auto;
  }
  .news-list-wrap {
    padding: 1rem;
  }
  .news-article-link .d-flex{
    flex-direction: column;
  }
  .news-article-link .d-flex img {
    width: 100%;
    height: auto;
  }
  .news-article-link .pl-3 {
    padding-left:0;
  }
  .news-article-logo {
    flex: none;
    max-width: 100%;
    max-height: 100%;
  }
  .news-article-title {
    margin-top: 1rem;
  }
  .news-article-desc {
    margin-bottom: 1rem;
    height: auto;
  }
  .news-detail-wrap {
    margin-top: 16px;
  }
}

@media screen and (max-width: 600px) {
  .news-detail-wrap {
    padding: 1.5rem;
  }
  .page-expert-detail .common-header {
    height: auto;
  }
  .catalog-nav {
    display: none!important;
  }
  .h5-catalog-nav {
    display: flex;
  }
  .news-detail-wrap .breadcrumb .breadcrumb-item a {
    padding: 0 2px;
  }
  .news-detail-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-size: 14px;
  }
  .news-detail-wrap .article-body table tbody tr th, td {
    font-size: 14px;
    line-height: 20px;
  }
  .news-detail-wrap .article-body .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }
  .news-detail-wrap {
    margin-top: 16px;
  }
  .news-detail-wrap .item .item-title h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .news-detail-wrap .item .item-title p {
    font-size: 10px;
    line-height: 14px;
  }
  .news-detail-wrap .item .item-desc {
    font-size: 16px;
    line-height: 28px;
  }
}
