.page__achievement__detail {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin-top: 66px;
  font-family: AlibabaPuHuiTi-Regular;
  /* user-select: none; */
  overflow-x: hidden;
}

.page__achievement__detail section {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.layout__content {
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.box-bg {
  background-color: var(--bg-light-color);
}

.part__1 {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (min-width: 1921px) {
  .part__1 {
    background-size: cover;
  }
}

@media screen and (max-width: 1920px) {
  .part__1 {
    background-size: 1920px 732px;
  }
}

.part__2 {
  margin-top: -1px;
  padding-top: 46px;
}

.part__3,.part__4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.part__5 {
  padding-top: 40px;
  padding-bottom: 70px;
}

.part__2 .header .title,
.part__3 .header .title {
  width: 580px;
  height: 163px;
  background-size: 580px 163px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.part__4 .header .title {
  width: 422px;
  height: 38px;
  background-size: 422px 38px;
  background-repeat: no-repeat;
}

.list-box {
  width: 800px;
}

/* part1 */
.info-box {
  position: relative;
  width: 800px;
  border-radius: 20px;
  margin-top: 315px;
  left: 0;
  padding: 20px 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.info-box .text-list {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.info-box .detail-list {
  width: 720px;
  padding: 12px 19px 20px;
  border-radius: 10px;
  background-color: #F1F1F1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.info-box .detail-item {
  width: calc(50% - 20px);
  margin: 7px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  font-family: AlibabaPuHuiTi-Medium;
}

.info-box .detail-item i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  font-size: 22px;
  line-height: 22px;
}

.info-box .detail-item .univ {
  flex: 1;
  text-align: left;
}

.info-box .detail-item .univ .name {
  white-space: nowrap;
}

.info-box .detail-item .univ .sort {
  color: var(--text-sub2-color);
  font-family: AlibabaPuHuiTi-Regular;
}

.info-box .detail-item .num {
  font-family: 'Helvetica Neue';
}

.info-box .text {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.info-box .more {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

/* part2 */
.part__2 {
  position: relative;
}
.part__2 .list-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--bg-light-color);
  margin-bottom: 30px;
  overflow-x: hidden;
}

.part__2 .list-box .row-head,
.part__2 .list-box .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  font-size: 20px;
}

.part__2 .list-box .row-head {
  height: 54px;
  font-family: AlibabaPuHuiTi-Medium;
}

.part__2 .list-box .row {
  transition: all 0.3s;
}

.part__2 .list-box .row:nth-child(odd) {
  height: 46px;
}

.part__2 .list-box .row:nth-child(even) {
  height: 34px;
  background-color: #F1F1F1;
}

.part__2 .list-box .row:hover {
  box-shadow: 0px 0px 10px 0px var(--border-default-color);
  /* transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05) rotate(0.1deg);  
  -moz-transform:scale(1.05) rotate(0.1deg);  */
  transition: all 0.3s;
}

.part__2 .list-box div[class^='col-'],
.part__2 .list-box a[class^='col-'] {
  margin-left: 10px;
  text-align: center;
}

.part__2 .list-box .col-1 { width: 330px; text-align: left !important; }
.part__2 .list-box .col-2 { width: 205px; }
.part__2 .list-box .col-3 { width: 205px; }

.part__2 .list-box .detail-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}


.part__2 .desc-text {
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  width: 100%;
  text-align: center;
  color: var(--bg-light-color);
}

/* part3 */
.part__3 .list-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--bg-light-color);
  margin-bottom: 20px;
  overflow-x: hidden;
}

.part__3 .list-box .row-head,
.part__3 .list-box .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  font-size: 14px;
}

.part__3 .list-box .row-head {
  height: 40px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi-Medium;
}

.part__3 .list-box .row {
  flex-shrink: 0;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s;
}

.part__3 .list-box .row:nth-child(even) {
  background-color: #F1F1F1;
}

.part__3 .list-box .row:hover {
  box-shadow: 0px 0px 10px 0px var(--border-default-color);
  /* transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform:scale(1.05) rotate(0.1deg);  
  -moz-transform:scale(1.05) rotate(0.1deg);  */
  transition: all 0.3s;
}

.part__3 .list-box div[class^='col-'],
.part__3 .list-box a[class^='col-'] {
  margin-right: 10px;
  line-height: 20px;
  word-break: break-all;
}

.part__3 .list-box .col-1 {flex: 1; white-space: nowrap; }
.part__3 .list-box .col-2 { width: 108px; }
.part__3 .list-box .col-3 { width: 126px; }
.part__3 .list-box .col-4 { width: 128px; }
.part__3 .list-box .col-5 { width: 141px; }
.part__3 .list-box .col-6 { width: 175px; }

.part__3 .list-box .detail-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: calc(100vh - 200px);
  max-height: 900px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -ms-scroll-chaining: contain;
}

.part__3 .list-box .detail-list .row-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overscroll-behavior: contain;
  -ms-scroll-chaining: contain;
}

.part__3 .list-box .detail-list::-webkit-scrollbar {
  display: none;
  appearance: none;
}

.part__3 .desc-text {
  width: 128px;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  text-align: center;
  color: var(--bg-light-color);
  opacity: 0.8;
  margin: 0 auto;
  border-bottom: 1px solid var(--bg-light-color);
}

/* part4 */
.part__4 {
  font-family:Source Han Sans CN, PingFang SC,Microsoft Yahei,Microsoft Yahei UI,Segoe UI,Tahoma,SimSun,sans-serif,Hiragino Sans GB;
}
.part__4 .text-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  line-height: 27px;
  font-size: 18px;
}
.part__4 .article-list {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}

.part__4 .article-part {
  width: 100%;
  border-radius: 10px;
  background-color: var(--bg-light-color);
  padding: 30px 30px 10px;

}

.part__4 .article-part:not(:last-child) {
  margin-bottom: 15px;
}

.part__4 .article-part .part-title {
  font-weight: 700;
  font-size: 24px;
  width: 100%;
}
.part__4 .article {
  width: 100%;
  height: 148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.part__4 .article:last-child {
  border-bottom: none;
}

.part__4 .article .cover {
  width: 158px;
  height: 108px;
  overflow: hidden;
  margin-right: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part__4 .article .cover img {
  flex-shrink: 0;
  width: auto;
  min-width: 158px;
  height: 108px;
  transition: all 0.3s;
}

.part__4 .article:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform:scale(1.2) rotate(0.1deg);  
  -moz-transform:scale(1.2) rotate(0.1deg); 
  transition: all 0.3s;
}

.part__4 .article .info {
  flex: 1;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.part__4 .article .article-title {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  flex: 1;
}

.part__4 .article .detail-btn {
  width: 100%;
  text-align: right;
  font-size: 24px;
  line-height: 36px;
}

/* part5 */
.part__5 {
  font-family:Source Han Sans CN, PingFang SC,Microsoft Yahei,Microsoft Yahei UI,Segoe UI,Tahoma,SimSun,sans-serif,Hiragino Sans GB;
}

.part__5 .handbook-part {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: var(--bg-light-color);
  padding: 30px 30px 10px;
  margin-bottom: 40px;
  cursor: pointer;
}

.part__5 .handbook-part .image {
  position: absolute;
  top: -4px;
  right: -2px;
  width: 80px;
}

.part__5 .handbook-part .part-title {
  font-weight: 700;
  font-size: 24px;
  width: 100%;
}

.part__5 .handbook-part .part-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.part__5 .handbook-part .part-content .cover {
  width: 107px;
  height: 142px;
  overflow: hidden;
  margin-right: 13px;
}

.part__5 .handbook-part .part-content .cover img {
  width: 107px;
  height: 142px;
  object-fit: cover;
  transition: all 0.3s;
}

.part__5 .handbook-part .part-content .cover:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform:scale(1.2) rotate(0.1deg);  
  -moz-transform:scale(1.2) rotate(0.1deg); 
  transition: all 0.3s;
}

.part__5 .handbook-part .part-content .info {
  flex: 1;
  display: flex;
  height: 142px;
  flex-direction: column;
  justify-content: space-between;
}

.part__5 .handbook-part .part-content .info .tag-list {
  display: flex;
}

.part__5 .handbook-part .part-content .info .tag-list .tag-text {
  padding: 5px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #1890FF;
  border: 1px solid #1890FF;
  border-radius: 30px;
  margin-right: 10px;
}

.part__5 .handbook-part .part-content .info .handbook-desc {
  font-weight: 400;
  font-size: 20px;
  color: #8c8c8c;
}

.part__5 .handbook-part .part-content .info .detail-btn {
  width: 100%;
  text-align: right;
  font-size: 24px;
  line-height: 36px;
}

.part__5 .text-list {
  margin-bottom: 22px;
}

.part__5 .text-list p {
  font-size: 18px;
  color: var(--bg-light-color);
  line-height: 27px;
  margin-bottom: 27px;
}

.part__5 .recommend-title {
  position: relative;
  font-size: 24px;
  width: 100%;
  padding-left: 20px;
  color: var(--bg-light-color);
  font-weight: bold;
  margin-bottom: 33px;
}

.part__5 .recommend-title::before {
  content: ' ';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: var(--bg-light-color);
}

.part__5 .commend-list {
  width: 100%;
}

.part__5 .commend-part {
  width: 100%;
  border-radius: 10px;
  background-color: var(--bg-light-color);
  padding: 30px 30px 10px;

}

.part__5 .commend-part:not(:last-child) {
  margin-bottom: 15px;
}

.part__5 .part-title {
  font-weight: 700;
  font-size: 24px;
  width: 100%;
}

.part__5 .recommend {
  width: 100%;
  height: 148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.part__5 .recommend .cover {
  width: 158px;
  height: 108px;
  overflow: hidden;
  margin-right: 13px;
}

.part__5 .recommend .cover img {
  width: 158px;
  height: 108px;
  object-fit: cover;
  transition: all 0.3s;
}

.part__5 .recommend:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform:scale(1.2) rotate(0.1deg);  
  -moz-transform:scale(1.2) rotate(0.1deg); 
  transition: all 0.3s;
}

.part__5 .recommend .info {
  flex: 1;
  height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.part__5 .recommend .recommend-desc {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  flex: 1;
  color: var(--text-sub2-color);
}

.part__5 .recommend .detail-btn {
  width: 100%;
  text-align: right;
  font-size: 24px;
  line-height: 36px;
}

.contact-logo {
  position: absolute;
  top: 203px;
  left: calc(50% + 420px);
  width: 213px;
  height: 201px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.contact-logo.sticky {
  position: fixed;
  top: 66px;
  z-index: 2;
}

.more-btn {
  margin-top: 40px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-light-color) !important;
}

.more-btn:hover,.more-btn:active, .more-btn:visited {
  color: var(--bg-light-color) !important;
}

.more-btn .icon {
  margin-top: 2px;
  font-size: 30px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.contact-btn {
  margin-top: 40px;
  width: 571px;
  height: 68px;
  border-radius: 10px;
  background-color: #FFA913;
  line-height: 68px;
  color: var(--bg-light-color);
  text-align: center;
  font-size: 32px;
  cursor: pointer;
}





