/* 主体部分 start */
.page {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
}

.page .content .left,
.right {
  float: left;
}

.page .content .left {
  width: 20%;
  margin-left: 4%;
}

.page .content .left .title {
  width: 70%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  padding-left: 10px;
  background-color: rgb(204,
      204,
      204);
  color: white;
}

.page .content .left ul li {
  background: rgb(255,
      255,
      255);
  width: 70%;
  height: 50px;
  padding-left: 15px;
  line-height: 50px;
  border-bottom: 1px solid rgb(252, 199, 199);
}

.page .content .left ul li:hover {
  background-color: rgb(238,
      238,
      238);

}

.page .content .left ul li:hover a {
  color: rgb(177,
      136,
      110);
}



/* 主体部分 end */