/* 主体部分 start */
.page {
  height: 370px;
  margin-top: 30px;
  margin-bottom: 30px;}

.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 .right {
  width: 60%;
  font-size: 18px;}

.page .content .right h1 {
  margin-bottom: 20px;}
.page .content .right .phone p {
  width: 300px;
  font-size: 25px;
  margin: 20px;
}
.page .content .right ul li .number {
  font-size: 20px;
  font-weight: 700;
  margin-left: 50px;}
/* 主体部分 end */