.c_listImg_1 {
  margin-bottom: 13px;
}
.c_listImg_2 {
  margin-bottom: 24px;
}
.c_listImg_3 {
  margin-bottom: 24px;
}
.c_listImg_3:last-child {
  margin-bottom: 0;
}
.c_listImg_1 .img_detail {
  margin-bottom: 10px;
}
.c_listImg_2 .img_detail {
  width: 700px;
  height: 525px;
  margin-bottom: 10px;
}
.img_detail {
  position: relative;
}
.img_detail img {
  width: 100%;
  height: 100%;
  border: none !important;
  margin-bottom: 0 !important;
  padding: 0 0 !important;
}
.img_label {
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0 !important;
  background-color: #294bb1;
  line-height: 1 !important;
}
.img_group3 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.img_group3 > * {
  box-sizing: content-box;
}
.img_group3_item {
  width: calc(100% / 3);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.img_group3_item .img_content {
  flex: 1 1 auto;
}
.img_group3_item:nth-child(3n + 1) {
  padding-left: 0;
}
.img_group3_item .img_content .img_detail {
  margin-bottom: 8px;
}
.c_listImg_3 > * {
  box-sizing: content-box;
}
.c_listImg_3 {
  display: flex;
  justify-content: center;
}
.c_listImg_3_item {
  width: calc(50% - 10px);
  padding-left: 20px;
}
.c_listImg_3_item:nth-child(2n + 1) {
  padding-left: 0;
}
.btn_group {
  display: flex;
  justify-content: center;
}
.btn_before {
  box-sizing: border-box;
  display: block;
  width: 110px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  color: #222222 !important;
  text-decoration: none;
  padding: 7px 5px 2px 25px;
  border: 1px dotted #707070;
  border-radius: 4px;
  background: url(images/arrow.gif) no-repeat 10px center;
}
.no_margin {
  margin: 0 0;
}
.btn_zoom {
  box-sizing: border-box;
  display: block;
  width: 91px;
  font-size: 14px;
  font-weight: 300;
  color: #222222 !important;
  text-decoration: none;
  padding: 7px 5px 7px 25px;
  border: 1px dotted #707070;
  border-radius: 4px;
  background: url(images/arrow.gif) no-repeat 10px center;
  margin-right: 10px;
}
.btn_left {
  margin: 0 0;
  margin-left: 55px;
}
.realestate_product_btn {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.realestate_product_btn img {
  border: none !important;
  margin-bottom: 0 !important;
  padding: 0 0 !important;
}
.c_listImg_3_item .img_detail {
  margin-bottom: 8px;
}
.c_listImg_3_item .btn_zoom {
  padding-top: 5px;
  padding-bottom: 5px;
}
.c_listImg_3_item .btn_before {
  padding-top: 5px;
  padding-bottom: 5px;
}
.lb-outerContainer{
  width: 700px !important;
  height: auto !important;
}
.lightbox .lb-image{
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.lb-nav a.lb-next{
  background: url(./images/next.png) 100% 50% no-repeat;
}
.lb-container{
  border: 4px solid white;
}
.estate_group {
  margin-bottom: 48px;
}
.estate_group figure {
   border: 3px solid #000;
   margin-bottom: 20px;
   border-radius: 5px;
   overflow: hidden;

}
.estate_group img{
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}
.estate_group iframe {
  width: 100%;
}
.estate_group .link-pdf {
  border: 2px solid #c00;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  margin: 20px auto 0;
  text-align: center;
}
.estate_group .link-pdf:hover {
  background: #c00;
  color: #fff;
}