.rc_title {
  font-size: 18px;
  line-height: 56px;
  color: #202020;
  text-align: center;
  font-weight: bold;
}


#rightSpec {
  z-index: 999;
  width: 368px;
}

#rightSpec.spFixed {
  position: fixed;
  left: 50%;
  margin-left: 232px;
  bottom: 5px;
}

#rightSpec.spFixed.max1200 {
  margin-left: 30px;
  left: 800px;
}

/* çƒ­é—¨ä¸“é¢˜ */
.topicsImg {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 22px;
}

.hot_line {
  position: absolute;
  display: inline-block;
  padding: 6px 26px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 140px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #333 .5;
  font-size: 24px;
  border: 1px;
  border-radius: 30px;
  background-color: rgba(19, 18, 18, 0.3)
}

.hot_line:hover {
  color: #fff;
}

.hot_line img {
  display: inline-block;
  vertical-align: middle;
}

/* çƒ­é—¨èµ„è®¯ */
#hotNews {
  background: #f7fbfe;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  /*  -webkit-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s;   transition: all 0.5s; height: 0; overflow: hidden; opacity: 0; */
}

#hotNews ul li {
  margin-bottom: 10px;
  position: relative;
}

#hotNews ul li {
  position: relative;
}

#hotNews ul li a {
  display: block;
}

#hotNews ul li .hn_img .hn_cover {
  display: none;
  width: 140px;
  height: 90px;
}

#hotNews ul li .hn_icon {
  display: none;
}

#hotNews ul li .hn_img .hn_cover .img {
  display: block;
  width: 140px;
  height: 90px;
}

#hotNews ul li .hn_title {
  font-size: 14px;
  font-weight: normal;
  color: #262a2f;
  padding-left: 30px;
  background: url('../images/top4-icon.png') no-repeat left 2px;
  margin-left: 15px;
  height: 44px;
  overflow-y: hidden;
  line-height: 20px;
}

#hotNews ul li .hn_num {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 15px;
  text-align: center;
  color: #fff;
  line-height: 18px;
  top: 2px;
}

#hotNews ul li.hn_first .hn_title {
  background: url(../images/top1-1-icon.png) no-repeat left 2px;
}

#hotNews ul li.hn_second .hn_title {
  background: url(../images/top2-icon.png) no-repeat left 2px;
}

#hotNews ul li.hn_third .hn_title {
  background: url(../images/top3-icon.png) no-repeat left 2px;
}

#hotNews ul li.active {
  background: #eee;
}

#hotNews ul li.active .hn_icon {
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
}

#hotNews ul li.active .hn_cover {
  display: block;
}

#hotNews ul li.active .hn_num {
  display: none;
}

#hotNews ul li.active .hn_img {
  float: left;
  margin-left: 15px;
}

#hotNews ul li.active .hn_title {
  color: #262a2f;
  float: right;
  width: 170px;
  white-space: normal;
  padding: 10px 0;
  background: none;
  margin-right: 30px;
  margin-left: 0;
  height: auto;
}