.time-icon {
  flex-shrink: 0;
}
.news-banner {
  width: 100%;
  height: 332px;
  background: url("/images/news/news-bg.png") no-repeat center;
  background-size: 100% 332px;
}
.news-banner .news-search {
  padding-top: 118px;
}
.news-banner .news-search .news-title {
  font-weight: 900;
  font-size: 32px;
  color: #333333;
  line-height: 46px;
  text-align: center;
}
.news-banner .news-search .input-item {
  position: relative;
  width: 600px;
  height: 54px;
  margin: 0 auto;
  margin-top: 20px;
}
.news-banner .news-search .input-item input {
  border: none;
  width: 600px;
  height: 54px;
  border-radius: 35px;
  padding: 0 54px;
}
.news-banner .news-search .input-item .search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("/images/news/screach.png") no-repeat center;
  background-size: 20px;
  margin-left: 24px;
}
.news-banner .news-search .subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  background: linear-gradient(90deg, #4a72e7 0%, #8bb0f9 61%, #4a72e7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
  margin-top: 20px;
}
.left-items .left-item a {
  padding: 20px;
  width: 880px;
  height: 220px;
  background: #ffffff;
  margin-top: 20px;
  border-radius: 8px;
  display: flex;
}
.left-items .left-item a .left-item-pic {
  width: 242px;
  height: 180px;
  background-color: #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.left-items .left-item a .left-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-items .left-item a .left-item-right {
  width: 538px;
  margin-left: 40px;
}
.left-items .left-item a .left-item-right .title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.left-items .left-item a .left-item-right .text {
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-items .left-item a .left-item-right .item-line {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.left-items .left-item a .left-item-right .item-line .labels .biaoqian {
  white-space: nowrap;
  font-weight: 300;
  font-size: 12px;
  color: #2254f5;
  line-height: 22px;
  background-color: #e1e8ff;
  text-align: center;
  border-radius: 4px;
  padding: 0 6px;
  margin-right: 5px;
}
.left-items .left-item a .left-item-right .item-line .time {
  display: flex;
  align-items: center;
}
.left-items .left-item a .left-item-right .item-line .time .time-icon {
  width: 14px;
  height: 14px;
  background: url("/images/news/clock.png"), no-repeat center;
  background-size: 14px;
  margin-right: 10px;
}
.left-items .left-item a .left-item-right .item-line .time .data {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.left-items.news-left-item-none {
  display: none;
}
.page {
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
}
.page .nums {
  display: flex;
}
.page .nums .page-item {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #606266;
}
.page .nums .page-item.pre a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/images/news/page-pre.png") no-repeat center;
  background-size: 32px;
}
.page .nums .page-item.next a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("/images/news/page-next.png") no-repeat center;
  background-size: 32px;
}
.page .nums .page-item.page-active {
  color: #2254f5;
}
.page .gopage {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #606266;
  line-height: 24px;
  margin-left: 18px;
  white-space: nowrap;
}
.page .gopage input {
  width: 56px;
  height: 32px;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  margin: 0 8px;
  text-align: center;
}
.one-for-one {
  width: 300px;
  height: 240px;
  background-color: #fff;
  border-radius: 8px;
  background: url("/images/news/one-for-one-bg.png") no-repeat center;
  background-size: 300px 240px;
  padding-top: 40px;
}
.one-for-one .code {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.one-for-one .text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.hot-title {
  position: relative;
  margin-left: 14px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.hot-title::after {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 4px;
  height: 16px;
  background-color: #2254f5;
  border-radius: 2px;
}
.hot-recommend {
  width: 300px;
  background: #ffffff;
  margin-top: 20px;
  border-radius: 8px;
  padding: 20px;
}
.hot-recommend .hot-recommend-items {
  margin-top: 10px;
}
.hot-recommend .hot-recommend-items .hot-recommend-item {
  margin-bottom: 20px;
}
.hot-recommend .hot-recommend-items .hot-recommend-item .title {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.hot-recommend .hot-recommend-items .hot-recommend-item .item-time {
  position: relative;
  margin-top: 10px;
  display: flex;
}
.hot-recommend .hot-recommend-items .hot-recommend-item .item-time .icon {
  width: 16px;
  height: 16px;
  background: url("/images/news/clock.png") no-repeat center;
  background-size: 16px;
  margin-right: 10px;
}
.hot-recommend .hot-recommend-items .hot-recommend-item .item-time .time {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.hot-recommend .hot-recommend-items .hot-recommend-item .item-line {
  height: 0;
  border: 1px solid #d9d9d9;
  margin-top: 20px;
}
.hot-recommend .hot-recommend-items .hot-recommend-item .blog-item-line {
  height: 0;
  border: 1px solid #f5f5f5;
  margin-top: 20px;
}
.hot-recommend .hot-recommend-items .hot-recommend-item:last-child .item-line,
.hot-recommend .hot-recommend-items .hot-recommend-item:last-child .blog-item-line {
  display: none;
}
.hot-label {
  width: 300px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 20px 30px 20px 20px;
  border-radius: 5px;
}
.hot-label .hot-label-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hot-label .hot-label-items .item {
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  padding: 6px;
  background-color: #f4f4f4;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
