.detail-content {
  padding-top: 40px;
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 400px;
}

.detail-content h1 {
  text-align: center;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}

.article-info {
  width: 1156px;
  text-align: center;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  background: #efefef;
  border-radius: 2px 2px 2px 2px;
  margin-top: 37px;
  color: #666666;
}

.article-info p {
  display: inline-block;
      margin-left: 128px;
}

.article-info > span {
  padding: 0 20px;
}

.article-info .time {
  /* margin-right: 10px; */
}

.font-size span {
  cursor: pointer;
  padding: 5px;
}

.font-size .current {
  color: #fff;
  background: #8598ae;
  border-radius: 2px;
}

.content {
  margin-top: 29px;
  padding: 0 45px 45px;
  /* text-align: center; */
}

.content p {
  text-align: left;
  /* text-indent: 2em; */
  font-size: 16px;
  line-height: 30px;
}

.content img {
  max-width: 100%;
  /* margin: 20px 0; */
}

#gobaoming{
	font-size: 18px;
	margin: auto;
	display: block;
	width: 150px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	background-color: #51a6ef;
	background-position: 11px center;
	background-repeat: no-repeat;
}





/**
 * 表格
 * date: 2024-07-30
 * author: jyxuan;
 */
 .bottom {
  margin: 30px auto;
  padding: 0 45px 45px;
  /* width: 1200px; */
}
.bottom-table {
  width: 100%;
  table-layout: fixed;
}
.bottom-table th,
.bottom-table td {
  padding: 0 10px;
  text-align: center;
  height: 32px;
  border: 1px solid #ccc;
}
.bottom-table th {
  height: 36px;
}
.bottom-table thead tr {
  color: #fff;
  background-color: #5cb6f5;
}
.bottom-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.bottom-pager-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56px;
  border: 1px solid #ccc;
  border-top: none;
}
.bottom-pagination li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 30px;
  height: 30px;
  line-height: 28px;
}
.bottom-pagination .m-pagination-jump input,
.bottom-pagination .m-pagination-jump button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
}
.bottom-btn-box {
  margin-top: 30px;
  text-align: center;
}
.bottom-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #2d94df;
}