@charset "UTF-8";
/* talents 图标列表 */
.talents-icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.48rem;
}
.talents-icon-list a {
  width: 32%;
  display: block;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  box-sizing: border-box;
  height: 1.5rem;
  overflow: hidden;
  margin-right: 2%;
}
.talents-icon-list a:nth-child(3n){
  margin-right: 0;
}
.talents-icon-list a img {
  width: auto;
  max-width: 70%;
  transition: all 0.3s;
}
.talents-icon-list a:hover img{
  transform: scale(1.02);
}
.talents-icon-list a:nth-child(n + 4) {
  margin-bottom: 0;
}
/*分栏开始 talents policie */
.talents-box {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
/*左侧 talents policie */
.talents-policie {
  width: 48%;
}
.talents-news {
  margin-bottom: 0.4rem;
  display: block;
}
.talents-news h3{
  width: 100%;
  color: var(--text-color-main);
  font-size: 0.32rem;
  font-family: var(--font-family-title);
  letter-spacing: var(--letter-spacing2);
  padding-bottom: 0.04rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.talents-news-txt{
  font-size: 0.21rem;
  font-family: var(--font-family-content);
  color: #403a3a;
  line-height: 0.27rem;
  /* font-weight: bold; */
  letter-spacing: var(--letter-spacing1);
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 1.6rem;
}

.talents-policie-list{
  display: flex;
  justify-content: space-between;
}
.talents-policie-list a{
  background: #f77bc1;
  border-radius: 0.2rem;
  width: 32%;
  padding: 0.2rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 1.5rem;
  transition: all 0.3s;
}
.talents-policie-list a h3{
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.talents-policie-list a img{
  position: absolute;
  right: -0.05rem;
  bottom: -0.05rem;
  width: 25%;
}
.talents-policie-list a:hover{
  background: var(--text-color-main);
}
/* 右侧 academic-events */
.talents-academic-events{
  width: 48%;
}
.talents-item-img img{
 width: 100%;
 display: block;
}
/* .talents-list-box .articlelist-item:hover .articlelist-item-right .articlelist-item-right-title{
  color: var(--text-color-main);
} */
/* 手机版的样式 */
@media screen and (max-width: 769px) {
  .talents-icon-list a{
    width: 48%;
    margin-right: 4%;
  }
  .talents-icon-list a:nth-child(2n){
    margin-right: 0;
  }
  .talents-icon-list a:nth-child(3n){
    margin-right: 4%;
  }
  .talents-icon-list a:nth-child(n + 4){
    margin-bottom: 0.3rem;
  }
  .talents-icon-list a:nth-child(n + 5){
    margin-bottom: 0;
  }
  .talents-box{
    margin-bottom: 0.8rem;
  }
  .talents-policie{
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .talents-academic-events{
    width: 100%;
  }
}
