.border-bottom {
  border-bottom: 1px solid #ddd;
}
html {
  background: #f3f3f3;
}
.r-container {
  padding: 3.6em .5em;
}
.r-block {
  margin: .7em 0;
  padding: .7em;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.r-title {
  margin-bottom: .5em;
  line-height: 1.2em;
  text-indent: .5em;
  font-weight: bold;
  color: #F5694B;
  border-left: 3px solid #F5694B;
}
.r-cont {
  position: relative;
}
.r-cont .face {
  position: absolute;
  top: 0;
  right: 0;
  width: 8em;
  height: 8em;
  background: #999;
}
.r-cont .line {
  margin-bottom: .5em;
}
.r-cont .text {
  line-height: 1.7em;
}
.r-cont label,
.r-cont span {
  display: inline-block;
  vertical-align: middle;
}
.r-cont label {
  margin-right: 1em;
  width: 4em;
  letter-spacing: 0;
  text-align: right;
  color: #999;
}
.r-list li {
  padding: 1em 3em 1em .7em;
}
.r-list h5 {
  font-weight: bold;
  margin-bottom: .5em;
}
.r-list .cont {
  margin-top: .5em;
  line-height: 1.7em;
  color: #999;
}
.r-handle {
  height: 3em;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.6);
}
.r-handle a {
  float: left;
  display: block;
  width: 50%;
  line-height: 3em;
  text-align: center;
  color: #fff;
}
.r-handle .icon {
  font-size: 1.428em;
}
