.el-col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}
.el-col-17,
.el-col-17.is-guttered {
  display: block;
}
.duties-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bc1906;
}
.duties-box .duties {
  width: 188px;
  height: 64px;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  line-height: 64px;
  letter-spacing: 2px;
  text-align: left;
  background-color: #bc1906;
  text-align: center;
}
.introduce {
  margin-top: 12px;
  display: flex;
  margin-bottom: 36px;
}
.image-box-leader {
  width: 171px;
  height: 215px;
  margin-right: 43px;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
.introduce .name {
  font-weight: 500;
  font-size: 26px;
  color: #2f2e2e;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: justify;
  margin-top: 68px;
  margin-bottom: 20px;
}
.introduce .leader-detail {
  margin-top: 20px;
  font-size: 20px;
  color: #2f2e2e;
  line-height: 33px;
  letter-spacing: 1px;
}
.more {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #bc1906;
  line-height: 28px;
  cursor: pointer;
}
.el-icon {
  --color: inherit;
  align-items: center;
  display: inline-flex;
  height: 1em;
  justify-content: center;
  line-height: 1em;
  position: relative;
  width: 1em;
  fill: currentColor;
  color: var(--color);
  font-size: 20px;
}
.el-icon svg {
  height: 1em;
  width: 1em;
}
.news {
  display: flex;
  padding: 45px 0;
  border-bottom: 1px dashed #d8d8d8;
  font-size: 20px;
  color: #2f2e2e;
  line-height: 35px;
  text-align: left;
  cursor: pointer;
}
.news .image-box {
  width: 23%;
  min-width: 181px;
  height: auto;
}
.image-box {
  margin-right: 43px;
}
.detail-box {
  width: 81%;
}
.news-title {
  font-size: 20px;
  color: #2f2e2e;
}
.news-detail {
  font-size: 18px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2f2e2e;
}
.news-time {
  color: #918f8f;
  font-size: 16px;
}
.news-last {
  border-bottom: none !important;
}

.more a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  color: #bc1906;
  line-height: 28px;
  cursor: pointer;
}

.news a {
  display: flex;
  flex-direction: row;
}

.breadcrumb-item-name {
  color: #606266;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .el-col-17 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .duties-box .duties {
    width: 150px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .more {
    font-size: 16px;
  }
  .el-icon {
    font-size: 16px;
  }
  .introduce {
    margin-bottom: 20px;
  }
  .image-box-leader {
    width: 100%;
    max-width: 171px;
    height: auto;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .introduce .name {
    font-size: 20px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .introduce .leader-detail {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
  }
  .news {
    flex-direction: column;
    padding: 20px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .news .image-box {
    width: 100%;
    min-width: auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .image-box {
    margin-right: 0;
  }
  .detail-box {
    width: 100%;
  }
  .news-title {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-detail {
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .news-time {
    font-size: 14px;
    line-height: 1.4;
  }
  .more a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .duties-box .duties {
    width: 120px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .introduce .name {
    font-size: 18px;
  }
  .news-title {
    font-size: 16px;
    margin-bottom: 6px;
    -webkit-line-clamp: 2;
  }
  .news-detail {
    font-size: 14px;
    margin-bottom: 6px;
  }
}