html,
body {
  background-color: #f6f6f6;
}
/*列表*/
.slh_list_ul .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slh_list_ul .top a.mainTitle:hover {
  color: #eb8031;
}
.slh_list_ul .mainTitle {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  width: calc(100% - 220px);
}
.slh_list_ul .mainTitle::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #f5b263;
  margin-right: 10px;
  vertical-align: middle;
}
.slh_list_ul .time {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.slh_list_ul .subTitle {
  margin-top: 54px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 60px;
}
.slh_list_ul li {
  border-bottom: 1px solid #e0e0e0;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages a,
.pages .input {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding: 20px 24px;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  margin-bottom: 42px;
  margin-left: 20px;
  height: 62px;
  box-sizing: border-box;
  color: #666666;
}
.pages .input {
  width: 62px;
  height: 62px;
  box-sizing: border-box;
}
.pages a:not(.go):hover {
  color: #fff;
  background-color: #e19944;
}
.pages .go {
  font-size: 30px;
  padding: 0;
  width: 100px;
  text-align: center;
  line-height: 62px;
  background-color: #e19944;
  color: #fff;
}
/*细览*/
.xl .text_title {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  text-align: center;
  line-height: 65px;
}
.xl .text_title a {
  color: #333333;
}
.xl .subTitle {
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
  border-bottom: 1px solid #e0e0e0;
}
.xl .subTitle .share {
  display: flex;
}
.xl .subTitle .share a img {
  vertical-align: middle;
}
.xl .content_p {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 60px;
}
