.main-box {
  padding-bottom: 100px;
}
.header-img img {
  width: 100%;
}
.dfw {
  width: 1200px;
  margin: 0 auto;
}

.text-h-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-h-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 额外内容 */
.header-img {
  position: absolute;
  top: 0;
  z-index: 1;
}

.news-box {
  width: 1472px;
  height: 160px;
  background-image: url(/images/special/toutiao.png);
  position: relative;
  z-index: 2;
  margin-top: 666px;
}
.news-box-content {
  width: 940px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-box-title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.news-box-title:hover {
  text-decoration: underline;
}
.news-box-subtitle {
  text-indent: 2em;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.news-box-tip {
  color: rgb(255, 222, 134);
  font-size: 16px;
  margin-right: auto;
}
.news-box-tip:hover {
  text-decoration: underline;
}

.new-list {
  width: 1200px;
  height: 484px;
  background-image: url(/images/special/toutiaogaojian.png);
  position: relative;
  z-index: 2;
  margin-top: 40px;
  left: 30px;
  display: flex;
}
.left-box {
  min-width: 720px;
  height: 370px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.left-box-img {
  width: 640px;
  height: 370px;
}
.left-box-text {
  position: absolute;
  width: 640px;
  height: 30px;
  background: #000;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  opacity: 0.6;
}
.right-box {
  flex: 1;
  height: 430px;
  overflow: auto;
  margin-top: 33px;
  box-sizing: border-box;
}
.title-item {
  width: 430px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.title-item-title {
  color: #c13b14;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.title-item-subtitle {
  color: #666;
  text-indent: 2em;
}
.title-item-tip {
  color: #d7072e;
  margin-left: 10px;
}

.title-item-title:hover,
.title-item-tip:hover {
  text-decoration: underline;
}

.item-list {
  width: 430px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.item-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.item-list-title {
  color: #147;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-list-title:hover {
  text-decoration: underline;
  color: #c13b14;
}
.diary-img {
  display: block;
}

.diary-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.diary-list-item {
  display: flex;
  gap: 10px;
  min-width: 0;
}
.diary-list-img {
  width: 250px;
  height: 160px;
}
.diary-list-content {
  flex: 1;
  min-width: 0;
}
.diary-list-title {
  min-width: 0;
  font-family: 宋体, 微软雅黑, "Microsoft YaHei";
  font-size: 20px;
  line-height: 1.5;
  color: #2b2b2b;
  font-weight: bold;
}
.title-item-subtitle {
  font-family: 宋体, 微软雅黑, "Microsoft YaHei";
  font-size: 14px;
  text-indent: 2em;
  display: block;
  line-height: 1.5;
}
