body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}


.page {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
}

.group_6 {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 30px;
	background-color: #fff;
	border-radius: 6px;
	background-color: #FFFFFF;
  /* width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  height: 40px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5); */
}

.cont_one {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 10px; */
	font-size: 22px;
	align-items: center;
	line-height: 50px;
}

.one_left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.line {
	width: 100%;
	height: 2px;
	background-color: #E8E8E8;
	margin-bottom: 20px;
}

.text-wrapper_3 {
  width: 148px;
  height: 20px;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  font-size: 0;
}

.text_11 {
  font-size: 20px;
  font-family: PingFangSC-Medium;
  color: rgba(166, 163, 163, 1);
  line-height: 20px;
}

.detail_container {
	width: 100%;
	margin: 30px auto;
}

.detail_title {
	width: 100%;
	/* display: inline-block;
	overflow-wrap: break-word; */
	color: rgba(51, 51, 0, 1);
	font-size: 35px;
	font-family: PingFangSC-Semibold;
	/* white-space: nowrap; */
	line-height: 2;
	text-align: center;
	margin: 30px 0;
}

.detail_source {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.text_source {
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 20px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 2;
	text-align: left;
}

.text_data {
	margin-left: 40px;
	display: inline-block;
	overflow-wrap: break-word;
	color: rgba(151, 151, 151, 1);
	font-size: 20px;
	font-family: PingFangSC-Medium;
	white-space: nowrap;
	line-height: 2;
	text-align: left;
}

.detail_content {
	margin: 35px 0;
	font-size: 25px;
	line-height: 1.8;
}
.detail_content img{
	max-width: 80%;
}
.detail_content p{
	text-indent: 2em !important;
}
/deep/ .detail_content p{
	text-indent: 2em !important;
}

.detail_container2 {
	width: 100%;
	margin: 30px auto;
}

.detail_container2_img {
	width: 100%;
}




