/* 通用样式 */
.gradient-container {
  width: 100%;
  min-width: 1240px;
  min-height: 655px;
  display: flex;
  justify-content: center;
  background: url(../images/core/core_bg.jpeg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
}
.core_center {
  width: 1240px;
  min-height: calc(100vh - 330px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-container {
  width: 600px;
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0 30px ;
  border-radius: 5px;
}
.search-box {
  height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-box:hover,
.search-box:focus-within {
  border-color: #3573ef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-input {
  flex: 1;
  height: 45px;
  padding: 0 16px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}

.search-input::placeholder {
  color: #aaa;
}

.search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  transition: background-color 0.2s ease;
}

.search-button:hover {
  background-color: #f0f0f0;
}

.search-icon {
  width: 20px;
  height: 20px;
  color: #666;
}
.information-list {
  margin-top: 10px;
}
/* 常态样式 */
.information-container {
  width: 1200px;
  height: 170px;
  border-bottom: 1px solid #dedede;
  display: flex;
  cursor: pointer;
}
.information-container .time {
  width: 76px;
  height: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.information-container .time .one {
  font-family: Source Han Sans CN;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 35px;
  letter-spacing: 0%;
}
.information-container .time .two {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
}

.information-container .separator {
  width: 45px;
  height: 100%;
  line-height: 170px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information-container .separator div {
  height: 1px;
  width: 20px;
  background: #000;
}
.information-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information-content-text {
  flex: 1;
}
.information-content-texts {
  width: 655px;
}
.information-content-text .title {
  font-family: Source Han Sans CN;
  font-weight: 600;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.information-content-text .desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #666666;
  margin-top: 11px;
  line-height: 22px;
}
.desc-img {
  margin-right: 20px;
}

.desc-img img {
  width: 210px;
  height: 130px;
}
.pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.weiyuansu {
  display: none;
  position: relative;
  top: -28px;
  right: -45px;
}
/* 选中样式 */
.action {
  background: #ffffff;
}
.action .time {
  background: #3573ef;
  color: #ffffff;
}
.action .weiyuansu {
  display: block;
}
/* 鼠标移动上去样式 */
.information-container:hover {
  background: #ffffff;
}
.information-container:hover .time {
  background: #3573ef;
  color: #ffffff;
}
.information-container:hover .weiyuansu {
  display: block;
}
.kong_information {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.kong_information_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kong_information_center img {
  width: 89px;
  height: 75px;
}
.kong_information_text {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0 5px;
}
.kong_information_text1 {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}

.search-form{
  height: 45px;
}

.pagination>li>a{
  color: #000;
}