#content {
  width: 1280px;
  padding: 24px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 808px;
}
#content .cont_l .search_box {
  padding: 6px;
  width: 808px;
  height: 56px;
  background: #373738;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_l .search_box .box_l {
  display: flex;
  align-items: center;
}
#content .cont_l .search_box .box_l img {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 10px;
}
#content .cont_l .search_box .box_l input {
  width: 615px;
  height: 20px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #8C8D8F;
  border: none;
  background: #373738;
}
#content .cont_l .search_box button {
  width: 119px;
  height: 44px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 4px 4px 4px 4px;
  border: none;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
#content .cont_l .xian {
  width: 100%;
  height: 1px;
  background: #393939;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 24px 0;
}
#content .cont_l .topics .topic_list .topic_item {
  position: relative;
  width: 100%;
  height: 144px;
  background: #121212;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_l .topics .topic_list .topic_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_l .topics .topic_list .topic_item .topic_cover {
  width: 255px;
  height: 144px;
  margin-right: 12px;
}
#content .cont_l .topics .topic_list .topic_item .item_r h3 {
  font-size: 20px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
#content .cont_l .topics .topic_list .topic_item .item_r .address {
  font-size: 13px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-bottom: 8px;
}
#content .cont_l .topics .topic_list .topic_item .item_r .text {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #B3B3B3;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cont_l .topics .topic_list .topic_item:hover .item_r h3 {
  color: #00DC5B;
}
#content .cont_l .topics .topic_list .topic_item:last-child {
  margin-bottom: 0;
}
#content .cont_l .topics .paging {
  margin-top: 30px;
  height: 50px;
  text-align: center;
}
#content .cont_l .topics .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_l .topics .paging ul li {
  cursor: pointer;
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #121212;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #8C8D8F;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_l .topics .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00DC5B;
  border-radius: 4px;
  border: none;
  color: #333;
}
#content .cont_l .topics .paging ul li:last-child {
  margin-right: 0;
}
#content .cont_l .search_none {
  width: 808px;
  height: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .cont_l .search_none img {
  width: 160px;
  height: 134px;
}
#content .cont_l .search_none span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .picks {
  margin-bottom: 24px;
}
#content .cont_r .picks h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 12px;
}
#content .cont_r .picks .picks_list .picks_item {
  position: relative;
  width: 100%;
  height: 140px;
  background: #121212;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_r .picks .picks_list .picks_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_r .picks .picks_list .picks_item .picks_cover {
  width: 104px;
  height: 140px;
}
#content .cont_r .picks .picks_list .picks_item .item_r {
  padding: 10px 16px 10px 12px;
  height: 140px;
}
#content .cont_r .picks .picks_list .picks_item .item_r h3 {
  width: 204px;
  height: 46px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#content .cont_r .picks .picks_list .picks_item .item_r .xing {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_r .picks .picks_list .picks_item .item_r .xing img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
#content .cont_r .picks .picks_list .picks_item .item_r .xing span {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
}
#content .cont_r .picks .picks_list .picks_item .item_r .time {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  line-height: 16px;
}
#content .cont_r .picks .picks_list .picks_item:hover .item_r {
  background: #2F3138;
}
#content .cont_r .picks .picks_list .picks_item:hover .item_r h3 {
  color: #00DC5B;
}
#content .cont_r .picks .picks_list .picks_item:last-child {
  margin-bottom: 0;
}
