.news-container {
  margin: 50px 0px;
}
.news-container > div {
  display: flex;
  align-items: flex-start;
}
.news-container .l {
  flex: 1;
}
.news-container .l > div:first-of-type {
  border: 0.05rem solid #ebebeb;
}
.news-container .l .news-nav {
  display: flex;
  border-bottom: 0.05rem solid #ebebeb;
  padding: 0.5rem;
}
.news-container .l .news-nav a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  margin: 0 0.5rem;
}
.news-container .l .news-nav .active,
.news-container .l .news-nav a:hover {
  background-color: #ff6900;
  color: #fff;
}
.news-container .l .news-list {
  padding: 2rem 0.5rem;
}
.news-container .l .news-list .item {
  display: flex;
  margin-bottom: 4%;
  padding-right: 4%;
}
.news-container .l .news-list .item:hover {
  background-color: #f5f5f5;
}
.news-container .l .news-list .item .img {
  width: 30%;
  min-height: 10rem;
  margin-right: 4%;
  background-color: #f5f5f5;
}
.news-container .l .news-list .item .text {
  flex: 1;
  padding: 1rem 0;
}
.news-container .l .news-list .item .text h6 {
  font-size: 0.9rem;
}
.news-container .l .news-list .item .text .time {
  font-size: 0.75rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: 0.05rem solid #ff6900;
}
.news-container .l .news-list .item .text .time span {
  color: #ff6900;
  font-size: 0.75rem;
  margin-left: 1.5rem;
}
.news-container .l .news-list .item .text > span {
  line-height: 1.6;
}
.news-container .r {
  width: 20rem;
  margin-left: 1rem;
  border: 0.05rem solid #ebebeb;
}
.news-container .r .apply form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2% 10%;
  padding-bottom: 4%;
}
.news-container .r .apply form h4 {
  font-size: 20px;
  padding: 1rem 0;
  position: relative;
  font-weight: 500;
}
.news-container .r .apply form h4::before,
.news-container .r .apply form h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2rem;
  border-bottom: 0.05rem solid #bf1e24;
}
.news-container .r .apply form h4::before {
  left: 106%;
}
.news-container .r .apply form h4::after {
  right: 106%;
}
.news-container .r .apply form input {
  height: 3rem;
  width: 100%;
  border: 0.05rem solid #ebebeb;
  padding: 0 0.5rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.news-container .r .apply form button {
  background-color: #bf1e24;
  color: #fff;
  border-radius: 0.2rem;
  border: none;
  padding: 0.3rem 0.6rem;
}
.news-show {
  flex: 1;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.news-show .t {
  text-align: center;
  padding-top: 1rem;
}
.news-show .t h1 {
  font-size: 1.3rem;
}
.news-show .t div {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ebebeb;
}
.news-show .t div p {
  margin: 0 1rem;
  display: flex;
  align-items: center;
}
.news-show .t div p i {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.news-show .news-info {
  padding: 2rem;
}
.news-show .news-info p,
.news-show .news-info span {
  line-height: 1.8 !important;
}
.case-show {
  flex: 1;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}
.case-show .t {
  display: flex;
  align-items: center;
}
.case-show .t .img {
  width: 50%;
}
.case-show .t .text {
  flex: 1;
  padding: 0 4%;
}
.case-show .t .text h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.case-show .t .text > p {
  margin: 1rem 0;
}
.case-show .t .text > span {
  line-height: 1.6;
}
.case-show .t .text .tel {
  display: flex;
  margin-top: 1rem;
}
.case-show .t .text .tel i {
  font-size: 1.2rem;
  color: #bf1e24;
  margin-right: 0.5rem;
}
.case-show .t .text .tel span {
  font-size: 1.1rem;
}
.case-show .t .text .tel p {
  font-size: 20px;
  color: #bf1e24;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.case-show .case-info {
  padding: 30px;
  border-top: 0.05rem solid #ebebeb;
}
.case-show .case-info p,
.case-show .case-info span {
  line-height: 1.8 !important;
}
@media screen and (max-width: 768px) {
  .padding {
    padding-left: 2%;
    padding-right: 2%;
  }
  .news-nav {
    display: none !important;
  }
  .nav-menu {
    margin: 2rem 0;
  }
  .nav-menu > div {
    display: flex;
    border: 0.05rem solid #ebebeb;
  }
  .nav-menu .t {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    margin-right: 1.5rem;
    border-right: 0.05rem solid #ebebeb;
  }
  .nav-menu .link {
    padding: 0.5rem 0;
  }
  .nav-menu .link a {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    margin: 0 0.5rem;
  }
  .nav-menu .link .active,
  .nav-menu .link a:hover {
    background-color: #ff6900;
    color: #fff;
  }
  .menu-swiper {
    display: block !important;
  }
  .menu-swiper .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
  }
  .menu-swiper .swiper-slide a {
    white-space: nowrap;
    display: inline-block;
    padding: 0.5rem;
    border-radius: 0.2rem;
    margin: 0 0.5rem;
  }
  .menu-swiper .slide-active a {
    background-color: #ff6900;
    color: #fff;
  }
  .nav-menu {
    padding-left: 2%;
    padding-right: 2%;
  }
  .nav-menu .t {
    margin-right: 0.4rem;
    white-space: nowrap;
    padding: 0 0.4rem;
  }
  .nav-menu .link {
    display: none;
  }
  .news-container .l > div:first-of-type {
    border: none;
  }
  .menu-swiper {
    width: 96%;
    margin: 0 auto;
    border: 0.05rem solid #ebebeb;
  }
  .news-container > div > div,
  .news-container > div {
    width: 100%;
  }
  .news-container .r {
    display: none;
  }
  .news-container .l .news-list .item .text > span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news-container .l .news-list .item .text .time {
    padding: 0.6rem 0;
    margin-bottom: 0.6rem;
  }
  .news-container .l .news-list .item .img {
    width: 40%;
    background-color: #fff;
    min-height: 1rem;
  }
  .case-show .t .img {
    display: none;
  }
  .case-show .t .text h1 {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .case-show .t .text .tel p {
    font-size: 1.2rem;
  }
  .case-show .t .text .tel span {
    font-size: 0.9rem;
  }
}