.column {
  min-height: calc(100vh - 562px);
  margin: 15px auto;
  overflow: hidden;
}

.navigation {
  height: 60px;
  line-height: 60px;
}

.column-body {
  width: 100%;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
  overflow: hidden;
}

.left-nav {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.left-nav .nav-title {
  height: 65px;
  line-height: 65px;
  background: url(https://minio.qhszx.gov.cn/szx/qinghai-web/left-hd.png);
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.left-nav .left-list {
  margin: 0 10px 19px;
  font-size: 18px;
}

.left-list li {
  margin-top: 19px;
  cursor: pointer;
}

.left-list li a {
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  padding: 12px 10px;
  border-radius: 4px;
  background: #edf4fd;
}

.left-list li a:hover,
.left-list li.active a,
.left-list li.current a {
  background: #3c92ea;
  color: #fff;
}

/* 列表 */
.main-content {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 20px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main-title {
  height: 42px;
  line-height: 40px;
  color: #1e74b5;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #edf4fd;
}

.list-item {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #e3e3e3;
  padding-left: 24px;
  display: flex;
  background: url(https://minio.qhszx.gov.cn/szx/qinghai-web/icon_08.png) no-repeat 4px center;
}

.list-item a {
  flex: 1;
  font-size: 16px;
  color: #2c2c2c;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item a:hover {
  color: #bf001a;
}

.list-item .fr {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 39px;
}

.chairman {
  width: 100%;
  border-bottom: 1px dashed #cacaca;
  padding: 23px 0;
  display: flex;
  flex-wrap: wrap;
}

.chairman .chairman-title {
  font-size: 1.5em;
  color: #d51111;
  width: 150px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.5;
  /* border: 1px solid red; */
}

.chairman h3 {
  font-size: 22px;
  color: #136cb7;
}

.chairman .describe {
  width: 100%;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  padding-top: 12px;

}

.chairman .describe:hover {
  color: red;
}

.chairman.zhx img {
  /* margin-right: 16px; */
  width: 180px;
  height: 320px;
  display: block;
  /* margin-left: 10px; */
}

.chairman img {
  width: 180px;
  height: 320px;
  display: block;
}

.chairman .chairman-box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  /* gap: 20px; */
  /* justify-items: center; */
}

.chairman .chairman-item {
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.chairman .chairman-item-name {
  width: 150px;
  height: 60px;
  line-height: 1.2;
  font-size: 18px;
  color: #333333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chairman .chairman-title-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  flex: 1;
}

.chairman .chairman-title-son {
  padding: 10px 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #333333;
  text-align: center;
  display: block;
  /* outline-bottom: 1px dashed #ccc; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 小标题 */
.chairman .subheading {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  margin-bottom: 20px;
}

.chairman .subheading span {
  min-width: 60px;
  display: inline-block;
  height: 100%;
  font-size: 18px;
  color: #bf001a;
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: -1px;
  border-bottom: 2px solid #bf001a;
}