.content {
  box-sizing: border-box;
}

.grid {
  width: 100%;
  /* max-width: 1420px; */
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.personageTop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  height: 200px;
  padding: 26px 50px 37px 30px;
  box-sizing: border-box;
  background: #ffffff;
}

.personageTopAvatar img {
  max-width: 120px;
  max-height: 120px;
}

.personageTopWord {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.personageTopWordName {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 35px;
  text-align: left;
}

.personageTopWordNumber {
  display: flex;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 35px;
}

.personageTopWordNumber > div {
  margin-right: 30px;
}

.personageTopWordNumberfs {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  line-height: 23px;
  text-align: center;
}

.signature {
  height: 50px;
  /* width: 355px; */
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #ff8800;
  line-height: 22px;
  text-align: left;
  line-height: 50px;
  padding-left: 26px;
  /* background-image: url("./矩形\ 64@2x.png"); */
  background-image: url('./juxing64_2x.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 12px;
}

.personageTopWordRight {
  display: flex;
  align-items: center;
  padding: 7px 54px;
  width: 160px;
  height: 36px;
  border-radius: 25px 25px 25px 25px;
  background-image: url('./juxing543265_2x.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.personageTopWordRight img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.personageTopWordRight span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  text-align: left;
}

/* 下面 */
.personageBottom {
  width: 100%;
  gap: 50px;
  display: flex;
  justify-content: space-between;
}

/* 下面 左边 */

.personageLeft {
  flex: 1;
  align-self: flex-start;
  justify-content: center;
  padding: 30px 50px;
  background: #ffffff;
}
.personageLeftTitle {
  margin: 0 auto;
  display: flex;
  width: 312px;
  /* height: 51px; */
  justify-content: space-around;
  align-items: center;
  line-height: 51px;
}
.personageLeftTitle a {
  cursor: pointer;
}
.titleFont {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #3d3d3d;
  height: 51px;
}

.activeTitle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 26px;
  color: #cc0000;
  line-height: 38px;
  text-align: left;
}
.activeTitle img {
  width: 30px;
  height: 3px;
}

/* 文字 内容区域 */
.personageLeftContent {
  padding: 20px 0;
}
.worksItem {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}
.worksItemText {
  width: 100%;
}

.ItemTextFont {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 36px;
  width: 100%;
}
.ItemTextFont a {
  color: #eb7340;
}
.ItemTextLink {
  width: 100%;
}
.ItemTextLink img {
  width: 16px;
  height: 16px;
  margin-right: 13px;
}
.ItemTextLink span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 20px;
  color: #3f5bff;
  line-height: 36px;
  text-align: left;
}
.worksItemPic {
  max-width: 555px;
}
.worksItemPicGridContainer {
  display: grid;
  grid-template-columns: repeat(3, 175px);
  gap: 15px;
}
.PicGridContainerItem img {
  width: 175px;
  height: 175px;
}
/* 一张竖图 */
.worksItemPicOneVertical {
  width: 239px;
  /* height: 300px; */
  height: auto;
}

/* 一张横图 */
.worksItemPicOneAcross {
  height: 312px;
}

/* 分享区域 */
.worksItemManage {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border: 1px solid #dddddd;
  padding: 20px 0;
  border-left: none;
  border-right: none;
}

.ItemManage {
  display: flex;
  align-items: center;
  gap: 7px;
}

.worksItemManage img {
  width: 20px;
  height: auto;
}
.fxImg {
  width: 18px;
}
.fxImgHover {
  display: none;
}
.ItemManage:hover .fxImg {
  display: none;
}
.ItemManage:hover .fxImgHover {
  display: flex;
}

/* 下面 右边 */
.personageRight {
  /* display: flex; */
  /* flex-wrap: wrap; */
  max-width: 450px;
  /* 待删 */
  padding-bottom: 20px;
}

.adImg {
  width: 100%;
  margin-bottom: 20px;
}

/* <!-- 热点新闻 --> */
.hotNewsTitle {
}

.hotNewsTitle {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
}

.hotNewsTitleFont {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 24px;
  text-align: justify;
}
.hotNewsArrowContainer {
  display: flex;
  margin-bottom: 20px;
}

.hotNewsArrowBox {
  width: 20px;
  height: 20px;
  background: #d8d8d8;
  margin-right: 10px;
  padding: 4px;
  padding-top: 2px;
  box-sizing: border-box;
}
.hotNewsArrowBox2 {
  margin-right: 0px;
}
.hotNewsArrowBox img {
  width: 12px;
  height: 12px;
}
/* 新闻内容 hotNewsContent */
.hotNewsContentItem1 {
  display: flex;
  justify-content: space-between;
  height: 118px;
  margin-bottom: 20px;
  background: #ffffff;
}
.hotNewsContentItem1 img {
  width: 210px;
  height: 118px;
  margin-bottom: 0;
}
.hotNewsContentItemFontContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 14px 20px;
  box-sizing: border-box;
}
.hotNewsContentItemFontContainer img {
  width: 50px;
  height: 2px;
  margin: 8px 0;
}
.hotNewsContentItemFontContainer > div:first-child {
  /* height: 56px; */
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 24px;
  /* line-height: 28px; */
  /* 展示两行超出的文字省略号代替 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* 确保文字正常换行 */
}
.hotNewsContentItemFontContainer > div:nth-child(2) {
  width: 100%;
}

.hotNewsContentItemFontContainer > div:nth-child(3),
.hotNewsContentItemFontContainer2 > div:nth-child(3) {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
}

.hotNewsContentItem2 {
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #ffffff;
}
.hotNewsContentItem2 {
  height: 102px;
  box-sizing: border-box;
}
.hotNewsContentItemFontContainer2 > div:first-child {
  height: 48px;
}
.hotNewsContentItemFontContainer2 img {
  margin: 8px auto;
}

/* 热门新闻  grid布局 */
.hotVedio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hotVedioItem {
  background: #ffffff;
}
.hotVedioItem img {
  width: 100%;
  /* width: 215px; */
  height: 121px;
}
.hotVedioItemFontContainer {
  padding: 10px;
}
.hotVedioItemFont {
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 21px;
  /* line-height: 25px; */
  text-align: justify;
  /* 展示两行 超出用省略号代替  记得这个盒子必须去掉padding*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 直播列表 */
.personageLeft {
  padding: 30px;
}

.personageLeftContent {
  width: 100%;
  padding: 0;
  padding-top: calc((100 / 1920) * 30vw);
}
.liveGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  row-gap: calc((100 / 1920) * 46vw);
  column-gap: calc((100 / 1920) * 20vw);
}
.liveGridItem {
  height: calc((100 / 1920) * 256vw);
  background: #f8f8f8;
}

.liveItemFontBox {
  margin-top: calc((100 / 1920) * 11vw);
  padding-left: calc((100 / 1920) * 17vw);
  padding-right: calc((100 / 1920) * 17vw);
}
.liveItemImgBox {
  position: relative;
}
.liveItemImg {
  width: 100%;
  height: calc((100 / 1920) * 169vw);
}
.liveItemImgBoxIconBf {
  position: absolute;
  left: calc((100 / 1920) * 10vw);
  bottom: calc((100 / 1920) * 10vw);
  width: calc((100 / 1920) * 30vw);
  height: calc((100 / 1920) * 30vw);
  z-index: 999;
}

.liveItemFontBoxTop {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((100 / 1920) * 16vw);
  color: #3d3d3d;
  line-height: calc((100 / 1920) * 24vw);
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: calc((100 / 1920) * 12vw);
}
.liveItemFontBoxBottoms {
  display: flex;
  justify-content: space-between;
}
.liveItemFontBoxBottomsLeft {
  display: flex;
  justify-content: center;
  align-items: center;
}

.liveItemFontBoxBottomsLeft img {
  width: calc((100 / 1920) * 24vw);
  height: calc((100 / 1920) * 24vw);
  margin-right: calc((100 / 1920) * 5vw);
}
.liveItemFontBoxBottomsLeft span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: calc((100 / 1920) * 14vw);
  color: #888888;
  line-height: calc((100 / 1920) * 20vw);
  text-align: left;
}
.liveItemFontBoxBottomsRight {
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((100 / 1920) * 14vw);
  color: #aaaaaa;
  line-height: calc((100 / 1920) * 21vw);
  text-align: right;
}

/* 页码 */
.advert01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prePage {
  width: 58px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one {
  width: 38px;
  height: 38px;
  background: linear-gradient(90deg, #db200f 4%, #f86314 100%);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.two {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.three {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.four {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.five {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.six {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.more {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.nextPage {
  width: 58px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.jump {
  width: 58px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.go {
  width: 38px;
  height: 38px;
  background: linear-gradient(90deg, #db200f 4%, #f86314 100%);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.prePage,
.nextPage,
.jump,
.input01,
.go,
.more {
  height: 38px;
  box-sizing: border-box !important;
}

.text {
  padding: 0;
}

.bigModular {
  margin-bottom: 0;
}

.prePage {
  font-weight: 400;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 24px;
}
.jump {
  border: none;
}

/* 20241213 */
.personageRight {
}

/* hyj */
@media (max-width: 768px) {
  body {
    width: 100vw;
  }
  header {
    display: flex;
    flex-direction: row;
  }
  nav {
    overflow-x: auto !important;
    white-space: nowrap;
    position: relative;
    background-color: #333;
    scrollbar-width: none;
    height: 10vw;
  }
  nav {
    display: flex;
    justify-content: space-around;
    background: linear-gradient(180deg, #db200f 4%, #f86314 100%);
    padding: 5px;
    flex-wrap: nowrap;
  }
  .personageBottom {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
  }
  .personageTopWordNumber div {
    display: flex;
    flex-direction: column;
    /* width: 129%; */
    width: 14vw;
    justify-content: center;
    align-items: center;
  }
  .personageTopWordRight {
    /* display: none; */
    width: 20vw;
    margin-right: 0px;
    height: 26px !important;
    position: absolute;
    bottom: 22px;
    left: 11px;
  }
  .personageTopWordLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 100%;
  }
  .personageLeft {
    width: 100%;
    box-sizing: border-box;
    padding: 3vw;
  }
  .personageLeftTitle {
    width: auto;
  }
  .worksContanier {
    margin-left: 0px !important;
    padding: 0;
  }
  .liveGrid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
  }
  .liveGridItem {
    width: 48%;
    height: 20vh;
  }
  .liveItemFontBox {
    margin-top: calc((100 / 1920) * 11vw);
    padding-left: calc((100 / 1920) * 17vw);
    padding-right: calc((100 / 1920) * 17vw);
    font-size: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .liveItemFontBoxTop {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #3d3d3d;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: calc((100 / 1920) * 12vw);
    line-height: 5vw;
    font-size: 12px;
  }
  .liveItemFontBoxBottomsRight {
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
    text-align: right;
    line-height: 0vw;
  }
  .signature {
    width: 100%;
    margin-top: 0px;
    font-size: 12px;
    line-height: 17px;
    /* height: 33px; */
    box-sizing: border-box;
    /* height: 5vh; */
    /* padding: 10px 0px; */
    /* padding-left: 26px; */
    padding: 10px 0 10px 30px;
    /* line-height: 0px; */
    /* height: 0px; */
    height: auto;
  }
  .grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .personageTopWordRight span {
    font-size: 12px;
  }
  .personageTopAvatar {
    width: 25vw;
    /* height: 34vw; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .personageTopAvatar img {
    width: 100%;
  }
  .personageTopWord {
    /* flex: 1; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* margin-left: 20px; */
    box-sizing: border-box;
    width: 50%;
  }
  .personageRight {
    box-sizing: border-box;
    max-width: 100%;
  }
  .personageTop {
    padding: 0px !important;
    position: relative;
  }
  .personageTopWordNumber > div {
    margin-right: 0px !important;
  }
}
