#mw5 .bbs_hotlist_box {
  background: #ffffff;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  padding: 15px;
  margin-bottom: 30px;
}
#mw5 .bbs_hotlist_box .title {
  color: #181c34;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0 20px;
}
#mw5 .bbs_hotlist_box .title a {
  text-decoration: none;
  font-size: 14px;
  color: #4c00ee;
  font-weight: 700;
}
#mw5 .bbs_hotlist_box .list {
  display: flex;
  align-items: top;
}
#mw5 .bbs_hotlist_box ul {
  width: 50%;
  margin: 0;
  padding: 0;
}
#mw5 .bbs_hotlist_box ul li {
  list-style: none;
  font-size: 16px;
  border-bottom: 1px solid #f3f5f8;
  padding: 10px 0;
}
#mw5 .bbs_hotlist_box ul li:nth-child(5n) {
  border-bottom: none;
}

#mw5 .bbs_hotlist_box ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#mw5 .bbs_hotlist_box ul li .num {
  font-size: 14px;
  font-weight: 700;
  color: #4c00ee;
  width: 16px;
}
#mw5 .bbs_hotlist_box ul li .best {
  font-size: 11px;
  font-weight: 700;
  color: #7abfff;
  background: rgba(122, 191, 255, 0.16);
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 8px;
  margin-left: 2px;
}
#mw5 .bbs_hotlist_box ul li .subject {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
  margin-right: 20px;
  font-weight: normal;
}
#mw5 .bbs_hotlist_box ul li .subject:hover {
  text-decoration: underline;
}
#mw5 .bbs_hotlist_box ul li .cmt {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
#mw5 .bbs_hotlist_box ul li .cmt span {
  margin-right: 5px;
  vertical-align: middle;
}

/* -----------------------------------------------------------
  ------ mobile ------
--------------------------------------------------------------  */
.mobile #mw_basic_hot_list {
  width: 90%;
  margin: 5px auto;
}
.mobile #mw_basic_hot_list li {
  padding: 8px 0;
}
.mobile #mw_basic_hot_list li a {
  width: 80%;
  font-size: 16px;
  font-weight: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile #mw_basic_hot_list li a > span {
  margin-right: 5px;
  width: 26px;
  height: 13px;
}
.mobile #mw_basic_hot_list li .cnt {
  display: flex;
  align-items: center;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #606266;
}
.mobile #mw_basic_hot_list li .cnt span {
  margin-right: 4px;
}

.mobile #mw_basic_hot_list a.more {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;

  background: none;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #4c00ee;
}
