.cases-menu {
  width: 233px;
  border:1px solid #ededed;
  margin-top: 26px;
  float: left;
  margin-bottom: 100px;
}
.cases-menu-title {
  height: 62px;
  padding:0 8px 0 20px; 
  color: #fff;
  background: #2e75d5;
  font-size: 22px;
  line-height: 62px;
}
.cases-menu-title img{
  margin-top: 15px;
  float: right;
}
.cases-menu ul {
  margin-top: 16px;
  margin-bottom: 75px;
}
.cases-menu ul li {
  margin-top: 34px;
  font-size: 16px;
  cursor: pointer;
  padding-left: 60px;
}
.cases-menu ul li.active {
  padding-left: 0;
  color: #0068C8;
}
.cases-menu ul li.active:before {
  display:block;
  width:10px;
  height:10px;
  border-radius: 5px;
  background:#0068C8;
  content: "";
  float: left;
  margin: 5px 25px 0;
}
.cases-menu-contact {
  height: 90px;
  background: #2e75d5;
  padding:22px 16px;
}
.cases-menu-contact img {
  float: left;
  width: 40px;
  margin-right: 15px;
}
.cases-menu-title-icon2 {
  display: none;
}
.hot-line {
  color: #fff;
  /* border-left: 1px dotted #545454; */
  /* padding-left: 10px; */
}
.cases-list {
  float:right;
  width: 950px;
  margin-top: 26px;
  margin-bottom: 100px;
}
.cases-item {
  height:226px;
  position: relative;
  /* padding-left: 310px; */
  padding: 13px 0 13px 310px;
  border-bottom: 1px dotted #D6D6D6;
}
.cases-item:first-child {
  height: 213px;
  padding-top: 0;
}
.cases-item:last-child {
  border-bottom: none;
}
.cases-item img {
  width: 292px;
  height: 200px;
  border:1px solid #D4D4D4;
  padding: 3px;
  position: absolute;
  left: 0;
  cursor: pointer;
}
.cases-item .title {
  font-size: 20px;
  color: #00459B;
  font-weight: bolder;
  line-height: 58px;
  cursor: pointer;
}
.cases-item .name,
.cases-item .address,
.cases-item .type,
.cases-item .content {
  font-size: 16px;
  color: #4F5450;
  cursor: pointer;
}

.cases-item .address,
.cases-item .type,
.cases-item .content {
  line-height: 24px;
}