.news-index {
  margin: 0 auto;
  width: 100%;
  background-color: #eaf0f5;
  padding: 140px 0 30px 0;
}
.news-index .news-full {
  background-color: #ffffff;
  width: 1200px;
  margin: 0 auto;
  min-height: 820px;
  padding: 50px 20px;
}
.news-index .news-full .news-category {
  float: left;
  width: 170px;
  padding: 10px 0 0 0;
}
.news-index .news-full .news-category .nav {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  width: 130px;
  margin: 0 0 20px 0;
}
.news-index .news-full .news-category .nav a:link,
.news-index .news-full .news-category .nav a:visited,
.news-index .news-full .news-category .nav a:hover {
  font-size: 17px;
  font-weight: 400;
  color: #999;
  text-decoration: none;
}
.news-index .news-full .news-category .nav a.selected:link,
.news-index .news-full .news-category .nav a.selected:visited,
.news-index .news-full .news-category .nav a.selected:hover {
  color: #0462ca;
}
.news-index .news-full .news-body {
  float: left;
  width: 660px;
  text-align: left;
  padding: 6px 0 0 0;
}
.news-index .news-full .news-body .news-search {
  width: 600px;
  height: 80px;
  position: relative;
  margin: auto;
}
.news-index .news-full .news-body .news-search .news-search_warp {
  width: 100%;
  height: 100%;
}
.news-index .news-full .news-body .news-search .news-search_warp input {
  width: 480px;
  padding: 13px 25px 13px 20px;
  position: absolute;
  top: 17px;
  left: 0;
  border: 0;
  outline: 0;
  margin: 0;
  background: #f7f7f7;
  border-radius: 4px 0 0 4px;
  color: #333333;
  border: solid 1px #e8e8e8;
}
.news-index .news-full .news-body .news-search .news-search_warp .sbtn {
  width: 80px;
  height: 43.5px;
  position: absolute;
  top: 17px;
  left: 525px;
  border: solid 1px #e8e8e8;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  color: #333333;
}
.news-index .news-full .news-body .news-search .news-search_warp .sbtn:hover {
  color: #fff;
  background-color: #0462ca;
}
.news-index .news-full .news-body .rows {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 25px 0;
  padding: 20px;
  border-radius: 5px;
}
.news-index .news-full .news-body .rows .title {
  margin-bottom: 10px;
  width: 100%;
}
.news-index .news-full .news-body .rows .title a:link,
.news-index .news-full .news-body .rows .title a:visited,
.news-index .news-full .news-body .rows .title a:hover {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.news-index .news-full .news-body .rows .date {
  width: 100%;
  color: #777;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.news-index .news-full .news-body .rows .description {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
}
.news-index .news-full .news-body .rows .description a:link,
.news-index .news-full .news-body .rows .description a:visited,
.news-index .news-full .news-body .rows .description a:hover {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.news-index .news-full .news-body .rows .more {
  padding: 5px 0 0 0;
  width: 100%;
  text-align: right;
  display: none;
}
.news-index .news-full .news-body .rows .more a:link,
.news-index .news-full .news-body .rows .more a:visited,
.news-index .news-full .news-body .rows .more a:hover {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.news-index .news-full .news-body .rows:hover {
  background-color: #eaf0f5;
}
.news-detail {
  margin: 0 auto;
  width: 100%;
  background-color: #eaf0f5;
  padding: 140px 0 30px 0;
}
.news-detail .news-full {
  background-color: #ffffff;
  width: 980px;
  margin: 0 auto;
  min-height: 820px;
  padding: 50px 60px;
}
.news-detail .news-full .bread-crumbs {
  text-align: left;
  color: #333;
}
.news-detail .news-full .bread-crumbs a:link,
.news-detail .news-full .bread-crumbs a:visited,
.news-detail .news-full .bread-crumbs a:hover {
  color: #333;
  text-decoration: none;
}
.news-detail .news-full .news-body {
  float: left;
  width: 660px;
  text-align: left;
  padding: 6px 0 0 0;
}
.news-detail .news-full .news-body .rows .back {
  padding: 20px 0 0 0;
  width: 100%;
  text-align: right;
}
.news-detail .news-full .news-body .rows .back a:link,
.news-detail .news-full .news-body .rows .back a:visited,
.news-detail .news-full .news-body .rows .back a:hover {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.news-detail .news-full .news-body .rows .back a:hover {
  color: #0462ca;
}
.news-detail .news-full .news-body .rows .title {
  padding: 0 0 10px 0;
}
.news-detail .news-full .news-body .rows .title h1 {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 400;
  line-height: 35px;
}
.news-detail .news-full .news-body .rows .sub-title {
  display: flex;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 20px;
  font-weight: 400;
  color: #333;
}
.news-detail .news-full .news-body .rows .sub-title .author,
.news-detail .news-full .news-body .rows .sub-title .date {
  padding: 0 0 0 20px;
}
.news-detail .news-full .news-body .rows .sub-title .back {
  width: unset;
  padding: unset;
  flex: 1;
}
.news-detail .news-full .news-body .rows .sub-title .back a:link,
.news-detail .news-full .news-body .rows .sub-title .back a:visited,
.news-detail .news-full .news-body .rows .sub-title .back a:hover {
  color: #333;
}
.news-detail .news-full .news-body .rows .sub-title .back a:hover {
  color: #0462ca;
}
.news-detail .news-full .news-body .rows .fengmian {
  margin-bottom: 20px;
  position: relative;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_bg {
  width: 660px;
  height: 103px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content {
  position: absolute;
  padding: 20px 15px;
  width: 660px;
  height: 103px;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box {
  display: block;
  content: "";
  clear: both;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left {
  float: left;
  width: 450px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_name {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_ol {
  margin-top: 20px;
  padding: 0;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_ol .widthbig {
  width: 160px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_ol .fl {
  float: left;
  text-align: center;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_ol li {
  font-size: 14px;
  color: #666666;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_ol li img {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -1px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_ol li p {
  padding: 0;
  margin: 0;
  color: #e4393c;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_left .fengmian_content_box_left_ol li:nth-of-type(1) img {
  margin-top: -2px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_right {
  float: right;
  width: 130px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_right .fengmian_content_jiage {
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_right .fengmian_content_jiage p {
  padding: 0;
  margin: 0;
  color: #e4393c;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_right .fengmian_content_jiage span:nth-of-type(1) {
  color: #e4393c;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_right .fengmian_content_jiage span:nth-of-type(2) {
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_right .fengmian_content_chakan {
  width: 68px;
  height: 24px;
  line-height: 24px;
  background: #0462ca;
  color: white;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 1px;
}
.news-detail .news-full .news-body .rows .fengmian .fengmian_content .fengmian_content_box .fengmian_content_box_right .fengmian_content_chakan a {
  color: white;
}
.news-detail .news-full .news-body .rows .body p {
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding: 0 0 10px 0;
}
.news-detail .news-full .news-body .rows .body .image-align-center {
  text-align: center;
  padding: 10px 0;
}
.news-detail .news-full .news-body .rows .body img {
  width: 100%;
  height: unset;
  padding: 10px 0;
}
.news-detail .news-full .news-body .rows .body .building_info_container a:link,
.news-detail .news-full .news-body .rows .body .building_info_container a:visited,
.news-detail .news-full .news-body .rows .body .building_info_container a:hover,
.news-detail .news-full .news-body .rows .body .building_info_container a.selected {
  color: #333333;
}
.news-detail .news-full .news-body .rows .body .building_info_container .img {
  text-align: center;
  padding: 20px 0;
}
.news-detail .news-full .news-body .rows .body .building_info_container .img .inside-images {
  padding: 10px 0;
}
.news-detail .news-full .news-body .rows .body .building_info_container .subtitle {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  padding: 10px 0;
  border-bottom: solid 1px #d3d3d3;
  margin: 0px 0 20px 0;
}
.news-detail .news-full .news-body .rows .body .building_info_container .column_3 {
  font-size: 14px;
  line-height: 26px;
}
.news-detail .news-full .news-body .rows .body .building_info_container .slyzu-daydayup {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 20px 0;
}
.news-detail .news-full .news-body .rows .body .building_info_container .list-info {
  width: 100%;
  font-size: 14px;
}
.news-detail .news-full .news-body .rows .body .building_info_container .list-info tr {
  height: 30px;
}
.news-detail .news-full .news-body .rows .body .building_info_container .sub-subtitle {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  padding: 10px 0;
}
.news-detail .news-full .news-body .rows .body .building_info_container .surrounding {
  display: flex;
  flex-flow: wrap;
}
.news-detail .news-full .news-body .rows .body .building_info_container .surrounding .housing-detail {
  padding: 10px;
}
.news-detail .news-full .news-body .rows .body .building_info_container .qrcode {
  text-align: center;
  padding: 50px 0 0;
}
.news-detail .news-full .news-body .rows .body .building_info_container .tel {
  padding: 20px 0;
  font-size: 16px;
}
.news-detail .news-full .news-body .pagination {
  padding: 30px 0;
}
.news-detail .news-full .news-body .pagination .next,
.news-detail .news-full .news-body .pagination .previous {
  padding: 10px 0 0;
}
.news-detail .news-full .news-body .pagination .next a:link,
.news-detail .news-full .news-body .pagination .previous a:link,
.news-detail .news-full .news-body .pagination .next a:visited,
.news-detail .news-full .news-body .pagination .previous a:visited,
.news-detail .news-full .news-body .pagination .next a:hover,
.news-detail .news-full .news-body .pagination .previous a:hover {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.news-detail .news-full .news-body .pagination .next a:hover,
.news-detail .news-full .news-body .pagination .previous a:hover {
  color: #0462ca;
}
.news-detail .news {
  background: #ffffff;
  margin: 50px auto;
}
.news-detail .news .news-list {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  padding: 40px 0 ;
}
.news-detail .news .news-list .news-section {
  width: 495px;
  padding: 0 25px;
}
.news-detail .news .news-list .news-section .sub-section-title {
  text-align: left;
}
.news-detail .news .news-list .news-section .rows {
  font-size: 14px;
  padding: 10px 0 0 0;
}
.news-detail .news .news-list .news-section .rows .news-info {
  display: flex;
}
.news-detail .news .news-list .news-section .rows .news-info .title.sub-section-title {
  font-size: 18px;
  padding: 0 0 10px 0;
  text-align: left;
  font-width: 400;
}
.news-detail .news .news-list .news-section .rows .news-info .title {
  width: 400px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-detail .news .news-list .news-section .rows .news-info .title a:link,
.news-detail .news .news-list .news-section .rows .news-info .title a:visited,
.news-detail .news .news-list .news-section .rows .news-info .title a:hover {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.news-detail .news .news-list .news-section .rows .news-info .title a:hover {
  color: #0462ca;
}
.news-detail .news .news-list .news-section .rows .news-info .date {
  text-align: right;
  width: 150px;
  color: #666666;
}
.news-detail .news .news-list .news-section .rows .news-info .date.more a:link,
.news-detail .news .news-list .news-section .rows .news-info .date.more a:visited,
.news-detail .news .news-list .news-section .rows .news-info .date.more a:hover {
  font-size: 14px;
  padding: 0 0 10px 0;
  text-decoration: none;
  color: #777777;
}
.news-detail .news .news-list .news-section .rows .news-info .date.more a:hover {
  color: #0462ca;
}
.news-detail .news .news-list .news-section.full {
  width: 1100px;
  display: flex;
  flex-flow: wrap;
}
.news-detail .news .news-list .news-section.full .rows.full {
  width: 1100px;
}
.news-detail .news .news-list .news-section.full .rows.full .news-info {
  display: flex;
  justify-content: space-between;
}
.news-detail .news .news-list .news-section.full .rows {
  padding: 10px 50px 0 0;
  width: 492px;
}
.news-detail .news .news-list .news-section.full .rows.ss {
  padding-right: unset;
}
.news-detail .news .news-list .news-section.full .rows.ss .news-info {
  display: flex;
  justify-content: space-between;
}
.news-detail .news .news-list .news-section.full .rows.ss .news-info .title {
  width: 500px;
}
.right-housing {
  width: 260px;
  float: right;
  padding: 35px 0 0 0;
}
.right-housing .is-hot .section-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  padding: 0 0 20px 0;
}
.right-housing .is-hot .box .hot-housings {
  display: flex;
  padding: 0 0 15px 0;
}
.right-housing .is-hot .box .hot-housings .left {
  width: 100px;
  height: 62px;
  padding: 0 15px 0 0;
}
.right-housing .is-hot .box .hot-housings .left img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.right-housing .is-hot .box .hot-housings .right .project-name,
.right-housing .is-hot .box .hot-housings .right .region {
  padding: 0 0 5px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  text-align: left;
  width: 104px;
}
.right-housing .is-hot .box .hot-housings .right a:hover,
.right-housing .is-hot .box .hot-housings .right a:visited,
.right-housing .is-hot .box .hot-housings .right a:link {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}
.right-housing .is-hot .box .hot-housings .right .min_price {
  font-size: 14px;
  font-weight: 400;
  color: #ff3232;
  text-align: left;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media (max-width: 1101px) {
  .news-index .news-full {
    width: 880px;
  }
  .news-index .right-housing {
    display: none;
  }
  .news-detail .news-full {
    background-color: #ffffff;
    width: 880px;
    padding: 50px 20px;
  }
  .right-housing {
    width: 210px;
  }
}

