.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; */
  padding: 0 20px;
  /* margin-top: 20px; */
  box-sizing: border-box;

  height: 76px;
}

.personageTop_borderLike {
  padding-top: 20px;
  background-color: white;
}

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

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

.personageTopWordLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

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

.personageTopWordTime {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 18px;
  color: #888888;
}

.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('./juxing64_2x.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 12px;
}

.personageTopWordRight {
  display: flex;
  align-items: center;
  padding: 7px 24px;
  width: 100px;
  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;

  /* vertical-align: middle; */
  margin: auto 0;
}

.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: 0px 15px;
  /* background: #FFFFFF; */
  /* padding-bottom: 30px; */
}

.personageLeftTitle {
  margin: 0 auto;
  display: flex;
  width: 312px;
  /* height: 51px; */
  justify-content: space-around;
  align-items: center;
  line-height: 51px;
}

.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;
  background-color: white;
  margin-bottom: 30px;
}

.ItemTextFont {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 36px;
}

.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: 238.64px;
  height: 300px;
}

/* 一张横图 */
.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;
}

/* 下面 右边 */
.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;
}
