@charset "utf-8";
body {
  background: #fff;
}
.solution-banner {
  height: 420px;
  background: url(../images/news_banner.png) no-repeat center;
}
.solution-banner .banner-content {
  width: 1180px;
  margin: 0 auto;
  padding-top: 170px;
}
.solution-banner .banner-content h1 {
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.news-main {
  padding-bottom: 120px;
}
.news-main .news-tab {
  height: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.news-main .news-tab ul li {
  float: left;
  margin-right: 30px;
}
.news-main .news-tab ul li a {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: Medium;
  line-height: 80px;
}
.news-main .news-tab ul li a.active {
  color: #0178FD;
}
.news-main .news-list .news-item {
  width: 100%;
  padding: 37px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ease;
}
.news-main .news-list .news-item:hover {
  padding-left: 20px;
}
.news-main .news-list .news-item img {
  width: 330px;
  height: 150px;
  flex-shrink: 0;
}
.news-main .news-list .news-item .news-time {
  flex-shrink: 0;
  width: 160px;
  margin-top: 32px;
  padding-left: 40px;
}
.news-main .news-list .news-item .news-time p:nth-child(1) {
  font-size: 28px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 10px;
}
.news-main .news-list .news-item .news-time p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.news-main .news-list .news-item dl {
  flex: 1;
  overflow: hidden;
  padding-top: 10px;
}
.news-main .news-list .news-list-a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-main .news-list .news-list-a:hover {
  color: #0178FD;
}
.news-main .news-list .news-item dl ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 12px;
}
.news-main .news-list .news-item dl ul li {
  height: 32px;
  padding: 0 16px;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin: 0 8px 8px 0;
}
.news-main .news-list .news-item dl .news-cont {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-main .news-page {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.news-main .news-page button {
  width: 42px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  position: relative;
}
.news-main .news-page button:hover {
  background: #0178FD;
  border-color: #0178FD;
}
.news-main .news-page button:disabled {
  background: #fff;
}
.news-main .news-page button:disabled:hover {
  border-color: #EEEEEE;
}
.news-main .news-page .prev-page {
  position: relative;
}
.news-main .news-page .prev-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-right: 8px solid #636363;
  border-bottom: 8px solid transparent;
}
.news-main .news-page .prev-page::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
}
.news-main .news-page .prev-page:hover::before {
  border-right: 8px solid #fff;
}
.news-main .news-page .prev-page:hover::after {
  border-right: 6px solid #0178FD;
}
.news-main .news-page .prev-page:disabled::before {
  border-right: 8px solid #d8d4d4;
}
.news-main .news-page .prev-page:disabled::after {
  border-right: 6px solid #ffff;
}
.news-main .news-page .next-page {
  position: relative;
}
.news-main .news-page .next-page::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-left: 8px solid #636363;
  border-bottom: 8px solid transparent;
}
.news-main .news-page .next-page::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 6px solid transparent;
}
.news-main .news-page .next-page:hover::before {
  border-left: 8px solid #fff;
}
.news-main .news-page .next-page:hover::after {
  border-left: 6px solid #0178FD;
}
.news-main .news-page .next-page:disabled::before {
  border-left: 8px solid #d8d4d4;
}
.news-main .news-page .next-page:disabled::after {
  border-left: 6px solid #ffff;
}
.news-main .news-page .page-number {
  margin-left: 6px;
}
.news-main .news-page .page-number ul {
  display: flex;
}
.news-main .news-page .page-number ul li {
  margin-right: 6px;
}
.news-main .news-page .page-number ul li a {
  display: block;
  padding: 0 16px;
  color: #999999;
  line-height: 40px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  font-weight: normal;
  border-radius: 4px;
}
.news-main .news-page .page-number ul li a:hover {
  background: #0178FD;
  color: #fff;
}
.news-main .news-page .page-number ul li a.active {
  background: #0178FD;
  color: #fff;
}
/*******新闻详情******/
.news-detail {
  background: #F5F8FD;
}
.news-detail .detail-tab {
  height: 80px;
  padding-top: 30px;
  background: #0178FD;
}
.news-detail .detail-tab .page-content {
  display: flex;
  justify-content: space-between;
}
.news-detail .detail-tab .page-content p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  opacity: 0.6;
}
.news-detail .detail-tab .page-content .news-name {
  opacity: 1;
  font-size: 18px;
  line-height: 18px;
}
.news-detail .news-information {
  padding: 80px 0 120px;
}
.news-detail .news-information h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.news-detail .news-information .time {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  margin-bottom: 60px;
  text-align: center;
}
.news-detail .news-information .information-box {
  background-color: #fff;
  padding: 78px 80px 88px;
}
.news-detail .news-information .information-box .information {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.news-detail .news-information .information-box .information dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 18px;
}
.news-detail .news-information .information-box .information dl dd {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 16px;
}
.news-detail .news-information .information-box .information .img {
  padding: 50px 60px 58px;
}
.news-detail .news-information .information-box .information .img img {
  width: 100%;
  height: auto;
}
.news-detail .news-information .information-box .news-tag {
  margin-top: 32px;
  margin-bottom: 52px;
  padding-left: 60px;
  position: relative;
}
.news-detail .news-information .information-box .news-tag p {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.news-detail .news-information .information-box .news-tag ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 12px;
}
.news-detail .news-information .information-box .news-tag ul li {
  height: 32px;
  padding: 0 16px;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin: 0 8px 8px 0;
}
.news-detail .news-information .information-box .news-step {
  width: 100%;
  height: 180px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.news-detail .news-information .information-box .news-step div {
  flex: 1;
  min-width: 500px;
  min-height: 180px;
  background-color: #F5F8FD;
  border-radius: 12px;
  padding: 40px 40px 0;
}
.news-detail .news-information .information-box .news-step div:hover {
  background: #f4f5f6;
}
.news-detail .news-information .information-box .news-step div:hover a {
  color: #0178FD;
}
.news-detail .news-information .information-box .news-step div dl dt {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 13px;
}
.news-detail .news-information .information-box .news-step div dl dd a {
  display: block;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
.news-detail .news-information .information-box .news-step div:nth-child(1) {
  margin-right: 20px;
}
