/** 生鲜配送 **/
.is_carousel .el-carousel__indicator--horizontal {
  display: none;
}
.is_carousel .cs_word .title1 {
  font-size: 1rem!important;
  color: #FFFFFF !important;
  font-weight: unset!important;
}
/** 生鲜配送 **/
.zh_institute {
  background: #FFFFFF;
  padding-bottom: 1rem;
}
.zh_institute ul {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  padding-top: 1.23rem;
}
.zh_institute ul li {
  background: #FFFFFF;
  margin-bottom: 0.75rem;
  border-radius: 0.45rem;
  box-shadow: 0px 0.3rem 2.5rem 0px rgba(154, 160, 188, 0.18);
}
.zh_institute ul li .pic {
  width: 100%;
  border-radius: 0.45rem 0.45rem 0 0;
}
.zh_institute ul li .is_title {
  text-align: left;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
  padding: 0 0.88rem;
}
.zh_institute ul li .is_remark {
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  line-height: 1.1rem;
  padding: 0 0.88rem;
}
/** 研究院资讯 **/
.zhInfo {
  background: #E8F5FF;
}
.zhInfo .content-title {
  position: relative;
}
.zhInfo .content-title .title span {
  position: absolute;
  right: 0rem;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  color: #68779D;
  font-weight: 400;
}
.zhInfo .content-title .title span img {
  width: 0.5rem;
  margin-left: 0.2rem;
}
.zhInfo .infoList {
  text-align: left;
  display: flex;
  width: calc(100% - 1rem);
  overflow-x: auto;
  padding-top: 1.23rem;
  padding-left: 1rem;
}
.zhInfo .infoList .sonItem {
  display: flex;
  margin-bottom: 2rem;
}
.zhInfo .infoList .sonItem .info_item {
  width: 10.5rem;
  margin-right: 1rem;
  background: #fff;
  border-radius: 0.45rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(154, 160, 188, 0.18);
  position: relative;
}
.zhInfo .infoList .sonItem .info_item .isNew {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.zhInfo .infoList .sonItem .info_img {
  width: 100%;
  height: 7.25rem;
  border-radius: 0.45rem 0.45rem 0px 0px;
  object-fit: cover;
}
.zhInfo .infoList .sonItem .info_title {
  padding: 0 0.35rem 0 0.75rem;
  margin-top: 0.8rem;
  font-size: 0.9rem;
  line-height: 1rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhInfo .infoList .sonItem .num {
  padding: 1rem 0.6rem 1rem 0.75rem;
  font-size: 0.55rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #C1C5D6;
  display: flex;
  align-items: center;
}
.zhInfo .infoList .sonItem .num .l {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.zhInfo .infoList .sonItem .num .l img {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.2rem;
}
.zhInfo .infoList .sonItem .num .r {
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 0.85rem;
}
.zhInfo .infoList .sonItem .num .r img {
  width: 0.85rem;
  margin-right: 0.1rem;
}
.zhInfo .infoList .sonItem .info_remark {
  padding: 0 0.6rem 0 0.75rem;
  margin-top: 0.6rem;
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6E7580;
  line-height: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.zhInfo .el-pagination {
  font-weight: unset;
  padding-bottom: 80px;
}
.zhInfo .el-pagination__total,
.zhInfo .el-input__inner,
.zhInfo .el-pagination.is-background .el-pager li,
.zhInfo .el-pagination__jump {
  color: #6C7581;
  font-size: 0.7rem !important;
}
.zhInfo .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #0C77EF;
}
.zhInfo .el-pagination.is-background .el-pager li,
.zhInfo .el-pagination.is-background .btn-prev,
.zhInfo .el-pagination.is-background .btn-next {
  background: #fff;
}
.zhInfo .el-pagination__sizes {
  margin: 0 1rem 0 0;
}
.zhInfo .el-pager li,
.zhInfo .el-pagination button,
.zhInfo .el-input--mini .el-input__inner,
.zhInfo .el-pagination__editor.el-input .el-input__inner {
  height: 1.5rem;
  line-height: 1.5rem;
}
.zhInfo .el-input__inner {
  background: #E8F5FF;
}
/** 更新公告 **/
.notice .content-title {
  position: relative;
}
.notice .content-title .title span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  color: #68779D;
  font-weight: 400;
}
.notice .content-title .title span img {
  width: 0.5rem;
  margin-left: 0.2rem;
}
.notice .ul {
  padding: 0 1rem;
  padding-top: 1.2rem;
}
.notice .ul .li {
  box-shadow: 0px 6px 50px 0px rgba(152, 160, 190, 0.2);
  cursor: pointer;
  padding: 0.88rem;
  border-radius: 0.45rem;
  margin-bottom: 0.98rem;
  position: relative;
}
.notice .ul .li .isNew {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.notice .ul .li .card {
  font-family: PingFang SC;
}
.notice .ul .li .card .c_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #434B59;
}
.notice .ul .li .card .c_remark {
  line-height: 1.1rem;
  -webkit-line-clamp: 2;
  font-size: 0.65rem;
  font-weight: 400;
  color: #6C7581;
  margin-top: 0.5rem;
}
.notice .ul .li .card .num {
  padding-top: 1.2rem;
  font-size: 0.55rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #C1C5D6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice .ul .li .card .num .l {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.notice .ul .li .card .num .l img {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.2rem;
}
.notice .ul .li .card .num .i {
  display: flex;
  line-height: 0.85rem;
}
.notice .ul .li .card .num .i img {
  width: 0.85rem;
  margin-right: 0.1rem;
}
.notice .ul .li .card .num .r {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}
.notice .ul .li .card .num .r img {
  width: 0.3rem;
  height: 0.5rem;
  margin-left: 0.2rem;
}
.notice .n_page {
  padding-top: 1.5rem;
}
.notice .n_page .el-pagination.is-background .el -pager li,
.notice .n_page .el-pagination.is-background .btn-prev,
.notice .n_page .el-pagination.is-background .btn-next {
  background: #e9edf5;
}
.notice .n_page .el-input__inner {
  background: unset;
}
.notice .n_page .el-pagination.is-background .el-pager li {
  background: #f2f5fb;
}
/** 资讯 **/
.info {
  padding: 0 1rem;
  background: #E8F5FF;
}
.info .content-title .remark {
  padding-bottom: 2.5rem;
}
.info .infoList {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.info .infoList .sonItem {
  width: 19rem;
  height: 24.75rem;
  background: #fff;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  margin-right: 1.5rem;
}
.info .infoList .sonItem:last-child {
  margin-right: unset;
}
.info .infoList .sonItem .info_img {
  width: 100%;
  height: 13.5rem;
}
.info .infoList .sonItem .info_title {
  padding: 0 0.5rem;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #414B5A;
}
.info .infoList .sonItem .num {
  padding: 0 0.5rem;
  margin-top: 0.85rem;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
}
.info .infoList .sonItem .num .r {
  margin-left: 3rem;
}
.info .infoList .sonItem .info_remark {
  padding: 0 0.5rem;
  height: 3.2rem;
  margin-top: 1.3rem;
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  -webkit-line-clamp: 3;
  line-height: 1.1rem;
}
.info .infoList .sonItem .icons {
  padding: 0 0.5rem;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.info .infoList .sonItem .icons .l {
  display: flex;
}
.info .infoList .sonItem .icons .l .push_icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.3rem;
}
.info .infoList .sonItem .icons .r {
  width: 1.2rem;
  height: 1.2rem;
}
