.border-bg {
  background: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.konwledge_bg {
  background: #ffffff;
  /* position: relative; */
}
.knowledge_back {
  /* position: absolute; */
  /* top: 0; */
  /* width: 100%;
  height: 56.1875rem; */
  height: 100vh;
  background: url("../assets/pic_zhishigongxiang.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.article_bg {
  box-sizing: border-box;
  margin-top: -16.5625rem;
  width: 100%;
  min-height: 385px;
  /* background: url("../assets/pic_wenzhangbeijing@2x.png") no-repeat;
  background-size: 100% 100%; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 20%,
    #ffffff 100%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  padding-bottom: 50px;
}
.articel_title {
  width: 100%;
  height: 78px;
  background: #f2f7ff;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
}
.articel_flex_tip {
  height: 100%;
  display: flex;
  align-items: center;
}
.articel_flex_tip .inactive_title {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #323335;
  letter-spacing: 1px;
  font-style: normal;
}
.active_title {
  color: #2468f2 !important;
  border-bottom: 1px solid #0486fe;
}
.articel_flex_tip .inactive_item{
  color: #323335;
}
.active_item{
  color: #2468f2 !important;
}
.articel_back_content {
  box-sizing: border-box;
  margin-top: 50px;
}
/* .articel_back_content .article_content_card {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 8px;
} */
.articel_back_content .article_content_card img {
  width: 100%;
  height: 271px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
}
.articel_back_content .article_content_card .article_content_item {
  box-sizing: border-box;
  padding: 24px;
}

.articel_back_content .article_content_card {
  box-sizing: border-box;
  width: 32%;
  height: auto;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 36px;
  cursor: pointer;
  margin-right: calc(4% / 2);
  border: 1px solid #EEEFF0;
}

.articel_back_content .article_content_card a {
  box-sizing: border-box;
  width: 100%;
  /* height: 358px; */
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.articel_back_content .article_content_card:nth-child(3n) {
  margin-right: 0;
}

.articel_back_content .article_content_card:last-child {
  margin-right: auto;
}

.articel_back_content
  .article_content_card
  .article_content_item
  .article_content_title {
  height: 2.75rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.articel_back_content
  .article_content_card
  .article_content_item
  .article_content_title:hover {
  color: #2468f2 !important;
}

.article_content_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.articel_back_content
  .article_content_card
  .article_content_item
  .article_content_tip {
  height: 60px;
  margin-top: 8px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #68696d;
  line-height: 20px;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
.articel_back_content
  .article_content_card
  .article_content_item
  .article_content_bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articel_back_content
  .article_content_card
  .article_content_item
  .article_content_bottom
  .article_time {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  letter-spacing: 1px;
  font-style: normal;
}
.articel_back_content
  .article_content_card
  .article_content_item
  .article_content_bottom
  .article_view {
  display: flex;
  justify-content: center;
  align-items: center;
}
.articel_back_content
  .article_content_card
  .article_content_item
  .article_content_bottom
  .article_view
  img {
  width: 24px;
  height: 18px;
  object-fit: cover;
}

.page_card {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_card .page_total {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 21px;
  letter-spacing: 1px;
  font-style: normal;
}
.page_arrow {
  cursor: pointer;
  margin-left: 14px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeff0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_arrow img {
  width: 16px;
  height: 16px;
}
.page_num {
  margin: 0 8px;
  display: flex;
  align-items: center;
}
.page_num div a {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeff0;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  letter-spacing: 1px;
  font-style: normal;
}
.page_active_num a {
  background: #2468f2 !important;
  color: #ffffff !important;
}
.page_num div:last-child {
  margin-right: 0;
}
.page_select {
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 20px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeff0;
}
.page_select img {
  width: 16px;
  height: 16px;
}
.page_select .div {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  letter-spacing: 1px;
  font-style: normal;
}

/*banner*/
.sub-banner {
  height: 240px;
  box-sizing: content-box;
  padding-top: 90px;
}
.sub-banner img {
  width: 100%;
  height: 100%;
}

.tab-list-box {
  position: relative;
  min-height: 540px;
}

/* 首页列表 */
.tab-list {
  padding-top: 30px;
}
.tab-list:first-child {
  padding-top: 40px;
}
.tab-list .tab-title {
  position: relative;
}
.tab-list .tab-title h1 {
  float: left;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #303133;
}
.tab-list .tab-title .line-icon {
  width: 4px;
  height: 24px;
  background-color: #0486fe;
  border-radius: 1px;
  position: absolute;
  top: 6px;
  left: 0;
}
.tab-list .tab-title .more {
  margin-top: 6px;
}
.tab-list:nth-child(4n + 1) .tab-title .line-icon {
  background-color: #0486fe;
}
.tab-list:nth-child(4n + 2) .tab-title .line-icon {
  background-color: #67c23a;
}
.tab-list:nth-child(4n + 3) .tab-title .line-icon {
  background-color: #f56c6c;
}
.tab-list:nth-child(4n + 4) .tab-title .line-icon {
  background-color: #ffa400;
}

.tab-content {
  margin-top: 20px;
}

.tab-content ul li {
  margin-bottom: 20px;
  width: 580px;
  height: 188px;
  margin-right: 20px;
  padding: 20px;
  float: left;
  border-radius: 4px;
}

.tab-content ul li:nth-child(2n) {
  margin-right: 0;
}

.tab-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-content ul li .item-img {
  width: 260px;
  height: 148px;
  margin-right: 10px;
}

.tab-content ul li .item-img img {
  width: 100%;
  height: 100%;
}

.tab-content ul li .item-content {
  width: 270px;
  position: relative;
}

.tab-content ul li .item-content .item-title h1 {
  /* autoprefixer: off */
  font-size: 16px;
  font-weight: 400;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.tab-content ul li .item-content .item-detail p {
  /* autoprefixer: off */
  font-size: 14px;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tab-content ul li .item-content .item-other {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #909399;
}

.tab-content ul li .item-content .item-other .item-visit {
  position: relative;
}

.tab-content ul li .item-content .item-other .item-visit .eye-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: -20px;
  background: url("../image/eye.png") no-repeat center/cover;
}

/* 资讯详情 */
/* 知识共享 详情 */
.know_detail_board {
  width: 100%;
  height: 690px;
  background: url("../assets/pic_gongxiangxiangqing.png") no-repeat;
  background-size: 100% 100%;
}
.know_bread ul li {
  display: flex;
  align-items: center;
}
.know_bread ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  line-height: 24px;
  font-style: normal;
}
.know_bread ul li img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.active_a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 24px;
  font-style: normal;
}
.newslist-content {
  padding-top: 50px;
  display: flex;
}

.newslist-content .newslist-left {
  box-sizing: border-box;
  width: 1106px;
  min-height: 1106px;
  padding: 30px;
  margin-right: 16px;
}

.newslist-content .newslist-right {
  box-sizing: border-box;
  width: 358px;
  height: fit-content;
  background: url("../assets/know_gongxiangxiangqing@2x.png") no-repeat;
  background-size: 100% 100%;
}
.renmen_bg {
  /* width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 18px 24px;
  background: url("../assets/remen_bg@2x.png") no-repeat;
  background-size: 100% 100%; */
  width: 100%;
  /* height: 100%; */
  box-sizing: border-box;
  padding: 18px 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
}

.know_content_back {
  /* background: url("../assets/know_xiangqing_bg@2x.png") no-repeat;
  background-size: 100% 100%; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
}

.newsdetail-left .detail-header {
  padding-top: 6px;
  border-bottom: 1px solid #eeeff0;
  padding-bottom: 24px;
}

.newsdetail-left .detail-header .detail-title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 32px;
  color: #323335;
  line-height: 48px;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsdetail-left .detail-header .detail-time {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
}

.newsdetail-left .detail-header .detail-sub {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.newsdetail-left .detail-header .detail-sub .detail-look {
  margin-left: 27px;
  display: flex;
  align-items: center;
}

.newsdetail-left .detail-header .detail-sub .detail-look img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.newsdetail-left .detail-header .detail-sub .detail-time p:last-child {
  margin-left: 10px;
}

.newsdetail-left .detail-content {
  padding-top: 36px;
}
.newsdetail-left .detail-content .detail_content_text {
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  margin-bottom: 27px;
}
.newsdetail-left .detail-content p {
  font-size: 14px;
  line-height: 23px;
  color: #666666;
}

.newsdetail-left .detail-content p img {
  max-width: 100%;
}

.newsdetail-left .detail-page {
  padding: 20px;
  height: 104px;
}

.newsdetail-left .detail-page > div {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsdetail-left .detail-page > div a {
  color: #333333;
}

.newsdetail-left .detail-page .prev-page {
  margin-bottom: 24px;
}

/* 浮动资讯推荐 */
.news-info {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.news-info .news-info-title {
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  padding-bottom: 17px;
  border-bottom: 1px solid #eeeff0;
}

.news-info .news-info-detail {
  box-sizing: border-box;
  /* margin-top: 24px; */
}
.news-info .news-info-detail .news_info_item {
  padding: 24px 0;
  border-bottom: 1px solid #eeeff0;
}
.news-info .news-info-detail a:last-child .news_info_item {
  border-bottom: 0;
}
.news-info .news-info-detail .news_info_item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.news-info .news-info-detail .news_info_item .info_1 {
  box-sizing: border-box;
  margin-top: 24px;
  padding-left: 3px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_1:hover {
  color: #0486fe !important;
}
.news-info .news-info-detail .news_info_item .info_2 {
  box-sizing: border-box;
  margin-top: 8px;
  padding-left: 3px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #68696d;
  line-height: 20px;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info .news-info-detail ul li {
  margin-bottom: 14px;
  position: relative;
}

.news-info .news-info-detail ul li a {
  display: block;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303133;
}

.news-info .news-info-detail ul li .icon-item {
  width: 8px;
  height: 8px;
  border: 2px solid #ccc;
  position: absolute;
  top: 6px;
  left: -4px;
}

.nodatax {
  position: absolute;
  top: 100px;
  width: 318px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.nodatax img {
  width: 318px;
  height: 200px;
}
.nodatax p {
  color: #606266;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.main-wrap a {
  color: #333;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.main-wrap a:hover {
  color: #2468f2;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.sxszf-mlists-items {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #bbcfec;
}
.sxszf-mlists-items:not(:first-child) {
  margin-top: 1rem;
}
.sxszf-mlists-items > dt {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  transition: all 0.3s cubic-bezier(0.7, 0.5, 0.2, 1);
}
.sxszf-mlists-items > dt a {
  display: block;
  position: relative;
}
.sxszf-mlists-items > dt a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0.85rem;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.7, 0.5, 0.2, 1);
  border: 0.3rem solid transparent;
}
.sxszf-mlists-items > dt:hover a::after {
  transform: rotateZ(90deg);
  transition: all 0.3s cubic-bezier(0.7, 0.5, 0.2, 1);
}
.common-textnews-list > li {
  line-height: 2.5;
  font-size: 1.125rem;
  overflow: hidden;
  cursor: pointer;
}
.common-textnews-list > li:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #c1c5ca;
  vertical-align: text-top;
  margin-top: 8px;
  margin-right: 6px;
}
.common-textnews-list > li:hover:before {
  background-color: #406fb3;
}
.common-textnews-list > li > span {
  margin-right: 0;
  margin-top: 0.25rem;
  font-size: 1rem;
  width: 13%;
  text-align: center;
}
.sxszf-mlists-item>li span {
  color: #889cba;
  float: right;
}
.sxszf-mlists-item > li {
  line-height: 2.4;
  position: relative;
  transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);
}
.sxszf-mlists-item > li:hover {
  padding: 0 0.5rem;
}
.sxszf-mlists-item > li {
  line-height: 2.4;
  position: relative;
  transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);
}
.sxszf-mlists-item > li span {
  float: right;
  font-size: 14px;
}
.sxszf-mlists-item > li::after {
  transition: all 0.8s cubic-bezier(0.7, 0.5, 0.2, 1);
  content: '';
  width: 0;
  height: 100%;
  background: #e6ecf5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sxszf-mlists-item > li:hover::after {
  background: #e6ecf5;
  width: 100%;
}
.sxszf-mlists-item > li:hover > a {
  color: #2468f2;
}

.filterx {
  box-sizing: border-box;
  padding: 36px 30px 39px 30px;
}
.filterx-type {
  box-sizing: border-box;
  display: flex;
}

.filterx_left_type {
  flex: none;
  width: 60px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #68696d;
  font-style: normal;
  padding-top: 12px;
}
.filterx-type ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 32px;
}
.filterx-type li {
  padding: 12px 14px;
  margin-right: 48px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  font-style: normal;
  cursor: pointer;
  margin-bottom: 12px;
}
.filterx-type li.active {
  background: #e6efff;
  border-radius: 9px;
  padding: 12px 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 16px;
  color: #2468f2;
  font-style: normal;
}