.nBanner .box {
  position: relative;
  padding-bottom: 26%;
  background-size: cover;
}
.nBanner .box .warp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.nBanner .box .warp .text {
  position: absolute;
  bottom: 1.33rem;
  left: 0;
}
.nBanner .box .warp .text .titleImg {
  display: block;
  margin-bottom: 1.8rem;
}
.nBanner .nBanTit {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 1.73rem;
}
.nBanner .nBanTit b {
  font-size: 2.07rem;
  font-family: "SanJiXingKaiJianTi";
  line-height: 2.67rem;
  font-weight: normal;
}
.nBanner .nBanTit .txt {
  margin-left: 0.26rem;
  padding-top: 2px;
}
.nBanner .nBanTit .txt h3 {
  position: relative;
  line-height: 1;
  font-weight: 500;
}
.nBanner .nBanTit .txt h3::after {
  content: "";
  position: absolute;
  top: -22px;
  right: 36px;
  width: 52px;
  height: 52px;
  background: url(../images/nBan-icon.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.nBanner .nBanTit .txt p {
  font-size: 0.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0.26rem;
  padding-left: 2px;
}
.nBanner3 .box {
}
.nBanner3 .box .warp {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nBanner3 .title {
  position: relative !important;
  width: 66.25%;
  font-size: 1.2rem;
  line-height: 1.1333rem;
  text-align: center;
  margin-top: 7.125%;
  margin-bottom: 4.2857%;
}
.nBanner3 .text {
  position: relative !important;
  width: 66.25%;
  font-size: 0.6rem;
  line-height: 1.1333rem;
  text-align: center;
  max-height: 56%;
  bottom: 0 !important;
}
.nBanner4 .box{
  padding-bottom: 2.4rem;
}
.nBanner4 .box .warp{
  position: relative;
  left: 0;
  transform: none;
}
.nBanner4 .text{
  width: 100%;
}
.nBanner3 .title::after {
  content: "";
  position: absolute;
  bottom: -0.8333rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  height: 0.1333rem;
  background: white;
  width: 2rem;
}
.crumb {
  display: flex;
  align-items: center;
  font-size: 0.53rem;
  line-height: 0.73rem;
  color: #fff;
}
.crumb a {
  padding: 0 0.2rem;
  transition: 0.3s;
}
.crumb a:hover {
  color: #fe9901;
}
.crumb img {
  filter: brightness(0) invert(1);
  margin-right: 0.27rem;
  position: relative;
  top: -1px;
}
.topCrumb {
  position: absolute;
  left: 13.51466666%;
  top: 0.75rem;
  z-index: 1;
}
/*内页导航*/
.nNav {
  border-bottom: 1px #e8e8e8 solid;
}
.nNav .box .wrapSwiper{
  overflow: hidden;
}
.nNav .box li {
  width: auto !important;
}
.nNav .box {
  position: relative;
  height: 2rem;
  line-height: 2rem;
}
.nNav .box .inpageBtn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nNav .box .item {
  position: relative;
  color: #666666;
  display: inline-block;
  margin-right: 2rem;
  transition: 0.3s;
}
.nNav .box .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  height: 2px;
  background: #fe0000;
  width: 0;
}
.nNav .box li.on .item,
.nNav .box .item:hover {
  color: #fe0000;
}
.nNav .box .on .item::after,
.nNav .box .item:hover::after {
  width: 100%;
}
.orangeNav .nNav .box .on .item,
.orangeNav .nNav .box .item:hover {
  color: #fe9901;
}
.orangeNav .nNav .box .item::after {
  background: #fe9901;
}
.inpageCon {
  min-height: 200px;
}
.inpageTitle {
  text-align: center;
  font-weight: bold;
  padding: 2.67rem 0 1.33rem 0;
}
.word {
  line-height: 2;
  color: #333;
  text-align: justify;
}
.word img {
  max-width: 100%;
  height: auto !important;
}
.word table{
  margin:auto;
}
/*招募*/
.zm {
  position: relative;
  margin-top: 2.67rem;
  padding-bottom: 14.58%;
  background-size: cover;
  background-position: right;
}
.zm .box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.zm .box .title {
  margin-bottom: 1.67rem;
}
.inpageBtn {
  width: 5.6rem;
  height: 1.67rem;
  line-height: 1.67rem;
  background: #fe9901;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whiteBtn {
  background: white;
  color: #fe9901;
}
.inpageBtn img {
  width: 0.6rem;
  margin-left: 0.33rem;
}
/* 专题专栏 */
.imgListBox {
  padding-bottom: 2.67rem;
}
.img-title-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6667rem;
}
.img-title-list .list-item {
  width: 31.428571428%;
  border-bottom: 1px solid rgb(232, 232, 232);
  margin-bottom: 2rem;
  cursor: pointer;
}
.img-title-list .list-item {
  position: relative;
  margin-right: 2.85714%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.picListCon  .list-item{
  border-bottom:none;
  box-shadow: 0 0 6px #e3e2e2;
}
.img-title-list .list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #e7302d;
  transition: 0.4s;
}
.img-title-list .list-item .pic {
  overflow: hidden;
}
.img-title-list .list-item .pic em {
  display: block;
  padding-bottom: 59%;
  transition: 0.5s;
}
.img-title-list .list-item:hover .pic em {
  transform: scale(1.1);
}
.img-title-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.img-title-list .list-item .img {
  width: 100%;
  height: 8.6667rem;
}
.img-title-list .list-item .item-title {
  font-size: 0.6rem;
  margin-top: 0.8667rem;
  color: rgb(51, 51, 51);
  line-height: 1.2rem;
  height: 2.4rem;
  transition: 0.3s;
}
.img-title-list .list-item:hover .item-title {
  color: #e7302d;
}
.img-title-list .list-item:hover::after {
  width: 100%;
}
.orangeImgList .list-item:hover .item-title {
  color: #FE9901;
}
.orangeImgList .list-item::after {
  background: #FE9901;
}
/* 药学服务 */
.yxfw .item-title {
  text-align: center;
}
.yyzj .img-title-list .list-item{
  width: 22%;
}
.yyzj .img-title-list .list-item .pic em{
  padding-bottom:100%;
}
.yyzj .img-title-list .list-item:nth-child(3n) {
  margin-right: 2.85714%;
}
.yyzj .img-title-list .list-item:nth-child(4n) {
  margin-right: 0;
}
/* 医院要闻 */
.yyyw .imgListBox {
  padding-bottom: 0;
}
.yyyw .list-item {
  padding-bottom: 0;
}
.yyyw .yyywBottom {
  box-sizing: border-box;
  padding: 7% 9% 9% 9%;
  color: rgb(102, 102, 102);
  background: #fff;
  border: 1px #E8E8E8 solid;
}
.yyyw .yyywBottom .yyyw-title {
  color: rgb(51, 51, 51);
  font-size: 0.6rem;
  transition: 0.3s;
  line-height: 1rem;
  height: 2rem;
}
.yyyw .yyywBottom .mtjjTitle{
  position: relative;
  padding-left: 1.7rem;
}
.yyyw .yyywBottom .mtjjTitle .pic{
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px #e2e2e2 solid;
  border-radius: 50%;
}
.yyyw .orangeImgList .list-item:hover .yyywBottom .yyyw-title {
  color: #FE9901;
}
.yyyw .yyywBottom .yyyw-desc {
  font-size: 0.5333rem;
  padding-top: 5%;
  line-height: 1rem;
  height: 2rem;
}
.yyyw .yyywBottom .yyyw-extra {
  padding-top: 9%;
  display: flex;
  justify-content: space-between;
}
.yyyw .yyywBottom .yyyw-extra .extar-left {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.yyyw .yyywBottom .yyyw-extra .extar-left img {
  margin-right: 0.3333rem;
  filter: brightness(0) invert(0.3);
}
.yyyw .yyywBottom .yyyw-extra .extar-right {
  display: flex;
  align-items: center;
}
.yyyw .yyywBottom .yyyw-extra .extar-right img {
  margin-left: 0.3333rem;
  transition: 0.6s;
  filter: brightness(0) invert(0.6);
}
.yyyw .list-item:hover .yyywBottom .yyyw-extra .extar-left {
  color: #fe9901;
}
.yyyw .list-item:hover .yyywBottom .yyyw-extra .extar-left img {
  filter: initial;
}
.page {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page .pageContent {
  display: flex;
}
.page .pageContent .pageItem {
  display: block;
  width: 1.4667rem;
  height: 1.4667rem;
  box-sizing: border-box;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 0.0667rem;
  background: rgb(255, 255, 255);
  font-size: 0.4667rem;
  text-align: center;
  line-height: 1.4667rem;
  margin-right: 12px;
  color: rgb(51, 51, 51);
  transition: 0.3s;
}
.page .pageContent .pageItem:hover {
  background: #e7302d;
  color: #fff;
}
.page .pageContent .pageItem.more:hover {
  background: none;
  color: rgb(51, 51, 51);
}
.page .pageContent .pageItem:last-child {
  margin-right: 0;
}
.page .pageContent .more {
  width: auto;
  border: none;
}
.page .pageContent .on {
  background-color: rgb(231, 48, 45);
  color: white;
  border: none;
}
.page .pageContent img {
  width: 4px;
  height: 8px;
}
.page .pageContent .pageBtn:hover img {
  filter: brightness(0) invert(1);
}
.orangePage {
  margin-top: 0.5rem;
  margin-bottom: 2.6667rem;
}
.orangePage .page .pageContent .on {
  background-color: #fe9901;
  color: white;
  border: none;
}
/* 下载专区 */
.xzzq {
  color: rgb(51, 51, 51);
  background-color: #f9fcfc;
}
.xzzq .xzzqTop {
  width: 100%;
  background-image: url("../images/xzzqTopBac.png");
  border-top: 1px solid transparent;
  padding-bottom: 2rem;
}
.xzzq .inpageBtn {
  background-color: white;
  color: rgb(51, 51, 51);
  transition: 0.3s;
}
.xzzq .inpageBtn.on {
  background-color: #fe9901;
  color: white;
}
.xzzq .xzzqTop .topTitle {
  position: relative;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  text-align: center;
}
.xzzq .xzzqTop .topTitle::after {
  content: "";
  position: absolute;
  bottom: -0.6667rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  height: 4px;
  background: #fe9901;
  width: 1.67rem;
}
.topButtonListBox{
  display: flex;
  justify-content: center;
}
.topButtonList {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  overflow: hidden;
}
.topButtonList li{
  width: auto !important;
  margin: 0 0.5rem;
}
.topButtonList li.on a ,.topButtonList li:hover a{
  background-color: #fe9901;
  color: white;
}
.topButtonList li a{
  width:auto;
  padding:0 1.4rem;
}
.topButtonList .inpageBtn {
}
.topButtonList .inpageBtn:hover {
  background: #fe9901;
  color: white;
}
.xzzq .list {
  margin-top: 2rem;
}
.xzzq .list .listItem {
  margin-bottom: 1.3333rem;
  width: 100%;
  height: 3.2rem;
  padding-left: 1.4rem;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: space-between;
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 0px 4px 20px 2px rgba(92, 106, 104, 0.07);
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 6px;
}
.xzzq .list .listItem .left,
.xzzq .list .listItem .right {
  display: flex;
  align-items: center;
}
.xzzq .list .listItem .leftImg {
  width: 1.049rem;
  height: 0.9743rem;
}
.xzzq .list .listItem .rightImg {
  width: 6.1333rem;
  text-align: center;
  border-left: 1px solid rgb(233, 233, 233);
  margin-left: auto;
}
.xzzq .list .listItem .rightImg img {
  width: 0.8rem;
  height: 0.8rem;
  filter: brightness(0) invert(0.4);
  transition: 0.3s;
}
.xzzq .list .listItem:hover .rightImg img {
  filter: initial;
}
.xzzq .list .listItem .time {
  color: rgb(102, 102, 102);
  font-size: 0.6rem;
  padding-right: 2.6667rem;
}
.xzzq .list .listItem .title {
  color: rgb(51, 51, 51);
  font-size: 0.6rem;
  margin-left: 1rem;
  transition: 0.3s;
}
.xzzq .list .listItem:hover .title {
  color: #fe9901;
}
/*文字列表*/
.xzzq .textList .listItem .left {
  width: calc(100% - 5rem);
}
.xzzq .textList .listItem .right {
  width: 4rem;
}
.xzzq .textList .listItem .right .time {
  padding: 0;
}
.xzzq .textList .listItem .title {
  margin-left: 0;
}
/* 科室导航 */
.ksdh .xzzqTop {
}
.ksdh .xzzqTop .topTitle::after {
  background: #fe9901;
}
.ksdh .xzzqTop .searchBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.6667rem;
  width: 35.7%;
  margin: 0 auto;
  margin-top: 2.1333rem;
}
.ksdh .xzzqTop .searchBox input {
  height: 1.6667rem;
  padding-left: 15px;
  font-size:16px;
  box-sizing: border-box;
  width: 74%;
  border: none;
}
.ksdh .xzzqTop .searchBox .searchBtn {
  width: 26%;
  background-color: #fe9901;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.6rem;
  height: 100%;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.ksdh .xzzqTop .searchBox .searchBtn img {
  margin-right: 0.4rem;
}
.ksdh .xzzqTop .searchZm {
  margin: 0 auto;
  margin-top: 1.3333rem;
  height: 1.6667rem;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ksdh .xzzqTop .searchZm .zmItem {
  padding: 0.5rem;
  color: #333333;
  text-align: center;
  background-color: transparent;
  font-size: 0.6rem;
  cursor: pointer;
  margin-right: 0.2rem;
}
.ksdh .xzzqTop .searchZm .zmItem:hover {
  color: white;
  border-radius: 4px;
  background: rgb(254, 153, 1);
}
.ksdh .xzzqTop .searchZm .on {
  color: white;
  border-radius: 4px;
  background: rgb(254, 153, 1);
}
.ksdh .part {
  margin-top: 2rem;
}
.ksdh .partHeader {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.ksdh .partHeader .headerIcon {
  margin-right: 0.6667rem;
}
.ksdh .partHeader .headerIcon img {
  width: 1.2rem;
  height: 1.2rem;
}
.ksdh .partHeader .headerTitle {
  font-size: 0.9333rem;
  color: rgb(51, 51, 51);
  margin-right: 0.6667rem;
}
.ksdh .partHeader .rightIcon {
  flex: 1;
  display: flex;
  align-items: center;
}
.ksdh .partHeader .rightIcon .cir {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(254, 153, 1);
}
.ksdh .partHeader .rightIcon .line {
  background-color: rgb(232, 232, 232);
  flex: 1;
  height: 1px;
}
.ksdh .partHeader .rightIcon img {
  margin-left: 0.6667rem;
}
.ksdh .partList {
  display: flex;
  flex-wrap: wrap;
}
.ksdh .partItem {
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  box-sizing: border-box;
  width: 18.57%;
  height: 1.8rem;
  color: rgb(102, 102, 102);
  font-size: 0.5333rem;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 0.2667rem;
  margin-right: 1.78%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ksdh .partItem:nth-child(5n) {
  margin-right: 0;
}
.ksdh .partItem .itemIcon {
  margin-right: 0.4rem;
}
.ksdh .partItem .itemIcon img {
  width: 0.8rem;
  height: 0.8rem;
  transition: 0.3s;
}
.ksdh .partItem:hover .itemIcon img{
  filter: brightness(0) invert(1);
}
.ksdh .partItem .itemText {
}
/* 学术队伍 */
.xsdw {
  background-color: #f9fcfc;
}
.xsdw .list {
  width: 100%;
  margin-top: 2.6667rem;
}
.xsdw .list .listItem {
  position: relative;
  width: 100%;
}
.xsdw .list .listItem .left {
  width: 17.85714285%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.xsdw .list .listItem .left .pic {
  display: block;
  padding-bottom: 136.8%;
  background-image: url(/images/xsdwImg.png);
}
.xsdw .list .listItem .right {
  width: 91%;
  margin-left: 9%;
  margin-bottom: 1.6667rem;
  height: 14.7333rem;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  padding-left: 13.72%;
  padding-right: 4%;
  padding-top: 4%;
  padding-bottom: 4%;
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  transition: 0.5s;
}
.xsdw .list .listItem:hover .right {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.xsdw .list .listItem .right .nameBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.xsdw .list .listItem .right .nameBox .name {
  font-size: 0.9333rem;
  margin-right: 0.9rem;
}
.xsdw .list .listItem .right .nameBox .zw {
  font-size: 0.6rem;
}
.xsdw .list .listItem .right .fgx {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.xsdw .list .listItem .right .fgx img {
  width: 0.7rem;
  height: 0.9333rem;
}
.xsdw .list .listItem .right .line {
  background-color: rgb(232, 232, 232);
  width: calc(100% - 1.3667rem);
  height: 1px;
  margin-left: 0.6667rem;
}
.xsdw .list .listItem .right .content {
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; */
  line-height: 1.0667rem;
  color: rgb(102, 102, 102);
  font-size: 0.5333rem;
  max-height: 7.4669rem;
  overflow-y: auto;
}
/* 专学科介绍 */
.zxkjs {
}
.zxkjs .list {
  margin-top: 2.6667rem;
  margin-bottom: 1.6667rem;
}
.zxkjs .list .listItem {
  margin-top: 1.6667rem;
}
.zxkjs .list2 {
  display: flex;
  flex-wrap: wrap;
}
.zxkjs .list2 .listItem2 {
  display: flex;
  width: 19.14%;
  height: 1.8rem;
  color: rgb(102, 102, 102);
  font-size: 0.55rem;
  border: 1px solid #e8e8e8;
  border-radius: 0.2667rem;
  align-items: center;
  padding-left: 0.8333rem;
  margin-top: 1.3333rem;
  margin-right: 1.075%;
  box-sizing: border-box;
}
.zxkjs .list2 .listItem2:nth-child(5n) {
  margin-right: 0;
}
.zxkjs .list2 .listItem2 img {
  width: 0.3333rem;
  height: 0.3333rem;
  margin-right: 0.3333rem;
}
.zxkjs .list .listItem .itemHeader {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #666666;
  position: relative;
}
.zxkjs .list .listItem .itemHeader .icon {
  margin-right: 0.4rem;
}
.zxkjs .list .listItem .itemHeader .more {
  width: 0.77rem;
  position: relative;
  top: 2px;
}
.zxkjs .list .listItem .itemHeader .headerLeft {
  font-size: 0.8rem;
  color: #333333;
  padding-right: 0.4rem;
}
.zxkjs .list .listItem .itemHeader .headerLine {
  height: 1px;
  flex: 1;
  margin: 0 1rem;
  background-color: #E8E8E8;
}
.zxkjs .list .listItem .itemHeader .headerRight {
  font-size: 0.8rem;
}
/* 医学教育 师承教育 */
.threeNavCon .inpageBtn {
  background-color: white;
  color: rgb(51, 51, 51);
  margin: 0 0.5rem;
}
.threeNavCon .inpageBtn.on {
  background-color: #fe9901;
  color: white;
}
.scjy .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6667rem;
}
.scjy .list .listItem {
  width: 47.8571428%;
  height: 7.3333rem;
  /* padding-bottom: 13.75%; */
  padding-left: 4%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 1.6667rem;
  background: url("../images/scjyBac.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.scjy .list .listItem:nth-child(2n-1) {
  margin-right: 4.28%;
}
.scjy .list .listItem .itemLeft {
  width: 25%;
  padding-bottom: 25%;
  position: relative;
  box-sizing: border-box;
  background: url("../images/scjyHeaderImgBac.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scjy .list .listItem .itemLeft .headerImg {
  position: absolute;
  top: 9px;
  left: 48%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -10px;
  border-radius: 50%;
  width: 85%;
  padding-bottom: 85%;
}
.scjy .list .listItem .itemRight {
  color: rgb(51, 51, 51);
  margin-left: 6%;
  align-self: flex-start;
  margin-top: 6%;
  width: 69%;
  padding-right: 1rem;
  box-sizing: border-box;
}
.scjy .list .listItem .itemRight .rightTitle {
  font-size: 0.9333rem;
  font-family: "SanJiXingKaiJianTi";
}
.scjy .list .listItem .itemRight .rightDesc {
  font-size: 0.5333rem;
  margin-top: 0.5667rem;
  line-height: 0.93rem;
  height: 1.87rem;
}
.scjy .list .listItem .itemRight .rightMore {
  margin-top: 0.63rem;
}
.scjy .list .listItem .itemRight .rightMore span {
  margin-right: 0.5667rem;
  font-size: 0.5333rem;
}
.scjy .list .listItem .itemRight .rightMore img {
  width: 0.5333rem;
  height: 0.3333rem;
}
/* 报名信息查询 */
.bmxxcx .center {
  background-image: url(../images/bmxxcxBac.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 29.5667rem;
  color: rgb(51, 51, 51);
  padding-bottom: 2rem;
  box-sizing: border-box;
}
.bmxxcx .center .title {
  font-size: 1.2rem;
  margin-top: 2.6667rem;
  position: relative;
}
.bmxxcx .center .title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  height: 4px;
  background: #fe9901;
  width: 60px;
}
.bmxxcx .formBox {
  background-color: white;
  width: 71%;
  padding-bottom: 2rem;
  margin-top: 5%;
  padding-top: 5%;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0 0 8px #f3f3f3;
}
.bmxxcx .layui-form {
  width: 100%;
}
.bmxxcx .formBox {
  display: flex;
  justify-content: center;
}
.bmxxcx .inpageCon {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bmxxcx .layui-form {
  width: 50%;
}
.bmxxcx .layui-form-radioed>i {
  color: #fe9901;
}
.bmxxcx .layui-form-radioed>i:hover {
  color: #fe9901;
}
.bmxxcx .tip {
  color: rgb(102, 102, 102);
  font-size: 0.4667rem;
  margin-top: 1.3333rem;
}
.bmxxcx .red {
  color: red;
}
.layui-bmxxcx {
  width: 50% !important;
}
.bmxxcxMdaol {
  display: none;
}
.bmxxcxMdaol .modalDetail {
  padding: 1rem 1.6667rem;
  position: relative;
}
.bmxxcxMdaol .title {
  /* top: -4.2333rem;  */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  color: white;
  font-size: 1.2rem;
  text-align: center;
  /* position: absolute; */
  color: #333;
  margin-bottom: 1.6rem;
  position: relative;
}
.bmxxcxMdaol .title::after {
  content: "";
  position: absolute;
  bottom: -0.6667rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  height: 4px;
  background: #fe9901;
  width: 60px;
}
.bmxxcxMdaol .leftImg {
  background-image: url(/images/bmbImg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  margin-right: 1rem;
  float: left;
}
.bmxxcxMdaol .rightContent{
  width: calc(100% - 260px);
  float: right;
}
.bmxxcxMdaol .rightItem {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.bmxxcxMdaol .rightItem .itemIcon{
  line-height: 25px;
  height: 25px;
}
.bmxxcxMdaol .rightItem .itemIcon img {
  width: 18px;
  height: 18px;
  margin-right: 0.6667rem;
}
.bmxxcxMdaol .rightItem .itemText {
  color: rgb(51, 51, 51);
  font-size: 18px;
  line-height: 25px;
}
.bmxxcxMdaol .btns {
  position: absolute;
  bottom: -3.3333rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bmxxcxMdaol .btns .inpageBtn:first-child {
  margin-right: 1.3333rem;
}
.layui-bmxxcx .layui-layer-content {
  overflow: visible !important;
}
/*人才招聘*/
.greenBg {
  background: #f9fcfc;
}
.rczpBox {
  padding-top: 2.47rem;
  padding-bottom: 2.67rem;
}
.rczpBox .left {
  width: calc(100% - 13.33rem);
}
.inapgeWordTitle {
  position: relative;
  padding-bottom: 0.7rem;
  border-bottom: 1px #c7c7c7 solid;
  margin-bottom: 1.47rem;
}
.inapgeWordTitle::after {
  content: "";
  position: absolute;
  bottom: -0.53rem;
  left: 0;
  width: 1.07rem;
  height: 0.93rem;
  background: #f9fcfc;
}
.inapgeWordTitle::before {
  content: "";
  position: absolute;
  bottom: -0.53rem;
  left: 0;
  width: 1.07rem;
  height: 0.93rem;
  background: url(../images/icon-more.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}
.singleWordTitle {
  padding-bottom: 1.47rem;
  border-bottom: 1px #c7c7c7 solid;
  margin-bottom: 1.47rem;
  text-align: center;
}
.inapgeWordTitle h3 {
  color: #2e2e2e;
  line-height: 1.6;
}
.inapgeWordTitle .txt {
  margin-top: 1rem;
  display: flex;
  line-height: 0.73rem;
}
.inapgeWordTitle .txt span {
  color: #7e7e7e;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.inapgeWordTitle .txt span img {
  margin-right: 0.33rem;
}
.rczpBox .right {
  width: 11.8rem;
  padding: 1.27rem 1.33rem 1.33rem 1.33rem;
  box-sizing: border-box;
  background: #fff;
}
.rczpBox .right .title {
  position: relative;
  line-height: 1;
  color: #fe9901;
  font-weight: bold;
  padding-bottom: 0.87rem;
  border-bottom: 1px #e8e8e8 solid;
}
.rczpBox .right .title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4em;
  height: 2px;
  background: #fe9901;
}
.rczpBox .right ul li {
  margin-top: 0.8rem;
}
.rczpBox .right ul li:last-child a {
  border: none;
  padding-bottom: 0;
}
.rczpBox .right ul li a {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px #e8e8e8 dashed;
}
.rczpBox .right ul li a h3 {
  line-height: 1.07rem;
  color: #333333;
  max-height: 2.13rem;
}
.rczpBox .right ul li a .time {
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
  color: #666666;
}
.rczpBox .right ul li a .time img {
  margin-right: 0.33rem;
}
.rczpBox .right ul li a:hover h3 {
  color: #fe9901;
}
/*招聘列表*/
.rczpList {
  padding-bottom: 0.67rem;
}
.rczpList li {
  float: left;
  width: 48.57%;
  margin-bottom: 1.33rem;
}
.rczpList li:nth-child(2n) {
  float: right;
}
.rczpList li a {
  position: relative;
  padding: 1rem 4.73rem 1rem 1.33rem;
  display: block;
  background: #fff;
  box-shadow: 0 0 0.67rem rgba(92, 106, 104, 0.07);
}
.rczpList li a h3 {
  line-height: 0.67rem;
  color: #333333;
}
.rczpList li a .txt {
  display: flex;
  line-height: 0.67rem;
  height: 0.67rem;
  color: #666666;
  margin-top: 0.67rem;
}
.rczpList li a .txt span {
  display: block;
  margin-right: 1.33rem;
}
.rczpList li a .txt span:last-child {
  margin: 0;
}
.rczpList li a .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.73rem;
  height: 100%;
  background: rgba(1, 147, 130, 0.05);
  display: flex;
  align-items: center;
}
.rczpList li a .more .t {
  width: 100%;
  text-align: center;
  color: #333333;
}
.rczpList li a .more .t img {
  margin-top: 0.47rem;
  filter: brightness(0) invert(0.5);
}
.rczpList li a:hover h3 {
  color: #fe9901;
}
.rczpList li a:hover .more {
  background: #fe9901;
}
.rczpList li a:hover .more .t {
  color: #fff;
}
.rczpList li a:hover .more .t img {
  filter: brightness(0) invert(1);
}
/*新闻详情*/
.newsDateil .left {
  width: 100%;
}
.newsDateil .left .inapgeWordTitle h3{
  text-align: center;
}
.newsDateil .left .inapgeWordTitle .txt{
  justify-content: center;
}
.inpageLink {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px #DFDFDF solid;
}
.inpageLink .item {
  line-height: 1.67rem;
}
.inpageLink .item a {
  transition: 0.3s;
}
.inpageLink .item a:hover {
  color: #fe9901;
}
.fileBox {
  margin-top: 1.3rem;
}
.fileBox .tit {
  color: #fe9901;
  font-weight: 500;
}
.fileBox p {
  margin-top: 0.1rem;
  line-height: 1.2rem;
}
.fileBox p a {
  transition: 0.3s;
}
.fileBox p a:hover {
  color: #fe9901;
}
/*黄色页码*/
.orangePage .page .pageContent .on {
  background: #fe9901;
}
.orangePage .page .pageContent .pageItem:hover {
  background: #fe9901;
  color: #fff;
}
/*护理新闻*/
.nBannerTwo {
  position: relative;
  padding-bottom: 20.83%;
  background: url(../images/hlBanner.jpg) no-repeat center;
  background-size: cover;
}
.nBannerTwo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.nBannerTwo .text h3 {
  line-height: 1;
}
.nBannerTwo .text p {
  text-transform: uppercase;
  line-height: 1;
}
.nBannerTwo .text span {
  display: block;
  width: 10rem;
  height: 1px;
  margin: 1rem 0;
  background: #fff;
}
.grayCrumb {
  border-bottom: 1px #e8e8e8 solid;
}
.grayCrumb .w1400 {
  height: 3rem;
  display: flex;
  align-items: center;
}
.grayCrumb .crumb {
  color: #666666;
}
.grayCrumb .crumb img {
  filter: initial;
}
/* 志愿服务 */
.dqjs_zyfw {
  background-color: #F4FCFB;
}
.dqjs_zyfw .crumb-zyfw {
  background-color: #F9F9F9;
  height: 2.2rem;
  padding-left: 8.6667rem;
  display: flex;
  align-items: center;
}
.dqjs_zyfw .crumb-zyfw .crumb {
  color: #666666;
  font-size: 0.5333rem;
}
.dqjs_zyfw .crumb-zyfw .crumb img {
  filter: initial;
}
.dqjs_zyfw .inpageCon {
  /* padding: 2.6667rem 8.6667rem; */
  margin: 0 auto;
  /* width: 100%; */
  box-sizing: border-box;
  /*   width: 46.6667rem; */
  max-width:46.6667rem;
  width:auto;
}
.dqjs_zyfw .inpageCon .title {
  text-align: center;
  color: #2E2E2E;
  font-size: 1.0667rem;
  line-height: 1.0667rem;
  font-weight: bold;
}
.dqjs_zyfw .inpageCon .card-form {
  background-color: #fff;
  box-shadow: 0 0 8px #efefef;
  padding: 1.6667rem 1.3333rem;
  margin: 0 auto;
  margin-top: 1.3333rem;
}
.dqjs_zyfw .inpageCon .card-form .row {
  display: flex;
  justify-content: start;
  margin-bottom: 0.8rem;
}
.dqjs_zyfw .inpageCon .card-form .top {
  display: flex;
}
.dqjs_zyfw .inpageCon .card-form .top .left {
  width: calc(100% - 7.6rem);
  padding-right: 1.3667rem;
  box-sizing: border-box;
}
.dqjs_zyfw .inpageCon .card-form .suffix{
  position:absolute;
  right:1rem;
  display:flex;
  align-items:center;
  height:100%;
}
.dqjs_zyfw .inpageCon .card-form.yform  .row .formItem {
  flex: none !important;
}
.dqjs_zyfw .inpageCon .card-form.yform  .row.label-top .formItem,
.dqjs_zyfw .inpageCon .card-form.yform  .row.desc .formItem{
  flex:1 !important;
}
/* .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem.flex-2,
.dqjs_zyfw .inpageCon .card-form .bottom .formItem.flex-2 {
flex: 0 0 22rem;
} */
.dqjs_zyfw .inpageCon .card-form .top .left .row .formItem .w3{
  width:7.8rem;
}
.dqjs_zyfw .inpageCon .card-form .top .left .row .formItem:last-child .w3{
  width:9.8rem;
}
.dqjs_zyfw  .top .left .row .formItem:last-child .layui-form-select{
  width:9.8rem;
}
.dqjs_zyfw .inpageCon .card-form .top .left .row .formItem .w2,
.dqjs_zyfw .inpageCon .card-form .bottom .row .formItem .w2{
  width:18.7667rem;
}
.dqjs_zyfw .inpageCon .card-form .bottom .row .formItem .w2_r{
  width:100%;
}
.dqjs_zyfw .inpageCon .card-form .top .left .row .formItem.flex-2.flex50{
  /*    flex: 0 0 66.66%; */
}
.dqjs_zyfw .inpageCon .card-form .top .right {
  flex: 0 0 7.6rem;
  height: 10.75rem;
  border: 0.0333rem solid #E8E8E8;
  border-radius: 0.1333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dqjs_zyfw .inpageCon .card-form .top .right .upload-bg {
  width: 4.3333rem;
  height: 4.3333rem;
  border-radius: 50%;
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3333rem;
}
.dqjs_zyfw .inpageCon .card-form .top .right .upload-bg img {
  width: 1.3333rem;
  height: 1.3333rem;
}
.dqjs_zyfw .formItem .layui-form-select{
  height:auto;
  padding:0;
  width:7.8rem;
}
.dqjs_zyfw .layui-form-select .layui-input{
  border: none;
  height:1.5rem;
  width:100%;
}
.dqjs_zyfw .layui-form-item .layui-inline{
  display:flex;
  align-items:center;
}
.dqjs_zyfw .layui-form-select .layui-input::hover{
  border-color:#d2d2d2;
}
.dqjs_zyfw .layui-form-select dl{
  top:auto;
}
.dqjs_zyfw .inpageCon .card-form.yform .row .formItem {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}
.dqjs_zyfw .inpageCon .card-form .row .formItem.layui-form-item {
  margin-bottom: 0;
}
.dqjs_zyfw .inpageCon .card-form .row .formItem.layui-form-item.flex50{
  flex: 0 0 50% !important;
}
.dqjs_zyfw .inpageCon .card-form .row .formItem.layui-form-item>label {
  padding: 0;
}
.dqjs_zyfw .inpageCon .card-form .row .formItem>label,
.dqjs_zyfw .layui-form-item .layui-inline>label{
  padding:0;
  display: inline-block;
  width: 2.6667rem;
  text-align: right;
  padding-right: 0.5667rem;
  /* box-sizing: border-box; */
  position: absolute;
  left: 0;
  font-size: 0.5333rem;
}
.dqjs_zyfw .yform .layui-form-label{
  overflow:visible;
}
.dqjs_zyfw .layui-form-label.required:after {
  content: ' *';
  color: red;
  position: absolute;
  top: 0px;
  right: -0.2667rem;
  font-size: 0.5333rem;
}
.dqjs_zyfw .inpageCon .card-form .row .formItem>input,
.dqjs_zyfw .layui-input-inline .layui-input{
  height: 2rem;
  width: 100%;
  font-size: 0.5333rem;
  padding: 0.3333rem 0.2667rem;
  box-sizing: border-box;
  margin-left: 3.2333rem;
  border: 0.0333rem solid #E8E8E8;
  border-radius: 0.1333rem;
  background-color: #fff;
}
.dqjs_zyfw .inpageCon .card-form .row .formItem.flex-2 input {
  width: 100%;
}
.dqjs_zyfw .inputBox {
  display: flex;
  margin-left: 3.2333rem;
  align-items: center;
  border: 1px solid #E8E8E8;
  width: 100%;
  padding: 0.6333rem 1rem;
}
.dqjs_zyfw .inputBox .inputWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.5333rem;
}
.dqjs_zyfw .inputBox span {
  display: inline-block;
  white-space: noWrap;
  font-size: 0.5333rem;
}
.dqjs_zyfw .inputBox input {
  width: 10.6667rem;
}
.dqjs_zyfw .inputBox label {
  white-space: nowrap;
  margin-left: 0.4rem;
  margin-right: 1rem;
  font-size: 0.5333rem;
  /* margin-bottom: 0.6667rem; */
}
.dqjs_zyfw .layui-form .layui-form-radio {
  margin-top: 0;
  margin-right: 1rem;
}
.dqjs_zyfw .layui-form .radio-2 .layui-form-radio {
  margin-bottom: 0.3333rem;
}
.dqjs_zyfw .layui-form .radio-2 .layui-form-radio:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.dqjs_zyfw .layui-form .layui-form-radio>i:hover,
.layui-form .layui-form-radioed>i {
  color: #FE9901;
}
.dqjs_zyfw .layui-form .layui-form-radio * {
  font-size: 0.5333rem;
}
.dqjs_zyfw .layui-form .layui-form-radio>i {
  font-size: 0.8rem;
}
.dqjs_zyfw .layui-form .layui-input-block,
.dqjs_zyfw .desc-list {
  margin-left: 3.2333rem;
  width: 100%;
}
.dqjs_zyfw .desc {
  margin-top: 1.6667rem;
}
.dqjs_zyfw .desc-list>p {
  font-size: 0.5333rem;
  color: #666666;
  line-height: 1.0667rem;
}
.dqjs_zyfw .submit {
  margin-top: 1.6667rem;
}
.dqjs_zyfw .submit .btn {
  width: 100%;
  text-align: center;
}
.dqjs_zyfw .submit .btn .layui-btn {
  background-color: #FE9901;
  border-radius: 0.1333rem;
  width: 5.6rem;
  height: 1.6667rem;
  font-size: 0.6rem;
  line-height: 1.6667rem;
}
.dqjs_zyfw .card-bottom {
  display: flex;
  margin-top: 1.6667rem;
  justify-content: space-between;
}
.dqjs_zyfw .card-bottom .card-item {
  width: 10.6667rem;
  height: 6.0667rem;
  background-color: #fff;
  box-shadow: 0 0 8px #efefef;
  border-radius: 0.1333rem;
  padding: 1rem;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
.dqjs_zyfw .card-bottom .card-item .bg-index {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.6333rem;
  height: 3.3333rem;
  font-size: 3.3333rem;
  line-height: 3.3333rem;
  opacity: 0.14;
  /* color: linear-gradient(#019382, #FE9901); */
  /*利用background-clip属性实现文字颜色从绿到白的渐变效果*/
  background-image: linear-gradient(#019382, #FE9901);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
}
.dqjs_zyfw .card-bottom .card-item .title {
  font-size: 0.6667rem;
  font-weight: bold;
  line-height: 0.9333rem;
  color: #333333;
  text-align: left;
}
.dqjs_zyfw .card-bottom .card-item .desc {
  font-size: 0.5333rem;
  line-height: 0.8667rem;
  color: #666666;
  margin-top: 0.5333rem;
}
/* y_header4 */
.y_header4 {
  width: 100%;
  height: 22.6667rem;
}
.y_header4 .header-wrap {
  height: 100%;
  position: relative;
}
.y_header4 .header-wrap .logo {
  padding-top: 0.6667rem;
  margin-left: 8.6667rem;
}
.y_header4 .header-wrap .btn {
  position: absolute;
  right: 8.6667rem;
  top: 1.4333rem;
}
.y_header4 .headLink {
  height: 1.3333rem;
  line-height: 1.3333rem;
  width: 4.13rem;
  background: #FE9901;
  border-radius: 0.67rem;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.y_header4 .headLink img {
  margin-left: 0.4rem;
}
.y_header4 .header-wrap .nav {
  width: 100%;
  height: 2.6667rem;
  position: absolute;
  bottom: 0;
}
.y_header4 .header-wrap .nav>ul {
  display: flex;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 0 8.6667rem;
  background-color: #970000;
  justify-content: space-between;
}
.y_header4 .header-wrap .nav>ul .menuItem {
  font-size: 0.6rem;
  color: #fff;
  line-height: 0.6667rem;
  font-weight: bold;
  cursor: pointer;
  /* margin-right: 6.6667rem; */
}
.y_header4 .header-wrap .nav>ul .menuItem:nth-last-child(1) {
  margin-right: 0;
}
/* y_footer4 */
.y_footer4 {
  width: 100%;
  height: 3.3333rem;
  background-color: #C80000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.y_footer4 .footer-wrap {
  color: #fff;
  line-height: 0.7333rem;
}
.y_footer4 .footer-wrap img {
  padding-left: 1.05rem;
}
/* y_about4 */
.y_about4 .inpageCon .top {
  margin-top: 2.6667rem;
  width: 100%;
  height: 20.5333rem;
}
.y_about4 .inpageCon .top .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3333rem;
}
.y_about4 .inpageCon .top .title-wrap .title {
  font-size: 1.4667rem;
  line-height: 1.6rem;
  color: #C80000;
  font-weight: bold;
}
.y_about4 .inpageCon .top .title-wrap .img-left,
.y_about4 .inpageCon .top .title-wrap .img-right {
  width: 1.4667rem;
  position: relative;
  margin-top: -1.1333rem;
}
.y_about4 .inpageCon .top .title-wrap .img-left>img,
.y_about4 .inpageCon .top .title-wrap .img-right>img {
  width: 0.6rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
}
.y_about4 .inpageCon .top .title-wrap .img-left>img:nth-child(1) {
  left: 0;
}
.y_about4 .inpageCon .top .title-wrap .img-right>img:nth-child(1) {
  right: 0.4667rem;
}
.y_about4 .inpageCon .top .title-wrap .img-left>img:nth-child(2) {
  left: 0.4667rem;
}
.y_about4 .inpageCon .top .title-wrap .img-right>img:nth-child(2) {
  right: 0;
}
.y_about4 .inpageCon .top .swiperBox {
  width: 46.6667rem;
  height: 14.2667rem;
}
.y_about4 .inpageCon .top .swiperBox .left {
  float: left;
  width: 22.3333rem;
  height: 14.2667rem;
  margin-right: 2rem;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #e80000, #ff5936);
}
.y_about4 .inpageCon .top .swiperBox .left .bgCover {
  width: 100%;
  height: 12.7857rem;
  display: inline-block;
  margin-top: 0.7217rem;
}
.y_about4 .inpageCon .top .swiperBox .left .swiper-slide {
  position: relative;
}
.y_about4 .inpageCon .top .swiperBox .left .swiper-slide .bg-desc {
  width: 100%;
  height: 2.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.y_about4 .inpageCon .top .swiperBox .left .swiper-slide .bg-desc .bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.46;
}
.y_about4 .inpageCon .top .swiperBox .left .swiper-slide .bg-desc span {
  position: absolute;
  top: 0;
  left: 6.0333rem;
  font-size: 0.6183rem;
  line-height: 2.6rem;
  font-weight: bold;
  transform: translateX(-50%);
  opacity: 1;
  color: #fff;
}
.y_about4 .inpageCon .top .swiperBox .left .btn {
  position: absolute;
  bottom: 0.7583rem;
  right: 1rem;
  left: auto;
  width: auto;
  z-index: 11;
}
.y_about4 .inpageCon .top .swiperBox .left .btn span.swiper-pagination-bullet {
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 0.4rem;
  opacity: 1;
}
.y_about4 .inpageCon .top .swiperBox .left .btn span.swiper-pagination-bullet-active {
  width: 25.76px;
  border-radius: 5.15px;
}
.y_about4 .inpageCon .top .swiperBox .right {
  float: right;
  width: 22.3333rem;
  height: 14.2667rem;
}
.y_about4 .inpageCon .top .swiperBox .right .list {
  height: 100%;
}
.y_about4 .inpageCon .top .swiperBox .right .list .line {
  width: 100%;
  height: 1px;
  /* border-bottom: 1px dotted #999; */
  margin-bottom: 1.0833rem;
  background: repeating-linear-gradient(to right, #D8D8D8, #D8D8D8 4px, transparent 4px, transparent 10px);
  /* 创建一条虚线背景 */
  height: 1px;
  /* 设置元素的高度为1像素 */
  width: 100%;
  /* 设置元素的宽度为100% */
}
.y_about4 .inpageCon .top .swiperBox .right .list li {
  width: 100%;
  height: 1.9333rem;
  margin-bottom: 1.0833rem;
}
.y_about4 .inpageCon .top .swiperBox .right .list li a {
  display: flex;
  width: 100%;
  height: 1.9333rem;
}
.y_about4 .inpageCon .top .swiperBox .right .list li a .time {
  display: flex;
  flex-direction: column;
  color: #999999;
  padding-right: 8px;
  border-right: 1px solid #999;
  margin-right: 0.8333rem;
}
.y_about4 .inpageCon .top .swiperBox .right .list li a .time .month {
  font-size: 24px;
  height: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 0.1667rem;
}
.y_about4 .inpageCon .top .swiperBox .right .list li a .time .year {
  font-size: 16px;
  height: 0.5333rem;
  line-height: 0.5333rem;
}
.y_about4 .inpageCon .top .swiperBox .right .list li a .content .title {
  font-size: 0.6rem;
  line-height: 0.9333rem;
  font-weight: bold;
  color: #333;
}
.y_about4 .inpageCon .top .swiperBox .right .list li a .content .desc {
  font-size: 0.5333rem;
  line-height: 0.8667rem;
  color: #666;
}
.y_about4 .inpageCon .top .btn-more {
  margin-top: 1.6667rem;
}
.y_about4 .inpageCon .top .btn-more .btn-wrap {
  margin: 0 auto;
  width: 6rem;
  height: 1.6667rem;
  border-radius: 0.8333rem;
  border: 1px solid #999;
  font-size: 0.5333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.y_about4 .inpageCon .top .btn-more .btn-wrap span {
  margin-right: 0.4667rem;
  color: #666;
}
.y_about4 .inpageCon .bottom {
  margin-top: 2.6667rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.y_about4 .inpageCon .bottom .card-item {
  flex: 0 0 50%;
  margin-bottom: 2.6833rem;
  box-sizing: border-box;
}
.y_about4 .inpageCon .bottom .card-item:nth-child(2n+1) {
  padding-right: 1rem;
}
.y_about4 .inpageCon .bottom .card-item:nth-child(2n) {
  padding-left: 1rem;
}
.y_about4 .inpageCon .bottom .card-item .card-title {
  display: flex;
  justify-content: space-between;
}
.y_about4 .inpageCon .bottom .card-item .card-title .left {
  font-size: 1.4667rem;
  line-height: 48px;
  color: #C80000;
  font-weight: bold;
  position: relative;
  width: 7.3333rem;
  margin-bottom: 1rem;
}
.y_about4 .inpageCon .bottom .card-item .card-title .left img {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 1.2rem;
  transform: translateY(-50%);
}
.y_about4 .inpageCon .bottom .card-item .card-title .left>img:nth-of-type(1) {
  right: 0.4667rem;
}
.y_about4 .inpageCon .bottom .card-item .card-title .left>img:nth-last-child(1) {
  right: 0;
}
.y_about4 .inpageCon .bottom .card-item .card-title .right {
  color: #666;
}
.y_about4 .inpageCon .bottom .card-item .card-title .right img {
  margin-left: 0.4667rem;
}
.y_about4 .inpageCon .bottom .card-item .card-body {
  border-top: 1px solid #C80000;
  width: 100%;
}
.y_about4 .inpageCon .bottom .card-item .card-body .list {
  width: 100%;
}
.y_about4 .inpageCon .bottom .card-item .card-body .list .list-item {
  width: 100%;
  height: 0.6rem;
  padding-top: 1.3333rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.5333rem;
  line-height: 0.6rem;
  font-weight: bold;
}
.y_about4 .inpageCon .bottom .card-item .card-body .list .list-item .text-con {
  color: #2C2C2C;
}
.y_about4 .inpageCon .bottom .card-item .card-body .list .line {
  width: 100%;
  height: 1px;
  /* border-bottom: 1px dotted #999; */
  background: repeating-linear-gradient(to right, #D8D8D8, #D8D8D8 4px, transparent 4px, transparent 10px);
  /* 创建一条虚线背景 */
  height: 1px;
  /* 设置元素的高度为1像素 */
  width: 100%;
  /* 设置元素的宽度为100% */
}
.grayCrumbLine {
  border-bottom: none;
  border-top: 1px #e8e8e8 solid;
  background: #fff;
  position: relative;
  z-index: 1;
}
/*医联体分布*/
.yltfbBox {
  background: url(../images/yltfbBg.jpg) no-repeat center bottom;
  background-size: cover;
}
.yltfbBox .cont {
  position: relative;
  height: 1100px;
}
.yltfbBox .cont .cir {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: 4s ease-in-out;
  transition: 4s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  margin-top: -30px;
}
.yltfbBox .cont .cir1 {
  width: 1296px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
}
.yltfbBox .cont .cir1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.yltfbBox .cont .cir1 .c {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* border: 1px #000 solid; */
  background: url(../images/cir1.svg) no-repeat center;
  background-size: contain;
  -webkit-animation: cir1 6s linear 1;
  animation: cir1 6s linear 1;
}
.yltfbBox .cont .cir2 {
  width: 1180px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
}
.yltfbBox .cont .cir2 .dot img {
  animation: showImg 2s forwards;
  animation-delay: 5.6s;
  transform: scale(0);
  opacity: 0;
}
@keyframes showImg {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.yltfbBox .cont .cir2 .dot {
  position: absolute;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  animation-delay: 10s;
  animation: animat-rock 20s ease-in-out infinite alternate;
}
@keyframes animat-rock {
  0% {
    -webkit-transform: translate(10.10419px, 0.34515px);
    transform: translate(10.10419px, 0.34515px);
  }
  25% {
    -webkit-transform: translate(-11.02006px, -9.01024px);
    transform: translate(-11.02006px, -9.01024px);
  }
  50% {
    -webkit-transform: translate(8.83966px, 6.1471px);
    transform: translate(8.83966px, 6.1471px);
  }
  75% {
    -webkit-transform: translate(-0.57033px, -5.55053px);
    transform: translate(-0.57033px, -5.55053px);
  }
  100% {
    -webkit-transform: translate(17.24991px, 13.52907px);
    transform: translate(17.24991px, 13.52907px);
  }
}
.yltfbBox .cont .cir2 .dot1 {
  bottom: 25%;
  left: 2.2%;
}
.yltfbBox .cont .cir2 .dot2 {
  bottom: 16%;
  right: 12.6%;
}
.yltfbBox .cont .cir2 .dot3 {
  top: 15%;
  right: 7.6%;
}
.yltfbBox .cont .cir2::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.yltfbBox .cont .cir2 .c {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/cir2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: cir2 6s linear 1;
  animation: cir2 6s linear 1;
}
.yltfbBox .cont .cir22 {
  width: 1024px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 39.3%;
  left: 50%;
}
.yltfbBox .cont .cir22::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.yltfbBox .cont .cir22 .c {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/cir22.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.yltfbBox .cont .cir3 {
  width: 958px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 46%;
  left: 50%;
}
.yltfbBox .cont .cir3::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.yltfbBox .cont .cir3 .c {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/cir3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: cir3 100s linear 1;
  animation: cir3 100s linear 1;
}
.yltfbBox .cont .cir4 {
  width: 846px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 46%;
  left: 50%;
}
.yltfbBox .cont .cir4::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.yltfbBox .cont .cir4 .c {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/cir4.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.yltfbBox .cont.showd .cir {
  animation: show 4s forwards;
}
.yltfbBox .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 80px 0 0;
  height: 100%;
  box-sizing: border-box;
}
.yltTitle {
  line-height: 1;
  padding-bottom: 24px;
  position: relative;
  text-align: center;
  font-weight: 500;
  top: 32px;
}
.yltfbBox .yltTitle {
  opacity: 0;
  animation: showTitle 0.8s forwards;
  animation-delay: 6s;
}
@keyframes showTitle {
  0% {
    top: 40px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.yltTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #fe9901;
}
.aMapWrap {
  margin: 0 auto;
  margin-top: 30px;
  width: 900px;
  height: 570px;
  position: relative;
  animation: showMap 3.7s forwards;
  animation-delay: 3.8s;
  transform: scale(0.5);
  opacity: 0;
}
@keyframes showMap {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.aMapWrap svg {
  width: 100%;
}
.aMapWrap svg g {
  cursor: pointer;
}
.aMapWrap svg text {
  fill: #333;
  font-size: 16px;
  position: relative;
}
.aMapWrap svg rect {
  opacity: 0;
}
.aMapWrap svg text.num {
  fill: #fff;
  opacity: 0;
}
.aMapWrap svg .on rect {
  opacity: 1;
}
.aMapWrap svg .on text.num {
  opacity: 1;
}
.aMapWrap svg text.red {
  fill: #ff0000;
  color: #f00;
  font-weight: bold;
}
.aMapWrap svg path {
  fill: #ffffff;
  stroke-width: 2px;
  stroke: #8baad5;
}
.aMapWrap svg g .cir1 {
  display: none;
  stroke: #136fc7;
  fill: none;
}
.aMapWrap svg g .cir2 {
  display: none;
  fill: #136fc7;
  stroke: none;
}
.aMapWrap svg #g1 path {
  fill: #f1f5fc;
}
.aMapWrap svg #g2 path {
  fill: #d0dcef;
}
.aMapWrap svg #g3 path {
  fill: #dde7f7;
}
.aMapWrap svg #g4 path {
  fill: #dde7f7;
}
.aMapWrap svg #g5 path {
  fill: #f1f5fc;
}
.aMapWrap svg #g6 path {
  fill: #e1ebfb;
}
.aMapWrap svg #g7 path {
  fill: #e1ebfb;
}
.aMapWrap svg #g8 path {
  fill: #d0dcef;
}
.aMapWrap svg #g9 path {
  fill: #f1f5fc;
}
.aMapWrap svg #g10 path {
  fill: #dde7f7;
}
.aMapWrap svg #g11 path {
  fill: #fffefc;
}
.aMapWrap svg #g11 path {
  fill: #f1f5fc;
}
.aMapWrap svg #g12 path {
  fill: #e1ebfb;
}
.aMapWrap svg #g13 path {
  fill: #d0dcef;
}
.aMapWrap svg #g14 path {
  fill: #dde7f7;
}
.aMapWrap svg #g15 path {
  fill: #f1f5fc;
}
.aMapWrap svg #g16 path {
  fill: #e1ebfb;
}
.aMapWrap svg #g17 path {
  fill: #f1f5fc;
}
.yltfbBox .textBox {
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  animation: showText 2s forwards;
  animation-delay: 5.5s;
}
.yltfbBox .textBox h3 {
  font-weight: 500;
  color: #fe9901;
  margin-bottom: 40px;
}
.yltfbBox .textBox .scoll {
  overflow: hidden;
  width: 230px;
  height: 200px;
}
.yltfbBox .textBox ul li {
  line-height: 40px;
}
.yltfbBox .textRight {
  left: auto;
  right: -90px;
}
@keyframes showText {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
.yltfbBox .textRow {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  opacity: 0;
  animation: textRow 2s forwards;
  animation-delay: 5.5s;
}
.yltfbBox .textRow ul {
  display: flex;
  justify-content: center;
}
.yltfbBox .textRow ul li {
  margin: 0 30px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.yltfbBox .textRow ul li .text {
  padding: 14px;
  box-sizing: border-box;
  line-height: 1.13rem;
  font-size: 0.53rem;
  position: absolute;
  bottom: 140%;
  left: 50%;
  width: 130%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateX(-50%);
  background: #fff;
}
.yltfbBox .textRow ul li:hover .text {
  visibility: visible;
  bottom: 120%;
  opacity: 1;
}
.yltfbBox .textRow ul li .text p {
  position: relative;
  padding-left: 10px;
}
.yltfbBox .textRow ul li .text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  background: #fe9901;
}
.yltfbBox .textRow ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border: 4px #fe9901 solid;
  border-radius: 50%;
}
@keyframes textRow {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  100% {
    bottom: 64px;
    opacity: 1;
  }
}
@keyframes show {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes cir1 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes cir1 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes cir2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }
}
@keyframes cir2 {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
  }
}
@-webkit-keyframes cir3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cir3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.yltList {
  padding-bottom: 1px;
  background: #f9fcfc;
}
.yltList ul {
  margin-top: 2.13rem;
  padding-bottom: 0.67rem;
}
.yltList ul li {
  margin-bottom: 1.33rem;
}
.yltList ul li a {
  display: block;
  background: #fff;
  padding: 1.33rem 1.33rem 1.1rem 1.33rem;
  transition: 0.3s;
  box-shadow: 0 0 20px rgba(92, 106, 104, 0.07);
  border-bottom: 2px #fff solid;
}
.yltList ul li a .time {
  color: #333;
}
.yltList ul li a .time b {
  display: block;
  line-height: 1;
  transition: 0.3s;
}
.yltList ul li a .time span {
  line-height: 1;
  margin-top: 0.53rem;
  display: block;
}
.yltList ul li a .text {
  position: relative;
  width: calc(100% - 2.93rem);
  padding-left: 1rem;
  box-sizing: border-box;
}
.yltList ul li a .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 3.33rem;
  background: #dac8aa;
}
.yltList ul li a .text h3 {
  font-weight: 500;
  line-height: 1.07rem;
  height: 1.07rem;
  color: #333333;
  transition: 0.3s;
}
.yltList ul li a .text p {
  margin: 0.53rem 0 0.8rem 0;
  line-height: 0.87rem;
  height: 1.73rem;
  color: #666666;
}
.yltList ul li a .text .more {
  color: #333333;
  transition: 0.3s;
}
.yltList ul li a .text .more img {
  margin-left: 0.33rem;
  filter: brightness(0) invert(0.4);
  transition: 0.3s;
}
.yltList ul li a:hover .text .more img {
  filter: initial;
}
.yltList ul li a:hover {
  border-color: #fe9901;
}
.yltList ul li a:hover .text h3,
.yltList ul li a:hover .text .more,
.yltList ul li a:hover .time b {
  color: #fe9901;
}
/*简历投递*/
.jltdBox {
}
.jltdBox .jlType .grayCrumb {
  border-top: 1px #DFDFDF solid;
  border-bottom: 0;
}
.jltdBox .jlType .grayCrumb .box {
  position: relative;
}
.jltdBox .jlType .grayCrumb .box .back {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.33rem;
  line-height: 1.33rem;
  border-radius: 0.67rem;
  padding: 0 0.8rem;
  background: #FE9901;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jltdBox .jlType .grayCrumb .box .back img {
  filter: brightness(0) invert(1);
  margin-left: 0.33rem;
}
.jltdBox .jlType .type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.13rem;
}
.jltdBox .jlType .type .item {
  display: flex;
  width: 15%;
  justify-content: space-between;
}
.jltdBox .jlType .type .item:last-child {
  width: 2.4rem;
}
.jltdBox .jlType .type .item .dian {
  margin-top: 0.7rem;
  filter: brightness(0) invert(0.9);
}
.jltdBox .jlType .type .item .dot {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: #F9F9F9;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  color: #D1D1D1;
  margin: 0 auto;
  z-index: 1;
}
.jltdBox .jlType .type .item .dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: rgba(254, 153, 1, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
.jltdBox .jlType .type .item p {
  font-weight: 500;
  color: #999999;
  text-align: center;
  margin-top: 0.67rem;
}
.jltdBox .jlType .type .item.on .dot,
.jltdBox .jlType .type .item.doing .dot {
  color: #fff;
}
.jltdBox .jlType .type .item.on .dot,
.jltdBox .jlType .type .item.doing .dot {
  background: #FE9901;
}
.jltdBox .jlType .type .item.on .dot::after,
.jltdBox .jlType .type .item.doing .dot::after {
  opacity: 1;
}
.jltdBox .jlType .type .item.on p,
.jltdBox .jlType .type .item.doing p {
  color: #333333;
}
.jltdBox .jlType .type .item.on .dian {
  filter: initial;
}
.jltdBox .jlType .type .item.doing .dian {
  position: relative;
  filter: initial;
}
.jltdBox .jlType .type .item.doing .dian::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jltdBox .zgxl {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  line-height: 2rem;
  height: 2rem;
}
.jltdBox .zgxl .box {
  display: flex;
  align-items: center;
  font-size: 0.53rem;
}
.jltdBox .zgxl .box .label {
  color: #2E2E2E;
}
.jltdBox .zgxl .box .label em {
  color: #FE0000;
}
.jltdBox .zgxl .box .item {
  width: 18.63rem;
  margin-left: 0.53rem;
}
.jltdBox .zgxl .box .item .name {
  width: 100%;
  border: none;
  background: #F9FCFC;
  line-height: 2rem;
  height: 2rem;
}
.jltdBox .zgxl .box .item ul {
  max-height: 8.33rem;
}
.jltdBox .zgxl .box .item ul li {
  line-height: 1.4rem;
  padding: 0 0.6rem;
  transition: 0.3s;
}
.jltdBox .zgxl .box .item ul li:hover {
  color: #fe9901;
  cursor: pointer;
}
.jltdBox .zgxl .box .item .name::after {
  width: 0;
  height: 0;
  border-left: 0.2rem solid transparent;
  border-right: 0.2rem solid transparent;
  border-top: 0.23rem solid #FE9901;
  right: 0.73rem;
}
.jltdBox .zgxl .box .item .name em {
  color: #999999;
}
.jltdBox .xlxxBox .title {
  color: #fe9901;
  margin-bottom: 1rem;
  font-weight:bold;
}
.submit .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit .btn .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 1.47rem;
  color: #666666;
  background: #F9F9F9;
  border-radius: 0.73rem;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.submit .btn .add-btn:hover {
  opacity: 0.7;
}
.submit .btn .add-btn img {
  margin-right: 0.33rem;
}
.jltdBox .dqjs_zyfw .xlxxBox .row {
  margin: 1.33rem 0 0 0;
}
.jltdBox .dqjs_zyfw .xlxxBox {
  padding: 1.33rem;
  margin-bottom: 1.33rem;
}
.jltdBox .dqjs_zyfw .xlxxBox .row .formItem .rlIcon {
  position: absolute;
  top: 50%;
  right: 0.73rem;
  transform: translateY(-50%);
  pointer-events: none;
}
/*------------------医疗服务------------------------------*/
.ylfwBan {
  position: relative;
  height: 10.9rem;
}
.ylfwBan .title {
  position: absolute;
  top: 2.07rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.8rem;
}
.ylfwBan .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FE9901;
}
.ylfwNav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.ylfwNav .box {
  overflow: hidden;
  width: 30.4rem;
}
.ylfwNav .box ul li {
  width: 14.115%;
  text-align: center;
}
.ylfwNav .box ul li a {
  position: relative;
  display: block;
  padding-top: 0.73rem;
  height: 4.67rem;
  box-sizing: border-box;
  background: rgba(1, 147, 130, 0.9);
  transition: 0.4s;
}
.ylfwNav .box ul li a .num {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.13);
  position: absolute;
  right: -2px;
  bottom: -6px;
  font-size: 4rem;
  line-height: 3rem;
  transition: 0.4s;
  opacity: 0;
}
.ylfwNav .box ul li a .icon {
  height: 2.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ylfwNav .box ul li img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.ylfwNav .box ul li p {
  margin-top: 0.37rem;
}
.ylfwNav .box ul li.on a {
  background: rgba(31, 145, 211, 0.9);
}
.ylfwNav .box ul li a:hover img {
  transform: rotateY(360deg);
  transition: 1s;
}
.ylfwNav .box ul li a:hover {
  background: rgba(31, 145, 211, 0.9);
}
.ylfwNav .box ul li.on a .num {
  opacity: 1;
}
.ylfwNav .btn {
  width: 1.33rem;
  height: 1.33rem;
  background: #3CB8A1;
  border-radius: 50%;
  border: 1px #fff solid;
  transition: 0.3s;
}
.ylfwNav .btn img {
  height: 0.6rem;
}
.ylfwNav .swiper-button-prev img {
  transform: rotate(180deg);
}
.ylfwNav .btn:hover {
  background: #FE9801;
}
.ylfwNav .swiper-button-prev {
  left: -64px;
}
.ylfwNav .swiper-button-next {
  right: -64px;
}
.yyfwTitle {
  display: flex;
  align-items: center;
  position: relative;
}
.yyfwTitle img {
  width: 1rem;
  margin-right: 0.67rem;
}
.yyfwTitle span {
  position: relative;
  font-weight: 500;
}
.yyfwTitle span::before {
  content: "";
  position: absolute;
  bottom: 0.27rem;
  left: 2.83rem;
  width: 2.9rem;
  height: 0.4rem;
  background: rgba(253, 13, 14, 0.16);
}
.yyfwOne {
  background: url(../images/ghxzBg.jpg) no-repeat center;
  background-size: cover;
}
.yyfwBox .box {
  position: relative;
  min-height: 200px;
}
.yyfwBox .box .right {
  float: right;
  width: 50%;
}
.yyfwBox .box .right img {
  display: block;
  width: 100%;
}
.yyfwBox .box .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 58.5%;
}
.yyfwBox .box .left .textBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 1.23rem 1.73rem 2.4rem 1.23rem;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(1, 72, 17, 0.08);
}
.yyfwBox .box .left .textBox .text {
  line-height: 1.07rem;
  color: #2E2E2E;
  text-align: justify;
  height: 5.33rem;
}
.yyfwBox .box .left .textBox .more {
  position: absolute;
  bottom: 0.6rem;
  right: 1.73rem;
  width: 5.5rem;
  height: 1.6rem;
  background: #019382;
  border-radius: 8px;
  color: #fff;
}
.yyfwBox .box .left .textBox .more img {
  filter: brightness(0) invert(1);
  margin-left: 0.33rem;
}
.yyfwTwo {
  background: url(../images/ghqdBg.jpg) no-repeat center;
  background-size: cover;
}
.yyfwTwo .box .right {
  float: left;
}
.yyfwTwo .box .left {
  left: auto;
  right: 0;
}
.yyfwTwo .box .left .yyfwTitle {
  float: right;
  margin-right: 1.57rem;
}
.yyfwTwo .box .left .yyfwTitle span {
  color: #fff;
}
.yyfwTwo .box .left .yyfwTitle span::before {
  background: rgba(95, 79, 79, 0.21);
}
.ylfwCon {
  background: #F9FCFC;
}
.jzjyOne .left {
  width: 42.85%;
}
.jzjyOne .left img {
  display: block;
  width: 100%;
}
.jzjyOne .right {
  width: 53.57%;
}
.jzjyOne .right .textBox {
  height: 10rem;
  overflow-y: auto;
  color: #2E2E2E;
  margin-top: 1.17rem;
  line-height: 1.07rem;
}
.jzjyTwo {
  background: url(../images/jzjyBg.jpg) no-repeat center;
  background-size: cover;
  padding: 3.33rem;
  margin-top: -1rem;
}
.jzjyTwo ul li {
  float: left;
  width: 16.66%;
  text-align: center;
  cursor: pointer;
}
.jzjyTwo ul li .pic {
  position: relative;
  width: 118px;
  height: 118px;
  border: 1px #fff solid;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.jzjyTwo ul li .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jzjyTwo ul li p {
  color: #fff;
  width: 66%;
  margin: 0 auto;
}
.jzjyTwo ul li:hover .pic {
  transform: rotateY(360deg);
  transition: 1s;
}
.jzjyThree .box {
  position: relative;
  margin-top: 3.33rem;
}
.jzjyThree .box .right {
  float: right;
  float: right;
  background: url(../images/xtzxBg.jpg) no-repeat right bottom;
  width: 42.85%;
  padding-bottom: 2.1rem;
}
.jzjyThree .box .right {
  max-width: 90%;
}
.jzjyThree .box .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 61.28%;
}
.jzjyThree .box .left .yyfwTitle {
  margin-top: -0.3rem;
}
.jzjyThree .box .left .textBox {
  padding: 1.33rem 1.43rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 20px rgba(1, 72, 17, 0.08);
  margin-top: 2.43rem;
}
.jzjyThree .box .left .textBox .text {
  padding-right: 0.33rem;
  height: 6.67rem;
  overflow-y: auto;
  line-height: 1.07rem;
  color: #2E2E2E;
}
.jzjyThree .box2 .right {
  float: left;
  background: url(../images/czzxBg.jpg) no-repeat left bottom;
  display: flex;
  flex-direction: row-reverse;
}
.jzjyThree .box2 .left {
  left: auto;
  right: 0;
}
.jzjyThree .box2 .left .yyfwTitle {
  float: right;
  margin-right: 1.57rem;
}
.jzjyThree .box2 .left .textBox .text {
  height: 9.33rem;
}
.jzjyThree .box3 {
  margin-top: 6.37rem;
  display: flex;
  justify-content: center;
}
.jzjyThree .box3 ul {
  display: flex;
  justify-content: center;
}
.jzjyThree .box3 ul li {
  width: 4.67rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.jzjyThree .box3 ul li:nth-child(2n) {
  width: 1.8rem;
  padding-top: 1.5rem;
}
.jzjyThree .box3 ul li:last-child{
  display:none;
}
.jzjyThree .box3 ul li .pic {
  width: 99px;
  height: 99px;
  border: 1px #26A8A8 solid;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jzjyThree .box3 ul li b {
  display: block;
  line-height: 1rem;
  margin: 0.23rem 0 0.43rem 0;
  color: #019382;
  font-family: Arial;
}
.jzjyThree .box3 ul li p {
  line-height: 0.87rem;
  color: #333333;
}
.jzjyThree .box3 ul li:hover .pic {
  transform: rotateY(360deg);
  transition: 1s;
}
.jzjyFour {
  margin-top: 2.6rem;
  background: url(../images/jzBg.jpg) no-repeat center;
  background-size: cover;
  padding: 1.4rem 0;
}
.jzjyFour .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jzjyFour .box .left {
  width: 68.14%;
  background: rgba(10, 67, 61, 0.61);
  color: #fff;
  padding: 0.93rem 1.23rem;
  height: 8.4rem;
  overflow-y: auto;
  line-height: 1.07rem;
  box-sizing: border-box;
}
.jzjyFour .box .right {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jzjyFour .box .right .icon {
  height: 3.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jzjyFour .box .right .icon img {
  max-height: 100%;
}
.jzjyFour .box .right span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.33rem;
  margin-top: 0.33rem;
}
.jzjyFive {
  padding: 2.2rem 0 2.67rem 0;
}
.jzjyFive ul {
  padding-top: 1rem;
}
.jzjyFive ul li {
  float: left;
  margin-top: 0.43rem;
  width: 24.35%;
  background: #fff;
  box-shadow: 0 0 0.67rem rgba(1, 72, 17, 0.08);
  padding: 0 0.6rem;
  margin-right: 0.86%;
  box-sizing: border-box;
}
.jzjyFive ul li:nth-child(4n) {
  margin-right: 0;
}
.jzjyFive ul li .item {
  line-height: 2.27rem;
  cursor: pointer;
}
.jzjyFive ul li .item:first-child {
  border-bottom: 1px #E8E8E8 solid;
}
.jzjyFive ul li .item img {
  position: relative;
  top: -0.07rem;
  margin-right: 0.27rem;
}
.jzjyFive ul li .item em {
  color: #019382;
}
.jzjyFive ul li .item span {
  color: #000000;
  transition: 0.3s;
}
.jzjyFive ul li:last-child .item:first-child span {
  font-size: 0.47rem;
}
.jzjyFive ul li:hover .item:first-child span {
  color: #FE0000;
}
.jtMapBox {
  position: relative;
  margin-top: 2.33rem;
}
.jtMap em {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 35.57%;
}
.jtMap em .icon {
  position: absolute;
  top: 26%;
  left: 46%;
  display: flex;
  align-items: center;
}
.jtMap em .icon .text {
  height: 1.53rem;
  line-height: 1.53rem;
  padding: 0 0.77rem;
  background: rgba(1, 147, 130, 0.9);
  border-radius: 0.13rem;
  color: #fff;
  margin-left: 0.5rem;
}
.jtBoxOne {
  position: relative;
  padding: 1.47rem 2.47rem 2.57rem 2.47rem;
  box-sizing: border-box;
  margin-top: -5.53rem;
  z-index: 1;
}
.jtTabBox {
  position: absolute;
  top: -3.53rem;
  right: 0;
  background: #019382;
  color: #fff;
  padding: 1.33rem 1.33rem 1.07rem 1.33rem;
  box-sizing: border-box;
}
.jtTabBox .jtTab .tab {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.jtTabBox .jtTab .tab::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 42px;
  width: calc(100% - 42px - 63px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.jtTabBox .jtTab .tab a {
  display: block;
  margin-right: 0.93rem;
}
.jtTabBox .jtTab .tab a:last-child {
  margin-right: 0;
}
.jtTabBox .jtTab .tab a .tit {
  line-height: 0.73rem;
  text-align: center;
  height: 1.47rem;
  margin-bottom: 0.33rem;
  display: flex;
  align-items: center;
}
.jtTabBox .jtTab .tab a p {
}
.jtTabBox .jtTab .tab a p span {
  display: block;
}
.jtTabBox .jtTab .tab a .dot {
  position: relative;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.23) solid;
  margin: 0 auto;
  background: #019382;
  z-index: 3;
  transform-style: preserve-3d;
}
.jtTabBox .jtTab .tab a .dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 0.23rem;
  height: 0.23rem;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s;
}
.jtTabBox .jtTab .tab a .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(-1px) scale(0.4);
  background: #39AB9D;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
}
.jtTabBox .jtTab .tab a.on .dot::before,
.jtTabBox .jtTab .tab a:hover .dot::before{
  transform: translate(-50%, -50%) translateZ(-1px) scale(1);
  background: #fe9901;
}
.jtTabBox .jtTab .tab a.on .dot::after,
.jtTabBox .jtTab .tab a:hover .dot::after {
  transform: translate(-50%, -50%) scale(1);
}
.jtTabBox .jtTab .tab a.on .tit,
.jtTabBox .jtTab .tab a:hover .tit{
  color:#fe9901;
}
.jtTabBox .text {
  margin-top: 1rem;
  line-height: 1.07rem;
}
.jtTabBox .text p {
  margin-top: 0.1rem;
  padding-left: 1rem;
  position: relative;
}
.jtTabBox .text p::before {
  content: "";
  position: absolute;
  top: 0.17rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/icon-dz.svg) no-repeat center;
  background-size: contain;
}
.jtTabBox .text p:nth-child(2)::before {
  background: url(../images/icon-dh.svg) no-repeat center;
}
.jtTabBox .text p:nth-child(3)::before {
  background: url(../images/icon-yb.svg) no-repeat center;
}
.jtTabBox .text p img {
  margin-right: 0.27rem;
  width: 0.67rem;
  position: relative;
  top: -2px;
}
.jtBoxOne::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: #fff;
  z-index: -1;
  box-shadow: 0 0 20px rgba(1, 72, 17, 0.08);
}
.jtBoxOne .entra {
  display: flex;
  align-items: center;
}
.jtBoxOne .entra a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 6.5rem;
  height: 4.07rem;
  color: #fff;
  transition: 0.3s;
  margin-right: 1.83rem;
}
.jtBoxOne .entra a:hover {
  color: #019382;
}
.jtBoxOne .box {
  margin-top: 1.67rem;
}
.jtBoxOne .box .textBox {
  margin: 0 1.8rem;
  margin-top: 1.93rem;
}
.jtBoxOne .box .textBox .table {
  width: 100%;
  border-bottom: 1px #979797 solid;
  padding-bottom: 1.17rem;
  margin-bottom: 1rem;
}
.jtBoxOne .box .textBox .table:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.jtBoxOne .box .textBox table tr td:first-child {
  width: 8.5rem;
  padding-right: 0.33rem;
  box-sizing: border-box;
}
.jtBoxOne .box .textBox table tr td {
  font-size: 0.6rem;
  line-height: 1.5rem;
  color: #000000;
}
.jtBoxOne .box .textBox .item:first-child {
  border-bottom: 1px #979797 solid;
  padding-bottom: 1.17rem;
  margin-bottom: 1rem;
}
.jtBoxOne .box .textBox .item .txt:first-child {
  padding-bottom: 0.13rem;
}
.jtBoxOne .box .textBox .item .txt {
  display: flex;
  line-height: 1.07rem;
  margin-top: 0.5rem;
  color: #000000;
}
.jtBoxOne .box .textBox .item .txt h4 {
  width: 7.33rem;
  padding-right: 0.33rem;
  box-sizing: border-box;
}
.jtBoxOne .box .textBox .item .txt p {
  flex: 1;
}
.jtBoxOne .box .textBox .item .txt h4 {
  color: #019382;
}
.jtBoxOne .box .textBox .item .txt:first-child h4 {
  color: #000;
}
.jtBoxTwo {
  margin: 0 1.8rem;
  margin-top: 2.13rem;
  margin-bottom: 2.67rem;
}
.jtBoxTwo .word {
  line-height: 1.07rem;
  margin: 0 1.73rem;
  margin-top: 1.67rem;
  color: #000;
}
.mzpbBox {
  padding: 2.33rem 0 2.67rem 0;
}
.mzpbBox .yqxz {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 2rem;
  border-bottom: 1px #979797 solid;
}
.mzpbBox .yqxz h3 {
  color: #000000;
  margin-right: 1rem;
}
.mzpbBox .yqxz .tab {
  display: flex;
}
.mzpbBox .yqxz .tab span {
  padding: 0 1rem;
  color: #666666;
  display: block;
  border-top-left-radius: 0.27rem;
  border-top-right-radius: 0.27rem;
  cursor: pointer;
  transition: 0.3s;
}
.mzpbBox .yqxz .tab span.on,
.mzpbBox .yqxz .tab span:hover {
  background: #FE9901;
  color: #fff;
}
.mzpbBox .yqxz .right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
}
.mzpbBox .yqxz .right .text {
  width: 7.43rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.13rem;
  border: 1px #979797 solid;
  padding: 0 0.47rem;
  box-sizing: border-box;
  margin-right: 0.37rem;
  background: #fff;
}
.mzpbBox .yqxz .right .submit {
  width: 5.5rem;
  background: #FE9901;
  color: #fff;
  border-radius: 0.27rem;
  border: 1px solid #FE9901;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mzpbBox .yqxz .right .submit img {
  margin-right: 0.3rem;
}
.mzpbBox .yqxz .right .submit:hover {
  opacity: 0.8;
}
.mzpbBox .mzks {
  line-height: 1.67rem;
  margin: 1.9rem 0 1.43rem 0;
  display: flex;
}
.mzpbBox .mzks h3 {
  color: #000000;
  margin-right: 1rem;
}
.mzpbBox .mzks .type {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.mzpbBox .mzks .type span {
  padding: 0 0.56rem;
  display: block;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
}
.mzpbBox .mzks .type span.on,
.mzpbBox .mzks .type span:hover {
  background: #FE9901;
  border-radius: 0.13rem;
  color: #fff;
}
.mzpbBox .mzksList li {
  float: left;
  width: 15.8%;
  border: 1px #D0D0D0 solid;
  line-height: 1.6rem;
  height: 1.6rem;
  text-align: left;
  color: #666666;
  transition: 0.3s;
  margin-right: 1.04%;
  margin-bottom: 0.53rem;
  cursor: pointer;
  border-radius: 0.13rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}
.mzpbBox .mzksList li img{
  width: 0.75rem;
  transition: 0.3s;
  margin-right: 0.3rem;
}
.mzpbBox .mzksList li.on,.mzpbBox .mzksList li:hover{
  background: #FE9901;
  color: #fff;
  border-color:#FE9901;
}
.mzpbBox .mzksList li.on img,.mzpbBox .mzksList li:hover img{
  filter: brightness(0) invert(1);
}
.mzpbBox .mzksList li:nth-child(6n) {
  margin-right: 0;
}
.mzpbBox .zjmz {
  padding-top: 0.83rem;
}
.mzpbBox .zjmz h3 {
  color: #000;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.mzpbBox .zjmz h3 span{
  display: block;
  margin-right: 24px;
  cursor: pointer;
  border-bottom: 4px #fff solid;
  line-height: 0.7rem;
}
.mzpbBox .zjmz h3 span.on{
  border-color:#129A8A
}
.mzpbBox .zjmz table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top-left-radius: 0.27rem;
  border-top-right-radius: 0.27rem;
  overflow: hidden;
}
.mzpbBox .zjmz table th {
  background: #129A8A;
  color: #fff;
  padding: 0.53rem 0;
  line-height: 0.45rem;
  border-right: 1px #59B8AD solid;
}
.mzpbBox .zjmz table th p {
  margin-top: 0.3rem;
}
.mzpbBox .zjmz table td {
  border: 1px #D0D0D0 solid;
  padding: 0.47rem 0.33rem ;
  vertical-align: top;
  text-align: left;
}
.mzpbBox .zjmz table td:nth-child(2){
  min-width:1.2rem;
}
.mzpbBox .zjmz table td:nth-child(3),.mzpbBox .zjmz table td:nth-child(4),.mzpbBox .zjmz table td:nth-child(5),.mzpbBox .zjmz table td:nth-child(6),.mzpbBox .zjmz table td:nth-child(7),.mzpbBox .zjmz table td:nth-child(8){
  min-width:2rem;
}
.mzpbBox .zjmz table td:first-child{
  vertical-align: middle;
  color: #333;
  text-align: center;
}
.mzpbBox .zjmz table td:nth-child(2) {
  /*   vertical-align: middle;
  color: #333; */
}
.mzpbBox .zjmz table th:first-child{
  min-width:5rem;
}
.mzpbBox .zjmz table td p {
  line-height: 0.73rem;
  margin-bottom: 0.25rem;
  color: #333;
  text-align: center;
}
.mzpbBox .zjmz table td p:hover{
  background-color: #fe9901;
}
.mzpbBox .zjmz table td p:last-child{
  margin-bottom: 0;
}
.mzpbBox .zjmz table td p.hisKsmc{
  color: #999;
}
.mzpbBox .zjmz table td p a{
  transition: 0.3s;
}
.mzpbBox .zjmz table td p a:hover span{
  color:#FE9901;
}
.mzpbBox .zjmz table td p span {
  color: #999;
  transition: 0.3s;
}
.mzpbBox .zjmz #zb td{
  vertical-align: middle;
  text-align: center;
}
.zjjsType {
  padding: 2.33rem 0 2.03rem 0;
  background: url(../images/zjjsBg.jpg) no-repeat center;
  background-size: cover;
}
.zjjsType .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zjjsType .top .text {
  width: 7.43rem;
  height: 1.67rem;
  line-height: 1.67rem;
  border-radius: 0.13rem;
  border: 1px #979797 solid;
  padding: 0 0.47rem;
  box-sizing: border-box;
  margin-right: 0.37rem;
  background: #fff;
}
.zjjsType .top .submit {
  height: 1.67rem;
  line-height: 1.67rem;
  width: 5.5rem;
  background: #FE9901;
  color: #fff;
  border-radius: 0.27rem;
  border: 1px solid #FE9901;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zjjsType .top .submit img {
  margin-right: 0.3rem;
}
.zjjsType .top .submit:hover {
  opacity: 0.8;
}
.zjjsTypeList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.33rem;
  justify-content: center;
}
.zjjsTypeList span {
  padding: 0 0.56rem;
  display: block;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.4rem;
}
.zjjsTypeList span.on,
.zjjsTypeList span:hover {
  background: #FE9901;
  border-radius: 0.13rem;
  color: #fff;
}
.zjjsBox {
  margin-bottom: 2.67rem;
}
.zjjsBox .listBox .title {
  margin-top: 1.87rem;
  padding-bottom: 0.33rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zjjsBox .listBox .title .left {
  display: flex;
  align-items: center;
}
.zjjsBox .listBox .title .left h3 {
  font-weight: 500;
  color: #333333;
  margin-left: 0.67rem;
}
.zjjsBox .listBox .title .right {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.zjjsBox .listBox .title .right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: calc(100% - 2.33rem);
  background: #E8E8E8;
  height: 1px;
}
.zjjsBox .listBox .title .right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FE9901;
  border: 1px solid rgba(254, 153, 1, 0.4);
}
.zjjsBox .listBox .title .right img {
  height: 0.93rem;
}
.zjjsBox .listBox ul {
}
.zjjsBox .listBox ul li {
  float: left;
  width: 18.57%;
  margin-right: 1.787%;
  margin-top: 1rem;
}
.zjjsBox .listBox ul li:nth-child(5n) {
  margin-right: 0;
}
.zjjsBox .listBox ul li a {
  position: relative;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 0.13rem;
  border: 1px #d0d0d0 solid;
  color: #666666;
  padding: 0 0.67rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.zjjsBox .listBox ul li a .icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.zjjsBox .listBox ul li a .icon img {
  display: block;
  max-width: 100%;
  margin-right: 0.6rem;
}
.zjjsBox .listBox ul li a:hover .icon {
  filter: brightness(0) invert(1);
}
.zjTanBg {
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
}
.zjTan {
  display: none;
  width: 94%;
  max-width: 1280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  position: fixed;
  z-index: 12;
  padding: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.23);
  box-sizing: border-box;
}
.zjTan .yyfwTitle {
  justify-content: space-between;
}
.zjTan .yyfwTitle .left {
  min-width: 7.33rem;
}
.zjTan .yyfwTitle .left img {
  position: relative;
  top: -3px;
}
.zjTan .yyfwTitle .right {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.zjTan .yyfwTitle .right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: calc(100% - 5.33rem);
  background: #E8E8E8;
  height: 1px;
}
.zjTan .yyfwTitle .right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FE9901;
  border: 1px solid rgba(254, 153, 1, 0.4);
}
.zjTan .yyfwTitle .right a {
  display: block;
  width: 4.33rem;
  height: 1.4rem;
  line-height: 1.45rem;
  background: #FE9901;
  color: #fff;
  border-radius: 0.13rem;
  text-align: center;
  transition: 0.3s;
}
.zjTan .yyfwTitle .right a:hover {
  opacity: 0.8;
}
.zjTan .zjjsTypeList {
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 0.8rem;
  border-bottom: 1px #979797 solid;
}
.zjTan .zjjsTypeList span {
  padding: 0 0.46rem;
}
.zjTan .zjList {
  margin-top: 0.83rem;
  max-height: calc(100vh - 17rem);
  overflow-y: auto;
}
.zjTan .zjList li {
  float: left;
  width: 13.3%;
  margin-top: 0.67rem;
  margin-right: 4.04%;
}
.zjTan .zjList li a {
  display: block;
  transition: 0.3s;
  height: 1.6rem;
  line-height: 1.6rem;
  border: 1px solid #D0D0D0;
  text-align: center;
  color: #000000;
  border-radius: 0.13rem;
}
.zjTan .zjList li:nth-child(6n) {
  margin-right: 0;
}
.zjjsDetail {
  position: relative;
  padding-top: 0.8rem;
  z-index: 1;
  margin-bottom: 2.67rem;
}
.zjjsDetail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.43rem;
  background: url(../images/zjjsDetailBg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.zjjsDetail .box {
  display: flex;
  justify-content: space-between;
  margin-top: 2.67rem;
}
.zjjsDetail .box .left {
  width: 9.73rem;
  position: relative;
  z-index: 1;
}
.zjjsDetail .box .left::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  background: #019382;
  border-radius: 0.53rem;
  border-top-left-radius: 3.33rem;
  width: 90%;
  height: 80%;
  z-index: -1;
}
.zjjsDetail .box .left .pic {
  width: 9.33rem;
  overflow: hidden;
  border-radius: 0.53rem;
  border-top-left-radius: 3.33rem;
  padding-bottom: 139.64%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.zjjsDetail .box .right {
  width: calc(100% - 11.77rem);
  color: #fff;
}
.zjjsDetail .box .right .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.57rem;
  border-bottom: 1px #B3E3EA solid;
  margin-bottom: 1rem;
}
.zjjsDetail .box .right .title b {
  font-weight: 500;
}
.zjjsDetail .box .right .title span {
  padding: 0 0.93rem;
}
.zjjsDetail .box .right .title .back {
  transition: 0.3s;
}
.zjjsDetail .box .right .title .back:hover {
  opacity: 0.7;
}
.zjjsDetail .box .right .title .back img {
  margin-right: 0.33rem;
  position: relative;
  top: -0.07rem;
}
.zjjsDetail .box .right .textBox {
  position: relative;
  background: #fff;
  padding: 1.33rem 1.47rem;
  box-shadow: 0 0 0.67rem rgba(1, 72, 17, 0.08);
  margin-top: 1.1rem;
  z-index: 1;
}
.zjjsDetail .box .right .textBox .text {
  padding-right: 0.33rem;
  height: 4.47rem;
  overflow-y: auto;
  line-height: 32px;
  color: #3B464D;
}
.zjjsDetail .box .right .textBox::after {
  content: "";
  position: absolute;
  top: 1.33rem;
  right: 1.6rem;
  width: 1px;
  height: calc(100% - 1.33rem - 1.33rem);
  background: #B3E3EA;
  z-index: -1;
}
.zjjsDetail .box .right .textBox .text::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.01) !important;
}
.zjjsDetail .box .right .textBox .text::-webkit-scrollbar {
  width: 9px;
}
.zjjsDetail .box .right .textBox .text::-webkit-scrollbar-thumb {
  background: #019382 !important;
  border-radius: 6px;
}
.zjjsDetailBtm {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0.87rem 0 0.87rem 0.87rem;
  z-index: 1;
}
.zjjsDetailBtm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 93%;
  height: 100%;
  background: #F9FCFC;
  box-shadow: 0 0 20px rgba(1, 72, 17, 0.08);
  z-index: -1;
}
.zjjsDetailBtm .left {
  width: 10.9rem;
}
.zjjsDetailBtm .left .item .pic {
  display: flex;
}
.zjjsDetailBtm .left .item .pic .icon {
  width: 2.67rem;
}
.zjjsDetailBtm .left .item .pic .icon p {
  margin-top: 0.47rem;
}
.zjjsDetailBtm .left .item .pic .img {
  width: 2.97rem;
  height: 2.97rem;
  background: #fff;
  border: 1px #979797 solid;
  padding: 4px;
  box-sizing: border-box;
}
.zjjsDetailBtm .left .item .pic .img img {
  width: 100%;
}
.zjjsDetailBtm .left .item>p {
  margin-top: 14px;
  color: #2E2E2E;
}
.zjjsDetailBtm .left .item:first-child {
  border-bottom: 1px #DADADA solid;
  margin-bottom: 1.13rem;
  padding-bottom: 1.13rem;
  margin-right: 1rem;
}
.zjjsDetailBtm .right {
  width: calc(100% - 10.9rem);
  margin-top: -3rem;
}
.zjjsDetailBtm .right .boxB {
  position: relative;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 20px rgba(1, 72, 17, 0.08);
}
.zjjsDetailBtm .right .boxB .tit{
  position: absolute;
  top: -0.4rem;
  right: 1rem;
  background: #019382;
  color: #fff;
  padding: 0.18rem 0.5rem;
  display: flex;
  align-items: center;
  padding-top: 0.4rem;
}
.zjjsDetailBtm .right .boxB .tit::after{
  content: '';
  position: absolute;
  top: 0;
  left: -0.26rem;
  width: 0;
  height: 0;
  border-left: 0.3rem solid #019382;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  transform: rotate(45deg);
}
.zjjsDetailBtm .right .boxB .tit img{
  width: 0.8rem;
  margin-right: 0.2rem;
  filter: brightness(0) invert(1);
}
.zjjsDetailBtm .right .boxB .bigTab{
  display: flex;
  width: 100%;
  border-bottom: 1px #ddd solid;
}
.zjjsDetailBtm .right .boxB .bigTab span{
  display: block;
  height: 1.4rem;
  position: relative;
  font-size: 0.66rem;
  margin-right: 0.8rem;
  cursor: pointer;
}
.zjjsDetailBtm .right .boxB .bigTab span::after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #019382;
  opacity: 0;
  transition: 0.3s;
}
.zjjsDetailBtm .right .boxB .bigTab span.on{
  color:#019382;
}
.zjjsDetailBtm .right .boxB .bigTab span.on::after{
  opacity: 1;
}
.zjjsDetailBtm .right .boxB .smallTab{
  display: flex;
  width: 100%;
  margin-top: 0.6rem;
}
.zjjsDetailBtm .right .boxB .smallTab span{
  display: inline-block;  
  min-height: 0.8rem;
  line-height: normal;    
  padding: 0.2rem 0.5rem;  
  background: #eee;
  border-radius: 0.14rem;
  margin-right: 0.6rem;
  cursor: pointer;
  color: #666;
  vertical-align: middle;  
  box-sizing: border-box;   
}
.zjjsDetailBtm .right .boxB .smallTab span.act{
  color:#019382;
  background: #cbe9e7;
}
.zjjsDetailBtm .right .boxB .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zjjsDetailBtm .right .boxB .title h4 {
  color: #019382;
}
.zjjsDetailBtm .right .boxB .title .tab span {
  color: #000000;
  padding-left: 1.33rem;
}
.zjjsDetailBtm .right .boxB .title .tab span img {
  margin-right: 0.2rem;
}
.zjjsDetailBtm .right .boxB .table {
  width: 100%;
  margin-top: 0.53rem;
  background: #fff;
  border-top-left-radius: 0.27rem;
  border-top-right-radius: 0.27rem;
  overflow: hidden;
  color: #000000;
}
.zjjsDetailBtm .right .boxB .table table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.zjjsDetailBtm .right .boxB .table table th {
  background: #EEF0EF;
  padding: 0.53rem 0;
  line-height: 0.5rem;
  border-right: 1px #fff solid;
}
.zjjsDetailBtm .right .boxB .table table th p {
  margin-top: 0.3rem;
}
.zjjsDetailBtm .right .boxB .table table td {
  border: 1px #D0D0D0 solid;
  padding: 0.47rem 0.33rem;
  box-sizing: border-box;
}
.zjjsDetailBtm .right .boxB .table table td img {
  margin-right: 0.2rem;
}
.zjjsDetailBtm .right .tips {
  margin: 1.17rem 14% 0 1rem;
  display: flex;
  justify-content: space-between;
}
.zjjsDetailBtm .right .tips .txt {
  width: 53%;
  line-height: 0.73rem;
  color: #2E2E2E;
}
.zjjsDetailBtm .right .tips span {
  color: #019382;
}
.zjjsDetailBtm .right .tips .dh{
  display: flex;
  align-items: center;
}
.ylfwNnavBox {
  line-height: 2rem;
  background: #fff;
  border-bottom: 1px #E8E8E8 solid;
}
.ylfwNnavBox .box {
  display: flex;
  justify-content: center;
  align-items:center;
}
.ylfwNnavBox .box li {
  width: auto !important;
}
.ylfwNnavBox .box a {
  position: relative;
  display: block;
  margin: 0 0.83rem;
  transition: 0.3s;
}
.ylfwNnavBox .box a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.1rem;
  background: #FE9901;
}
.ylfwNnavBox .box li.on a,
.ylfwNnavBox .box li a:hover {
  color: #FE9901;
}
.ylfwNnavBox .box li.on a::after,
.ylfwNnavBox .box li a:hover::after {
  width: 100%;
}
.ylfwSingle {
}
/*引导页*/
.guide {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: url(../images/guideBg.jpg) no-repeat center;
  background-size: cover;
}
.guide .guideBg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guide .guideLogo {
  position: absolute;
  left: 4.16%;
  top: 8.3%;
}
.guide .guideLogo img {
  height: 122px;
}
.guide .guideBox {
  position: absolute;
  bottom: calc(50px + 8.95%);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide .guideBox .left,
.guide .guideBox .right {
  position: relative;
  width: 240px;
  height: 174px;
  background: rgba(254, 153, 1, 0.2);
  backdrop-filter: blur(4px);
  display: block;
  transition: 0.3s;
  animation-delay: 0.5s;
  overflow: hidden;
}
.guide .guideBox .left .box,
.guide .guideBox .right .box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 85px;
}
.guide .guideBox .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/guide-iconBg.svg) no-repeat left center;
  background-size: cover;
}
.guide .guideBox .right .box {
  right: auto;
  left: 0;
}
.guide .guideBox .right .box::before {
  transform: rotate(180deg);
}
.guide .guideBox .center {
  margin: 0 16px;
  margin-top: 114px;
  animation-delay: 0.8s;
  width: 127px;
}
.guide .guideBox .center img {
  width: 100%;
}
.guide .guideBox .text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 85px);
  text-align: center;
  transform: translateY(-50%);
}
.guide .guideBox .text p {
  margin-top: 4px;
  text-transform: uppercase;
  transition: 0.3s;
}
.guide .guideBox .right .text {
  left: auto;
  right: 0;
}
.guide .guideBox .box .icon {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
.guide .guideBox .box .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../images/guide-line.svg) no-repeat;
  background-size: contain;
}
.guide .guideBox a:hover {
  margin-top: -14px;
}
.guide .guideBox a:hover .box .icon::before {
  animation: guide 1.6s linear infinite;
}
@keyframes guide {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.guide .textCon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 2.2s;
}
.guide .textBox {
  padding: 0 68px;
  color: #fff;
  width: 680px;
  height: 120px;
  line-height: 50px;
  background-size: contain;
  z-index: 1;
  box-sizing: border-box;
  transform-style: preserve-3d;
  perspective: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide .textBox .box {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  transform: rotateX(60deg);
  transform-origin: bottom;
  border: 1px #fff solid;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}
.guide .textBox .item {
  position: relative;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.guide .textBox .item p {
  transition: 0.3s;
}
.guide .textBox .item img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.guide .textBox .item .ma {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  border: 1px #999 solid;
  border-radius: 4px;
  padding: 6px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.guide .textBox .item .ma::before {
  content: "";
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.47rem solid transparent;
  border-right: 0.47rem solid transparent;
  border-top: 0.4rem solid #fff;
}
.guide .textBox .item .ma img {
  width: 100%;
}
.guide .textBox .item:hover .ma {
  visibility: initial;
  opacity: 1;
  bottom: calc(100% + 0.38rem);
}
/*医院概况*/
.aboutOne {
  background: url(../images/aboutImg.jpg) no-repeat center;
  background-size: cover;
  padding: 3rem 0 4.93rem 0;
}
.aboutOne .box {
  width: 50.85%;
}
.aboutTitle {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.aboutTitle span {
  position: relative;
  color: #333333;
  font-weight: 500;
  display: block;
  padding-bottom: 20px;
}
.aboutTitle span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 0.13rem;
  background: #FE9901;
}
.aboutOne .box .aboutTitle {
  justify-content: flex-start;
}
.aboutOne .box .aboutTitle span {
  width: 5rem;
}
.aboutOne .box .aboutTitle span::before {
  left: 4px;
  transform: none;
}
.aboutOne .box .aboutTitle .slogen {
  padding-left: 2.67rem;
  height: auto;
  flex: 1;
}
.aboutOne .box .aboutTitle .slogen img {
  max-width: 100%;
}
.aboutOne .box .text {
  margin: 1.67rem 0 2.67rem 0;
  text-align: justify;
  color: #666;
}
.aboutOne .box .moreBox {
  display: flex;
  justify-content: flex-end;
}
.aboutOne .box .moreBox .more {
  display: block;
  width: 5.6rem;
  height: 1.67rem;
  border: 1px #cdcbcb solid;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutOne .box .moreBox .more img {
  margin-left: 0.33rem;
  filter: brightness(0) invert(0.5);
  height: 0.6rem;
  transition: 0.3s;
}
.aboutOne .box .moreBox .more:hover img {
  filter: brightness(0) invert(1);
}
.aboutTwo {
  position: relative;
  background: url(../images/aboutTwoBg.jpg) no-repeat center;
  background-size: cover;
}
.aboutTwo .aboutTitle span {
  color: #9C7C46;
}
.aboutTwo .aboutTitle span::before {
  background: #9C7C46;
}
.aboutTwo .lsygLine {
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.aboutTwo .warp {
  overflow: hidden;
  margin-top: 2rem;
}
.aboutTwo .warp ul li:nth-child(2n) {
  margin-top: 10.57rem;
}
.aboutTwo .warp ul li {
  position: relative;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.aboutTwo .warp ul li::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  width: 1px;
  height: 100%;
  background: linear-gradient(#666, rgba(102, 102, 102, 0));
  transition: 0.4s;
}
.aboutTwo .warp ul li:nth-child(2n)::after {
  top: auto;
  bottom: calc(100% - 0.13rem);
  background: linear-gradient(rgba(102, 102, 102, 0), #666);
  height: 2.67rem;
}
.aboutTwo .warp ul li a {
  padding-left: 0.87rem;
  position: relative;
  display: block;
  color: #666;
  transition: 0.4s;
}
.aboutTwo .warp ul li a::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #666;
}
.aboutTwo .warp ul li a::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.5);
}
.aboutTwo .warp ul li a .time {
  line-height: 0.8rem;
  font-family: Arial;
}
.aboutTwo .warp ul li a h3 {
  line-height: 0.8rem;
  height: 0.8rem;
  margin: 0.47rem 0 0.6rem 0;
  font-family: "SanJiXingKaiJianTi";
}
.aboutTwo .warp ul li a p {
  line-height: 0.87rem;
  height: 2.6rem;
}
.aboutTwo .warp ul li a .more {
  height: 0.87rem;
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  opacity: 0;
  transition: 0.4s;
}
.aboutTwo .warp ul li a:hover {
  color: #9C7C46;
}
.aboutTwo .warp ul li a:hover .more {
  margin-top: 0.47rem;
  opacity: 1;
}
.aboutTwo .warp ul li a .more img {
  margin-left: 0.33rem;
}
.aboutTwo .warp ul li a:hover::before {
  background: #9C7C46;
}
.aboutTwo .warp ul li a:hover::after {
  background: rgba(156, 124, 70, 0.5);
}
.aboutTwo .warp ul li:hover::after {
  background: linear-gradient(rgba(156, 124, 70, 1), rgba(156, 124, 70, 0));
}
.aboutTwo .warp ul li:nth-child(2n)::after {
  background: linear-gradient(rgba(156, 124, 70, 0), rgba(156, 124, 70, 1));
}
.aboutTwo:hover .switch{
  display:flex;
}
.aboutTwo .switch {
  display: none;
  justify-content: space-between;
  margin-top: 0.67rem;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index:999;
  transform: translateY(-50%);
}
.aboutTwo .switch .btn {
  margin: 0 1rem;
  cursor: pointer;
  transition: 0.3s;
}
.aboutTwo .switch .btn.btn-prev {
  transform: rotate(180deg);
}
.aboutTwo .switch .btn:hover {
  opacity: 0.7;
}
.aboutTwo .switch .btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
}
.aboutThree {
  background: url(../images/aboutThreeBg.jpg) no-repeat bottom center;
  background-size: cover;
}
.aboutThree .yywhBox {
  background: url(../images/yywh.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 3.4rem;
  margin-top: 1.33rem;
  position: relative;
}
.aboutThree .yywhBox .box .itemBox {
  float: left;
}
.aboutThree .yywhBox .box .itemBox:nth-child(2) {
  margin-top: 6.33rem;
  margin-left: 0.67rem;
}
.aboutThree .yywhBox .box .item {
  height: 5.67rem;
  width: 10.67rem;
  background: #28B3A0;
  padding-top: 1rem;
  box-sizing: border-box;
  color: #fff;
  display: block;
}
.aboutThree .yywhBox .box .item h3 {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.88rem;
  font-weight:bold;
  line-height: 0.67rem;
  height: 0.67rem;
  border-left: 0.1rem #FE9901 solid;
}
.aboutThree .yywhBox .box .item h3 span {
  display: block;
  width: 0.93rem;
  border-bottom: 1px #fff dashed;
  margin-left: 0.33rem;
  transition: 0.5s;
}
.aboutThree .yywhBox .box .item h3 img {
  height: 16px;
  filter: brightness(0) invert(1);
}
.aboutThree .yywhBox .box .item .text {
  padding-left: 1rem;
  line-height: 1rem;
  margin-top: 0.67rem;
  box-sizing: border-box;
  width: calc(100% - 0.7rem);
}
.aboutThree .yywhBox .box .item:first-child {
  margin-bottom: 0.67rem;
}
.aboutThree .yywhBox .box .item:hover h3 span {
  width: 3.33rem;
}
.aboutThree .yywhBox .box .itemBox:first-child .item:nth-child(2) {
  background: #fff;
  color: #666666;
}
.aboutThree .yywhBox .box .itemBox:first-child .item:nth-child(2) h3 {
  color: #FE9901;
}
.aboutThree .yywhBox .box .itemBox:first-child .item:nth-child(2) h3 span {
  border-color: #FE9901;
}
.aboutThree .yywhBox .box .itemBox:first-child .item:nth-child(2) h3 img {
  filter: initial;
}
.aboutThree .yywhBox .box .itemBox:nth-child(2) .item:first-child {
  background: #FE9901;
}
.aboutThree .yywhBox .box .itemBox:nth-child(2) .item:first-child h3 {
  border-color: #fff;
}
.aboutThree .yywhBox .box .itemBox:nth-child(2) .item:nth-child(2) {
  background: #1F91DD;
}
.aboutThree .yywhBox .right {
  padding: 1rem 1rem 0.33rem 0;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  background: #fff;
  width: 10.67rem;
  box-shadow: 0 0 0.67rem rgba(202, 202, 202, 0.5);
}
.aboutThree .yywhBox .right .item {
  display: block;
  margin-bottom: 1.33rem;
}
.aboutThree .yywhBox .right .item h3 {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.88rem;
  font-weight:bold;
  line-height: 0.67rem;
  height: 0.67rem;
  border-left: 0.1rem #FE9901 solid;
  color: #333333;
  transition: 0.3s;
}
.aboutThree .yywhBox .right .item h3 span {
  display: block;
  width: 0.93rem;
  border-bottom: 1px #666666 dashed;
  margin-left: 0.33rem;
  transition: 0.5s;
}
.aboutThree .yywhBox .right .item h3 img {
  height: 16px;
  filter: brightness(0) invert(0.4);
  transition: 0.4s;
}
.aboutThree .yywhBox .right .item .text {
  padding-left: 1rem;
  line-height: 1rem;
  margin-top: 0.67rem;
  color: #666;
}
.aboutThree .yywhBox .right .item:hover h3 {
  color: #FE9901;
}
.aboutThree .yywhBox .right .item:hover h3 span {
  width: 3.33rem;
  border-color: #FE9901;
}
.aboutThree .yywhBox .right .item:hover h3 img {
  filter: initial;
}
.aboutThree .yywhBox .yywhLogo {
  position: absolute;
  right: 2.57rem;
  top: 0;
  display: flex;
}
.aboutThree .yywhBox .yywhLogo .item {
  position: relative;
  display: block;
  margin-left: 2rem;
  text-align: center;
  margin-top: 1rem;
}
.aboutThree .yywhBox .yywhLogo .item::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 1rem;
  background: #fff;
}
.aboutThree .yywhBox .yywhLogo .item .icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px #fff dashed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.aboutThree .yywhBox .yywhLogo .item .iconBox {
  position: relative;
}
.aboutThree .yywhBox .yywhLogo .item .iconBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.aboutThree .yywhBox .yywhLogo .item .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  width: 2.4rem;
  height: 2.4rem;
  z-index: -1;
}
.aboutThree .yywhBox .yywhLogo .item .icon::after {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #fff;
  margin-top: -0.1rem;
  opacity: 0;
}
.aboutThree .yywhBox .yywhLogo .item:first-child img {
  height: 1.6rem;
}
.aboutThree .yywhBox .yywhLogo .item:hover .icon::after {
  opacity: 1;
}
.aboutThree .yywhBox .yywhLogo .item:hover .icon {
  animation: iconRotate 1.3s linear infinite;
}
.aboutThree .yywhBox .yywhLogo .item h3 {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.47rem;
}
.aboutThree .xrldBox {
  padding: 2rem 2.67rem 0 2.67rem;
  background: url(../images/xrld.jpg) no-repeat center;
  background-size: cover;
  margin-top: 3.23rem;
}
.aboutThree .xrldBox .aboutTitle span::before {
  left: 0.13rem;
  transform: none;
}
.aboutThree .xrldBox .right {
  width: 75%;
  border-left: 1px rgba(254, 153, 1, 0.4) dashed;
  padding-left: 12%;
  box-sizing: border-box;
  padding-bottom: 1.67rem;
}
.aboutThree .xrldBox .right .itemBox {
  display: flex;
}
.aboutThree .xrldBox .right .item:first-child {
  /*   margin-right: 2.67rem; */
  /*   float: left; */
}
.aboutThree .xrldBox .right .item {
  position: relative;
  display: block;
  line-height: 1.2rem;
  padding-left: 0.5rem;
  display: flex;
  margin-bottom: 0.8rem;
}
.aboutThree .xrldBox .right .item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0.1rem;
  height: 0.67rem;
  background: #FE9901;
}
.aboutThree .xrldBox .right .item .label {
  font-weight: 500;
  color: #333333;
  margin-right: 1rem;
}
.aboutThree .xrldBox .right .item .text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.aboutThree .xrldBox .right .item .text a {
  color: #666666;
  margin-right: 1rem;
  transition: 0.3s;
}
.aboutThree .xrldBox .right .item .text a:hover {
  color: #FE9901;
}
.aboutFive {
  position: relative;
  background: url(../images/aboutFourBg.png) no-repeat center;
  background-size: cover;
  height: 28.8rem;
}
.aboutFive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20.67rem;
  height: 100%;
  background: url(../images/zzjgBg.jpg) no-repeat center;
  background-size: cover;
}
.aboutFive .aboutTitle {
  justify-content: flex-start;
}
.aboutFive .aboutTitle span {
  color: #fff;
}
.aboutFive .aboutTitle span::before {
  content: "";
  left: 0.13rem;
  transform: none;
}
.aboutFive .box {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 2.67rem;
  box-sizing: border-box;
}
.aboutFive .tab .item {
  margin-top: 100px;
  color: #fff;
  transition: 0.4s;
  opacity: 0.6;
  transition: 0.4s;
  cursor: pointer;
}
.aboutFive .tab .item .num {
  font-size: 1.67rem;
  font-weight: bold;
  font-family: Arial;
  padding-left: 0.83rem;
}
.aboutFive .tab .item .line {
  position: relative;
  margin: 0.8rem 0;
  height: 0.6rem;
}
.aboutFive .tab .item .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 8.43rem;
  height: 1px;
  background: #fff;
}
.aboutFive .tab .item p {
  font-weight: 500;
  padding-left: 0.83rem;
}
.aboutFive .tab .item.on,
.aboutFive .tab .item:hover {
  opacity: 1;
}
.aboutFive .tabBox {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80.57%;
  background: #fff;
  height: 23.47rem;
  padding: 2.13rem;
  box-sizing: border-box;
  transform: translateY(-50%);
}
.aboutFive .tabBox .tabBoxWap {
  overflow: hidden;
  height: 100%;
}
.aboutFive .tabBox .tabBoxWap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutFive .tabBox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
@keyframes iconRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*现任领导*/
.xrld .xrldBox {
  margin-top: 0;
  padding-top: 0;
}
.xrld .xrldBox .right {
  width: 100%;
  border: none;
}
.history-tab-box {
  position: relative;
}
.history-tab-box .tabs {
  position: relative;
  margin: 0 3.33rem;
  margin-top: 1.67rem;
  overflow: hidden;
}
.history-tab-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 0;
  border-top: 1px dashed #ddd;
}
.history-tab-box .tabs .swiper-slide {
  padding-top: 1.56rem;
  padding-bottom: 0.5rem;
  color: #333;
  cursor: pointer;
}
.history-tab-box .tabs .swiper-slide .dot {
  position: absolute;
  left: 50%;
/*   bottom: 2.6rem; */
  top:0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border: 6px solid #ddd;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.history-tab-box .tabs .swiper-slide .dot::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border: 1px dashed #fff;
  border-radius: 50%;
}
.history-tab-box .tabs .swiper-slide .year {
  line-height: 1;
  text-align: center;
  font-family: Arial;
  transition: 0.3s;
}
.history-tab-box .tabs .swiper-slide .dac {
  margin-top: 0.17rem;
  text-align: center;
  font-family: "SanJiXingKaiJianTi";
}
.history-tab-box .tabs .swiper-slide-prev .year {
  opacity: 0;
}
.history-tab-box
.tabs
.swiper-slide-next
+ .swiper-slide
+ .swiper-slide
+ .swiper-slide
+ .swiper-slide
+ .swiper-slide
.year {
  opacity: 0;
}
.history-tab-box .tabs .swiper-slide:last-child::after {
  display: none;
}
.history-tab-box .tabs .swiper-slide.on {
  color: #fe9901;
}
.history-tab-box .tabs .swiper-slide.on .dot {
  border-color: #fe9901;
}
.history-tab-box .tabs .swiper-slide.on .dot::before {
  animation: historyDotAni 3s linear infinite;
}
.history-tab-box .btn {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background-color: #fe9901;
  border: 1px dashed currentColor;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.history-tab-box .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  height: 20%;
  border-top: 2px solid currentColor;
}
.history-tab-box .prev-btn {
  left: 0;
}
.history-tab-box .prev-btn::after {
  border-left: 2px solid currentColor;
  transform: translate(-30%, -50%) rotate(-45deg);
}
.history-tab-box .next-btn {
  right: 0;
}
.history-tab-box .next-btn::after {
  border-right: 2px solid currentColor;
  transform: translate(-70%, -50%) rotate(45deg);
}
.history-tab-box .swiper-button-disabled {
  cursor: not-allowed;
}
.hisCount{
  display: flex;
  justify-content: space-between;
}
.hisCount .left{
  width:260px;
}
.hisCount .left .widget{
  border: 6px solid #d1d1d1;
  padding: 47px 44px 50px;
  margin-bottom: 22px;
}
.hisCount .left .widget h3{
  line-height: 40px;
  font-size: 36px;
  color: #019382;
  font-family: "SanJiXingKaiJianTi";
  text-align: center;
}
.hisCount .left .widget h4{
  font-size: 20px;
  color: #fe9901;
  line-height: 39px;
  text-align: center;
}
.hisCount .left .widget h5{
  font-family: 'trajan';
  font-size: 30px;
  color: #999999;
  line-height: 33px;
  padding-left: 10px;
}
.hisCount .left .widget h5 b{
  display: block;
  font-size: 40px;
  color: #019382;
  text-align: right;
  line-height: 42px;
}
.hisCount .right{
  position: relative;
  width: calc(100% - 300px);
  padding-left:20px;
  box-sizing: border-box;
}
.hisCount .right::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  left: 0;
  background: #dbdbdb;
  height: 100%;
  content: "";
}
.hisCount  .right ul li{
  position: relative;
}
.hisCount  .right ul li:after{
  position: absolute;
  left: -31px;
  top: 8px;
  background: #fff;
  content: "";
  width: 21px;
  height: 21px;
  z-index: 2;
  border: 1px #dbdbdb solid;
  border-radius: 50%;
}
.hisCount  .right ul li:before{
  position: absolute;
  left: -26px;
  top: 13px;
  background: #fe9901;
  content: "";
  width: 13px;
  height: 13px;
  z-index: 2;
  border-radius: 50%;
  z-index: 3;
}
/*响应式*/
@media screen and (min-width: 1367px) {
  .ksdh .partItem:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .nBanner .nBanTit {
    margin-bottom: 1.4rem;
  }
  .nBanner .box .warp .text .titleImg {
    margin-bottom: 1.2rem;
  }
  .nBanner3 .box {
    padding-bottom: 30%;
  }
  .nBanner4 .box{
    padding-bottom: 2.4rem !important;
  }
  /*医联体*/
  .yltfbBox .textRight {
    right: -50px;
  }
}
@media screen and (max-width: 1440px) {
  .nBanner .box .warp .text {
    bottom: 1rem;
  }
  .nBanner .box .warp .text .titleImg {
    margin-bottom: 1rem;
  }
  .nBanner3 .box {
    padding-bottom: 32%;
  }
  .aMapWrap {
    width: 64%;
    height: auto;
  }
  .history-tab-box .tabs .swiper-slide .dot{
    bottom: 1.8rem;
  }
}
@media screen and (max-width: 1360px) {
  .nBanner .box .warp .text .titleImg {
    height: 2.4rem;
  }
  .nBanner .nBanTit {
    margin-bottom: 1rem;
  }
  .nBanner3 .box {
    padding-bottom: 35%;
  }
  /*医联体*/
  .aMapWrap {
    margin-top: 0;
  }
  .aMapWrap svg {
    height: auto;
  }
  .yltfbBox .cont {
    height: 33.33rem;
  }
  .yltfbBox .cont .cir1 {
    width: 92%;
  }
  .yltfbBox .cont .cir2 {
    width: 86%;
  }
  .yltfbBox .cont .cir22 {
    width: 78%;
  }
  .yltfbBox .cont .cir3 {
    width: 70%;
  }
  .guide .guideLogo img {
    height: 3rem;
  }
  .aboutOne .box {
    width: 60%;
  }
}
@media screen and (max-width: 1260px) {
  #modelContent{
    width:100%;
  }
  .bmxxcxMdaol .leftImg{
    float: inherit;
    margin: 0 auto;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .bmxxcxMdaol .rightContent{
    width: 100%;
    float: initial;
  }
  .bmxxcxMdaol .rightItem{
    margin-bottom: 0.4rem;
  }
  .bmxxcxMdaol .modalDetail{
    padding:0.8rem;
  }
  .zm {
    margin-top: 1rem;
    padding-bottom: 30%;
    background-position: 74% 0;
  }
  .zm .box .title {
    margin-bottom: 0.4rem;
    height: 1.4rem;
  }
  .nBanner3 .box {
    padding-bottom: 38%;
  }
  /*医联体*/
  .yltfbBox .cont .cir {
    display: none;
  }
  .yltfbBox .box {
    padding: 2rem 0 0;
  }
  .yltfbBox .yltTitle {
    animation-delay: initial;
  }
  .aMapWrap {
    animation-delay: initial;
    width: 100%;
  }
  .yltfbBox .cont {
    height: auto;
  }
  .yltfbBox .box {
    position: relative;
  }
  .yltfbBox .textBox {
    animation-delay: initial;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    margin-top: 1rem;
  }
  .yltfbBox .textBox h3 {
    margin-bottom: 0.6rem;
  }
  .yltfbBox .textRow {
    z-index: 1;
    position: relative;
    bottom: 0 !important;
    animation-delay: initial;
    display: block;
  }
  .yltfbBox .textRow ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .yltfbBox .textRow ul li {
    line-height: 1.4rem;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
  }
  .yltfbBox .textRow ul li .text {
    background: #fff;
    width: 104%;
    max-height: 12rem;
    overflow-y: auto;
    padding: 10px;
  }
  .zxkjs .list2 .listItem2 {
    width: 24%;
    margin-right: 1.33%;
  }
  .zxkjs .list2 .listItem2:nth-child(5n) {
    margin-right: 1.33%;
  }
  .zxkjs .list2 .listItem2:nth-child(4n) {
    margin-right: 0;
  }
  .jzjyOne .right .textBox {
    height: 8rem;
  }
  .jzjyThree .box3 ul li {
    width: 4rem;
  }
  .jzjyThree .box3 ul li>img {
    display: none;
  }
  .jtBoxOne .entra a {
    margin-right: 1rem;
  }
  .jtBoxOne {
    padding: 1.4rem;
  }
  .jtBoxTwo {
    margin: 2rem 1.4rem;
  }
  .mzpbBox .mzksList li {
    width: 19%;
    margin-right: 1.25%;
  }
  .mzpbBox .mzksList li:nth-child(6n) {
    margin-right: 1.25%;
  }
  .mzpbBox .mzksList li:nth-child(5n) {
    margin-right: 0;
  }
  .mzpbBox .zjmz .table {
    width: 100%;
    overflow-x: auto;
  }
  .zjjsTypeList,.zjTan .zjjsTypeList {
    justify-content: initial;
    flex-wrap: wrap;
  }
  .zjjsBox .listBox ul li {
    width: 24%;
    margin-right: 1.33%;
  }
  .zjjsBox .listBox ul li:nth-child(5n) {
    margin-right: 1.33%;
  }
  .zjjsBox .listBox ul li:nth-child(4n) {
    margin-right: 0;
  }
  .aboutThree .yywhBox {
    padding-top: 2rem;
  }
  .dqjs_zyfw .inpageCon{
    max-width: 1260px;
  }
  .dqjs_zyfw .inpageCon .card-form .top{
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row{
    flex-wrap: wrap;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>label{
    position: static;
    width: 100%;
    text-align: left;
  }
  .dqjs_zyfw .row.label-top .layui-form-label.required:after{
    position: static;
    left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>.inputBox{
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>.layui-input-block{
    margin-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left{
    width: 100%;
    padding-right: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row{
    flex-wrap: wrap;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem{
    /*     flex: auto; */
  }
  .dqjs_zyfw .inpageCon .card-form .top .right{
    /*     flex: auto; */
    margin-bottom: 1rem;
    width: 7rem;
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem{
    flex-direction: column;
    padding-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem>label{
    position: static;
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem> .desc-list{
    margin-left: 0;
  }
}
@media screen and (max-width: 996px) {
  .mzpbBox .zjmz table {
    width: 800px;
  }
  .topButtonList{
    margin-top: 0.7rem;
  }
  .topButtonList .inpageBtn{
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .xzzq .xzzqTop{
    padding-bottom:1.5rem;
  }
  .nBanner .box .warp .text .titleImg {
    margin-bottom: 0;
  }
  .nBanner .nBanTit {
    margin-bottom: 0.4rem;
  }
  .crumb,
  .grayCrumb {
    display: none;
  }
  .nNav .box .item{
    margin-right: 0.9rem;
  }
  .rczpBox .left {
    width: 100%;
  }
  .rczpBox .right {
    width: 100%;
    margin-top: 1rem;
  }
  /*招聘*/
  .rczpList li {
    width: 100%;
  }
  .nBanner3 .box {
    padding-bottom: 40%;
  }
  /* 医学教育 师承教育 */
  .scjy .inpageBtn {
  }
  .scjy .inpageBtn.on {
  }
  .scjy .list {
    display: block;
  }
  .scjy .list .listItem {
    width: 100%;
    margin-right: 0;
  }
  .scjy .list .listItem:nth-child(2n-1) {
  }
  .scjy .list .listItem .itemLeft {
  }
  .scjy .list .listItem .itemLeft .headerImg {
  }
  .zxkjs .list2 .listItem2 {
    width: 48.6%;
    margin-right: 2.8%;
  }
  .zxkjs .list2 .listItem2:nth-child(5n) {
    margin-right: 2.8%;
  }
  .zxkjs .list2 .listItem2:nth-child(2n) {
    margin-right: 0;
  }
  .yyfwBox .box .right {
    width: 60%;
  }
  .ylfwNav {
    width: 82%;
  }
  .ylfwNav .box {
    width: 100%;
  }
  .ylfwNav .box ul li {
    width: 20%;
  }
  .jzjyFive ul li {
    margin-right: 0;
    width: 49%;
  }
  .jzjyFive ul li:nth-child(2n) {
    float: right;
  }
  .jzjyOne .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .jzjyOne .right {
    width: 100%;
  }
  .jzjyTwo {
    margin-top: 1rem;
    padding: 0.8rem 0;
  }
  .jzjyTwo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jzjyTwo ul li .pic {
    width: 3.6rem;
    height: 3.6rem;
  }
  .jzjyTwo ul li .pic img {
    width: 50%;
  }
  .jzjyTwo ul li {
    width: 32%;
    margin-bottom: 1rem;
  }
  .jzjyTwo ul li p {
    width: 90%;
  }
  .jzjyThree .box .left {
    position: relative;
    width: 100%;
  }
  .jzjyThree .box .left .textBox {
    margin-top: 1rem;
  }
  .jzjyThree .box2 .left .yyfwTitle {
    float: initial;
    margin-top: 0;
  }
  .jzjyThree .box .right {
    max-width: 100%;
    width: 100%;
  }
  .jzjyThree .box .right img {
    width: 100%;
  }
  .jzjyThree .box {
    margin-top: 1rem;
  }
  .jzjyThree .box3 {
    margin-top: 1rem;
  }
  .jzjyThree .box3 ul {
    flex-wrap: wrap;
  }
  .jzjyThree .box3 ul li .pic {
    width: 3rem;
    height: 3rem;
  }
  .jzjyThree .box3 ul li .pic img {
    width: 50%;
  }
  .jzjyThree .box3 ul li {
    margin-bottom: 0.6rem;
  }
  .jzjyThree .box3 ul li:nth-child(2n) {
    display: none;
  }
  .jzjyFour {
    margin-top: 1rem;
  }
  .jzjyFour .box {
    display: block;
  }
  .jzjyFour .box .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .jzjyFour .box .right {
    width: 80%;
    margin: 0 auto;
  }
  .jzjyFive {
    padding: 1rem 0;
  }
  .jzjyFive ul li {
    width: 100%;
  }
  .jzjyFive ul {
    padding-top: 0.6rem;
  }
  .jtBoxOne {
    margin-top: -2rem;
  }
  .jtTabBox {
    position: relative;
    top: 0;
    width: 100%;
    padding:0.8rem;
  }
  .jtBoxOne .entra {
    margin-top: 1rem;
  }
  .zjTan .zjjsTypeList{
    padding-bottom:0.4rem;
    margin-top:0.5rem
  }
  .zjTan .zjList {
    max-height: 13.33rem;
    overflow-y: auto;
    margin-top: 0;
  }
  .zjTan .zjList li a{
    height: 1.36rem;
    line-height: 1.36rem;
  }
  .zjTan .zjList li {
    width: 24%;
    margin-right: 1.33%;
  }
  .zjTan .zjList li:nth-child(6n) {
    margin-right: 1.33%;
  }
  .zjTan .zjList li:nth-child(4n) {
    margin-right: 0;
  }
  .zjjsDetail .box {
    display: block;
    margin-top: 0.8rem;
  }
  .zjjsDetail .box .left {
    margin: 0 auto;
  }
  .zjjsDetail .box .right {
    width: 100%;
    color: #333;
    margin-top: 1.5rem;
  }
  .zjjsDetail .box .right .sc {
    color: #666;
  }
  .zjjsDetail .box .right .title .back img {
    filter: brightness(0) invert(0.4);
  }
  .zjjsDetail .box .right .textBox {
    padding: 0.8rem;
  }
  .zjjsDetail .box .right .textBox::after {
    right: 0.95rem;
  }
  .zjjsDetailBtm {
    display: block;
    margin-top: 1rem;
    padding-left: 0;
  }
  .zjjsDetailBtm::before {
    width: 100%;
  }
  .zjjsDetailBtm .left {
    width: 100%;
    padding-left: 0.8rem;
    box-sizing: border-box;
  }
  .zjjsDetailBtm .right {
    width: 100%;
    margin-top: 1.4rem;
  }
  .zjjsDetailBtm .right .boxB .table {
    overflow-x: auto;
  }
  .zjjsDetailBtm .right .boxB .table table {
    width: 700px;
  }
  .zjjsDetailBtm .right .tips {
    width: 100%;
    display: block;
    padding: 0 0.8rem;
    box-sizing: border-box;
    margin: 0;
    margin-top: 0.8rem;
  }
  .zjjsDetailBtm .right .tips .txt {
    width: 100%;
  }
  .guide .guideLogo {
    top: 4%;
  }
  .guide .guideLogo img {
    height: 2.6rem;
  }
  .guide .guideBox {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .guide .guideBox .center {
    width: 80px;
  }
  .guide .guideBox .center {
    margin: 70px 6px 0 6px;
  }
  .guide .guideBox .text {
    width: calc(100% - 58px);
  }
  .guide .guideBox .left,
  .guide .guideBox .right {
    width: 140px;
    height: 110px;
  }
  .guide .guideBox .left .box,
  .guide .guideBox .right .box {
    width: 54px;
  }
  .guide .guideBox .box .icon::before {
    width: 42px;
    height: 42px;
  }
  .guide .guideBox .box .icon img {
    width: 20px;
  }
  .guide .textCon {
    width: 100%;
    bottom: 18%;
  }
  .guide .textBox {
    width: 94%;
    transform-style: initial;
    margin: 0 auto;
  }
  .guide .textBox .box {
    display: none;
  }
  .guide .textBox .item img {
    margin-right: 2px;
  }
  .guide .textBox .item .ma {
    width: 100px;
  }
  .aboutOne {
    padding: 1rem 0;
  }
  .aboutOne .box {
    width: 100%;
  }
  .aboutOne .box .text {
    margin: 1rem 0 1.5rem 0;
  }
  .aboutThree .yywhBox {
    padding-top: 6rem;
  }
  .aboutThree .yywhBox .yywhLogo {
    right: 0.8rem;
  }
  .aboutThree .yywhBox .yywhLogo .item {
    margin-left: 0.5rem;
  }
  .aboutThree .yywhBox .box .itemBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .aboutThree .yywhBox .box .itemBox .item {
    width: 49%;
  }
  .aboutThree .yywhBox .box .itemBox:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
  .aboutThree .yywhBox .right {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .aboutThree .xrldBox {
    margin-top: 1rem;
    padding: 1rem 0.6rem;
  }
  .aboutThree .aboutTitle {
    float: initial;
    width: 100%;
    justify-content: center;
  }
  .aboutThree .xrldBox .aboutTitle span::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutThree .xrldBox .right {
    margin-top: 1rem;
    width: 100%;
    padding-left: 0;
    border: none;
    padding-bottom: 0;
    font-size: 0.68rem;
  }
  .aboutThree .xrldBox .right .item{
    margin-bottom: 1rem;
  }
  .aboutThree .xrldBox .right .item .text a {
    margin-right: 0.5rem;
  }
  .aboutFive {
    height: auto;
  }
  .aboutFive .box {
    padding: 1rem 0;
  }
  .aboutFive .tabBox {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    margin-top: 1rem;
    padding: 0.8rem;
    height: 10.5rem;
  }
  .aboutFive .tab {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .aboutFive .tab .item {
    margin-top: 0;
    width: 48%;
  }
  .aboutFive .tab .item .line {
    width: 100%;
    margin: 0.2rem 0;
  }
  .aboutFive .tab .item .line img {
    display: none;
  }
  .aboutFive .tab .item .num {
    padding-left: 0;
    font-size: 1rem;
  }
  .aboutFive .tab .item .line::after {
    width: 100%;
    left: 0;
  }
  .aboutFive .aboutTitle {
    justify-content: center;
  }
  .aboutFive .aboutTitle span::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .ksdh .partList {
    justify-content: space-between;
  }
  .ksdh .partItem {
    width: 49%;
    margin-right: 0;
  }
  .dqjs_zyfw .inpageCon{
    max-width: 996px;
  }
  .dqjs_zyfw .card-form.yform .row .formItem{
    padding-left:3.2rem;
  }
  .dqjs_zyfw .inpageCon .card-form .top{
    flex-direction: column-reverse;
    width: 100%;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem.flex-2,
  .dqjs_zyfw .inpageCon .card-form .bottom .formItem.flex-2 {
    /*     flex: auto; */
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row{
    flex-wrap: wrap;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>label{
    position: static;
    width: 100%;
    text-align: left;
  }
  .dqjs_zyfw .row.label-top .layui-form-label.required:after{
    position: static;
    left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>.inputBox{
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>.layui-input-block{
    margin-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left{
    width: 100%;
    padding-right: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row{
    flex-wrap: wrap;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem{
    /*     flex: auto; */
  }
  .dqjs_zyfw .inpageCon .card-form .top .right{
    /*     flex: auto; */
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem{
    flex-direction: column;
    padding-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem>label{
    position: static;
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem> .desc-list{
    margin-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .yyfwBox .box .left .textBox .text{
    -webkit-line-clamp: 3;
    height: 3.21rem;
  }
  .yyfwBox .box .left .textBox .more{
    width: 4rem;
    height: 1.3rem;
    font-size: 0.5rem;
  }
  .yyfwBox .box .left .textBox .more img{
    width:0.6rem;
  }
  .xzzq .list{
    margin-top: 1rem;
    padding-bottom: 0.01rem;
  }
  .xzzq .list .listItem{
    margin-bottom: 0.6rem;
    height: auto;
    display: flex;
    padding: 0.6rem;
  }
  .xzzq .textList .listItem .left{
    width: 100%;
  }
  .xzzq .list .listItem .title{
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xzzq .list .listItem .leftImg{
    display: none;
  }
  .xzzq .textList .listItem .right{
    width:5rem;
    padding-left: 1rem;
  }
  .scjyBox .list .listItem .right{
    width: 1.6rem;
  }
  .scjyBox .list .listItem .time{
    display: none;
  }
  .xzzq .list .listItem .rightImg{
    width: 2.2rem;
  }
  .xzzq .list .listItem .title{
    margin-left: 0;
  }
  .yltfbBox .textBox.textRight,.yltfbBox .textBox.textLeft{
    display:none;
  }
  .yltfbBox .textRow{
    margin-top: 0.6rem;
  }
  .nBanner .box {
    padding-bottom: 37%;
  }
  .nBanner .nBanTit {
    margin-bottom: 0;
  }
  .nBanner .nBanTit b {
    font-size: 1.5rem;
  }
  .nBanner .nBanTit .txt h3::after {
    top: -0.8rem;
    right: 1.8rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .nBanner3 .title{
    font-size: 1rem;
  }
  .nBanner .box .warp .text {
    bottom: 0.3rem;
  }
  .nBanner3 .text{
    width: 100%;
    margin-top: 0.6rem;
    -webkit-line-clamp: 11;
    font-size: 0.56rem;
    line-height: 1rem;
  }
  .nBanner .box .warp .text .titleImg {
    height: 1.6rem;
  }
  .inpageTitle {
    padding: 1rem 0 0.6rem 0;
  }
  .rczpBox {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .inapgeWordTitle {
    padding-bottom: 0.4rem;
    margin-bottom: 1rem;
  }
  .word{
    font-size:0.6rem;
  }
  .inapgeWordTitle .txt {
    justify-content: space-between;
    margin-top: 0.3rem;
  }
  .rczpBox .inapgeWordTitle .txt{
    justify-content:center;
  }
  .rczpBox .inapgeWordTitle .txt span{
    margin: 0 0.3rem;
  }
  .newsDateil .left .inapgeWordTitle h3{
    font-size:0.8rem;
  }
  .newsDateil .left .inapgeWordTitle .txt{
    justify-content: center;
    flex-wrap: wrap;
  }
  .newsDateil .left .inapgeWordTitle .txt span{
    padding: 0 0.3rem;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    font-size: 0.5rem;
  }
  .inapgeWordTitle .txt span img{
    display:none;
  }
  .inapgeWordTitle .txt span {
    margin: 0;
  }
  .rczpBox .right {
    padding: 0.6rem;
    display:none;
  }
  .page .pageContent .pageItem {
    display: none;
  }
  .page .pageContent .on,
  .page .pageContent .pageBtn {
    display: block;
  }
  .imgListBox {
    padding-bottom: 0.8rem;
  }
  .img-title-list {
    margin-top: 0.8rem;
    justify-content: space-between;
  }
  .yyzj .img-title-list .list-item , .img-title-list .list-item {
    width: 48.6%;
    margin: 0 0 0.8rem 0;
    padding-bottom: 0.2rem;
  }
  .yyzj .img-title-list .list-item:nth-child(3n){
    margin-right:0;
  }
  .img-title-list .list-item .item-title {
    margin-top: 0.2rem;
    -webkit-line-clamp: 1;
    height:1.2rem;
  }
  .picListCon  .img-title-list .list-item{
    width:100%;
    padding-bottom: 0;
  }
  .yyyw .yyywBottom{
    padding:0.6rem;
  }
  .yyyw .yyywBottom .yyyw-desc{
    display:none;
  }
  .yyyw .yyywBottom .yyyw-extra{
    padding-top:0.5rem;
  }
  /*招聘*/
  .rczpList {
    padding-bottom: 0;
  }
  .rczpList li {
    margin-bottom: 0.8rem;
  }
  .rczpList li a {
    padding: 0.6rem 1.2rem 0.6rem 0.6rem;
  }
  .rczpList li a .more {
    width: 1rem;
  }
  .rczpList li a .more p {
    display: none;
  }
  .rczpList li a .more .t img {
    margin-top: 0;
    width: 0.6rem;
  }
  .rczpList li a .txt {
    margin-top: 0.4rem;
    font-size: 0.46rem;
  }
  .rczpList li a .txt span {
    margin-right: 0.3rem;
  }
  .nBanner3 .box {
    padding-bottom: 14px;
  }
  .nBanner3 .box .warp{
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.6rem;
  }
  .bmxxcx .layui-form {
    width: 80%;
  }
  .layui-bmxxcx {
    width: 90% !important;
  }
  .ksdh .xzzqTop {
    padding-bottom: 0.8rem;
  }
  .xrld .xrldBox .right {
    padding-left: 0.5rem;
  }
  .xzzq .xzzqTop .topTitle {
    margin-top: 1rem;
    font-size: 0.8rem;
  }
  .ksdh .xzzqTop .searchBox {
    width: 80%;
    margin-top: 0.8rem;
  }
  .ksdh .searchZm {
    padding: 0 16px;
  }
  .ksdh .xzzqTop .searchZm{
    margin-top:0.8rem;
    height:auto;
    justify-content: flex-start;
  }
  .ksdh .xzzqTop .searchZm .zmItem{
    padding: 0.32rem;
  }
  .ksdh .part{
    margin-top: 1rem;
  }
  .ksdh .partHeader{
    margin-bottom: 1rem;
  }
  .ksdh .partItem{
    margin-bottom: 0.6rem;
  }
  .orangePage {
    margin-bottom: 1rem;
  }
  .yltList ul {
    padding-bottom: 0;
  }
  .yltList ul {
    padding-bottom: 0;
  }
  .yltList ul li {
    margin-bottom: 0.8rem;
  }
  .yltList ul li a {
    padding: 0.6rem;
  }
  .yltList ul li a .text {
    width: calc(100% - 2.3rem);
    padding-left: 0.6rem;
  }
  .yltList ul li a .text p {
    margin: 0.3rem 0 0.4rem 0;
  }
  .yltList ul li a .text .more img {
    width: 0.6rem;
  }
  .zxkjs .list .listItem .zxkjs .list .listItem,
  .zxkjs .list {
    margin-top: 1rem;
  }
  .zxkjs .list .listItem .itemHeader .headerRight {
    font-size: 0.46rem;
  }
  .zxkjs .list2 .listItem2{
    margin-top: 0.6rem;
  }
  .zxkjs .list .listItem{
    margin-top: 1.2rem;
  }
  .zxkjs .list .listItem .itemHeader .headerLine{
    margin: 0 0.3rem;
  }
  .ylfwBan .title {
    top: 1.4rem;
  }
  .ylfwBan {
    height: 8.2rem;
  }
  .ylfwNav {
    width: 74%;
  }
  .ylfwNav .swiper-button-prev {
    left: -46px;
  }
  .ylfwNav .swiper-button-next {
    right: -46px;
  }
  .ylfwNav .box ul li a .icon {
    height: 1.6rem;
  }
  .ylfwNav .box ul li a {
    height: 4rem;
  }
  .yyfwBox .box .right {
    width: 100%;
    padding-bottom: 1rem;
  }
  .yyfwBox .box .left {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
  .yyfwBox .box .left .textBox{
    padding: 1rem 1rem 2.4rem 1rem;
  }
  .yyfwTwo .box .left .yyfwTitle {
    float: left;
    margin-right: 0;
  }
  .yyfwTwo .box .left .yyfwTitle span {
    color: #333;
  }
  .jtMapBox {
    margin-top: 1rem;
    background: #fff;
  }
  .jtBoxOne {
    margin-top: 1rem;
    padding: 0;
  }
  .jtBoxOne::after {
    width: 100%;
    display:none;
  }
  .jtBoxOne .entra {
    justify-content: space-between;
  }
  .jtBoxOne .box .textBox table tr td:first-child{
    min-width: 4.5rem !important;
  }
  .jtBoxOne .box .textBox table tr td{
    line-height: 1rem;
    padding: 0.4rem 0;
  }
  .jtBoxOne .entra a {
    margin-right: 0;
  }
  .jtBoxOne .box .textBox {
    margin: 0.8rem 0 0 0;
  }
  .jtBoxTwo {
    margin: 1rem 0;
  }
  .jtBoxTwo .word {
    margin: 1rem 0 0 0;
  }
  .zjjsType .top .text{
    width: 5.43rem;
  }
  .mzpbBox {
    padding: 1rem 0;
  }
  .mzpbBox .yqxz {
    padding-bottom: 0.8rem;
  }
  .mzpbBox .yqxz .right {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    justify-content: space-between;
    margin-top: 0.4rem;
  }
  .mzpbBox .yqxz .right .text {
    width: calc(100% - 6rem);
  }
  .mzpbBox .yqxz {
    flex-wrap: wrap;
  }
  .mzpbBox .yqxz .tab span {
    line-height: 1.6rem;
    border-radius: 0.13rem;
  }
  .mzpbBox .mzks ,.zjjsTypeList{
    line-height: 1.4rem;
    margin: 0.5rem 0;
  }
  .mzpbBox .mzks .type span ,.zjjsTypeList span,.zjTan .zjjsTypeList span{
    padding: 0 0.41rem;
    font-size:0.52rem;
    line-height: 1.3rem;
  }
  .mzpbBox .mzksList li {
    width: 49%;
    margin-right: 0;
    font-size: 0.46rem;
  }
  .mzpbBox .mzksList li:nth-child(2n) {
    float: right;
  }
  .mzpbBox .mzksList li:nth-child(7n) {
    margin-right: 0;
  }
  .zjjsBox .listBox ul li {
    width: 49%;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .zjjsBox .listBox ul li a{
    line-height: 0.8rem;
  }
  .zjjsBox .listBox ul li:nth-child(2n) {
    float: right;
  }
  .zjjsBox .listBox ul li:nth-child(5n) {
    margin-right: 0;
  }
  .zjjsType {
    padding: 1rem 0 0 0;
  }
  .zjjsBox .listBox .title {
    margin-top: 1rem;
  }
  .zjjsBox {
    margin-bottom: 1rem;
  }
  .zjTan {
    padding: 1rem;
  }
  .zjTan .zjList li {
    width: 32%;
    margin-right: 2%;
    margin-top: 0.5rem;
  }
  .zjTan .zjList li:nth-child(6n) {
    margin-right: 2%;
  }
  .zjTan .zjList li:nth-child(4n) {
    margin-right: 2%;
  }
  .zjTan .zjList li:nth-child(3n) {
    margin-right: 0;
  }
  .zjTan .zjList {
    max-height: 15rem;
  }
  .ylfwNnavBox .box a {
    margin: 0 0.47rem;
    font-size: 0.58rem;
  }
  .ylfwNnavBox .box .ani-btn03{
    display:none;
  }
  .guide .textBox {
    padding: 0 10px;
  }
  .aboutTwo .lsygLine {
    display: none;
  }
  .aboutTwo .warp ul li:nth-child(2n) {
    margin-top: 0;
  }
  .aboutTwo .warp ul li:nth-child(2n)::after {
    top: 0.5rem;
    bottom: auto;
    background: linear-gradient(#666, rgba(102, 102, 102, 0));
    height: 100%;
  }
  .aboutTwo .switch {
    margin-top: 0;
  }
  .aboutTwo .switch img {
    height: 30px;
  }
  .zjjsDetail .box .right .title{
    flex-wrap: wrap;
  }
  /*现任领导*/
  .xrld .xrldBox {
    margin-top: 0;
    padding: 0;
  }
  .dqjs_zyfw .inpageCon{
    max-width: 680px;
  }
  .dqjs_zyfw .inpageCon .card-form .top{
    flex-direction: column-reverse;
    width: 100%;
  }
  .dqjs_zyfw .inputBox input{
    width:7rem;
  }
  .dqjs_zyfw .inpageCon .card-form.yform .row .formItem{
    padding-left:3.2rem;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem.flex-2,
  .dqjs_zyfw .inpageCon .card-form .bottom .formItem.flex-2 {
    /*     flex: auto; */
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row{
    flex-wrap: wrap;
    display: block;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>label{
    position: static;
    width: 100%;
    text-align: left;
  }
  .dqjs_zyfw .row.label-top .layui-form-label.required:after{
    position: static;
    left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row.label-top .formItem>.inputBox{
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left{
    width: 100%;
    padding-right: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row{
    flex-wrap: wrap;
    display: block;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem{
    /*     flex: auto; */
    width: 100%;
    box-sizing: border-box;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem.flex-2.flex50{
    /*    flex: auto; */
    width: 100%;
    box-sizing: border-box;
  }
  .dqjs_zyfw .inpageCon .card-form .row .formItem.layui-form-item.flex50{
    /*     flex: auto; */
    width: 100%;
    box-sizing: border-box;
  }
  .dqjs_zyfw .inpageCon .card-form .top .right{
    /*     flex: auto; */
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem{
    flex-direction: column;
    padding-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem .w3,.dqjs_zyfw .inpageCon .card-form .top .left .row .formItem:last-child .w3,.dqjs_zyfw .top .left .row .formItem:last-child .layui-form-select{
    width:100%;
  }
  .dqjs_zyfw .formItem .layui-form-select{
    width:100%;
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem>label{
    position: static;
  }
  .dqjs_zyfw .inpageCon .card-form .row.desc .formItem> .desc-list{
    margin-left: 0;
  }
  .dqjs_zyfw .inpageCon .card-form .top .left .row .formItem .w2,
  .dqjs_zyfw .inpageCon .card-form .bottom .row .formItem .w2{
    width:100%;
  }
  .dqjs_zyfw .inpageCon .card-form .bottom .row .formItem .w2_r{
    width:100%;
  }
  .dqjs_zyfw .inpageCon .title{
    font-size:0.9rem;
  }
  .dqjs_zyfw .card-bottom{
    flex-wrap: wrap;
  }
  .dqjs_zyfw .card-bottom .card-item{
    width: 48%;
  }
  .word table{
    width:100% ! important;
  }
  .ylfwNnavBox{
    line-height: 2rem;
  }
  .ylfwNnavBox .box a.on::after, .ylfwNnavBox .box a:hover::after{
    height:2px;
  }
  .xsdw .list{
    margin-top:1rem;
  }
  .xsdw .list .listItem .left{
    position: relative;
    width: 7rem;
    top: auto;
    transform: none;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .xsdw .list .listItem .right{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
    padding-left:0.6rem;
    padding-right:0.6rem;
    height:auto;
  }
  .scjy .list{
    margin-top: 1.3rem;
  }
  .scjy .list .listItem{
    margin-bottom: 0.8rem;
    height: 6rem;
  }
  .scjy .list .listItem .itemRight .rightMore{
    margin-top: 0.3rem;
  }
  .scjy .list .listItem .itemRight .rightDesc{
    margin-top: 0.3rem;
  }
  .bmxxcx .formBox{
    width: 92%;
  }
  .topButtonListBox{
    margin-top:0.6rem;
  }
  .topButtonList li a{
    padding:0 0.6rem;
  }
  .topButtonList li{
    margin: 0 0.3rem;
  }
  .inapgeWordTitle h3{
    font-size: 0.8rem;
    text-align: center;
  }
  .singleWordTitle{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .singleWordTitle h3{
    font-size: 0.8rem;
  }
  .nNav .box  .inpageBtn.zcBtn, .nNav .box  .inpageBtn.zpBtn{
    top: -2rem;
    right: 0 !important;
    transform: none;
    width: 3.6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.54rem;
  }
  .inpageBtn.zcBtn img{
    margin-left: 0;
  }
  .inpageBtn.backBtn{
    display:none ! important;
  }
  .zm .inpageBtn{
    width: 4.2rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.54rem;
  }
  .history-tab-box .btn{
    width: 30px;
    height: 30px;
    top: 15px;
  }
  .history-tab-box .tabs{
    margin: 0 1.2rem;
  }
  .history-tab-box .tabs .swiper-slide{
    padding-top: 2.2rem;
    padding-bottom: 0.5rem;
  }
  .hisCount{
    display: block;
  }
  .hisCount .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .hisCount .left .widget{
    width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .hisCount .right{
    margin-left: 13px;
    width: calc(100% - 13px);
  }
}
