.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
textarea,
input {
  resize: none;
  outline: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-warp {
  width: 1440px;
  margin: 0 auto;
}
@font-face {
  font-family: 'OpenSans_400Regular';
  src: url('../fonts/OpenSans/OpenSans_400Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_500Medium';
  src: url('../fonts/OpenSans/OpenSans_500Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_600SemiBold';
  src: url('../fonts/OpenSans/OpenSans_600SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_700Bold';
  src: url('../fonts/OpenSans/OpenSans_700Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_800ExtraBold';
  src: url('../fonts/OpenSans/OpenSans_800ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
html,
body {
  font-size: 14px;
  font-family: 'OpenSans_400Regular';
}
.blog-page {
  background: #E9ECEF;
  padding-bottom: 80px;
}
.blog-page * {
  color: #171717;
  font-size: 14px;
}
.blog-page .banner-module {
  background: url("../images/blog/banner-bg.webp") no-repeat center;
  width: 100%;
  min-width: 1440px;
  height: 465px;
  background-size: cover;
}
.blog-page .banner-module .page-warp {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  height: inherit;
  justify-content: center;
}
.blog-page .banner-module .banner-title {
  color: #171717;
  font-family: 'OpenSans_700Bold';
}
.blog-page .banner-module .txt {
  font-size: 24px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-page .banner-module .view-search-area {
  width: 730px;
}
.blog-page .banner-module .view-search-area .query-box {
  position: relative;
  height: 56px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-page .banner-module .view-search-area .query-box:before {
  display: inline-block;
  content: '';
  background: url("../images/blog/search-icon.webp") no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  transform: translateY(-50%);
}
.blog-page .banner-module .view-search-area .query-box input {
  height: 100%;
  width: 600px;
  background: #fff;
  outline: none;
  border: none;
  padding: 0 20px 0 60px;
  font-size: 16px;
}
.blog-page .banner-module .view-search-area .query-box input::placeholder {
  color: #d1d5db;
}
.blog-page .banner-module .view-search-area .query-box .query-btn {
  outline: none;
  background: #0F3460;
  color: #fff;
  border: none;
  margin-left: auto;
  padding: 0 40px;
  height: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.blog-page .banner-module .view-search-area .query-box .query-btn:hover {
  background: #F2994A;
}
.blog-page .banner-module .view-search-area .view-hots {
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-page .banner-module .view-search-area .view-hots .view-el {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 20px;
  background: #E9ECEF;
  height: 20px;
  line-height: 20px;
  color: #495057;
  transition: all 0.3s;
}
.blog-page .banner-module .view-search-area .view-hots .view-el:hover {
  color: #fff;
  background: #F2994A;
}
.blog-page .featured-blog {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.blog-page .featured-blog .blog-el {
  width: 700px;
  height: 464px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blog-page .featured-blog .blog-el:hover .blog-pic {
  transform: scale(1.1);
}
.blog-page .featured-blog .blog-el .blog-pic {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.blog-page .featured-blog .blog-el .mill-des {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 20px;
}
.blog-page .featured-blog .blog-el .mill-des dt {
  color: #FFFFFF;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.blog-page .featured-blog .blog-el .mill-des dd {
  line-height: 21px;
  color: #FFFFFF;
}
.blog-page .featured-blog .blog-er {
  width: 720px;
  height: 464px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
}
.blog-page .featured-blog .blog-er .title {
  font-size: 24px;
  line-height: 24px;
}
.blog-page .featured-blog .blog-er .head-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blog-page .featured-blog .blog-er .info-tab {
  display: flex;
  gap: 20px;
}
.blog-page .featured-blog .blog-er .list {
  font-size: 16px;
  line-height: 16px;
  color: #495057;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.blog-page .featured-blog .blog-er .list:hover {
  color: #F2994A;
}
.blog-page .featured-blog .blog-er .list:last-of-type:before {
  width: 1px;
  height: 16px;
  background: #d1d5db;
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 1;
}
.blog-page .featured-blog .blog-er .list.active {
  color: #F2994A;
  font-family: 'OpenSans_700Bold';
}
.blog-page .featured-blog .blog-er .latest-item li:last-of-type .num:after,
.blog-page .featured-blog .blog-er .latest-item li:nth-of-type(4) .num:after {
  background: #d1d5db;
}
.blog-page .featured-blog .blog-er .latest-item a {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #E9ECEF;
  padding: 20px 0 10px;
}
.blog-page .featured-blog .blog-er .latest-item a:hover dl dt,
.blog-page .featured-blog .blog-er .latest-item a:hover dl dd {
  color: #F2994A;
}
.blog-page .featured-blog .blog-er .latest-item .num {
  color: #495057;
  font-family: 'OpenSans_700Bold';
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}
.blog-page .featured-blog .blog-er .latest-item .num:after {
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #f2994a 0%, #f2994a00 100%);
  content: '';
  display: block;
}
.blog-page .featured-blog .blog-er .latest-item dl dt {
  font-size: 16px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}
.blog-page .featured-blog .blog-er .latest-item dl dd {
  color: #9DA3AA;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
}
.blog-page .categories-module .common-title {
  font-family: 'OpenSans_700Bold';
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  padding-bottom: 60px;
}
.blog-page .categories-module .cate-menu {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  padding-bottom: 62px;
}
.blog-page .categories-module .cate-menu.fly {
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 95px;
  z-index: 6;
  box-shadow: 6px 6px 20px rgba(51, 51, 51, 0.16);
  padding-bottom: unset;
  max-height: 70px;
}
.blog-page .categories-module .cate-menu.fly li {
  padding: 23px 0;
}
.blog-page .categories-module .cate-menu.fly li:after {
  bottom: 0;
}
.blog-page .categories-module .cate-menu li {
  color: #171717;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
}
.blog-page .categories-module .cate-menu li:after {
  width: 0;
  height: 3px;
  background: #F2994A;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.blog-page .categories-module .cate-menu li.active {
  color: #F2994A;
}
.blog-page .categories-module .cate-menu li.active:after {
  width: 100%;
}
.blog-page .categories-module .cate-remit {
  padding-bottom: 40px;
}
.blog-page .categories-module .case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-page .categories-module .case-list .item {
  width: 710px;
  height: 230px;
  border-radius: 10px;
  background: #FFFFFF;
  display: flex;
}
.blog-page .categories-module .case-list .item:hover {
  box-shadow: 8px 8px 20px rgba(51, 51, 51, 0.06), -8px -8px 20px rgba(255, 255, 255, 0.4);
}
.blog-page .categories-module .case-list .item:hover .cate-er {
  border-top: 1px solid #F2994A;
  border-right: 1px solid #F2994A;
  border-bottom: 1px solid #F2994A;
}
.blog-page .categories-module .case-list .item:hover .cate-er .title {
  color: #F2994A;
}
.blog-page .categories-module .case-list .cate-pic {
  min-width: 345px;
  height: 230px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.blog-page .categories-module .case-list .cate-pic img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog-page .categories-module .case-list .cate-er {
  width: 365px;
  padding: 30px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.blog-page .categories-module .case-list .cate-er .title {
  height: 48px;
  max-height: 48px;
  color: #171717;
  font-family: 'OpenSans_700Bold';
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.blog-page .categories-module .case-list .cate-er .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.blog-page .categories-module .case-list .cate-er .name,
.blog-page .categories-module .case-list .cate-er .time {
  color: #9DA3AA;
  line-height: 21px;
}
.blog-page .categories-module .case-list .cate-er .des {
  color: #495057;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=blog.css.map */