  /*
banner
**/
.banner_box {
  width: 100%;
}
.banner_box img {
  width: 100%;
  height: 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;
  font-size: inherit;
  margin-bottom: 40px;
}
.profile_right .new_content .top_title {
  padding-bottom: 30PX;
  border-bottom: 1PX solid #E5E5E5;
  margin-bottom: 40px;
}
.profile_right .new_content .top_title 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 h4 {
  line-height: 30px;
  margin-bottom: 30PX;
}
.profile_right .new_content .title_details {
  display: block;
  margin: 30PX 0 38px;
  font-weight: 400;
  color: #999999;
}
.profile_right .new_content p {
  line-height: 30PX !important;
  
}
@media screen and (max-width: 1400PX) {
  .department_profile {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000PX) {
  .department_profile {
    flex-direction: column;
  }
  .department_profile .profile_left {
    margin-top: 30PX;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .department_profile .profile_left .generalization {
    width: 45%;
  }
  .department_profile .profile_left .generalization > li {
    display: flex;
    justify-content: center;
    padding: 12px 0;
  }
  .department_profile .profile_left .retrun_home {
    padding: 10PX 30px;
  }
  .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 h4 {
    margin-bottom: 20px;
  }
  .profile_right .new_content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
