@charset "UTF-8";

/**
 * 城建校网站二级栏目
 * date: 2023-3-3
 * author: xy;
 */
.main {
  background: #f3f9f8;
  padding-bottom: 30px;
}

.crumb {
  height: 57px;
  line-height: 57px;
  padding-left: 21px;
  position: relative;
}

.crumb::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/currency/address.png) no-repeat;
}

.crumb a {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  color: #666;
}

.crumb a:last-child::after {
  content: "";
}

.crumb a::after {
  position: absolute;
  content: ">";
  top: 50%;
  left: calc(100% + 10px);
  color: #666;
  line-height: 1;
  transform: translateY(-50%);
}

.crumb a.current {
  color: #30ada9;
}

.currency-tree {
  width: 246px;
  box-shadow: 0px 0px 15px rgba(17, 115, 128, 0.12);
  border-radius: 4px;
  background-color: #fff;
}

.currency-tree-node {
  background: #fff url(../images/currency/column_icon.png) no-repeat 20px center;
}

.currency-tree-node .currency-tree-tt {
  font-size: 16px;
  color: #2f2f2f;
}

.currency-tree-iconr {
  background: url(../images/currency/currency_icon_right.png) no-repeat center;
  width: 6px;
  height: 10px;
  margin: 20px 20px 0px 0px;
  cursor: pointer;
}

.currency-tree-tt {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 43px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.currency-tree-sub {
  display: none;
}

.currency-tree-sub .currency-tree-tt {
  position: relative;
  color: #4e638f;
  font-size: 16px;
  height: 43px;
  line-height: 43px;
  padding-left: 45px;
  background: rgba(48, 173, 169, 0.06);
  border-radius: 1px;
}

.currency-tree-sub .currency-tree-tt:hover {
  color: #30ada9;
  background: rgba(48, 173, 169, 0.2);
}

.currency-contents {
  width: 1010px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(17, 115, 128, 0.12);
  border-radius: 4px;
  padding-bottom: 34px;
  min-height: 186px;
}

.currency-content {
  padding: 0 20px;
  box-sizing: border-box;
}

.currency-content-title-box {
  border-bottom: 1px solid #dcdfe2;
}

.currency-content-title {
  position: relative;
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #30ada9;
  color: #30ada9;
}

.currency-content-item {
  box-sizing: border-box;
  height: 61px;
  line-height: 61px;
  border-bottom: 1px solid #dcdfe2;
}

.currency-content-link {
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  height: 100%;
  font-size: 15px;
  position: relative;
}

.currency-content-link::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #7f8ba5;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}

.currency-content-link:hover .currency-content-text,
.currency-content-link:hover .currency-content-date {
  color: #30ada9;
}

.currency-content-link:hover::before {
  background-color: #30ada9;
}

.currency-content-text {
  width: calc(100% - 250px);
  color: #333;
}

.currency-content-date {
  color: #7F8BA5;
}

.current .currency-tree-iconr {
  background: url(../images/currency/currency_icon_right_h.png) no-repeat center;
  width: 10px;
  height: 6px;
  margin: 22px 20px 0px 0px;
  cursor: pointer;
}

.current .currency-tree-sub {
  display: block;
}

.current .currency-tree-node {
  background: #fff url(../images/currency/column_icon_h.png) no-repeat 20px center;
}

.current .currency-tree-node .currency-tree-tt {
  font-weight: 500;
  color: #30ada9;
}

.current.currency-tree-item .currency-tree-tt {
  background: rgba(48, 173, 169, 0.2);
  color: #30ada9;
}

.tag-search {
  border: 1px solid #dcdfe2;
  border-radius: 20px;
  margin-top: 11px;
  position: relative;
  width: 251px;
  height: 30px;
}

.tag-search-input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  background: none;
}

.tag-search-input::-webkit-input-placeholder {
  color: #7e7e7e;
  opacity: 0.3;
}

.tag-search-input::-moz-placeholder {
  color: #7e7e7e;
  opacity: 0.3;
}

.tag-search-input:-moz-placeholder {
  color: #7e7e7e;
  opacity: 0.3;
}

.tag-search-input:-ms-input-placeholder {
  color: #7e7e7e;
  opacity: 0.3;
}

.tag-search-btn {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/currency/search_icon.png) center no-repeat;
  cursor: pointer;
}


.norecord {
  width: 280px;
  margin: 0 auto;
  color: #666;
  padding: 40px 0 0 80px;
  background: url("../images/norecord.png") left 50px no-repeat;
}

.norecord>.tip {
  font-size: 18px;
  line-height: 32px;
}


.table-wrap {
  margin: 20px 0;
}

.table-wrap .col1 {
  box-sizing: border-box;
  padding: 0 20px;
  width: 230px;
}

.table-wrap .col2 {
  box-sizing: border-box;
  padding: 0 20px;
  width: calc(100% - 365px);
}

.table-wrap .col3 {
  box-sizing: border-box;
  padding: 0 20px;
  width: 135px;
}

.table-hd {
  height: 40px;
  line-height: 40px;
  background-color: #30ada9;
}

.table-hd-item {
  height: 100%;
  color: #fff;
  font-size: 18px;
}

.table-bd {
  overflow: hidden;
}

.table-bd-item {
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #f6f6fa;
}

.table-bd-item:hover .table-bd-text {
  color: #30ada9;
}

.table-bd-link {
  display: block;
  height: 100%;
}

.table-bd-text {
  color: #333;
  font-size: 16px;
}

.table-bd-text.code,
.table-bd-text.date {
  color: rgba(0, 0, 0, 0.45);
}