.w {
  width: 100%;
  padding: 0 10px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  margin-top: 49px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  font-size: 18px;
  color: #333;
}
.breadcrumbs a:hover {
  color: #016bb5;
}
.ywdt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 49px;
}
.ywdt .ywdt_item {
  width: 100%;
  margin-bottom: 30px;
}
.ywdt .ywdt_item:last-child {
  margin-bottom: 0;
}
.ywdt .ywdt_item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #dedede;
}
.ywdt .ywdt_item .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 70px;
  background: url(../images/bg_policy.png) no-repeat;
  background-size: 100% 50px;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.ywdt .ywdt_item .list li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
  height: 67px;
  border-bottom: 1px dashed #dedede;
}
.ywdt .ywdt_item .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #016bb5;
}
.ywdt .ywdt_item .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #333;
}
.ywdt .ywdt_item .list li a:hover {
  color: #016bb5;
}
.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}
.links li {
  width: 48%;
  height: 60px;
  background-color: #dbe9f4;
  margin-right: 0;
  margin-bottom: 30px;
}
.links li:nth-child(4n) {
  margin-right: 0;
}
.links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.links li a:hover {
  color: #016bb5;
}
