@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: "微软雅黑", "Arial", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #333;
  margin: 0 auto;
  width: 1920px;
  height: auto;
  background-color: #FFF;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  border: none;
}

ul, li {
  list-style: none;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}

.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.mask {
  position: absolute;
  width: 100%;
  background: rgba(3, 3, 3, 0.4);
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.mask h3 {
  padding: 0 10px;
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
}

.mask a {
  color: #FFF;
}

.more {
  text-align: right;
  margin-top: 30px;
  font-size: 18px;
}

header.topic {
  width: 100%;
  height: auto;
}

.centered-ellipsis {
  display: inline-block;
  vertical-align: middle; /* 垂直居中 */
}

.intro-container {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, #ffebe8, #fffefd);
  padding-top: 50px;
}

.intro {
  background-image: url("../../images/zhuanti_hpv/intro.png");
  margin: 0 auto;
  width: 1258px;
  height: 440px;
}
.intro .txt {
  width: 100%;
  position: relative;
}
.intro img {
  display: none;
}

.abstract {
  padding: 50px 60px 85px 85px;
}

p {
  font-size: 24px;
  text-indent: 2em;
  font-weight: 400;
  line-height: 1.9;
  color: #c62828;
}

.hpv .more {
  margin: 10px 0 25px 0;
  margin-right: 5%;
}
.hpv .more a {
  color: #ca3f3f;
}
.hpv .content {
  margin-top: 50px;
  display: flex;
}
.hpv .tab-btn.active {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.9), inset 0 1px 3px rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.hpv .tab {
  width: 19.1%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.hpv .tab h3 {
  color: #FFF;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  line-height: 2.5;
  white-space: nowrap;
}
.hpv .tab .tab-btn {
  background-image: linear-gradient(45deg, #f11514 0%, #f43b37 40%, #ffccbc 100%);
  width: 100%;
  border-radius: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  flex-grow: 1;
}
.hpv .tab-content {
  display: none;
  width: 80.9%;
}
.hpv .tab-content .mask {
  position: relative;
  background: none;
  margin-top: 10px;
}
.hpv .tab-content .mask a {
  color: #000;
}
.hpv .tab-content.active {
  display: flex;
  flex-direction: column;
}
.hpv .tab-content {
  background-color: #fff7f8;
}
.hpv .tab-content .cnt {
  padding: 65px 0 0 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hpv .tab-content .cnt .left {
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  width: 41%;
  height: auto;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
.hpv .tab-content .cnt .left a {
  width: 100%;
  height: auto;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display:inline-block;
}
.hpv .tab-content .cnt .left img {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.hpv .tab-content .cnt .right {
  display: flex;
  width: 44%;
  margin: 0 5%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: column;
}
.hpv .tab-content .cnt .right ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.hpv .tab-content .cnt .right li {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
.hpv .tab-content .cnt .right li a {
  color: #333;
}
.hpv .tab-content .cnt .li-cnt {
  line-height: 1.5em;
  overflow: hidden;
  width: 100%;
  display: -webkit-box; /* 关键：旧版 Flexbox 模型 */
  -webkit-line-clamp: 1; /* 限制显示 2 行 */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.title {
  margin: 0 auto;
  width: 375px;
  height: 113px;
}
.title img {
  display: none;
}

.xxhd {
  margin-top: 75px;
}
.xxhd .title {
  background-image: url("../../images/zhuanti_hpv/xxhd.png");
}
.xxhd a {
  color: #000;
}
.xxhd .mask {
  position: relative;
  background: none;
  margin-top: 10px;
}
.xxhd .mask h3 {
  white-space: wrap;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #000;
}
.xxhd .content {
  margin-top: 50px;
  display: flex;
  position: relative;
}
.xxhd .content .left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.xxhd .content .left img {
  aspect-ratio: 16/9;
}
.xxhd .content .right {
  width: 46%;
  margin-left: 4%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.xxhd .content .right .list-txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.xxhd .content .right .r1 li {
  flex: 1;
  display: flex;
  align-items: center;
}
.xxhd .content .right .li-cnt {
  line-height: 1.5em;
  overflow: hidden;
  width: 100%;
  display: -webkit-box; /* 关键：旧版 Flexbox 模型 */
  -webkit-line-clamp: 1; /* 限制显示 2 行 */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.xxhd .content .right .r2 {
  margin-top: auto;
  width: 100%;
  position: relative;
}
.xxhd .content .right .list-img {
  display: flex;
  gap: 33px;
  position: relative;
  width: 100%;
}
.xxhd .content .right .list-img img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
}
.xxhd .content .right .list-img li {
  flex: 1;
  position: relative;
}

.xskp {
  margin-top: 70px;
}
.xskp .title {
  background-image: url("../../images/zhuanti_hpv/xskp.png");
}
.xskp .content {
  margin-top: 40px;
}
.xskp .r1 .r1c1, .xskp .r1 .r1c2 {
  float: left;
  position: relative;
  overflow: hidden;
  height: 566px;
}
.xskp .r1 .r1c1 {
  width: 39.5%;
  margin-right: 2%;
}
.xskp .r1 .r1c2 {
  width: 58.5%;
}
.xskp .r1 img {
  display: block;
  width: 100%;
  height: 100%;
}
.xskp .r1 ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.xskp .r1 li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.xskp .r1 li a {
  width: 100%;
  height: 100%;
}
.xskp .r1 ul.list1 {
  flex-direction: column;
  gap: 26px;
}
.xskp .r1 ul.list1 .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xskp .r1 ul.list1 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.xskp .r1 ul.list1 li:hover .mask {
  bottom: 0;
}
.xskp .r1 ul.list2 {
  gap: 26px;
}
.xskp .r1 ul.list2 .mask {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xskp .r1 ul.list2 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.xskp .r1 ul.list2 li:hover .mask {
  transform: translateY(0);
}

.mtbd {
  margin-top: 70px;
  margin-bottom: 20px;
}
.mtbd .title {
  background-image: url("../../images/zhuanti_hpv/mtbd.png");
}
.mtbd .content {
  margin-top: 38px;
  height: 642px;
}
.mtbd .left {
  float: left;
  width: 362px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 5px solid #ffccbc;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  box-shadow: 0 4px 0 0 #dfd0d2;
}
.mtbd .left .mask {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtbd .left .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.mtbd .left:hover .mask {
  transform: translateY(0);
}
.mtbd .right {
  float: right;
  width: 780px;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.mtbd .right ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  scrollbar-color: #fffdfb #ffccbc;
}
.mtbd .right li {
  flex: 1;
  width: 100%;
}
.mtbd .right li a {
  color: #000;
}
.mtbd .li-cnt {
  line-height: 1.5em;
  overflow: hidden;
  width: 100%;
  display: -webkit-box; /* 关键：旧版 Flexbox 模型 */
  -webkit-line-clamp: 2; /* 限制显示 2 行 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.foot-03 {color: black; min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 12px;line-height: 21px;text-align: center;margin-top: 20px}
.foot-03 a{color: black; }
.foot-03 p {font-size: 12px;text-indent: 0em;font-weight: 400;line-height: 21px;color: black;}
.floatewm {display: none;position: fixed;width: 94px;padding: 15px 5px 5px;border: 1px solid #E8E8E8;background: #F6F6F6;left: 52%;bottom: 10px;_display: none;font-family: "Microsoft YaHei", Arial;font-size: 12px;line-height: 21px;text-align: center;margin-left: 580px}
.floatewm img {margin-top: 5px}
.floatewm span {color: #B00;font-size: 11px}
.floatewm i {display: block;position: absolute;width: 15px;height: 15px;font-style: normal;line-height: 15px;text-align: center;right: 0;top: 0;cursor: pointer}

@media screen and (max-width: 1200px) {
  :root {
    font-size: 20px;
  }
  p {
    font-size: 22px;
  }
  body {
    width: initial;
    height: initial;
  }
  .container {
    width: 95vw;
  }
  .intro-container {
    background: none;
    padding-top: 0;
  }
  .intro {
    background: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  .intro img {
    display: block;
  }
  .intro .abstract {
    width: 92%;
    height: 85%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 5%;
    font-size: 1rem;
    line-height: 2;
    overflow-y: auto;
    padding: 0;
  }
  .mask h3 {
    line-height: 1.5;
  }
  .xskp .r1 ul.list1 .mask {
    height: initial;
    bottom: 0;
    transition: initial;
  }
  .xskp .r1 ul.list1 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xskp .r1 ul.list2 .mask {
    transform: initial;
    transition: initial;
  }
  .xskp .r1 ul.list2 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mtbd .left .mask {
    transform: initial;
    transition: initial;
  }
  .mtbd .left .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .xxhd .title, .xskp .title, .mtbd .title {
    height: auto;
    background: none;
  }
  .hpv .tab h3 {
    font-size: 20px;
    line-height: 2;
  }
  .hpv .tab .tab-btn {
    border-radius: 30px 0 0 0;
    padding: 10px 5px;
  }
  .hpv .tab-content .cnt {
    padding: 40px 0 0 0;
  }
  .title img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  /* .xxhd .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  } */
  .xxhd .content .right .list-img {
    gap: initial;
    justify-content: space-between;
  }
  .xxhd .content .right .list-img li {
    flex: initial;
    width: 48%;
  }
  .xskp .r1 .r1c1, .xskp .r1 .r1c2 {
    height: 47vw;
  }
  .xskp .r1 ul.list1 {
    flex-direction: column;
    gap: 2vw;
  }
  .xskp .r1 ul.list2 {
    gap: 2vw;
  }
  .mtbd .content {
    height: 51vw;
  }
  .mtbd .left {
    width: 33%;
  }
  .mtbd .right {
    width: 65%;
  }
  .mtbd .right ul {
    gap: 1rem;
  }
  .hpv .content, .xxhd, .xxhd .content, .xskp, .xskp .content, .mtbd, .mtbd .content {
    margin-top: 20px;
  }
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}
	.floatewm {display: none !important}
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 20px;
  }
  body, .mask h3 {
    font-size: 18px;
  }
  .intro .abstract p {
    font-size: 1rem;
  }
  .xxhd .title, .xskp .title, .mtbd .title {
    width: 100%;
  }
  .title img {
    width: 33vw;
  }
  .mtbd .left {
    border-radius: 10px;
    border: 3px solid transparent;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 16px;
  }
  body, .mask h3, .more {
    font-size: 16px;
  }
  .mtbd, .mtbd .content {
    margin-top: 20px;
  }
  .intro {
    background-color: #feddbd82;
    height: 210px;
    margin: 10px auto;
    border: 1px solid #e89a7e;
  }
  .intro img {
    display: none;
  }
  .intro .abstract {
    height: 90%;
  }
  .intro .abstract p {
    line-height: 1.5;
  }
  .title img {
    width: 38vw;
  }
  .hpv .content {
    flex-direction: column;
  }
  .hpv .tab .tab-btn {
    border-radius: 15px 0 0 0;
    padding: 0 5px;
  }
  .hpv .tab {
    flex-direction: row;
    width: 100%;
  }
  .hpv .tab-content {
    width: 100%;
  }
  .hpv .tab h3 {
    font-size: 16px;
    line-height: 2;
  }
  .hpv .tab-content .cnt .left {
    margin-left: 0;
    width: 100%;
  }
  .hpv .tab-content .cnt .right {
    width: 100%;
    margin: 0;
  }
  .hpv .tab-content .mask {
    position: absolute;
    background: rgba(3, 3, 3, 0.4);
    margin-top: 10px;
  }
  .hpv .tab-content .mask a {
    color: #FFF;
  }
  .hpv .tab-content .cnt {
    padding: 10px 0 0 0;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .xxhd .content {
    flex-wrap: wrap;
  }
  .xxhd .content .left, .xxhd .content .right {
    width: 100%;
  }
  .xxhd .content .left {
    position: relative;
  }
  .xxhd .content .left .mask {
    position: absolute;
    background: rgba(3, 3, 3, 0.4);
    margin-top: 10px;
  }
  .xxhd .content .left .mask a {
    color: #FFF;
  }
  .xxhd .content .right {
    margin-left: 0;
    margin-top: 10px;
  }
  .xxhd .content .right .r2 {
    margin-top: 10px;
  }
  .mtbd .left {
    border-radius: 5px;
    border: 2px solid transparent;
  }
  .hpv .content, .xxhd, .xxhd .content, .xskp, .xskp .content, .mtbd, .mtbd .content {
    margin-top: 10px;
  }
  .hpv .more {
    margin-bottom: 10px;
  }
  .xxhd .right .r2 .mask {
    margin-top: 0;
  }
}/*# sourceMappingURL=index.css.map */