  body {
  background-color: #F2F2F2;
}
.swiper_banner {
  width: 100%;
}
.banner_box {
  width: 100%;
}
.banner_box img {
  width: 100%;
}
/*
Ïµ²¿ÂÓÓ°
***/
.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 .down_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile_right .down_list > li {
  background-color: #fff;
  width: 49%;
  border-radius: 10px;
  margin-bottom: 40PX;
}
.profile_right .down_list > li a:hover > .down_logo {
  border-radius: 0 6px 6px 0;
  background-color: #066A31;
}
.profile_right .down_list > li a:hover > .down_logo > i {
  color: #fff;
  border: none;
}
.profile_right .down_list > li a {
  display: flex;
  justify-content: space-between;
}
.profile_right .down_list > li a .list_date {
  padding: 32PX 22PX;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile_right .down_list > li a .list_date > span:first-child {
  font-weight: bold;
  color: #666666;
}
.profile_right .down_list > li a .list_date > span:last-child {
  font-weight: bold;
  color: #999999;
}
.profile_right .down_list > li a > p {
  padding: 32PX 0;
  width: 50%;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.profile_right .down_list > li a > .down_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32PX 0;
}
.profile_right .down_list > li a > .down_logo > i {
  padding: 0 34PX;
  color: #CECECE;
  font-size: 25PX;
  border-left: 1px solid #DCDCDC;
}
.profile_right .page_bottom {
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_right .page_bottom .page_turner {
  display: flex;
}
.profile_right .page_bottom .page_turner li {
  white-space: nowrap;
  margin: 60PX 5PX;
  padding: 13PX 15PX;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}
.profile_right .page_bottom .page_turner li .last_icon {
  display: block;
  transform: rotate(180deg);
}
.profile_right .page_bottom .turner_num {
  overflow: hidden;
}
@media screen and (max-width: 1520PX) {
  .profile_right .setting_content > li .setting_logo {
    width: 25%;
  }
  .profile_right .setting_content > li .setting_logo > span {
    padding: 0px 15PX;
  }
  .profile_right .setting_content > li .setting_word {
    width: 67%;
  }
}
@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 .setting_content > li {
    display: flex;
    justify-content: space-between;
    padding: 10PX 5PX;
  }
  .profile_right .setting_content > li .setting_logo {
    border-right: 1px solid #DCDCDC;
    padding-right: 10px;
    width: 30%;
    display: flex;
    flex-direction: column;
  }
  .profile_right .setting_content > li .setting_logo > span {
    margin-top: 10px;
    padding: 0;
    border: none;
  }
  .profile_right .setting_content > li .setting_word {
    width: 50%;
    margin-left: 10px;
  }
  .profile_right .setting_content > li .setting_to > i::after {
    right: 40px;
    width: 24px;
  }
}
