body {
  background: #102657;
}
#content {
  padding: 32px 60px;
}
#content .ad_box {
  width: 800px;
  margin-bottom: 12px;
}
#content .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .ad_box .ad_title {
  color: #fff;
  font-family: m;
  font-size: 14px;
  text-align: center;
}
#content .search_list {
  width: 800px;
}
#content .search_list .search_item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}
#content .search_list .search_item .coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .search_list .search_item h3 {
  font-size: 24px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 12px;
}
#content .search_list .search_item .link {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  margin-bottom: 8px;
  word-break: break-all;
}
#content .search_list .search_item .text {
  word-break: break-all;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
  margin-bottom: 24px;
}
#content .search_list .search_item:last-child {
  margin-bottom: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .ad_box {
    width: 100%;
  }
  #content .search_list {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .ad_box {
    width: 100%;
  }
  #content .search_list {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .ad_box {
    width: 100%;
  }
  #content .search_list {
    width: 100%;
  }
  #content .search_list .search_item h3 {
    font-size: 20px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 15px 16px;
  }
  #content .ad_box {
    width: 100%;
  }
  #content .search_list {
    width: 100%;
  }
  #content .search_list .search_item h3 {
    font-size: 20px;
  }
}
