.content{
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.left_nav{
  width: 240px;
  box-sizing: border-box;
  margin-right: 20px;
}
.lsft_title{
  background-color: #0071FF;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.slide_detail{
  background-color: #fff;
  padding-bottom: 20px;
}
.name_tiem{
  min-width:60px;
  line-height: 60px;
  padding: 0 30px 0 20px;
  border-bottom: 1px solid #DDDDDD;
}
.item_title img{
  width: 16px;
  height: 10px;
}

.right{
  background-color: #fff;
  box-sizing: border-box;
  width: 960px;
  border-radius: 5px;
  padding: 30px;
  height: 100%;
}
.down_nav{
  width: 100%;
  display: none;
}
.down_nav li{
  height: 30px;
  line-height: 30px;
  text-align: left;
} 
.img_dw{
  display: none;
}

.right_title{
  border-bottom: 1px solid #DDDDDD;
  line-height: 50px;
}
.right_details{
  padding: 10px 0;
  line-height: 30px;
}

.hp_title{
  padding-left: 14px;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hp_type{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hp_select{
  color: #0098e6 !important;
  margin-bottom: 3px;
  font-size: 18px !important;
}