@import "../css/public.css";
.inner-header {
  background: url("/materialpub/images/institutionalSetupBg.png") no-repeat center center;
}

.institutional-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.97rem 0 0.66rem;
}

.institutional-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
.institutional-wrapper:after {
  content: "";
  max-width: 4.44rem;
  width: 100%;
  height: 0.01rem;
  display: inline-block;
}

.institutional-card {
  max-width: 4.44rem;
  width: 100%;
  height: 3.8rem;
  background: #FFFFFF;
  box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 0.58rem;
  box-sizing: border-box;
  padding: 0.4rem 0.2rem;
}
.institutional-card h4 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.09rem;
}
.institutional-card h4:after {
  content: "";
  width: 0.45rem;
  height: 0.02rem;
  display: inline-block;
  background-color: #666666;
  left: 0;
  bottom: 0;
  position: absolute;
}
.institutional-card h4 a {
  color: #333333;
  display: inline-block;
  font-size: 0.24rem;
}

.institutional-list {
  margin-top: 0.3rem;
}
.institutional-list li {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 0.16rem;
  position: relative;
  margin-right: 0.2rem;
  margin-bottom: 0.27rem;
}
.institutional-list li:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  position: absolute;
  background: url("/materialpub/images/yuan-off.png") no-repeat center center;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.institutional-list li:hover:before {
  background-image: url("/materialpub/images/yuan-on.png");
}
.institutional-list li:hover a {
  color: #00785A;
}
.institutional-list a {
  display: inline-block;
  font-size: 0.16rem;
  color: #666666;
}

.institutional-layout {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.56rem 0;
  display: flex;
  justify-content: space-between;
}

.detail-layout {
  display: flex;
  justify-content: space-between;
}

.detail-right {
  max-width: 3.01rem;
  width: 100%;
  height: auto;
  margin-top: 0.29rem;
}

.list-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  padding-bottom: 0.13rem;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}
.list-top h4 {
  font-size: 0.3rem;
  color: #333333;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.list-top h4 i {
  display: inline-block;
  font-size: 0.3rem;
  color: #00785A;
}
.list-top a {
  font-size: 0.16rem;
  color: #9E9E9E;
}

.notice-list {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-left: 0.01rem solid rgba(0, 0, 0, 0.1);
  margin-top: 0.2rem;
  padding-left: 0.14rem;
  padding-top: 0.25rem;
}
.notice-list a {
  display: inline-block;
}
.notice-list li {
  margin-bottom: 0.3rem;
}
.notice-list li:hover p, .notice-list li:hover h4 {
  color: #00785A;
}
.notice-list p {
  max-width: 0.8rem;
  width: 100%;
  height: 0.31rem;
  background: url("/materialpub/images/lj1.png") no-repeat center left;
  text-align: center;
  line-height: 0.31rem;
  box-sizing: border-box;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  color: #999999;
}
.notice-list h4 {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;
  padding-left: 0.1rem;
  margin-top: 0.12rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.detail-left {
  width: calc(100% - 3.1rem - 1.35rem);
  height: auto;
}

.detail-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.detail-cont h1 {
  font-size: 0.3rem;
  color: #333333;
  box-sizing: border-box;
  font-weight: bold;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 0.4rem;
  margin-bottom: 0.3rem;
  width: 100%;
}

.detail-info p, .detail-info a {
  width: 0.36rem;
  height: 0.36rem;
  background: #EFEFEF;
  display: block;
  text-align: center;
  line-height: 0.36rem;
  position: relative;
}
.detail-info .browse {
  margin-bottom: 0.17rem;
}
.detail-info .browse span {
  font-size: 0.14rem;
  color: #333333;
}
.detail-info i {
  font-size: 0.18rem;
  color: #00785A;
}
.detail-info .qrcode {
  position: absolute;
  left: 0.36rem;
  top: 0;
  display: none;
}
.detail-info a {
  margin-bottom: 0.07rem;
  cursor: pointer;
}

.detail-art {
  width: calc(100% - 0.86rem);
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  margin-bottom: 1.2em;
}
.detail-art p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #333333;
  margin-bottom: 1.2em;
}

.icon-zhidu {
  font-size: 0.47rem !important;
}

.system-list {
  width: 100%;
  height: auto;
}
.system-list li {
  width: 100%;
  height: 0.96rem;
  box-sizing: border-box;
  border-bottom: 0.01rem dashed rgba(0, 0, 0, 0.1);
}
.system-list li:hover span, .system-list li:hover p {
  color: #00785A;
}
.system-list a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.system-list span {
  font-size: 0.16rem;
  color: #9E9E9E;
}
.system-list p {
  font-size: 0.16rem;
  color: #333333;
  width: calc(100% - 1.2rem);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 1366px) and (min-width: 1152px) {
  .institutional-wrapper {
    column-count: 3;
    column-gap: 20px;
    display: block;
  }
  .institutional-card {
    height: 100%;
    overflow: auto;
    margin-bottom: 0.2rem;
    max-width: 100%;
  }
  .institutional-list a {
    font-size: 0.1866666667rem;
  }
  .detail-info p, .detail-info a {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .detail-info i {
    font-size: 0.24rem;
  }
  .detail-info .browse span {
    font-size: 0.1866666667rem;
  }
  .detail-art p {
    font-size: 0.1866666667rem;
  }
  .list-top a {
    font-size: 0.1866666667rem;
  }
  .system-list p {
    font-size: 0.1866666667rem;
  }
  .system-list span {
    font-size: 0.1866666667rem;
  }
  .notice-list p {
    max-width: 1.0666666667rem;
    height: 0.4133333333rem;
    line-height: 0.4133333333rem;
    font-size: 0.1866666667rem;
  }
  .notice-list h4 {
    font-size: 0.2133333333rem;
  }
}
@media screen and (max-width: 1200px) {
  .institutional-wrapper {
    column-count: 3;
    column-gap: 20px;
    display: block;
  }
  .institutional-card {
    height: 100%;
    overflow: auto;
    margin-bottom: 0.2rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 1152px) {
  .detail-left {
    width: calc(100% - 3.5rem);
  }
}
@media screen and (max-width: 996px) {
  .institutional-wrapper {
    column-count: 2;
  }
  .institutional-layout, .detail-layout {
    flex-direction: column;
  }
  .detail-left {
    width: 100%;
  }
  .detail-right {
    max-width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .institutional-wrapper {
    column-count: 1;
  }
}
@media screen and (max-width: 475px) {
  .institutional-container {
    padding: 0.4rem 0;
  }
}
