/* 证书查询页面 */
.zhengshu {
  width: 100vw;
  height: 100vh;
  background-image: var(--theme-page-background);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0 9%;
}

.zhengshu__header {
  width: 100%;
  height: 110px;
}

.zhengshu__content {
  width: 100%;
  height: calc(100% - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhengshu__content iframe {
  width: 100%;
  height: 90%;
  border: none;
  border-radius: 10px;
  background: #ffffff;
}

/* 新闻列表 */
.newsList {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.newsList__header {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0 9%;
  background: var(--theme-color);
}

.newsLis__location {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: center;
  color: #999999;
  box-sizing: border-box;
  padding: 0 9%;
}

.newsLis__location a {
  color: #999999;
}

.newsLis__location a:last-child {
  color: #000;
}

.newsList__content {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 9%;
  background: #ffffff;
  padding-bottom: 10px;
}

.newsList__content__item {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
}

.newsList__content__item__img {
  width: 300px;
  height: 180px;
  margin-right: 20px;
  object-fit: cover;
}

.newsList__content__item__text {
  width: calc(100% - 320px);
}

.newsList__content__item__text__title {
  width: 100%;
  overflow: hidden;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.newsList__content__item__text__detail {
  width: 100%;
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 36px;
}

.newsList__content__item__text__date {
  width: 100%;
  font-size: 16px;
  color: #666666;
}

.newsListMo {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
  flex-wrap: wrap;
  gap: 16px;
}

.newsListMo__item {
  flex: 0 0 calc(50% - 8px);
}

.newsListMo__item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 5px;
  aspect-ratio: 32 / 23;
  object-fit: cover;
}

.newsListMo__item__title {
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#newsListMo__more {
  display: none;
  width: 144px;
  height: 33px;
  background: var(--theme-color);
  color: #ffffff;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.newsList__footer {
  width: 100%;
}

/* 新闻详情 */

.newDetail {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.newDetail__header {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0 9%;
  background: var(--theme-color);
}

.newDetail__location {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 9%;
  color: #999999;
}

.newDetail__location a {
  color: #999999;
}

.newDetail__location span:last-child {
  color: #000;
}

.newDetail__content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 9%;
  padding-bottom: 50px;
  align-items: flex-start;
  background: #ffffff;
}

.newDetail__content__left {
  width: calc(100% - 420px);
}

.newDetail__content__left__title {
  width: 100%;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}

.newDetail__content__left__date {
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 16px;
}

.newDetail__content__left__text {
  width: 100%;
  font-size: 16px;
  color: #333333;
  overflow-x: auto;
}

.newDetail__content__left__img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  object-fit: cover;
}

.newDetail__content__left__divider {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: relative;
  margin-top: 50px;
}

.newDetail__content__left__divider__img {
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}

.newDetail__content__left__divider__img img {
  width: 16px;
  height: 16px;
}

.newDetail__content__right {
  width: 370px;
  height: auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  margin-left: 50px;
  box-sizing: border-box;
  padding: 20px;
}

.newDetail__content__right li {
  width: 100%;
  margin-bottom: 30px;
}

.newDetail__content__right__img {
  width: 330px;
  height: 200px;
  object-fit: cover;
}

.newDetail__content__right__title {
  width: 100%;
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
}

.newDetailContentMo {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
}

.newDetailContentMo__title {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.newDetailContentMo__date {
  width: 100%;
  font-size: 15px;
  color: #999999;
  margin: 15px 0;
}

.newDetailContentMo__text {
  font-size: 13px;
  color: #333333;
  line-height: 25px;
}

.newDetailContentMo__img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  object-fit: cover;
}

/*分页*/
.page {
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.page ul {
  display: inline-block;
  margin: 0 auto;
}

.page li {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  background: #f9f9f9;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}

.page li:first-child {
  width: 80px;
  height: 34px;
  margin-left: 0px;
}

.page li:last-child {
  width: 80px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 16px;
  font-weight: 500;
}

.page li.thisclass {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--theme-color);
}

.page ul li.thisclass a:hover,
.page ul li.thisclass a {
  color: #fff;
  background-color: var(--theme-color);
}

.page li:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.page li:hover a {
  color: #fff;
}

/* 信息介绍 */
.introduce {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.introduce__header {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0 9%;
  background: var(--theme-color);
}

.introduce__location {
  width: 100%;
  height: 118px;
  display: flex;
  align-items: center;
  color: #999999;
  box-sizing: border-box;
  padding: 0 9%;
}

.introduce__location a {
  color: #999999;
}

.introduce__location a:last-child {
  color: #000;
}

.introduce__content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 9%;
  align-items: flex-start;
  background: #ffffff;
  padding-bottom: 60px;
}

.introduce__content__left {
  width: 250px;
  margin-right: 50px;
}

.introduce__content__left__tab,
.introduce__content__left__tab__active {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  background: #f9f9f9;
  font-size: 18px;
  margin-bottom: 10px;
}

.introduce__content__left__tab__active {
  background: var(--theme-color);
  color: #ffffff;
}

.introduce__content__right {
  width: calc(100% - 250px);
}

.introduce__content__right__item {
  width: 100%;
}

.introduce__content__right__item__title {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}

.introduce__content__right__item__content {
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.introduce__content__right__item__img {
  width: 100%;
  height: auto;
  margin-top: 44px;
  margin-bottom: 50px;
}

.introduce__content__right__divider {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: relative;
}

.introduce__content__right__divider__img {
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}

.introduce__content__right__divider__img img {
  width: 16px;
  height: 16px;
}

.introduceContentMo {
  width: 100%;
  display: none;
  background: #ffffff;
}

.introduceContentMo__tab {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  background: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.introduceContentMo__tab__normal {
  font-size: 14px;
  color: #666666;
}

.introduceContentMo__tab__active {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color);
}

.introduceContentMo__line {
  width: 100%;
  height: 10px;
  background: #f6f6f6;
}

.introduceContentMo__tab__item {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.introduceContentMo__tab__item__title {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.introduceContentMo__tab__item__img {
  margin: 20px 0;
}

/* 默认栏目模板 */
.defaultTemp {
  width: 100%;
  background: #ffffff;
}

.defaultTemp__header {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0 9%;
  background: var(--theme-color);
}

.defaultTemp__content {
  width: 100%;
  height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--theme-color);
}

/* 课程中心 和 家政找活 */
.wxmpCode__container {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  box-sizing: border-box;
}

.wxmpCode__image {
  width: 250px;
  aspect-ratio: 1;
  object-fit: cover;
}

.wxmpCode__text {
  font-size: 16px;
  color: black;
  text-align: center;
}

/*媒体查询*/
@media screen and (min-width: 1000px) {
  .newsList__content,
  .newsList__footer {
    display: block;
  }

  .newsLis__location,
  .introduce__location,
  .introduce__content,
  .newDetail__content,
  .newDetail__location {
    display: flex;
  }

  .newsListMo,
  #newsListMo__more,
  .introduceContentMo,
  .newDetailContentMo {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .introduce__header,
  .newsList__header,
  .zhengshu__header,
  .newDetail__header,
  .defaultTemp__header {
    width: 100%;
    height: 60px;
  }

  .newsList__header,
  .newDetail__header,
  .introduce__header,
  .defaultTemp__header {
    padding: 0 20px;
  }

  .newDetail__header,
  .newsList__header,
  .defaultTemp__header,
  .introduce__header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .newDetail,
  .newsList,
  .introduce {
    height: auto;
  }

  .zhengshu {
    padding: 0 20px;
  }

  .zhengshu__content {
    height: calc(100dvh - 60px);
  }

  .newsList {
    box-sizing: border-box;
    padding-bottom: 16px;
  }

  .newDetail__content__left__divider {
    margin-top: 20px;
  }

  .newsList__content,
  .newsLis__location,
  .newsList__footer,
  .introduce__location,
  .introduce__content,
  .newDetail__content,
  .newDetail__location {
    display: none;
  }

  .introduceContentMo,
  .newDetailContentMo {
    display: block;
  }

  #newsListMo__more,
  .newsListMo {
    display: flex;
  }

  .wxmpCode__container {
    width: 100%;
    height: auto;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
  }

  .wxmpCode__image {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 320px) and (max-width: 767px) {
}
