.content_wrap {
  width: 1200px;
  min-height: 550px;
  margin: 15px auto 20px;
}
.banner_title {
  height: 180px;
}
.banner_title img {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
.content_wrap .authentication_title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 25px 0 10px 0;
}
.content_wrap .authentication_list li {
  height: 58px;
  line-height: 58px;
  width: 100%;
  color: #262626;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
}
.content_wrap .authentication_list li p {
  color: #262626;
  width: 60%;
  cursor: pointer;
}
.content_wrap .authentication_list li p:hover {
  color: #0B67C5;
}
.content_wrap .authentication_list li span {
  color: #999999;
}
.content_wrap .authentication_list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D4D4D4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}