.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 16px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #015293;
}
.top_nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 24px;
  color: #666;
  border-bottom: 1px solid #015293;
}
.top_nav li {
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.top_nav li.active,
.top_nav li:hover {
  color: #015293;
  border-bottom: 3px solid #015293;
  font-weight: 700;
}
.main {
  display: flex;
  margin-top: 46px;
  margin-bottom: 50px;
}
.main .side {
  width: 304px;
  border-right: 1px solid #d2d2d2;
  padding-right: 50px;
  margin-right: 55px;
}
.main .side .module {
  margin-bottom: 20px;
}
.main .side .module .module_head {
  display: flex;
  align-items: center;
  height: 59px;
  background-color: #f4f9fc;
  font-size: 20px;
  color: #015293;
  font-weight: 700;
  padding-left: 34px;
}
.main .side .module .module_head img {
  margin-right: 30px;
}
.main .side .module .module_list li {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.main .side .module .module_list li:hover a {
  color: #015293;
}
.main .side .module .module_list li a {
  color: #333;
}
.main .inner {
  flex: 1;
}
.main .inner .img {
  display: flex;
  justify-content: center;
}
.main .inner .img img {
  width: 228px;
  height: 329px;
}
.main .inner .name {
  text-align: center;
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  margin-top: 20px;
}
.main .inner .dutes {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: #efefef;
  margin-top: 30px;
  font-size: 18px;
}
.main .inner .info {
  margin-top: 30px;
}
.main .inner .info .info_head {
  display: flex;
  border-bottom: 1px solid #dedede;
}
.main .inner .info .info_head .text {
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 3px solid #015293;
}
.main .inner .info .info_inner {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
