.hyfc {
  padding: 26px 40px;
  box-sizing: border-box;
  height: 1140px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.hyfc .hyfc_title_box {
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  font-size: 24px;
  font-family: "Adobe Heiti Std", SimHei, sans-serif;
  font-weight: bold;
  color: #163ea3;
  letter-spacing: 2.4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 22px;
  position: relative;
  margin-bottom: 22px;
  box-sizing: border-box;
}

.hyfc .hyfc_title_box:before {
  content: "";
  width: 2px;
  height: 60px;
  background: #3860c5;
  position: absolute;
  left: 0;
  top: 0;
}

.hyfc .hyfc_content {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

.hyfc .hyfc_content .hyfc_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
  height: 18px;
  line-height: 18px;
}

.hyfc .hyfc_content .hyfc_item .hyfc_item_title {
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
  letter-spacing: 1.8px;
  padding-left: 20px;
  position: relative;
  max-width: 1000px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hyfc .hyfc_content .hyfc_item .hyfc_item_title:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #163ea3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hyfc .hyfc_content .hyfc_item .hyfc_item_time {
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #b0b0b0;
  letter-spacing: 1.8px;
}

.hyfc .hyfc_content .divider {
  width: 100%;
  height: 0px;
  background: #cde1f7;
  border: 1px solid #cde1f7;
  margin-bottom: 32px;
}

.hyfc .hyfc_pagenumber {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hyfc .hyfc_pagenumber .total_page {
  margin-right: 21px;
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1.8px;
}

.hyfc .hyfc_pagenumber .current_page {
  margin-right: 34px;
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1.8px;
}

.hyfc .hyfc_pagenumber .page_no {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #909090;
  margin-right: 32px;
}

.hyfc .hyfc_pagenumber .page_btn {
  width: 64px;
  height: 26px;
  opacity: 0.59;
  color: #ffffff;
  background: #3860c5;
  border: 1px solid #3860c5;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hyfc .hyfc_pagenumber .pre {
  margin-right: 28px;
}

.hyfc .hyfc_pagenumber .next {
  margin-left: 28px;
}

.hyfc .hyfc_pagenumber .disabled {
  background: transparent;
  border: 1px solid #cccccc;
  color: #b5b5b5;
}

.hyfc .hyfc_pagenumber .page_num {
  margin-right: 10px;
}

.hyfc .hyfc_pagenumber .page_num:last-child {
  margin-right: 0;
}

.hyfc .hyfc_pagenumber .jump_page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hyfc .hyfc_pagenumber .jump_page .jump_page_title {
  width: 54px;
  height: 26px;
  margin-right: 25px;
  opacity: 0.59;
  background: #3860c5;
  border: 1px solid #3860c5;
  border-radius: 5px;
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.8px;
  line-height: 26px;
  text-align: center;
}

.drop-down {
  width: 50px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.drop-down img {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 8px;
  height: 3px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drop-down .tag {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: SimSun, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #000000;
  background: url(drop-icon.png) no-repeat 172px center;
}

.drop-lists {
  position: absolute;
  width: 100%;
  top: 39px;
  left: 0px;
  border: 1px solid #eee;
  max-height: 120px;
  overflow: auto;
  display: none;
  z-index: 9;
  background: #fff;
}

.drop-lists li {
  height: 36px;
  line-height: 36px;
  width: 100%;
}

.drop-lists a {
  display: block;
  line-height: 36px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 12px;
  cursor: pointer;
}

.drop-lists a:hover {
  background: #eee;
}

@media screen and (max-width: 768px) {
  .hyfc {
    padding: 0.16rem;
  }
  .hyfc_title_box {
    margin: 0.12rem 0 !important;
  }
  .hyfc_item_time {
    white-space: nowrap;
  }
}
