/* 首页和学院概述公用的模块 */
.common-index-department {
  padding-top: 1.45rem;
  padding-bottom: 1.2rem;
}
.common-index-department .title-box .en-title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 1;
  transform: translateX(-18px);
}
.common-index-department .title-box .en-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(201, 18, 25, 0);
  border: 1px solid #1358a9;
  border-radius: 50%;
  margin-right: 10px;
}
.common-index-department .title-box .zh-title {
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #1358a9;
  line-height: 1;
  margin-top: 10px;
}
.common-index-department .list {
  width: 100%;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-index-department .list .left {
  width: 40.885%;
}
.common-index-department .list .left .item {
  width: 100%;
}
.common-index-department .list .left .item:last-of-type {
  margin-bottom: 0;
}
.common-index-department .list .left .item:first-of-type .department-head {
  padding-top: 0;
}
.common-index-department .list .left .item.current .department-head .department-title {
  font-weight: bold;
  font-size: max(0.26rem, 18px);
  color: #1358a9;
}
.common-index-department .list .left .item.current .department-head .deraptment-icon {
  opacity: 0;
}
.common-index-department .list .left .item.current .department-border span {
  animation: width 10s linear forwards;
}
.common-index-department .list .left .item .department-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-top: max(0.4rem, 25px);
}
.common-index-department .list .left .item .department-head .department-title {
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.26rem, 16px);
  color: #666666;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  transition: all 0.6s ease;
}
.common-index-department .list .left .item .department-head .deraptment-icon {
  user-select: none;
  cursor: pointer;
  transition: all 0.6s ease;
}
.common-index-department .list .left .item .department-desc {
  font-weight: 300;
  font-size: max(0.18rem, 15px);
  color: #666666;
  margin-top: max(15px, 0.32rem);
  line-height: 1.777;
  display: none;
}
.common-index-department .list .left .item .link-btn {
  width: 150px;
  height: 42px;
  background: #1358a9;
  border-radius: 21px;
  font-family: Source Han Sans CN, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: max(15px, 0.34rem);
  transition: all 0.45s ease;
}
.common-index-department .list .left .item .link-btn:hover {
  background-color: #1358a9;
}
.common-index-department .list .left .item .link-btn img {
  margin-left: 20px;
}
.common-index-department .list .left .item .department-border {
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-top: max(0.39rem, 20px);
  position: relative;
}
.common-index-department .list .left .item .department-border span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #1358a9;
}
.common-index-department .list .right {
  width: 49.349%;
}
.common-index-department .list .right .pic-list {
  display: block;
  width: 100%;
  height: 100%;
}
.common-index-department .list .right .pic-list .pic-item {
  display: none;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
/* 修改显示比例 */
.common-index-department .list .right .pic-list .pic-item::after {
  content: "";
  display: block;
  padding-top: 115.964%;
}
.common-index-department .list .right .pic-list .pic-item.current {
  display: block;
}
.common-index-department .list .right .pic-list .pic-item img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@keyframes width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}


.work-about .title-box .en-title,
.index-page .title-box .en-title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 1;
  transform: translateX(-18px);
}
.work-about .title-box .en-title::before,
.index-page .title-box .en-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(201, 18, 25, 0);
  border: 1px solid #1358a9;
  border-radius: 50%;
  margin-right: 10px;
}
.work-about .title-box .zh-title,
.index-page .title-box .zh-title {
  font-size: 30px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium, sans-serif;
  font-weight: 500;
  text-align: left;
  color: #1358a9;
  line-height: 1;
  margin-top: 10px;
}







@media (max-width:1600px){
  .common-index-department .list .right .pic-list .pic-item::after {
    padding-top: 90%;
  }
}
@media (max-width: 768px) {
  .common-index-department .list {
    flex-wrap: wrap;
  }
  .common-index-department .list .left,
  .common-index-department .list .right {
    width: 100%;
  }
  .common-index-department .list .left {
    margin-bottom: 25px;
  }
  .common-index-department .list .right .pic-list .pic-item::after {
    padding-top: 75%;
  }
  .common-index-department .title-box .en-title {
    transform: translateX(0);
  }
}
@media (max-width: 576px) {
  .common-index-department .list .right .pic-list .pic-item {
    border-radius: 10px;
  }
}
