  /*
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 .news_content {
  display: flex;
  flex-direction: column;
}
.profile_right .news_content li {
  margin-top: 30PX;
}
.profile_right .news_content li > a {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.profile_right .news_content li > a > img {
  width: 25%;
}
.profile_right .news_content li > a .new_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
  width: 56%;
}
.profile_right .news_content li > a .new_center > h3 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10PX;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.profile_right .news_content li > a .new_center .line {
  display: block;
  width: 30px;
  height: 5px;
  background: #066A31;
}
.profile_right .news_content li > a .new_center > p {
  margin-top: 16PX;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.profile_right .news_content li > a .new_date::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 66px;
  background: #DCDCDC;
}
.profile_right .news_content li > a .new_date {
  position: relative;
  width: 15%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.profile_right .news_content li > a .new_date > span:first-child {
  font-size: 50PX;
  font-weight: bold;
}
.profile_right .news_content li > a .new_date > span:last-child {
  margin-top: 20PX;
  color: #333333;
}
.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 .news_content > a .new_center {
    width: 60%;
    padding: 15px 0;
  }
  .profile_right .news_content > a .new_date {
    width: 12%;
  }
}
@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 .news_content > li > a {
    flex-direction: column;
  }
  .profile_right .news_content > li > a > img {
    width: 100%;
  }
  .profile_right .news_content > li > a .new_center {
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .profile_right .news_content > li > a .new_center > h3 {
    margin-bottom: 0;
  }
  .profile_right .news_content > li > a .new_date::after {
    display: none;
  }
  .profile_right .news_content > li > a .new_date {
    border-top: 1px solid #DCDCDC;
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
  }
}
