<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main {
  background-color: #fff;
  min-height: 700px;
  padding-top: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.titBox {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #B4270B;
}
.titBox.marginb35 {
  margin-bottom: 35px;
}
.titBox p {
  color: #B4270B;
  line-height: 40px;
}
.rightText {
  width: 100%;
  overflow: hidden;
}
.rightText ul {
  padding: 20px 0;
}
.rightText ul li {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #dddddd;
}
.rightText ul li a {
  float: left;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 82%;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
}
.rightText ul li span {
  float: right;
  color: #333333;
  vertical-align: middle;
}
.floorOne .clearfix {
  padding: 10px 35px 0 35px;
}
.detailsBox {
  padding: 30px 50px;
  box-sizing: border-box;
}
.detailsBox .detailsTit {
  text-align: center;
  margin: 20px 0 30px;
}
.detailsBox .detailsmain p {
  line-height: 35px;
  text-align: justify;
}
.content_page{
	text-align: center;
	margin-top: 30px;
}
.content_page .prev:hover {
	background: #bd2728;
	color: #fff;
	text-decoration: none;
	}
.content_page .prev {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	padding: 4px 8px;
	}
.content_page .checked {
	background: #bd2728;
	color: #fff;
	text-decoration: none;
	}

</pre></body></html>