#content {
  width: 1280px;
  margin: 0 auto;
  padding: 24px 60px;
}
#content h2 {
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}
#content .ad {
  margin-bottom: 32px;
}
#content .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .adders h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .adders .adders_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 278px));
  grid-gap: 16px;
}
#content .adders .adders_list .adders_item {
  position: relative;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .adders .adders_list .adders_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .adders .adders_list .adders_item .adders_img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .adders .adders_list .adders_item .center {
  width: calc(100% - 76px);
}
#content .adders .adders_list .adders_item .center h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .adders .adders_list .adders_item .center span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
#content .adders .adders_list .adders_item .arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  opacity: 0;
}
#content .adders .adders_list .adders_item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
#content .adders .adders_list .adders_item:hover .center h3 {
  color: #0072FC;
}
#content .adders .adders_list .adders_item:hover .arrow {
  opacity: 1;
}
