.cnav {
  background-color: #f5f5f5;
  padding-bottom: 45px;
  width: 100%;
}
.cnav .content {
  width: 1150px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #a9a9a9;
}
.cnav .content a {
  color: #a9a9a9;
}
.cnav .cinfo {
  width: 1050px;
  background-color: #fff;
  min-height: 200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.cnav .cinfo .title {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #7a7a7a;
  background-image: linear-gradient(to right, #d5d5d5 0%, #d5d5d5 50%, transparent 50%);
  background-size: 30px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.cnav .cinfo .context {
  margin-top: 20px;
}
