body {
  background-color: #f6f6f8;
}
body .container {
  background-color: #fff;
  padding-bottom: 30px;
}
body .container .group:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
body .container .group > div {
  width: 50%;
  padding: 15px 30px;
  float: left;
}
body .container .group > div .theme {
  font-size: 22px;
  color: #cd001a;
  font-weight: bold;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
  line-height: 2.2;
  padding: 40px 0 0 15px;
  margin-bottom: 20px;
}
body .container .group > div .theme img {
  position: absolute;
  bottom: 0;
  right: 0;
}
body .container .group > div .content p {
  text-align: justify;
  text-indent: 2em;
  color: #454545;
  font-size: 14px;
  line-height: 2;
}
body .container .group > div .content img {
  margin: 0 auto;
}
body .container .group > div .type {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
body .container .group > div .type:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
body .container .group > div .type div {
  color: #cd001a;
  float: left;
  border-bottom: 5px solid #cd001a;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 10px;
}
body .container .group > div .type a {
  float: right;
  font-size: 14px;
  color: #8f8f8f;
  position: relative;
  top: 18px;
}
body .container .group > div ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #979797;
}
body .container .group > div ul li a {
  font-size: 14px;
}
body .container .group > div ul li a:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
body .container .group > div ul li a .title {
  width: 420px;
  float: left;
  color: #494848;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}
body .container .group > div ul li a .title.long {
  width: 100%;
}
body .container .group > div ul li a .title::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #dcdbdb;
  position: absolute;
  left: 0;
  top: 7px;
}
body .container .group > div ul li a .time {
  float: right;
  color: #ababab;
}
body .container .group p.double {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 30px;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #f52222;
}
body .container .group p.double span {
  margin: 0 15px;
}
body .container .group p.double i:last-child {
  display: inline-block;
  transform: scaleX(-1);
}
body .container .schools {
  margin: 20px 0;
}
body .container .schools a {
  display: block;
  transition: all 0.5s;
  width: 368px;
  height: 94px;
  float: left;
  margin: 6px 16px;
  border: 1px solid #d3d3d3;
}
body .container .schools a:hover {
  background-color: #edf5ff;
  border: 1px solid #adbeff;
}
