.content-box {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  width: 1168px;
  margin: 0 auto;
}

.nav-breadcrumb-box {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-breadcrumb {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}

.nav-breadcrumb a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
}

.nav-breadcrumb ol {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
}

.nav-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: rgba(153, 153, 153, 1);
  font-weight: normal;
}

.nav-breadcrumb a:hover {
  color: rgba(0, 88, 54, 1);
}

.nav-breadcrumb span {
  color: rgba(139, 150, 165, 1);
  font-weight: 400;
  font-size: 16px;
}

.container-content-left {
  background: rgba(255, 255, 255, 1);
  width: 224px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(139, 150, 165, 0.15);
  text-align: center;
  position: sticky;
  top: 20px;
  left: 0;
  height: fit-content;
  z-index: 10;
}

.container-content-right {
  width: 912px;
}

.container-content-right h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: rgba(28, 28, 28, 1);
}

.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(28, 28, 28, 1);
}

.container-content-left h3 {
  padding-top: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(28, 28, 28, 1);
}

.list-item {
  margin: 0 auto;
}

.list-item:last-child {
  margin-bottom: 32px;
}

.list-item.active a {
  background: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
}

/* Active状态图片样式 */
.list-item.active a img[src*="all.png"] {
  content: url("/themes/servicebio/public/assets/images/all-a.png");
}

.list-item.active a img[src*="discount.png"] {
  content: url("/themes/servicebio/public/assets/images/discount-a.png");
}

.list-item.active a img[src*="antibody.png"] {
  content: url("/themes/servicebio/public/assets/images/antibody-a.png");
}

/* Hover状态图片样式 */
.list-item:hover a img[src*="all.png"] {
  content: url("/themes/servicebio/public/assets/images/all-a.png");
}

.list-item:hover a img[src*="discount.png"] {
  content: url("/themes/servicebio/public/assets/images/discount-a.png");
}

.list-item:hover a img[src*="antibody.png"] {
  content: url("/themes/servicebio/public/assets/images/antibody-a.png");
}

.list-item a {
  display: block;
  width: 160px;
  height: 32px;
  margin: 8px 0;
  border-radius: 8px;
  color: rgba(0, 118, 72, 1);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(0, 118, 72, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-item a:hover {
  background: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
}

.list-item img {
  width: 20px;
  height: 20px;
}

.article-list {
  margin-top: 10px;
  cursor: pointer;
}

.article-list-item {
  display: flex;

  padding: 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.article-img {
  width: 200px;
  height: 200px;
}

.article-img img {
  width: 100%;
  height: 100%;
}

.article-info {
  width: 600px;
  padding: 0 16px;
}

.category-name {
  position: absolute;
  right: 0;
  border-radius: 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 8px;
}

.red-cname {
  background: rgba(250, 52, 52, 1);
}

.orange-cname {
  background: rgba(255, 129, 0, 1);
}

.detail-item {
  position: relative;
  margin-left: 10px;
  width: 100px;
}

.article-info h2 {
  font-size: 22px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}

.publish-time {
  font-size: 14px;
  font-weight: 400;
  color: rgba(139, 150, 165, 1);
}

.detail-btn {
  padding: 12px 15px;
  background: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 40%;
}

.detail-btn:hover {
  background: rgba(252, 253, 253, 1);
  color: rgba(0, 118, 72, 1);
  border: 1px solid rgba(0, 118, 72, 1);
}

.pageination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#page-select {
  width: 125px;
  height: 40px;
  margin-left: 20px;
}

.pagination {
  margin: 0;
}

.page-link {
  color: rgba(28, 28, 28, 1);
  font-size: 16px;
  font-weight: 500;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: rgba(0, 118, 72, 1);
  border-color: rgba(0, 118, 72, 1);
}

#jump-page-btn {
  color: rgba(0, 118, 72, 1);
}

.page-link:hover {
  z-index: 3;
  color: #fff;
  background-color: rgba(0, 118, 72, 1);
  border-color: rgba(0, 118, 72, 1);
}
