.content {
  width: 100%;
  margin-top: 1.3rem;
}
.content .content_img img {
  width: 100%;
  vertical-align: middle;
}
.content .content_select {
  font-size: 0.5rem;
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  color: #A1A1A1;
}
.content .content_select div {
  padding: 0.4rem 0;
}
.content .content_box {
  width: 100%;
  display: inline-block;
  background-color: #D7D7D7;
}
.content .content_box ul {
  background-color: #D7D7D7;
  width: 100%;
  height: 8.4rem;
  overflow-y: scroll;
}
.content .content_box ul li {
  cursor: pointer;
  height: 2rem;
  margin-top: 0.1rem;
  background-color: #ffffff;
  padding: 0.3rem;
  display: flex;
  width: 100%;
}
.content .content_box ul li .title_img {
  flex: 2;
}
.content .content_box ul li .title_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.content .content_box ul li .title_nr {
  flex: 8;
  padding: 0 0.5rem;
  position: relative;
}
.content .content_box ul li .title_nr .title_bt {
  font-size: 0.4rem;
  color: #2F2F2F;
}
.content .content_box ul li .title_nr .title_time {
  position: absolute;
  bottom: 0;
  font-size: 0.3rem;
  color: #B3B3B3;
}
.content .content_box ul li .title_nr .title_time .title_ly {
  color: #EAEAEA;
  display: inline-block;
  background-color: #3298FB;
  margin-left: 0.1rem;
  padding: 0 0.1rem;
}
.content .content_box .load_btn {
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  background-color: #fff;
  color: #2BB1FE;
  padding: 0.3rem;
  margin: 0.1rem 0;
}
.active {
  color: #333333;
  border-bottom: 4px solid #3298FB;
}
