.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 20px;
  margin-top: 49px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #016bb5;
}
.mail {
  display: flex;
  justify-content: space-between;
}
.mail .mail_l {
  display: flex;
  align-items: center;
  width: 920px;
  height: 148px;
  background: url(../images/bg_mail.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 89px;
}
.mail .mail_l .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #016bb5;
  font-weight: 700;
  border-right: 1px solid #016bb5;
  padding-right: 100px;
  margin-right: 60px;
}
.mail .mail_l .title img {
  margin-right: 20px;
}
.mail .mail_l .nav {
  display: flex;
}
.mail .mail_l .nav .nav_item {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
.mail .mail_l .nav .nav_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: #ffffff;
  box-shadow: 0 0 7px 0 #018afe38;
  border-radius: 50%;
  margin-right: 20px;
}
.mail .mail_l .nav .nav_item a {
  color: #333;
}
.mail .mail_l .nav .nav_item a:hover {
  color: #016bb5;
}
.mail .mail_r {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 148px;
  background: url(../images/bg_feedback.png) no-repeat;
  background-size: 100% 100%;
}
.mail .mail_r li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
}
.mail .mail_r li a .num {
  font-size: 36px;
  font-weight: 700;
  color: #1560bd;
  margin-left: 12px;
}
.mail .mail_r li.line {
  width: 1px;
  height: 40px;
  background: #000000;
  margin: 0 30px;
}
.choose {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}
.choose .choose_l {
  width: 920px;
}
.choose .choose_l .head {
  height: 80px;
  border-bottom: 1px solid #dedede;
}
.choose .choose_l .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 100%;
  background: url(../images/bg_policy.png) no-repeat;
  background-size: 100% 50px;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.choose .choose_l .list .top {
  display: flex;
  align-items: center;
  height: 62px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.choose .choose_l .list .list_item {
  height: 67px;
  border-bottom: 1px dashed #dedede;
}
.choose .choose_l .list .list_item a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #555;
}
.choose .choose_l .list .list_item a:hover {
  color: #016bb5;
}
.choose .choose_l .list .list_item a .title {
  position: relative;
  padding-left: 20px;
  width: 40%;
}
.choose .choose_l .list .list_item a .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #016bb5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.choose .choose_l .list .list_item a .unit {
  width: 40%;
  text-align: center;
}
.choose .choose_l .list .list_item a .time {
  width: 20%;
  text-align: center;
}
.choose .choose_r {
  width: 360px;
  height: 481px;
  background: url(../images/bg_qa.png) no-repeat;
  background-size: 100% 100%;
}
.choose .choose_r .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 53px;
  font-size: 24px;
}
.choose .choose_r .top .title {
  font-size: 33px;
  color: #016bb5;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.opinion {
  margin-top: 49px;
}
.opinion .head {
  display: flex;
  height: 70px;
  border-bottom: 1px solid #dedede;
}
.opinion .head li {
  width: 360px;
  height: 100%;
}
.opinion .head li.on {
  background: url(../images/bg_policy.png) no-repeat;
  background-size: 100% 50px;
  background-position: top;
}
.opinion .head li.on a {
  color: #016bb5;
  font-weight: 700;
}
.opinion .head li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 26px;
  color: #333;
}
.opinion .list li {
  height: 83px;
  border-bottom: 1px dashed #dedede;
}
.opinion .list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 18px;
}
.opinion .list li a:hover {
  color: #016bb5;
}
.opinion .list li a .left {
  display: flex;
  align-items: center;
  flex: 1;
}
.opinion .list li a .left .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 50px;
  border-radius: 10px 10px 10px 10px;
  background: #1467bb;
  color: #fff;
  margin-right: 30px;
  font-size: 18px;
}
.opinion .list li a .time {
  color: #016bb5;
}
.opinion .feedback li {
  position: relative;
  height: 83px;
  border-bottom: 1px dashed #dedede;
  padding-left: 25px;
}
.opinion .feedback li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #016bb5;
  border-radius: 50%;
}
.opinion .feedback li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 18px;
}
.opinion .feedback li a:hover {
  color: #016bb5;
}
.hdft {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hdft .head {
  height: 80px;
  border-bottom: 1px solid #dedede;
}
.hdft .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 100%;
  background: url(../images/bg_policy.png) no-repeat;
  background-size: 100% 50px;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.hdft_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.hdft_list li {
  width: 49%;
  background-color: #f9f9f9;
  padding: 15px 25px;
  margin-bottom: 10px;
  position: relative;
}
.hdft_list li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 20px;
  width: 4px;
  height: 40px;
  background-color: #1467bb;
}

.hdft_list li span {
  font-size: 18px;
  color: #333;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hdft_list li em {
  font-size: 18px;
  font-style: normal;
  color: #666;
  width: 100%;
}
