#content .banner {
  height: 300px;
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .banner h2 {
  width: 840px;
  height: 64px;
  font-size: 40px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 40px;
}
#content .banner .banner_b {
  display: flex;
}
#content .banner .banner_b .location {
  width: 297px;
  height: 60px;
  background: #0072FC;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin-right: 16px;
}
#content .banner .banner_b .location img {
  width: 24px;
  height: 24px;
}
#content .banner .banner_b .location .text {
  font-size: 14px;
  font-family: s;
  color: #fff;
  line-height: 19px;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .banner .banner_b .choose_div {
  width: 297px;
  height: 60px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #FFFFFF;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
#content .banner .banner_b .choose_div .choose_state {
  width: 100%;
  font-size: 16px;
  font-family: s;
  color: #fff;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/dwon_bai.png") right center no-repeat;
  background-size: 20px 20px;
  padding: 0 20px 0 8px;
}
#content .banner .banner_b .choose_div .choose_state option {
  background: #01132A;
}
#content .cont {
  width: 1280px;
  margin: 0 auto;
  padding: 32px 60px;
}
#content .cont .ad {
  margin-bottom: 32px;
}
#content .cont .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .cont .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .adders_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 278px));
  grid-gap: 16px;
}
#content .cont .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 .cont .adders_list .adders_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .adders_list .adders_item .adders_img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont .adders_list .adders_item .center {
  width: calc(100% - 76px);
}
#content .cont .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 .cont .adders_list .adders_item .center span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
#content .cont .adders_list .adders_item .arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  opacity: 0;
}
#content .cont .adders_list .adders_item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
#content .cont .adders_list .adders_item:hover .center h3 {
  color: #0072FC;
}
#content .cont .adders_list .adders_item:hover .arrow {
  opacity: 1;
}
