.lists {
  margin: 20px auto;
}
.left {
  width: 240px;
}
.location {
  margin-bottom: 20px;
}
.left .category {
  background: #2b6bb5;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  font-size: 18px;
}
.left ul li a {
  padding: 14px 0;
  background: #dde7f3;
  display: block;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.left ul li a:hover {
  background: #92b1d6;
  color: #fff;
}
.right {
  margin-left: 40px;
  flex: 1;
}
.right .c-name {
  color: #2b6bb5;
  border-bottom: 1px solid #ececec;
}
.right .c-name span {
  border-bottom: 2px solid #2b6bb5;
  padding: 12px 0;
  display: inline-block;
  font-size: 18px;
}
.right ul li {
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
}
.right ul li a {
  flex: 1;
}
.right ul li span {
  margin-left: 12px;
  font-size: 14px;
  color: #999;
}
.paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.paginate span {
  display: inline-block;
  /* margin: 0 5px; */
}
.paginate span a {
  display: inline-block;
  padding: 4px 10px;
}
.paginate span a:hover {
  font-weight: normal;
  /* display: block;
  background: #2b6bb5;
  color: #fff; */
}
.paginate span:first-child {
  margin-left: 20px;
}
.paginate span:nth-last-child {
  margin-left: 20px;
}
.paginate span.current {
  display: inline-block;
  background: #2b6bb5;
  color: #fff;
  padding: 4px 10px;
}
/*详情*/
.detail {
  border-top: 1px solid #eee;
}
.detail .title {
  text-align: center;
  margin-top: 30px;
  padding: 14px 20px;
  font-size: 20px;
}
.detail .sub-info {
  text-align: center;
}
.detail .sub-info span {
  margin: 0 8px;
  color: #999;
}
.detail > .content {
  line-height: 1.8;
  font-size: 16px;
  word-wrap: break-word;
  padding: 20px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.detail > .content p {
  margin: 10px 0;
}
.detail > .content img {
  max-width: 100%;
}
.detail .down-tips {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.detail .files li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.detail .files li .down-btn {
  color: #b00;
  font-weight: 600;
}
.leader-li a {
  display: flex;
  justify-items: flex-start;
}
.leader-li a strong {
  margin-left: 20px;
}
