@charset "UTF-8";
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 222;
  background: var(--color);
  color: #fff;
}

.header .d1 .logo img {
  max-width: 1.88rem;
}

.header .nav > ul > li {
  margin-left: 0.13rem;
  position: relative;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav > ul > li .v1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.12rem 0.12rem;
  border-radius: 0.06rem;
}

.header .nav > ul > li .v1::after {
  content: "";
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.header .nav > ul > li .v2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  top: 100%;
  background: rgba(255, 255, 255, 0.9);
  width: 1.6rem;
  text-align: center;
  padding: 0 0.2rem !important;
}

.header .nav > ul > li .v2 li {
  margin-left: 0;
  border-bottom: 1px solid #cccce7;
}

.header .nav > ul > li .v2 li a {
  color: #666;
  padding: 0.16rem 0;
  display: block;
}

.header .nav > ul > li .v2 li:hover a {
  color: var(--color);
}

.header .nav > ul > li .v2 li:last-child {
  border-bottom: 0;
}

.header .nav > ul > li:hover .v1, .header .nav > ul > li.on .v1 {
  background: #fff;
  color: var(--color);
  font-weight: bold;
}

.header .nav > ul > li:nth-child(1) {
  margin-left: 0;
}

.header .box2 {
  margin-left: 0.42rem;
}

.header .box2 .search {
  width: 1.52rem;
  background: rgba(255,255,255,.3);
  border-radius: 0.18rem;
  padding: 0 0.13rem;
}

.header .box2 .search form {
  height: 0.36rem;
}

.header .box2 .search .int input {
  width: 100%;
  background: none;
  color: #fff;
}

.header .box2 .search .int input::-webkit-input-placeholder {
  color: #fff;
}

.header .box2 .search button {
  width: 0.25rem;
  flex-shrink: 0;
  margin-left: 0.1rem;
  border: 0;
  background: none;
}

.header .box2 .search button img {
  width: 0.2rem;
}

.header .box2 .email {
  margin-left: 0.1rem;
}

.header .box2 .email img {
  width: 0.80rem;
}

.header.fix .d1, .header.fix2 .d1, .header:hover .d1 {
  box-shadow: 0px 0px 0.24rem 0px rgba(0, 0, 0, 0.1);
}

/* footer */
.footer {
  background: #000625;
  color: #fff;
}

.footer .ft1 {
  padding: 1rem 0 0.75rem;
}

.footer .ft1 .lxfs {
  width: 3.1rem;
  flex-shrink: 0;
  text-align: right;
}

.footer .ft1 .lxfs .lx1 .email {
  margin-top: 0.24rem;
}

.footer .ft1 .lxfs .lx1 .email a {
  color: #fff;
}

.footer .ft1 .lxfs .lx1 .email a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 .ft-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 1.04rem;
}

.footer .ft1 .ft-nav li .tit {
  margin-bottom: 0.2rem;
}

.footer .ft1 .ft-nav li .tit a {
  color: #fff;
}

.footer .ft1 .ft-nav li ul {
  display: block;
}

.footer .ft1 .ft-nav li ul li {
  width: 100%;
  margin-bottom: 0.15rem;
}

.footer .ft1 .ft-nav li ul li a {
  color: #fff;
}

.footer .ft1 .ft-nav li ul li:hover a {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 .ft-nav li ul li:last-child {
  margin-bottom: 0;
}

.footer .ft2 {
  padding-bottom: 0.39rem;
}

.footer .ft2 a {
  color: #fff;
}

.footer .ft2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft2 .tech a {
  margin-left: 0.2rem;
}

.banner {
  height: 6.66rem;
  position: relative;
}

.banner .swiper-container,
.banner .swiper-slide,
.banner .item {
  width: 100%;
  height: 100%;
}

.banner .cont {
  max-width: 7.34rem;
  margin-top: 0.7rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.06rem;
  padding: 0.52rem 0.4rem;
}

.banner .cont .item-tit .txt1 {
  color: var(--color);
}
.banner .cont .item-tit .icon img{
    width:1rem;
}
.banner .cont .item-desc {
  margin: 0.3rem 0 0.6rem;
  color: #585755;
  -webkit-line-clamp: 3;
}

.banner .cont .item-desc.item-desc2 {
  margin: 0.15rem 0 0.4rem;
}

.banner .cont .item-link a {
  padding: 0.18rem 0.42rem;
  background:var(--color);;
  border-radius: 0.06rem;
  color: #fff;
}

.banner .cont .item-link a img {
  width: 0.3rem;
  margin-right: 0.12rem;
}

.banner .cont .item-link a:hover {
  opacity: 0.88;
}

.banner .cont .item-link2 a {
  font-size: 0.16rem;
}

.banner .tabs {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  bottom: 0.26rem;
}

.banner .tabs a {
  color: #fff;
  margin: 0 0.21rem;
  position: relative;
  padding-bottom: 0.06rem;
}

.banner .tabs a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.banner .tabs a.active::after {
  width: 100%;
}

.banner .jt {
  background-size: 0.27rem 0.44rem;
  transition: all ease 0.3s;
}

.banner .jt.swiper-button-prev {
  left: -0.5rem;
}

.banner .jt.swiper-button-next {
  right: -0.5rem;
}

.banner:hover .jt.swiper-button-prev {
  left: 0.3rem;
}

.banner:hover .jt.swiper-button-next {
  right: 0.3rem;
}

.sec-type {
  padding-bottom: 0.13rem;
  margin-bottom: 0.28rem;
  border-bottom: 1px solid #cccce7;
}

.sec-type .cat {
  color: var(--color);
}

.sec-type .more {
  color:var(--color);;
}

.sec-type .more:hover {
  color: var(--color);
}

.ind-main {
  background: #f8f8f8;
}

.ind1 .list li .item {
  background: #fff;
  border-radius: 0.06rem;
}

.ind1 .list li .item .item-pic .fitImg {
  padding-top: 65.5%;
  border-radius: 0.06rem 0.06rem 0 0;
}

.ind1 .list li .item .item-txt {
  padding: 0.29rem 0.19rem;
  min-height: 2.06rem;
}

.ind1 .list li .item .item-txt .date {
  color: #666;
  margin-bottom: 0.28rem;
}

.ind1 .list li .item .item-txt .date img {
  width: 0.2rem;
  margin-right: 0.06rem;
}

.ind1 .list li .item .item-txt .tit {
  color: #333;
}

.ind1 .list li .item:hover .item-txt .tit {
  color: var(--color);
}

.ind2 {
  padding-bottom: 1.15rem;
}

.ind2 li .item {
  position: relative;
}

.ind2 li .item .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(24, 134, 193, 0.8);
  color: #fff;
  padding: 0.08rem 0.1rem;
  border-radius: 0 0 0.06rem 0.06rem;
}

/* 邮箱订阅 */
.laybox {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.3);
}

.laybox .wrap {
  width: 100%;
  height: 100%;
}

.laybox .subscribe {
  width: 95%;
  max-width: 6.11rem;
  background: #fff;
  border-radius: 0.06rem;
  position: relative;
}

.laybox .subscribe .close {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  z-index: 1;
  background: var(--color);
  color: #fff;
  border-radius: 50%;
  width: 0.32rem;
  height: 0.32rem;
}

.laybox .subscribe .lay-pic img {
  display: block;
  width: 100%;
  border-radius: 0.06rem 0.06rem 0 0;
}

.laybox .subscribe .lay-cont {
  padding: 0.34rem 0.32rem;
}

.laybox .subscribe .lay-cont .txt1 {
  color: #1b1a19;
}

.laybox .subscribe .lay-cont .form {
  margin: 0.25rem 0 0.29rem;
  background: #e2e2e2;
  border-radius: 0.06rem;
}

.laybox .subscribe .lay-cont .form .int input {
  background: none;
  width: 100%;
  padding: 0 0.23rem;
  height: 0.62rem;
}

.laybox .subscribe .lay-cont .form .int input::-webkit-input-placeholder {
  font-size: inherit;
}

.laybox .subscribe .lay-cont .form button {
  width: 1.26rem;
  height: 0.62rem;
  background: var(--color);
  border-radius: 0.06rem;
  color: #fff;
}

.laybox .subscribe .lay-cont .form button:disabled {
  background: #999;
}

.laybox .subscribe .lay-cont .xieyi {
  color: #333;
}

.laybox .subscribe .lay-cont .xieyi input {
  zoom: 145%;
  margin-right: 0.05rem;
}

.laybox .subscribe .lay-cont .xieyi a {
  color: #27b3fb;
}

/* 内页 */
.inner-slide {
  height: 6.66rem;
  max-height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.inner-slide .bgt {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.inner-slide .bgt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.inner-slide .slide-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.inner-slide .cont {
  max-width: 7.34rem;
  margin-top: 0.7rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.06rem;
  padding: 0.52rem 0.4rem;
}

.inner-slide .cont .item-tit .txt1 {
  color: var(--color);
}

.inner-slide .cont .item-desc {
  margin: 0.3rem 0 0.6rem;
  color: #585755;
  -webkit-line-clamp: 3;
}

.inner-slide .cont .item-desc.item-desc2 {
  margin: 0.15rem 0 0.4rem;
}

.inner-slide .cont .item-link a {
  padding: 0.18rem 0.42rem;
  background:var(--color);;
  border-radius: 0.06rem;
  color: #fff;
}

.inner-slide .cont .item-link a img {
  width: 0.3rem;
  margin-right: 0.12rem;
}

.inner-slide .cont .item-link a:hover {
  opacity: 0.88;
}

.main {
  background: #f8f8f8;
}

/* 知识库 */
.recommend {
  background: #fff;
  border-radius: 0.06rem;
  margin-bottom: 0.3rem;
}

.recommend .item-pic {
  width: 43.75%;
  flex-shrink: 0;
  position: relative;
}

.recommend .item-pic .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 0.06rem;
}

.recommend .item-pic .play img {
  width: 0.45rem;
}

.recommend .item-pic .fitImg2 {
  height: 3.88rem;
  border-radius: 0.06rem 0 0 0.06rem;
}

.recommend .item-info {
  padding: 0.4rem;
}

.recommend .item-info .item-desc {
  margin: 0.4rem 0 0.45rem;
  color: #585755;
  line-height: 1.8;
}

.recommend .item-info .item-link .vmore {
  width: 1.65rem;
  height: 0.62rem;
  background: var(--color);
  border-radius: 0.06rem;
  color: #fff;
}

.recommend .item-info .item-link .vmore:hover {
  opacity: 0.88;
}

.recommend .item-info .item-link .vmore2 {
  color: #1b143c;
  font-weight: bold;
}

.recommend .item-info .item-link .vmore2:hover {
  color: var(--color);
}

.pic-list li .item {
  padding: 0.36rem 0;
  border-bottom: 1px solid #cccce7;
}

.pic-list li .item .item-pic {
  width: 3.86rem;
  flex-shrink: 0;
  margin-right: 0.28rem;
  position: relative;
}

.pic-list li .item .item-pic .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 0.06rem;
}

.pic-list li .item .item-pic .play img {
  width: 0.45rem;
}

.pic-list li .item .item-info .desc {
  margin-top: 0.25rem;
  color: #666;
  line-height: 1.65;
}

.pic-list li:first-child {
  margin-top: 0.36rem;
}

.pic-list li:first-child .item {
  border-top: 1px solid #cccce7;
}

.pic-list2 {
  margin-top: 0.12rem;
}

.pic-list2 .item {
  background: #fff;
  transition: all ease 0.3s;
}

.pic-list2 .item .item-txt {
  padding: 0.3rem 0.2rem;
}
.pic-list2 .item .item-txt .item-tit{
    line-height:1.5;
    height:3em;
} 
.pic-list2 .item .item-txt .item-desc {
  color: #585755;
  margin-top: 0.2rem;
  -webkit-line-clamp: 3;
}

.pic-list2 .item:hover {
  box-shadow: 0px 0.01rem 0.1rem 0rem rgba(0, 0, 0, 0.08);
}

.zsk .zs2 .item-pic {
  width: 46.58%;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.zsk .zs2 .item-pic .video {
  position: relative;
}

.zsk .zs2 .item-pic .video img {
  width: 100%;
}

.zsk .zs2 .item-pic .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 21;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.zsk .zs2 .item-pic .video .play img {
  width: 0.45rem;
}

.zsk .zs2 .item-pic .video video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.zsk .zs2 .item-list li {
  border-bottom: 1px solid #cccce7;
}

.zsk .zs2 .item-list li a {
  padding: 0.18rem 0;
  display: block;
}

.zsk .zs2 .item-list li .item-tit {
  color: #1b1a19;
}

.zsk .zs2 .item-list li .item-desc {
  color: #585755;
  margin-top: 0.12rem;
  line-height: 1.6;
  height: 3.2em;
}

.zsk .zs2 .item-list li:last-child {
  border-bottom: 0;
}

.zsk .zs2 .item-list li:hover .item-tit {
  color:var(--color);;
}

.inner-type {
  padding: 0.96rem 0 0.4rem;
  background: #f8f8f8;
}

.inner-type .type-en {
  text-transform: uppercase;
}

.main-zsk {
  background-size: 100%;
  background-position: top center;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
}

.pages {
  margin-top: 0.6rem;
}

.pages li {
  margin: 0 0.035rem;
}

.pages li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color);
  min-width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.06rem;
  border: 1px solid var(--color);
}

.pages li.btn a {
  width: 0.9rem;
}

.pages li:hover a, .pages li.active a {
  color: #fff;
  background: var(--color);
}

.qy-list .dd:not(:last-child) {
  margin-bottom: 1rem;
}

.qy-list .dd .item-pic {
  width: 46.58%;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.qy-list .dd .item-info li {
  border-bottom: 1px solid #cccce7;
}

.qy-list .dd .item-info li a {
  padding: 0.36rem 0;
  display: block;
}

.pingjia .sec-type {
  margin-bottom: 0.8rem;
}

.pingjia .info .txt1 {
  margin-bottom: 0.44rem;
}

.pingjia .info .txt2 {
  color: #333;
}

.pingjia .info .txt2 a {
  color: #333;
}

.pingjia .info .txt2 a:hover {
  color: var(--color);
}

.pingjia .list {
  padding-right: 0.38rem;
  text-align: center;
}

.pingjia .list li {
  width: 2.08rem;
  margin-left: 0.52rem;
}

/* detail */
.detail .det1 {
  background: #eef0ff;
  color: #666;
  padding: 0.32rem 0 0.46rem;
}

.detail .det1 a {
  color: #666;
}

.detail .det1 a:hover {
  color: var(--color);
}

.detail .det1 .news-tit {
  color: #000;
  margin: 0.4rem 0;
}

.detail .det1 .news-attr .date .visit {
  margin-left: 0.5rem;
}

.detail .det1 .news-attr .share a {
  width: 0.42rem;
  height: 0.42rem;
  background: #43ab35;
  border-radius: 50%;
  margin-left: 0.21rem;
  display: flex;
  align-items: center;
  border: 0;
  justify-content: center;
}

.detail .det1 .news-attr .share a::before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.24rem;
}

.detail .det1 .news-attr .share a.icon-weibo {
  background: #e41523;
}

.detail .det1 .news-cont {
  color: #1b1a19;
  line-height: 1.8;
}
.detail .det2 .news-cont img{
    max-width:100%!important;
    height:auto!important;
}
.detail .det2 .news-cont span{
    white-space:normal!important;
}
.detail .news-sxp {
  padding: 0.3rem 0 1rem;
  border-top: 1px solid #ebecec;
}

.detail .news-sxp .fl li {
  margin: 0.06rem 0;
}

.detail .news-sxp .goback {
  width: 1.51rem;
  height: 0.42rem;
  background: var(--color);
  border-radius: 0.06rem;
  color: #fff;
}

.detail .news-sxp .goback:hover {
  opacity: 0.88;
}

/* 协作 */
.xiezuo .xz1 .sec-type {
  margin-bottom: 0.6rem;
}

.xiezuo .xz1 .item-info {
  line-height: 1.8;
}

.xiezuo .xz1 .item-pic {
  width: 38.33%;
  flex-shrink: 0;
  margin-left: 0.44rem;
}

.xiezuo .xz-list .dd .item .item-pic {
  width: 46.58%;
  flex-shrink: 0;
  margin-right: 0.41rem;
}

.xiezuo .xz-list .dd .item .item-info li {
  border-bottom: 1px solid #cccce7;
}

.xiezuo .xz-list .dd .item .item-info li .item {
  padding: 0.25rem 0;
}

.xiezuo .xz-list .dd .item .item-info li .item .date {
  color: #cccce7;
}

.xiezuo .xz-list .dd .item .item-info li .item .tit {
  font-size: 0.2rem;
  font-weight: bold;
  margin-top: 0.05rem;
}

.xiezuo .xz3 .card-cont {
  background: #fff;
}

.xiezuo .xz3 .item .item-pic {
  width: 43.75%;
  flex-shrink: 0;
}

.xiezuo .xz3 .item .item-info {
  padding: 0.5rem 0.35rem;
}

.xiezuo .xz3 .item .item-info .item-desc {
  margin: 0.34rem 0 0.6rem;
  color: #585755;
  -webkit-line-clamp: 3;
}

.xiezuo .xz3 .item .item-info .item-link {
  color: #333;
}

.screen {
  width: 3.82rem;
  flex-shrink: 0;
  margin-left: 0.7rem;
}

.screen .cont .box1 {
  margin: 0.15rem 0;
}

.screen .cont .box1 .tit {
  color: var(--color);
}

.screen .cont .box1 .desc {
  color: #666;
  margin: 0.05rem 0 0.26rem;
}

.screen .cont .list li {
  margin-bottom: 0.28rem;
}

.screen .cont .list li .item {
  background: #fff;
  height: 0.68rem;
  border-radius: 0.06rem;
  border: 1px solid #dcdcdc;
}

.screen .cont .list li .item select {
  width: 100%;
  height: 0.68rem;
  outline: 0;
  font-size: 0.16rem;
  border-radius: 0.1rem;
  padding: 0 0.26rem;
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url(../img/jt1.png) no-repeat right 0.3rem center;
  background-size: 0.1rem 0.09rem;
}

.screen .cont .list li .item select::-ms-expand {
  display: none;
}

.screen .cont .list .btn button {
  background: var(--color);
  color: #fff;
  border-radius: 0.1rem;
  width: 100%;
  height: 0.56rem;
  padding: 0 0.2rem;
  transition: all ease 0.3s;
}

.screen .cont .list .btn button:hover {
  opacity: 0.88;
}

.screen .cont .list2 {
  margin-top: 0.3rem;
}

.screen .cont .list2 ul {
  max-height: 5.05rem;
  overflow-y: auto;
  padding-right: 0.05rem;
  margin-right: -0.05rem;
}

.screen .cont .list2 li {
  margin-bottom: 0.15rem;
}

.screen .cont .list2 li .item {
  padding: 0.15rem;
  border-radius: 0.15rem;
  background: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
}

.screen .cont .list2 li .item .item-pic {
  width: 0.87rem;
  height: 0.87rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.screen .cont .list2 li .item .item-pic img {
  width: 0.87rem;
  height: 0.87rem;
  border-radius: 50%;
}

.screen .cont .list2 li .item .item-info .tit .ks {
  margin-top: .04rem;
}

.screen .cont .list2 li .item .item-info .cont .dd {
  margin: 0.06rem 0;
  color: #999;
}

.screen .cont .list2 li .item .item-info .cont .dd .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ziyuan .sec-type {
  margin-bottom: .35rem;
}

.lay-doctor {
  width: 94%;
  max-width: 10rem;
  background: #fff;
  border-radius: 0.06rem;
  padding: 0.65rem;
  position: relative;
}

.lay-doctor .close {
  width: 0.58rem;
  height: 0.58rem;
  background: var(--color);
  border-radius: 50%;
  position: absolute;
  top: -0.28rem;
  right: -0.28rem;
  z-index: 1;
  color: #fff;
}

.lay-doctor .contbox .uimg {
  width: 1.06rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.lay-doctor .contbox .uimg img {
  width: 100%;
  height: 1.06rem;
  border-radius: 50%;
}

.lay-doctor .contbox .uinfo .att1 .post {
  color: #666;
  padding: 0 0.23rem 0 0.16rem;
  position: relative;
  margin-left: 0.23rem;
}

.lay-doctor .contbox .uinfo .att1 .post::before {
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #808080;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lay-doctor .contbox .uinfo .att1 .tags span {
  height: 0.32rem;
  background: #e3e8ff;
  border-radius: 0.16rem;
  padding: 0 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.11rem;
}

.lay-doctor .contbox .uinfo .att2 {
  margin: 0.21rem 0 0.42rem;
}

.lay-doctor .contbox .uinfo .att2 span {
  background: var(--color);
  border-radius: 0.16rem;
  padding: 0.03rem 0.18rem;
  color: #fff;
}

.lay-doctor .contbox .uinfo .cont {
  color: #666;
  line-height: 1.8;
  max-height: 4.5rem;
  overflow-y: auto;
}
.sec-type2{
    margin-bottom:.2rem;
}
/* 网站地图 */
.websitemap-section1 {
  width: 100%;
}

.websitemap-section1 .cont {
  padding: .2rem 0;
}

.websitemap-section1 .cont .item {
  width: 100%;
  padding: .2rem 0;
  border-bottom: 0.01rem solid rgba(51, 51, 51, 0.3);
  margin-bottom: .2rem;
}

.websitemap-section1 .cont .item:last-child {
  margin-bottom: 0;
}

.websitemap-section1 .cont .item .tit {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.websitemap-section1 .cont .item .tit i {
  vertical-align: middle;
  margin-left: .8rem;
}

.websitemap-section1 .cont .item .jut {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.websitemap-section1 .cont .item .jut .list {
  display: block;
  font-size: 16px;
  width: 25%;
  padding-right: 10px;
  color: #333;
  margin-bottom: 16px;
}

.websitemap-section1 .cont .item .jut .list span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.websitemap-section1 .cont .item .jut .list:hover {
  color: var(--color);
}
.laybox .subscribe .lay-cont2{
    padding:.6rem .3rem;
}
