* {
  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;
}

.industrynewsheaderBg {
  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;
}

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

.in-content-left {
  width: 828px;
  min-height: 230px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.in-content-left-top {
  width: 100%;
  height: 69px;
  border-bottom: 1px solid #ECECEC;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.in-content-left-top-item {
  height: 28px;
  font-weight: 400;
  font-size: 20px;
  color: #3A3A3A;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}

.in-content-left-top-item:hover {
  font-weight: 500;
  color: #96B32B;
}

.in-content-left-top-item-active {
  font-weight: 500;
  color: #96B32B;
}

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

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

.in-content-left-bottom-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: #DBF47E;
}

.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: #DBF47E;
  border-color: #DBF47E;
}

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

.in-content-right {
  width: 324px;
  height: 460px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.icr-header {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 10px;
}

.icr-header-img {
  width: 18px;
  height: 18px;
  margin-left: 13px;
  margin-right: 5px;
}

.icr-header-title {
  width: 100px;
  height: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}

.icr-list-item {
  width: 100%;
  height: 68px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.icr-list-item-box {
  flex: 0 0 115px;
  width: 115px;
  height: 67px;
  border-radius: 4px;
  margin-left: 10px;
  overflow: hidden;
}

.icr-list-item-img {
  width: 115px;
  height: 67px;
  transition: transform 0.3s ease;
}

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

.icr-list-item-right {
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.icr-list-item-right-top {
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  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;
  margin-bottom: 5px;
}

.icr-list-item-right-bottom {
  width: 100%;
  height: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #959595;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  margin-top: 5px;
}

.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: #0367F5;
  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: #0367F5;
}
