body {
  background-color: #f5f5f5;
}
#shcool-news {
  box-sizing: border-box;
}
#shcool-news .school-news {
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  background-color: #fff;
}
#shcool-news .school-news .title {
  padding-bottom: .2rem;
  padding-left: .8rem;
  border-bottom: .1rem solid #f24b4b;
  position: relative;
}
#shcool-news .school-news .title::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2.5rem;
  background-color: #f24b4b;
  position: absolute;
  top: 0;
  left: 0;
}
#shcool-news .school-news .title p {
  line-height: 1.6rem;
}
#shcool-news .school-news .title p:nth-of-type(1) {
  font-size: 1.4rem;
  color: #343434;
  line-height: 1.2rem;
}
#shcool-news .school-news .s-body {
  display: flex;
  flex-direction: column;
}
#shcool-news .school-news .s-body ol {
  margin-top: 1.2rem;
}
#shcool-news .school-news .s-body ol li {
  padding: .8rem 0 .6rem;
  border-bottom: .1rem dashed #e5e5e5;
}
#shcool-news .school-news .s-body ol li:last-of-type {
  border-bottom: none;
}
#shcool-news .school-news .s-body ol li p {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  position: relative;
}
#shcool-news .school-news .s-body ol li p span {
  color: #f24b4b;
  transform: scale(0.5);
  margin-right: .6rem;
}
#shcool-news .school-news .s-body ol li p img {
  width: .65rem;
  height: 1.4rem;
  position: absolute;
  right: 0;
}
#shcool-news .school-news .s-body button {
  width: 12.9rem;
  height: 3rem;
  margin: 1.2rem auto 0;
  color: #fff;
  font-size: 1rem;
  background-color: #f24b4b;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.4rem rgba(242, 75, 75, 0.5);
}
