* {
  font-family: 'Georgia', 'Times New Roman', 'Times', 'Cambria', "DFKai-SB", "BiauKai", "Kaiti TC", "AR PL UKai TW", "AR PL UKai HK", "AR PL UKai CN", "TW-Kai", "KaiTi", "楷体", serif;
}

body {
  background-color: beige;
}

.main a {
  color: #000000;
  text-align: center;
  text-decoration: none;
  outline: #000000;
  font-size: 15px;
}

.title {
  font-weight: bold;
  font-size: 30px;
}

.title img {
  width: 30px;
  height: 29px;
}

.detail {
  font-size: xx-large;
  padding: 0% 3%;
  margin-inline: 50px;
  background-color: rgb(245, 245, 245);
}

.tags {
  display: flex;
  cursor: pointer;
}

.tag {
  margin-left: 15px;
}

.news {
  display: flex;
  flex-direction: column;
  width: 98%;
  background-color: #FFFFFF;
  border-radius: 40px;
  margin: 1%;
}

.content {
  justify-content: space-between;
  display: flex;
  align-items: center;
  line-height: 1.75;
  white-space: pre-line;
  word-wrap: break-word;
}

.detail_more {
  margin-right: 20px;
  cursor: pointer;
}

.block {
  padding: 3% 3% 1% 3%;
}

.breadcrumbs {
  text-align: center;
}

.detail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.share {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.shareicon {
  width: 25px;
  height: 25px;
}

.share a {
  margin-right: 10px;
  color: #333;
  font-size: 24px;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .news {
    width: 100%;
    position: relative;
  }
}