@charset "UTF-8";

@import '../css/vars.css';

/**检索**/
.fws_fliter {
  padding-top: 0;
  margin-top: 20px;
}

.filter_box {
  /* border-top: 1px solid #edeff0; */
  /* border-bottom: 1px solid #edeff0; */
  /* margin-bottom: 10px; */
}

#hotel-filter {
  padding: 10px 0;
}

/* 筛选外容器*/
.hotel-filter-list {
  position: relative;
  font-size: 14px;
  overflow: hidden;
  zoom: 1;
  padding: 5px 0;
}
@media only screen and (max-width: 520px) {
  .hotel-filter-list {
    padding: 5px 0;
  }
}
.hotel-filter-list i {
  /* 筛选icons*/
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  background: transparent url("./images/list_i.gif") 0 0 no-repeat;
}
.hotel-filter-list ul {
  /* reset*/
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
  *width: 700px;
}
.hotel-filter-list li {
  /* reset*/
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
  *white-space: nowrap;
}
.hotel-filter-list strong {
  font-weight: 400;
}
.hotel-filter-list .tit {
  /* 筛选分类标题*/
  float: left;
  width: 100px;
  line-height: 2em;
  padding-right: 5px;
  font-weight: bold;
  color: #8e5614;
  color: var(--color);
  text-align: right;
  font-size: 16px;
}
@media only screen and (max-width: 520px) {
  .hotel-filter-list .tit {
    width: 80px;
    padding-right: unset;
  }
}
.hotel-filter-list .con {
  /* 筛选分类列表容器*/
  overflow: hidden;
  zoom: 1;
  padding: 0;
}
.hotel-filter-list .con li {
  /* 筛选全局*/
  float: left;
  height: 38px;
  display: inline;
  line-height: 30px;
}
@media only screen and (max-width: 520px) {
  .hotel-filter-list .con li {
    height: unset;
  }
}
.hotel-filter-list .con a {
  /* 筛选全局*/
  position: relative;
  float: left;
  color: #0c0c0c;
  padding: 0 9px;
  margin: 4px 3px;
  text-decoration: none;
}
@media only screen and (max-width: 520px) {
  .hotel-filter-list .con a {
    padding: 0 5px;
    margin: 0;
  }
}
.hotel-filter-list .con .any {
  /* 筛选不限*/
  float: left;
  width: 60px;
  height: 38px;
  line-height: 30px;
}
@media only screen and (max-width: 520px) {
  .hotel-filter-list .con .any {
    position: absolute;
    top: 2.5em;
    left: 1.5em;
  }
}
.hotel-filter-list .con .any li {
  margin-top: 0;
}
.hotel-filter-list .con .any a {
  border-radius: 15px;
  padding: 0 14px;
  margin: 4px 0;
}
.hotel-filter-list .con .any a:hover {
  background-color: #eff2f5;
}
.hotel-filter-list .con .any a.selected {
  color: #fff;
  background-color: #9C6114;
  background-color: var(--color);
}
.hotel-filter-list .con .any a.selected:hover {
  color: #fff;
  background-color: #9C6114;
  background-color: var(--color);
}
.hotel-filter-list .radio {
  /* 单选类型*/
}
.hotel-filter-list .radio a {
  position: relative;
}
.hotel-filter-list .radio a:hover {
  color: #458afb;
}
.hotel-filter-list .radio i {
  width: 16px;
  height: 16px;
  background: transparent;
}
.hotel-filter-list .radio a.selected {
  color: #fff;
  border-radius: 14px;
  background: #9C6114;
  background: var(--color);
}
.hotel-filter-list .radio a.selected:hover {
  color: #fff;
  border-radius: 14px;
  background: #9C6114;
  background: var(--color);
}
.hotel-filter-list .checkbox {
  /* 多选类型*/
}
.hotel-filter-list .checkbox a {
  background-color: transparent;
  font-size: 16px;
}
.hotel-filter-list .checkbox a:hover {
  background-color: #eff2f5;
  border-radius: 14px;
  color: #9C6114;
}
.hotel-filter-list .checkbox a i {
  width: 10px;
  height: 10px;
  background: transparent;
}
.hotel-filter-list .checkbox a.selected {
  background: #9C6114;
  border-radius: 15px;
  color: #fff;
  position: relative;
}
.hotel-filter-list .checkbox a.selected i {
  background: #9C6114 url(../images/checked.png);
  position: absolute;
  top: 0px;
  right: 0px;
}
.hotel-filter-list .checkbox a.disabled {
  color: #999;
  cursor: not-allowed;
}
.hotel-filter-list .checkbox a.disabled i {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.hotel-filter-list .more {
  /* 更多按钮*/
  position: absolute;
  top: 6px;
  right: 0;
  height: 24px;
  line-height: 24px;
  color: #43647f;
  cursor: pointer;
  padding-right: 15px;
}
.hotel-filter-list .more i {
  top: 50%;
  right: 0;
  width: 7px;
  height: 4px;
  margin-top: -2px;
  background-position: 0 0;
}
.hotel-filter-list .selected-query {
  /* 已选筛选条件*/
  padding-right: 0;
}
.hotel-filter-list .selected-query li {
  width: auto;
  margin-right: 3px;
  height: 26px;
  margin-top: 6px;
}
.hotel-filter-list .selected-query a {
  color: #000;
  cursor: text;
  white-space: nowrap;
  padding-right: 23px;
  border: 1px solid #ddd;
}
.hotel-filter-list .selected-query a:hover {
  color: #000;
  cursor: text;
  white-space: nowrap;
  padding-right: 23px;
  border: 1px solid #7b7b7b;
}
.hotel-filter-list .selected-query a i {
  top: 50%;
  right: 5px;
  width: 14px;
  height: 13px;
  cursor: pointer;
  margin-top: -7px;
  background-position: 2px -86px;
}
.hotel-filter-list .selected-query .filter-query-clear a {
  color: #43647f;
  padding: 0 10px;
  cursor: pointer;
  background-color: transparent;
}
.hotel-filter-list .selected-query .filter-query-clear a:hover {
  color: #43647f;
  padding: 0 10px;
  cursor: pointer;
  background-color: transparent;
  background-color: #eff2f5;
}
.hotel-filter-list .filter-more {
  /* 更多*/
  position: absolute;
  top: 12px;
  right: 5px;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding-right: 15px;
  color: #43647f;
  cursor: pointer;
  display: none;
}
.hotel-filter-list .filter-more i {
  top: 50%;
  right: 0;
  width: 7px;
  height: 4px;
  cursor: pointer;
  margin-top: -2px;
  background-position: 0 -44px;
}
.hotel-filter-list .filter-more .close {
  display: block;
}
.hotel-filter-list .filter-more .open {
  display: none;
}

.hotel-filter-list-hidden {
  display: none;
}

.filter-list-has-more .filter-more {
  display: none;
}

.hotel-filter-list-min .filter-more i {
  background-position: 0 0;
}
.hotel-filter-list-min .filter-more .close {
  display: none;
}
.hotel-filter-list-min .filter-more .open {
  display: block;
}

/**结构**/
.mod .search-name {
  font-size: 22px;
  color: #313131;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 25px 0;
}

.reser.search {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 250px;
  width: calc(100% - 120px);
  max-width: 500px;
}

.reser .search-input {
  height: 100%;
  padding: 0 80px 0 8px;
  border: 1px solid #b8b8b8;
  display: flex;
  align-items: center;
}
.reser .search-titles {
  \: 100%;
  height: 100%;
  line-height: 32px;
  border: 0;
  outline: 0;
  background: none;
  color: #808080;
  font-size: 16px;
  padding: 0;
  flex: 1;
}
.reser .search-titler {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 0;
  outline: 0;
  background: none;
  color: #808080;
  font-size: 16px;
  padding: 4px 0;
}
.reser .search-btn {
  width: 80px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 0;
}
.reser .search-submits {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: #9C6114;
  background: var(--color);
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.reser .search-submitr {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  background: #9C6114;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.date-title {
  background: #9C6114;
  width: 17.9%;
  float: left;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}

.literature-title {
  background: #9C6114;
  width: 13.8%;
  float: left;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}

.subject-title {
  width: 22.1%;
  background: #9C6114;
  float: left;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  border-right: 1px solid #fff;
}

.date-tro {
  width: 45.8%;
  background: #9C6114;
  float: left;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
}

.col-list-title {
  margin-top: 28px;
}

.rel-news {
  height: auto;
  /* width: 45%; */
  /* float: left; */
}
@media only screen and (max-width: 520px) {
  .rel-news {
    width: 100%;
  }
}
.rel-news span {
  padding-left: 10px;
  line-height: 2em;
  font-size: 14px;
  color: #2a2a2a;
  height: 100%;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rel-news span a {
  color: #2a2a2a;
}

.date-con {
  width: 17.9%;
  border-right: 1px solid #fff;
  min-width: 174px;
}

.literature-con {
  width: 13.8%;
  border-right: 1px solid #fff;
}

.subject-con {
  width: 22.1%;
  border-right: 1px solid #fff;
}

.tro-con {
  width: 45.8%;
  max-width: 509px;
  word-wrap: break-word;
}

/**选项卡**/
.date-rel.sudy-tab .tab-menu {
  height: 42px;
  border: none;
}
.date-rel.sudy-tab .tab-menu li {
  color: #5e5e5e;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  width: 20%;
  text-align: center;
  padding: 0;
  border-radius: 0;
  background-color: #ededed;
  transition: all 0.5s;
}
.date-rel.sudy-tab .tab-menu li.selected {
  background-color: #9C6114;
}

.table_con .mod {
  margin-top: 36px;
}

.listTable.loading:before {
  content: "加载中...";
  display: block;
  text-align: center;
}

.alarm {
  color: red;
  font-weight: bold;
  padding: 1em;
}
@media only screen and (max-width: 1100px) {
  .alarm {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 520px) {
  .alarm {
    padding: 0.5em 0 1em 1.5em;
  }
}
.alarm a {
  color: red;
  text-decoration: underline;
}/*# sourceMappingURL=search-responsive.css.map */

#dbs,#dbs_name{
  display:flex;
  gap: 20px;
  line-height:1.5em;
}

#dbs_name .title{
  flex:1;
  font-weight: bold;
  color: #8e5614;
  padding: 0 1em;
  padding-bottom: 5px;
  font-size: 16px;
}

#dbs_name .filtered
{
  display:none;
  margin-right: 1em;
}

#dbs ul{
  border-top: 1px solid #b8b8b8;
  overflow: hidden;
  width: 50%;
}

#dbs li{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

#dbs .error{
  padding-left:1em;
}

.btn-clear{
  display:inline-block;
  width: 25px;
  height: 25px;
  vertical-align:middle;
  background: #ccc url("../images/close.png") no-repeat;
  border-radius: 50%;
  background-size: 100%;
  margin-right: 5px;
  cursor: pointer;
  display: none;
}

/* .to-top{
  width: 35px;
  height: 35px;
  background: #8e5614 url("../images/to-top.png") no-repeat center center;
  border-radius: 50%;
  background-size: 80%;
  cursor: pointer;
  display: none;
  position: fixed;
  right:50%;
  bottom: 10px;
  transform: translateX(600px);
} */

#dbs, #dbs_name {
    display: flex;
    gap: 20px;
    line-height: 1.5em;
}

#dbs_name .title {
    flex: 1;
    font-weight: bold;
    color: #8e5614;
    padding: 0 1em;
    padding-bottom: 5px;
    font-size: 16px;
}