#content {
  width: 1280px;
  margin: 0 auto;
  padding: 32px 60px;
}
#content .cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 836px;
}
#content .cont .cont_l h2 {
  font-size: 28px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#content .cont .cont_l .ad {
  margin-bottom: 32px;
}
#content .cont .cont_l .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .cont .cont_l .ad .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont .cont_l .pdf-wrap {
  margin-bottom: 24px;
}
#content .cont .cont_l .down {
  display: flex;
  background: #0072FC;
  border-radius: 6px 6px 6px 6px;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  margin-bottom: 24px;
}
#content .cont .cont_l .down img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .cont .cont_l .down span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
#content .cont .cont_l .driver {
  margin-bottom: 24px;
}
#content .cont .cont_l .driver h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont_l .driver .driver_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .cont_l .driver .driver_list .driver_item {
  position: relative;
  width: 412px;
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#content .cont .cont_l .driver .driver_list .driver_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .cont_l .driver .driver_list .driver_item .xinshen {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont .cont_l .driver .driver_list .driver_item h3 {
  flex: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_l .driver .driver_list .driver_item .arrow_hui,
#content .cont .cont_l .driver .driver_list .driver_item .arrow_lan {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#content .cont .cont_l .driver .driver_list .driver_item .arrow_lan {
  display: none;
}
#content .cont .cont_l .driver .driver_list .driver_item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
#content .cont .cont_l .driver .driver_list .driver_item:hover h3 {
  color: #0072FC;
}
#content .cont .cont_l .driver .driver_list .driver_item:hover .arrow_hui {
  display: none;
}
#content .cont .cont_l .driver .driver_list .driver_item:hover .arrow_lan {
  display: block;
}
#content .cont .cont_l .about h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}
#content .cont .cont_l .about .text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 24px;
}
#content .cont_r {
  width: 300px;
}
#content .cont_r .other {
  margin-bottom: 24px;
}
#content .cont_r .other h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_r .other .other_list .other_item {
  position: relative;
  width: 300px;
  padding: 12px 16px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#content .cont_r .other .other_list .other_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont_r .other .other_list .other_item .xinshen {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont_r .other .other_list .other_item h3 {
  flex: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont_r .other .other_list .other_item .arrow_hui,
#content .cont_r .other .other_list .other_item .arrow_lan {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#content .cont_r .other .other_list .other_item .arrow_lan {
  display: none;
}
#content .cont_r .other .other_list .other_item:last-child {
  margin-bottom: 0;
}
#content .cont_r .other .other_list .other_item:hover {
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
#content .cont_r .other .other_list .other_item:hover h3 {
  color: #0072FC;
}
#content .cont_r .other .other_list .other_item:hover .arrow_hui {
  display: none;
}
#content .cont_r .other .other_list .other_item:hover .arrow_lan {
  display: block;
}
#content .cont_r .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D7D7D7;
  line-height: 14px;
}
#content .cont_r .ad .ad_cont {
  width: 300px;
  height: 600px;
}
.lan {
  background: #0072FC;
}
.lan .hui {
  display: none !important;
}
.lan .bai {
  display: block !important;
}
.lan span {
  color: #fff !important;
}
.lan::after {
  display: none;
}
