.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #999;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #015293;
}
.main {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 6px 9px 0px rgba(175, 175, 175, 0.2);
  border: solid 1px #e8e8e8;
  border-top: 1px solid #015293;
  margin-top: 22px;
  padding: 45px;
  margin-bottom: 50px;
}
.main .side {
  width: 100%;
  background-color: #eef7ff;
  border-radius: 10px;
  padding: 30px;
}
.main .side .side_module {
  margin-bottom: 36px;
}
.main .side .side_module:last-child {
  margin-bottom: 0;
}
.main .side .side_module .module_title {
  position: relative;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
}
.main .side .side_module .module_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 180px;
  height: 14px;
  transform: translateX(-50%);
  background: url(../images/leader_icon_line.png) no-repeat;
  background-size: 100% 100%;
}
.main .side .side_module .module_list {
  position: relative;
  margin-top: -7px;
  z-index: 2;
}
.main .side .side_module .module_list li {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.main .side .side_module .module_list li:last-child {
  margin-bottom: 0;
}
.main .side .side_module .module_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 25px;
  font-size: 20px;
  color: #333;
}
.main .side .side_module .module_list li:hover {
  border: 1px solid #015293;
}
.main .side .side_module .module_list li:hover a {
  color: #015293;
}
.main .inner {
  flex: 1;
  margin-left: 0px;
  margin-top: 40px;
}
.main .inner .info {
  display: flex;
  justify-content: space-between;
  height: 247px;
}
.main .inner .info .info_desc {
  position: relative;
  flex: 1;
  height: 231px;
  border-bottom: 1px solid #015293;
  padding-top: 95px;
}
.main .inner .info .info_desc::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 38px;
  height: 38px;
  background: url(../images/leader_icon_jiantou.png) no-repeat;
  background-size: 100% 100%;
}
.main .inner .info .info_desc::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 6px;
  height: 6px;
  background-color: #ff6c00;
}
.main .inner .info .info_desc .leader_name {
  font-size: 36px;
  color: #015293;
  font-weight: 700;
}
.main .inner .info .info_desc p {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
.main .inner .info .info_pic {
  width: 184px;
  height: 100%;
  margin-left: 21px;
}
.main .inner .info .info_pic img {
  width: 100%;
  height: 100%;
}
.main .inner .module {
  margin-top: 35px;
}
.main .inner .module .module_title {
  font-size: 24px;
  color: #333;
}
.main .inner .module .module_title .text {
  display: flex;
  align-items: center;
  width: 231px;
  height: 51px;
  background: url(../images/leader_bg_title.png) no-repeat;
  padding-left: 59px;
}
.main .inner .module .module_inner {
  width: 100%;
  padding: 24px 30px;
  background-image: linear-gradient(0deg, rgba(205, 231, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 0px 8px 8px 8px;
  border: solid 1px rgba(1, 82, 147, 0.2);
  font-size: 20px;
  color: #333;
}
.main .inner .module .module_list {
  width: 100%;
  padding: 24px 30px;
  background-image: linear-gradient(0deg, rgba(205, 231, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 0px 8px 8px 8px;
  border: solid 1px rgba(1, 82, 147, 0.2);
}
.main .inner .module .module_list li {
  position: relative;
  padding-left: 23px;
  line-height: 50px;
}
.main .inner .module .module_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #ff6c00;
  border-radius: 50%;
}
.main .inner .module .module_list li a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.main .inner .module .module_list li:hover a {
  color: #015293;
}
