.banner {
  height: 31.25rem;
  background-position: center;
  padding-top: 9.375rem;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.3125rem;
  text-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.4);
  background-image: url(../img/RenovationCase/caseban.jpg);
}
.banner_con {
  position: relative;
  padding: 2.8125rem 0;
  line-height: 2.875rem;
}
.banner_con h2 {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: lighter;
  text-transform: uppercase;
}
.banner_con p {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  letter-spacing: 0.5rem;
}
.banner_con p::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  margin-left: -0.625rem;
  display: block;
  width: 1.25rem;
  height: 0.1875rem;
  background: #bb5f02;
}
.banner_con::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 6.125rem;
  height: 100%;
  margin-left: -3.0625rem;
  border: 0.25rem solid #b9b9b9;
  opacity: 0.65;
}
.banner_des {
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  padding: 0 0.625rem;
  letter-spacing: 0.625rem;
}
.bread {
  padding: 1.5625rem 0;
  color: #999999;
  font-size: 0.75rem;
  text-align: right;
}
.bread a {
  color: #000;
}
.news_sub {
  border-bottom: 0.0625rem solid #eeeeee;
}
.news_sub .ns_nav {
  flex: 1;
  border-left: 0.0625rem solid #eeeeee;
  text-align: center;
  display: flex;
}
.news_sub .ns_nav a {
  width: 16.6666667%;
  display: block;
  line-height: 4.125rem;
  height: 4.125rem;
  border-right: 0.0625rem solid #eeeeee;
  font-size: 1rem;
  color: #333333;
  position: relative;
}
.news_sub .ns_nav .active {
  color: #078905;
  border-top: 0.125rem solid #078905;
}
.news_cons {
  padding: 5rem 0 6.25rem;
}
.nc_top {
  display: flex;
  border: 0.0625rem solid #EEEEEE;
}
.nc_top .nct_left {
  width: 50%;
  overflow: hidden;
}
.nc_top .nct_left img {
  width: 100%;
  transition: all 1s;
}
.nc_top .nct_right {
  width: 50%;
  padding: 4.0625rem 4.0625rem 0;
}
.nc_top .nct_right div {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  color: #078905;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nc_top .nct_right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.625rem;
  color: #777777;
  line-height: 1.875rem;
  height: 3.75rem;
}
.nc_top .nct_right span {
  margin: 2.1875rem 0 0;
  width: 9.375rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #FFFFFF;
  background: #000;
}
.nc_top:hover img {
  transform: scale(1.1);
}
.nc_list {
  margin: 2.5rem 0 4.375rem;
  border-top: 0.0625rem dashed #e5e5e5;
}
.nc_list li {
  margin-top: -0.0625rem;
  position: relative;
}
.nc_list li a {
  display: block;
  padding: 2.1875rem 11.875rem 2.1875rem 1.875rem;
  position: relative;
  border-bottom: 0.0625rem dashed #e5e5e5;
  display: flex;
}
.nc_list li a .ncl_img {
  overflow: hidden;
  width: 15.625rem;
  height: 12rem;
}
.nc_list li a .ncl_img img {
  margin-top: 2.5rem;
  width: 100%;
  transition: all 0.5s;
}
.nc_list li a .ncl_text {
  flex: 1;
  padding: 0 2.8125rem;
}
.nc_list li a .ncl_text div {
  height: 2.875rem;
  line-height: 2.875rem;
  font-size: 1.125rem;
  color: #101010;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.5s;
}
.nc_list li a .ncl_text p {
  color: #999999;
  line-height: 1.875rem;
  height: 3.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nc_list li a .ncl_text span {
  margin-top: 1.375rem;
  display: block;
  color: #d8d8d8;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.nc_list li a .ncl_date {
  position: absolute;
  top: 3.125rem;
  right: 0;
  width: 11.875rem;
  border-left: 0.0625rem solid #eeeeee;
  padding-left: 3.125rem;
  color: #999999;
}
.nc_list li a .ncl_date span {
  display: block;
  font-size: 1.875rem;
  opacity: 0.6;
}
.nc_list li a .ncl_date p {
  font-size: 0.75rem;
}
.nc_list li a .ncl_date i {
  margin-top: 2.1875rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/index/ico_search.png) no-repeat;
  /* background-color: #078905; */
  border-radius: 50%;
  background-size: cover;
}
.nc_list li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1875rem;
  bottom: 0;
  left: 0;
  background-color: #078905;
  transition: all 0.5s;
}
.nc_list li:hover img {
  transform: scale(1.1);
}
.nc_list li:hover .ncl_text div {
  color: #078905;
}
.nc_list li:hover::after {
  width: 100%;
}
.page {
  text-align: center;
  line-height: 2.375rem;
  font-size: 0;
}
.page a {
  display: inline-block;
  margin: 0 0.3125rem;
  color: #fff;
  font-style: normal;
  height: 2.5rem;
  min-width: 2.8125rem;
  color: #333;
  border: 0.0625rem solid #e7e7e7;
  padding: 0 1.25rem;
  font-size: 0.75rem;
}
.page a:hover {
  background-color: #078905;
  color: #fff;
}
.page a:hover[class="active"] {
  background: #000;
}
.page .active {
  background-color: #000;
  color: #fff;
}
