.news_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
img {
  display: block;
}
.box {
  background: #fdfdfd;
}
.newdetail_row2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newdetail_row2 .news_main_title {
  width: 60%;
  text-align: center;
  margin-top: 100px;
  line-height: 2em;
}

.newdetail_row2 .time {
  margin: 45px 0 30px 0;
}
.newdetail_row2 .news_main_content {
  border-bottom: 2px solid #f5f5f5;
  border-top: 2px solid #f5f5f5;
  padding: 40px 0 50px 0;
}

.newdetail_row2 .news_main_content .ptext {
  text-indent: 2em;
  /* line-height: 2.5em; */
  line-height: 35px;
}
.text {
  /* margin-top: 96px; */
  font-size: 16px;
  color: #666;
  padding: 20px;
  /* margin-bottom: 120px; */
}
.text p {
  text-indent: 2em;
  line-height: 50px;
}
.textimg {
  position: relative;
  width: 100%;
  /* max-height: 500px; */
  margin: 20px 0 20px 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.w1 img {
  max-width: 80%;
  max-height: 80%;
}
.w2 img {
  width: 718px;
  height: 412px;
}

.newdetail_row2 .news_main_content img {
  width: 713px;
  /* height: 400px; */
  margin: 30px auto;
}
/* 上一篇，下一篇 */
.newdetail_row2 .next {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 80px 0;
  box-sizing: border-box;
}
.newdetail_row2 .next .next_item {
  width: 40%;
  background-color: #fff;
  border-radius: 4px;
  padding: 22px 0;
  box-sizing: border-box;
  line-height: 2em;
  box-shadow: 1px 3px 12px -5px rgba(0, 0, 0, 0.3);
}
.newdetail_row2 .next .next_item .line {
  height: 2px;
  width: 100%;
  margin: 13px 0;
  background-color: #f5f5f5;
}
.newdetail_row2 .next .next_item .mar_60 {
  margin: 0 60px;
}

.bold{
  font-weight:600;
  color:#333
}

.customize ul {
  list-style: disc !important; /* 强制显示圆点 */
  margin: 15px 0;
  padding-left: 40px;
}

.customize li {
  list-style: inherit !important;
  line-height: 1.8;
  color: #666;
}