/* #region 基本样式 */
body {
  background: #eee;
}

.breadcrumb {
  margin: 16px auto;
  background-color: white;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
}

.module:not(:first-child) {
  margin-top: 30px;
}

.institution > .left {
  width: 828px;
}

.institution > .right {
  width: 342px;
}

.institution > .left .module {
  padding: 36px;
  background: #fff;
  border-radius: 12px;
}

.find-city {

}
/* #endregion */

/* #region 机构列表 */
.institution > .left .list li {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.institution > .left .list li:first-child {
  padding-top: 0;
}

.institution > .left .list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.institution .left .img {
  overflow: hidden;
  width: 270px;
  height: 169px;
  border-radius: 12px;
  margin-right: 25px
}

.institution .text {
  flex: 1;
}

.institution .text h2 {
  font-size: 20px;
  font-weight: 500;
}

.institution .text h2 > a {
  color: #666;
  transition: .3s;
}

.institution .text h2 > a:hover {
  color: #ff7a7d;
  transition: .3s;
}

.institution .text h2 > span {
  display: inline-block;
  vertical-align: 3px;
  margin-left: 10px;
  padding: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background: #ff7a7d;
  border-radius: 10px;
}

.institution .infos {
  margin-top: 30px;
  color: #999;
  font-size: 16px;
  font-weight: 300;
}

.institution .infos > span:first-child {
  margin-right: 36px;
}

.institution .infos .align {
  display: flex;
  margin-top: 16px;
}

.institution .infos p {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* #endregion  */

/* #region */

/* #endregion  */

/* #region 最新收录 */
.newest .link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.newest .link a {
  display: inline-block;
  width: calc(50% - 8px);
  text-align: center;
}

.newest .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 108px;
  border-radius: 12px;
}

.newest .link .img img {
  transition: 0.3s;
}

.newest .link a:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}

.newest .transition {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  transition: 0.3s;
}

.newest .link a:hover .transition {
  bottom: -25px;
  transition: 0.3s;
}

.newest .transition > span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 12px;
  color: #fff;
}

.newest .link h3 {
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.newest .link a:hover h3 {
  color: #ff7a7d;
  transition: 0.3s;
}
/* #endregion  */

/* #region Right */
.right .link-img {
  width: 100%;
  height: 530px;
}

.right .topic-circle {
  display: block;
}

.topic-circle .content {
  display: flex;
  justify-content: space-between;
}

/* .topic-circle .list li {
  margin-top: 0 !important;
} */

.topic-circle .right .img {
  width: 122px;
  height: 122px;
}
/* #endregion */