@charset "UTF-8";
.business {
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
  min-width: 1440px;
}
.business h1 {
  font-weight: 400;
  text-align: center;
  font-size: 2.82rem;
  padding-top: 5.5rem;
  color: #fff;
}

.location {
  position: absolute;
  width: 100%;
  height: 65px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: 0;
}
.location .wrap {
  line-height: 68px;
  font-size: 0.94rem;
  color: #c3e1ff;
}
.location .wrap span {
  color: #fff;
}
.location .wrap a {
  color: #fff;
  margin: 0 0.4rem;
}
.location .wrap a:hover, .location .wrap a:last-child {
  color: #fff;
}

.article {
  margin-top: -3rem;
  position: relative;
  z-index: 5;
  background: #fff;
  margin-bottom: 6rem;
}
.article h1 {
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  padding-bottom: 32px;
}

.article-container {
  display: flex;
  margin: 28px 107px 20px 107px;
  min-width: 1226px;
}
.article-container .article {
  display: flex;
  width: 100%;
}
.article-container .article .news-left {
  flex: 1;
  padding: 44px 16px;
}
.article-container .article .news-right {
  width: 416px;
  margin-left: 40px;
}
.article-container .article-five-news-warp {
  width: 416px;
  position: sticky;
  top: 150px;
  bottom: 639px;
}
.article-container .article-five-news-warp .news-box-header {
  font-size: 24px;
  color: #191919;
  line-height: 30px;
}
.article-container .article-five-news-warp .news-box-warp .news-box-item {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 16px;
  margin-top: 20px;
  background: #FFFFFF;
}
.article-container .article-five-news-warp .news-box-warp .news-box-item a {
  font-size: 16px;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.article-container .article-five-news-warp .news-box-warp .news-box-item a:hover {
  color: #C72C1D;
}
.article-container .article-five-news-warp .news-box-warp .news-box-item .news-box-item-title {
  font-size: 18px;
  color: #000000;
  line-height: 34px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-container .article-five-news-warp .news-box-warp .news-box-item .news-box-item-content {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  text-align: left;
  margin: 24px 0 7px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 当文本溢出容器时显示的省略号 */
}
.article-container .article-five-news-warp .news-box-warp .news-box-item .news-box-item-date {
  font-size: 12px;
  color: #808080;
  line-height: 14px;
  text-align: right;
}

.auther {
  background: rgba(255, 87, 51, 0.2);
  padding: 0.5rem 1.5rem;
  line-height: 2.5rem;
}
.auther:after {
  content: "";
  display: block;
  clear: both;
}
.auther > span {
  font-size: 0.75rem;
  margin-right: 1rem;
  color: #999;
}
.auther .share {
  float: right;
  font-size: 0.75rem;
}
.auther .share span {
  float: left;
  color: #999;
}
.auther .share > a {
  display: inline-block;
  color: #999;
  margin-right: 1rem;
  float: left;
}
.auther .share > a:last-child {
  margin: 0;
}
.auther .share img {
  width: 2rem;
  height: 2rem;
  float: left;
  margin-right: 0.4rem;
  margin-top: 0.25rem;
}
.auther .share .shareI {
  display: inline-block;
  float: left;
  position: relative;
}
.auther .share .shareI > a {
  color: #999;
  float: left;
}
.auther .share .shareI p {
  position: absolute;
  right: -1.5rem;
  top: 105%;
  width: 17rem;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0.2rem 0;
  box-shadow: 0 0.2rem 0.4rem rgba(128, 128, 128, 0.3);
}
.auther .share .shareI p a {
  display: inline-block;
  color: #999;
  margin: 0 0.6rem;
}
.auther .share .weixin {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 1rem;
}
.auther .share .weixin > a {
  color: #999;
  float: left;
}
.auther .share .weixin p {
  position: absolute;
  right: 50%;
  top: 105%;
  width: 10rem;
  margin-right: -5rem;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0.4rem 1rem 1rem;
  box-shadow: 0 0.2rem 0.4rem rgba(128, 128, 128, 0.3);
}
.auther .share .weixin p strong {
  display: block;
  text-align: center;
  font-weight: normal;
}
.auther .share .weixin p img {
  width: 8rem;
  height: 8rem;
}

.content {
  padding: 24px 32px;
  line-height: 2;
}

.content img {
  max-width: 100%;
}

.serviceList {
  overflow: hidden;
  width: 100%;
  text-transform: none;
  padding-top: 6rem;
}
.serviceList li {
  width: 20%;
  padding: 0 2rem;
  float: left;
  text-align: center;
}
.serviceList img {
  width: 4.7rem;
}
.serviceList h3 {
  font-weight: 400;
  font-size: 1.17rem;
  padding: 1rem 0;
}
.serviceList p {
  font-size: 0.94rem;
  color: #666;
  height: 3rem;
  overflow: hidden;
  overflow-wrap: break-word;
}

.service02 {
  position: fixed;
  right: 1rem;
  top: 30%;
  height: 9.41rem;
  width: 3.64rem;
  vertical-align: bottom;
  text-align: center;
  font-size: 0.9rem;
  background: url("/img/service.png") 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 3.6rem 1rem 0;
  color: #fff;
  line-height: 1.5;
}
.service02:hover {
  color: #fff;
}

/*# sourceMappingURL=article.css.map */
