  /*
banner
**/
.banner_box {
  width: 100%;
}
.banner_box img {
  width: 100%;
}
body {
  background-color: #F2F2F2;
}
/*
ÈÙÓþ³É¼¨ÏêÇé
***/
.profile_right {
  width: 75%;
}
.profile_right .profile_title {
  margin: 40PX 0 30PX;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile_right .profile_title h3 {
  color: #A87E53;
}
.profile_right .new_content {
  margin-top: 40PX;
  padding: 50PX 60PX;
  background-color: #fff;
}
.profile_right .new_content h3 {
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.profile_right .new_content .title_details {
  display: block;
  margin: 30PX 0 38px;
  font-weight: 400;
  color: #999999;
}
.profile_right .new_content .swiper_img {
  display: flex;
  width: 100%;
  margin-bottom: 50PX;
}
.profile_right .new_content .swiper_img > li:last-child {
  margin-right: 0;
}
.profile_right .new_content .swiper_img li {
  width: 23%;
  margin-right: 25PX;
}
.profile_right .new_content .swiper_img li img {
  width: 100%;
}
.profile_right .new_content p {
  line-height: 26PX;
  margin-bottom: 30PX;
}
.profile_right .new_content .translate_page {
  border-top: 1px solid #E5E5E5;
  padding-top: 10PX;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile_right .new_content .translate_page .translate_left {
  display: flex;
  flex-direction: column;
}
.profile_right .new_content .translate_page .translate_left a {
  padding: 15PX 0;
}
.profile_right .new_content .translate_page .translate_left .change {
  color: #066A31;
}
.profile_right .new_content .translate_page .translate_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profile_right .new_content .translate_page .translate_right i {
  padding: 14PX;
  text-align: center;
  background-color: #A87E53;
  font-size: 20PX;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 13PX;
}
.profile_right .new_content .translate_page .translate_right span {
  color: #999999;
}
@media screen and (max-width: 1400PX) {
  .department_profile {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000PX) {
  .profile_right {
    width: 100%;
  }
  .profile_right .profile_title {
    display: flex;
    flex-direction: column;
  }
  .profile_right .profile_title h3 {
    margin-bottom: 10px;
  }
  .profile_right .new_content {
    padding: 20px;
  }
  .profile_right .new_content > h3 {
    font-size: 20px;
  }
  .profile_right .new_content .title_details {
    margin: 20px 0;
    line-height: 20px;
  }
  .profile_right .new_content .swiper_img {
    margin-bottom: 20px;
  }
  .profile_right .new_content > p {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .profile_right .new_content .translate_page {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .profile_right .new_content .translate_page .translate_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .profile_right .new_content .translate_page .translate_left div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 8PX 0;
  }
  .profile_right .new_content .translate_page .translate_left div span {
    width: 30%;
  }
  .profile_right .new_content .translate_page .translate_left div span:last-child {
    width: 100%;
  }
  .profile_right .new_content .translate_page .translate_left .change {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .profile_right .new_content .translate_page .translate_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .profile_right .new_content .translate_page .translate_right i {
    padding: 14PX;
    text-align: center;
    background-color: #A87E53;
    font-size: 20PX;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 13PX;
  }
  .profile_right .new_content .translate_page .translate_right span {
    color: #999999;
  }
}
