/* 魅力红谷滩 */
.hgt_mlhgt .hgt_mlhgt_box {
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_icons .hgt_icons_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  background: #f5f8fd;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #7ca4c5;
  margin-left: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_icons .hgt_icons_item:first-child {
  margin-left: 0;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_icons .hgt_icons_item img {
  width: 30px;
  height: 30px;
  display: block;
}

.hgt_mlhgt .hgt_mlhgt_box .hgt_icons .hgt_icons_item span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  /* color: #666666; */
  margin-left: 8px;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_icons .hgt_icons_item:hover{
 
  color: #005192;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_imgtab {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_imgtab .hgt_imgtab_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_imgtab .hgt_imgtab_item img {
  width: 180px;
  height: 120px;
  display: block;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_imgtab .hgt_imgtab_item span {
  margin-top: 8px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_imgtab .hgt_imgtab_item:hover img{
  transform: scale(1.1);
  transition: all .3s;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 600;
  color: #035294;
  border-bottom: 2px solid #eee;
  position: relative;
}
.hgt_mlhgt .hgt_mlhgt_box .hgt_title::after {
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #005192;
  display: block;
  content: "";
  bottom: -1px;
}
