* {
  margin: 0;
  padding: 0;
}

body {
  overflow: auto;
  margin: 0 auto;
  background: #F9F9F9;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F9F9F9;
}

.historynewsheaderBg {
  width: 100%;
  height: 80px;
  background: white;
}

.navheader {
  width: 1192px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.navlogo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.navname {
  height: 24px;
  font-weight: 100;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.dividerline {
  width: 1px;
  height: 33px;
  background: #979797;
  margin-left: 20px;
  margin-right: 20px;
}

.navright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navsearchview {
  width: 609px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

.navsearchimg {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.navsearchinput {
  flex-grow: 1;
  border: none;
  padding: 2px 0px 2px 20px;
  outline: none;
}

.navsearchinput::placeholder {
  color: #959595;
}

.navsearchbtn {
  background: linear-gradient(270deg, #D8F367 0%, #F5FDA6 100%);
  border-radius: 18px;
  cursor: pointer;
  width: 120px;
  height: 35px;
  font-weight: 500;
  font-size: 18px;
  color: #303030;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  border: none;
}

.loginBtn {
  margin-left: 20px;
  width: 72px;
  height: 36px;
  border-radius: 17px;
  border: 1px solid #333333;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

.historynewsContentBg {
  margin-top: 40px;
  margin-bottom: 60px;
  width: 1192px;
  min-height: calc(100vh - 482px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}


.historylistbg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.historylistbg-item {
  width: 100%;
  height: 161px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.historylistbg-Empty {
  margin: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 57px);
  font-size: 14px;
  color: #959595;
}

.iclb-item-box {
  flex: 0 0 169px;
  /* margin-left: 20px; */
  margin-right: 18px;
  width: 169px;
  height: 121px;
  border-radius: 8px;
  overflow: hidden;
}

.iclb-item-img {
  width: 169px;
  height: 121px;
  transition: transform 0.3s ease;
}

.iclb-item-img:hover {
  transform: scale(1.12);
}

.iclb-item-right {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}

.iclb-item-right-title {
  width: 100%;
  height: 22px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.iclb-item-right-title:hover {
  color: #96B32B;
}

.iclb-item-right-des {
  width: 100%;
  margin: 8px 0px;
  height: 46px;
  font-weight: 500;
  font-size: 14px;
  color: #818181;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.iclb-item-right-bottom {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iclb-irb-tag {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.iclb-irb-tag-item {
  height: 25px;
  border-radius: 13px;
  border: 1px solid #EAEAEA;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  padding: 3px 15px;
  margin-right: 10px;
  cursor: pointer;
}

.iclb-irb-tag-item:hover {
  color: #96B32B;
  border-color: #96B32B;
}

.iclb-irb-time {
  width: 100px;
  height: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #A0A0A0;
  line-height: 14px;
  text-align: right;
  font-style: normal;
}

.container-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 69px);
  color: #959595;
}

.paginationBg {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.paginationRight {
  height: 44px;
  line-height: 44px;
  color: #959595;
  margin-right: 20px;
}

.paginationRight > span {
  color: #96B32B;
  padding: 0px 2px;
}

.paginationLeft {
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.paginationLeft > a {
  margin-right: 10px;
  color: #333333;
  text-decoration: none;
}

.paginationLeft > a:hover {
  color: #96B32B;
}
