.hot-topics .con {
  background-color: #fff;
  zoom: 1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .hot-topics .con {
    display: block;
  }
}
@media (max-width: 750px) {
  .hot-topics .con {
    margin: 20px 5px 0;
  }
}
.hot-topics .con .left {
  font-size: 0;
  width: 33.33%;
  float: left;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hot-topics .con .left {
    width: 100%;
  }
}
.hot-topics .con .left a {
  display: block;
  height: 100%;
}
.hot-topics .con .left a img {
  height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 3s linear;
}
@media (max-width: 992px) {
  .hot-topics .con .left a img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .hot-topics .con .left a img {
    transform: translateX(-50%) translateY(-50%) scale(1.2);
  }
}
.hot-topics .con .left a img:hover {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}
.hot-topics .con .right {
  width: 66.66%;
  float: left;
  padding: 40px 40px 30px;
}
@media (max-width: 768px) {
  .hot-topics .con .right {
    padding: 20px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .hot-topics .con .right {
    width: 100%;
    padding: 35px 10px 30px;
  }
}
.hot-topics .con .right h3 {
  line-height: 1.27272727;
  font-size: 22px;
  margin-top: -3px;
  margin-bottom: -3px;
  color: #333;
  display: inline-block;
  transition: none;
  padding-bottom: 2px;
}
@media (max-width: 750px) {
  .hot-topics .con .right h3 {
    font-size: 18px;
  }
}
.hot-topics .con p {
  color: #666;
  padding: 20px 0 0 0;
}
@media (max-width: 750px) {
  .hot-topics .con p {
    font-size: 14px;
  }
}
.hot-topics .con p .more {
  color: #666;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.hot-topics .con p .more .iconfont {
  margin-left: 10px;
}
.hot-topics .con .link a {
  color: #333;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  display: inline-block;
  margin-top: 20px;
}
.hot-topics .con .link a:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e65b";
  font-size: 16px;
  color: #c7000b;
}
.hot-topics .con .link a span:hover {
  border-bottom: 1px solid black;
}
