.crumbs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #F7F7F7;
  color: #545454;
}

.crumbs .crumbs-container {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
}

.crumbs .crumbs-container .crumbs-container-item a {
  cursor: pointer;
}

.list-article {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  min-height: 500px;
  margin-top: 20px;
}

.list-article .list-container {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.list-article .list-container .list-navbar {
  width: 300px;
}

.list-article .list-container .list-navbar .first-category {
  background-color: #1A5285;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
  color: #fff;
}

.list-article .list-container .list-navbar .first-category .category-top-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 16px;
}

.list-article .list-container .list-navbar .first-category .category-top-icon div {
  height: 2px;
  width: 20px;
  background-color: #fff;
}

.list-article .list-container .list-navbar .first-category .category-top-text {
  padding-left: 15px;
}

.list-article .list-container .list-navbar .second-category .second-category-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 55px;
  box-sizing: border-box;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding-left: 70px;
}

.list-article .list-container .list-navbar .second-category .second-category-item .second-category-icon {
  width: 0px;
  height: 0px;
  border-right: 5px dashed transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px dashed #9C9C9C;
  border-top: 5px solid transparent;
}

.list-article .list-container .list-article-list {
  width: 900px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-top: 18px;
}

.list-article .list-container .list-article-list .enterprise-item {
  width: 284px;
  height: 270px;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-img {
  margin-left: 22px;
  height: 185px;
}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-img img {
  width: 268px;
  height: 185px;
}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-name {
  font-size: 15px;
  font-family: "Microsoft YaHei";
  color: #000000;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  ;
}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-name img {
  width: 15px;
  height: 10px;
}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-rank {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-rank div {
  padding: 2px 8px;
  color: #fff;
}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-rank :first-child {
  background-color: #04D2A4;
}

.list-article .list-container .list-article-list .enterprise-item .enterprise-item-rank :nth-child(2) {
  background-color: #FF7E00;
}



/* 常委理事单位样式 */




.list-article .list-container .list-article-list .enterprise-item_cw {
  width: 580px !important;
  height: 120px;
  padding: 5px;
  box-sizing: border-box;
  /* border: 1px solid #e5e5e5; */
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  box-shadow: 2px 2px 5px rgba(12, 180, 252, 0.05),
  -2px -2px 5px rgba(12, 180, 252, 0.05);

}

.list-article .list-container .list-article-list .enterprise-item_cw .right-item-div {
  display: flex;
  flex-direction: column;
  width: 453px;
  margin-left: 25px;
}

.list-article .list-container .list-article-list .enterprise-item_cw .enterprise-item-img {
  margin-left: 20px;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  overflow: hidden;
  /* background-color: #c9c9c9; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.list-article .list-container .list-article-list .enterprise-item_cw .enterprise-item-img img {
  width: 100%;
  
}

.list-article .list-container .list-article-list .enterprise-item_cw .enterprise-item-name {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #000000;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  padding-left: 10px;
  padding-right: 10px;
}


.list-article .list-container .list-article-list .enterprise-item_cw .enterprise-item-rank {
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  flex-direction: row;
  margin-left: 10px;
}

.list-article .list-container .list-article-list .enterprise-item_cw .enterprise-item-rank div {
  padding: 1px 8px;
  color: #fff;
  height: 22px;
  line-height: 22px;

}

.list-article .list-container .list-article-list .enterprise-item_cw .enterprise-item-rank :first-child {
  background-color: #69afcf;
}

.list-article .list-container .list-article-list .enterprise-item_cw .enterprise-item-rank :nth-child(2) {
  color: #929292;
  margin-left: 5px;
}

.list-article .list-container .list-article-list .enterprise-item_cw:hover {
  box-shadow: 2px 2px 5px rgba(12, 180, 252, 0.15),
    -2px -2px 5px rgba(12, 180, 252, 0.15);

}

/* 常委理事单位结束 */


















.paginate {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
  margin-bottom: 50px;
}

.paginate .paginate-number {
  padding: 7px 8px;
  background-color: #fff;
  color: #1A5285;
  border: 1px solid #1A5285;
  margin: 5px;
  border-radius: 3px;
}

.paginate .paginate-number:hover {
  padding: 7px 8px;
  background-color: #1A5285;
  border: 1px solid #1A5285;
  margin: 5px;
  border-radius: 3px;
  color: #fff;
}