.c-detail {
  flex: 1;
  margin: 0 20px;
}
.c-title {
  height: 100px;
  font-size: 30px;
  color: #333;
  line-height: 100px;
}

.cd-content {
  display: flex;
}

.cd-left {
  flex: 1;
}

.c-info {
  margin-bottom: 20px;
}

.c-info img {
  width: 130px;
}
.c-info .phone {
  display: flex;
  align-items: center;
  line-height: 25px;
}

.cd-right {
  width: 300px;
  min-width: 300px;
  height: 340px;
  background-color: #0d0e13;
  margin-left: 20px;
}

.cd-right ul {
  width: 100%;
  margin: 0px;
  padding: 20px;
}
.cd-right ul li {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
.cd-right ul li:last-child {
  margin-bottom: 0px;
}
.cd-right ul li a {
  text-decoration: none;
  font-family: "Raleway";
  font-size: 16px;
  color: #cccccc;
  line-height: 2;
  font-weight: 500;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cd-right ul li .wz {
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cd-right ul li.active a {
  color: #e4810c;
}
.cd-right ul li a:hover {
  color: #e4810c;
}
