body {
  background-color: #f8f9fc;
}
.container {
  margin-top: 22px;
  overflow: hidden;
}
.container .module {
  width: 230px;
  background-color: #ffffff;
  float: left;
}
.container .module a {
  display: block;
  color: #0c5abb;
  background: #fff;
  margin-top: 10px;
  padding-left: 24px;
  border: 1px solid #e5e8ee;
  border-top: none;
}
.container .module a h3 {
  font-size: 24px;
  line-height: 54px;
  font-weight: bold;
}
.container .module .on {
  background: #0c5abb;
  color: #fff;
}
.container .module .on:hover {
  color: white !important;
}
.container .brife-title {
  width: 920px;
  padding: 42px 30px 120px 30px;
  background-color: #ffffff;
  margin-left: 20px;
  border: 1px solid #e5e8ee;
  float: left;
}
.container .brife-title p {
  text-indent: 0;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 25px;
}
