﻿.jg-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.jg-title {
  padding: 15px 30px;
  background: #0DAAF2 url(./images/bg_head.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
}

.jg-list {
  background: #F8F8F8;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
}

.jg-item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  text-decoration: none;
  color: #4d4d4f;
}

.jg-item:hover {
  color: #004098;
  text-decoration: underline;
}

.jg-item::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #004098;
  border-radius: 50%;
}

.jg-item::after {
  content: "";
  display: block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background: url(./images/jg-link.png) center center no-repeat;
  background-size: cover;
  transform: translateY(2px);
}

@media screen and (max-width: 1280px) {
  .jg-item {
    width: 100%;
  }

  .con_zt_cen_nero {
    padding: 10px;
  }
}

.jgc-title {
  font-size: 24px;
  font-weight: 400;
}

.jgc-click {
  font-size: 14px;
  color: #909399;
  border-bottom: 1px dashed #E4E7ED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.jgc-click::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./images/eye.png) center center no-repeat;
  background-size: cover;
  vertical-align: middle;
  transform: translateY(-2px);
}

.people-item {
  padding: 20px;
  background-color: #f8f8f8;
  margin-top: 20px;
}

.people-top {
  padding-bottom: 15px;
  border-bottom: 1px dashed #DCDFE6;
  margin-bottom: 15px;
}

.people-name {
  font-size: 20px;
  color: #004098;
  align-items: flex-end;
  line-height: 1;
  display: flex;
  margin: 0;
  font-weight: 400;
}

.people-name .splite {
  font-weight: 400;
  width: 1px;
  height: 15px;
  background-color: #b2b3b4;
  margin-left: 10px;
  margin-right: 10px;
}

.pepole-pos {
  font-size: 14px;
  color: #606266;
  font-weight: 400;
}

.people-desc {
  font-size: 16px;
  color: #606266;
}

.people-desc a {
  color: #606266;
}

.people-desc a:hover {
  color: #004098;
}