/* 通用 */
html,
body {
  background: url(../images/banner.png) top center no-repeat;
}
a {
  color: #333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  position: relative;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
/* 头部header 开始 */
.header {
  height: 3.1rem;
  position: relative;
}
.header .logo {
  padding-top: 0.15rem;
  text-align: left;
}
.header .logo img {
  width: 2.43rem;
}
.header .header_title {
  margin: 0 auto;
  width: 5rem;
  height: 1.4rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
  background: url(../images/header__wjk.png) right no-repeat;
  background-size: contain;
  font-size: 0;
}
.header .header_title img{
  width: 3.47rem;
  height: 0.7rem;
}
.search_box {
  text-align: center;
  margin-top: 0.26rem;
}
.search_box .zt_search {
  display: inline-block;
  position: relative;
  width: 780px;
}
.search_box .zt_search input {
  display: block;
  outline: none;
  border: none;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  box-shadow: 3.2px 2.5px 9px 0px #b3d5ed;
  border: solid 1px #79c0ff;
  padding-left: 16px;
  padding-right: 127px;
}
.search_box .zt_search input::placeholder {
  color: #888;
}
.search_box .zt_search button {
  outline: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 111px;
  height: 54px;
  background-image: linear-gradient(-90deg, #258be9 0%, #76bdfd 100%);
  border-radius: 0px 6px 6px 0px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  transition: opacity 0.3s;
}
.search_box .zt_search button img {
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.search_box .zt_search button:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .search_box .zt_search {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .search_box .zt_search button {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    border-radius: 6px;
  }
}
/* 头部header 结束 */
.label_span {
  width: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: right;
  line-height: 40px;
}
.search_btn {
  width: 92px;
  height: 42px;
  border-radius: 4px;
  font-size: 16px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.search_btn + .search_btn {
  margin-left: 16px;
}
.search_btn:hover {
  opacity: 0.7;
}
.search_btn#searchBtn {
  border: solid 1px #39a5ff;
  background-color: #39a5ff;
  color: #ffffff;
}
.search_btn#gjBtn {
  background-color: #e9f2ff;
  border: solid 1px #afd5f5;
  color: #39a5ff;
}
.search_btn#okBtn {
  border: solid 1px #39a5ff;
  background-color: #39a5ff;
  color: #ffffff;
}
.search_btn#resetBtn {
  border: solid 1px #e5eef2;
  background-color: #f8fafb;
  color: #666;
}
.normal_search {
  padding: 20px;
  background-color: #f4f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.normal_search input {
  box-sizing: border-box;
  width: 322px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e9edf0;
  padding: 0 1em;
}
.normal_search input::placeholder {
  color: #999;
}
.senior_search {
  position: relative;
  margin-bottom: 0.1rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(169, 198, 224, 0.36);
  padding: 24px;
}
.condition {
  display: flex;
  position: relative;
}
.condition + .condition {
  margin-top: 0.1rem;
}
.condition .label_span {
  width: 90px;
  height: 38px;
  background-color: #e9f2ff;
  border-radius: 4px;
  border: solid 1px #afd5f5;
  font-size: 15px;
  font-weight: normal;
  color: #3387e7;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
}
.fwrq .label_span {
  margin-right: 30px;
}
.condition_list {
  flex: 1;
}
.condition_list li {
  box-sizing: border-box;
}
.condition_list a {
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.condition_list .cur a {
  color: #359bf0;
}
.condition_list::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.condition_list li {
  box-sizing: border-box;
  float: left;
  position: relative;
}
.condition_list li + li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 1px;
  width: 1px;
  height: 16px;
  background-color: #bcbcbc;
}
.ztfl li:nth-child(9)::before,
.ztfl li:nth-child(15)::before {
  display: none;
}
.fwrq .layui-input {
  position: relative;
  width: 170px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e9edf0;
}
.fwrq i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_calendar.png) no-repeat center;
}
.btns {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.tips {
  font-size: 16px;
  font-weight: normal;
  color: #888888;
}
.tips em {
  color: #39a5ff;
}
.sort {
  /* margin-left: 60px; */
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.sort button {
  width: 80px;
  height: 30px;
  background-color: #f8fafb;
  border-radius: 15px;
  border: none;
}
.sort .cur {
  color: #39a5ff;
  background-color: #e8f6ff;
}
.result_card {
  border-top: 1px dashed #e1e1e1;
  padding-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.result_card .title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-align: right;
}
.result_card .title .tag {
  display: inline-block;
  line-height: 36px;
  text-align: center;
  padding: 0 12px;
  height: 36px;
  background-color: #47abff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.result_card .title h3 {
  box-sizing: border-box;
  text-align: left;
  flex: 1;
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  /* text-decoration: underline; */
}
/* .result_card .title .jiedu::after {
  content: '关联解读';
  display: inline-block;
  margin-left: 15px;
  width: 76px;
  height: 28px;
  background: url(../images/jiedu_bg.png) no-repeat center;
  font-size: 15px;
  font-weight: normal;
  color: #3387e7;
  text-align: center;
  line-height: 28px;
} */
.result_card .title .date {
  display: inline-block;
  line-height: 26px;
  text-align: center;
  width: 95px;
  height: 26px;
  background-color: #f4f9ff;
  border-radius: 6px;
  border: solid 1px #d1e6ff;
  font-size: 14px;
  font-weight: normal;
  color: #3387e7;
}
@media (max-width: 600px) {
  .result_card .title {
    flex-wrap: wrap;
  }
  .result_card .title h3 {
    width: 100%;
    flex: none;
    white-space: normal;
    overflow: visible;
    -o-text-overflow: inherit;
    text-overflow: inherit;
    -webkit-line-clamp: inherit;
    line-height: 1.5;
    margin: 10px 0;
  }
}
.result_card .text {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 31px;
  color: #444444;
  text-align: justify;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ftable {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #eaf0f5;
  border-left: solid 1px #eaf0f5;
}
.ftable .frow {
  display: flex;
  justify-content: start;
}
.ftable .fth,
.ftable .ftd {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #eaf0f5;
  border-right: solid 1px #eaf0f5;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.ftable .fth {
  width: 117px;
  background-color: #f8fafb;
  justify-content: center;
  color: #507594;
}
@media (max-width: 600px) {
  .ftable .fth {
    width: 120px;
  }
}
.ftable .ftd {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
  word-break: break-all;
  text-align: justify;
}
@media (max-width: 992px) {
  .ftable {
    width: 100%;
  }
  .ftable .frow {
    width: 100% !important;
  }
}
.pages {
  width: 100%;
  text-align: center;
}
.pages a,
.pages span {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #333333 !important;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: solid 1px #d6d8da;
}
.pages a:hover,
.pages span:hover,
.pages a.current,
.pages span.current {
  border: solid 1px #216ec2;
  background-color: #216ec2;
  color: #fff !important;
}
.pagination_box {
  margin-top: 0.7rem;
  width: 100%;
  text-align: center;
}
.pagination_box ul {
  display: inline-block;
}
.pagination_box ul li {
  display: inline-block;
  font-size: 14px;
  color: #333333 !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagination_box ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: solid 1px #d6d8da;
  color: #333333 !important;
}
.pagination_box ul li a:hover {
  border: solid 1px #216ec2;
  background-color: #216ec2;
  color: #fff !important;
}
.pagination_box ul li span {
  position: relative;
  padding: 0 15px;
}
.pagination_box ul li span:nth-child(1)::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #d6d8da;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.pagination_box ul li input {
  position: relative;
  top: -2px;
  width: 38px;
  height: 38px;
  border: solid 1px #d6d8da;
  text-align: center;
}
.pagination_box ul li #toPageBtn {
  padding: 0 10px;
}
.pagination_box ul li .disabled {
  cursor: not-allowed;
}
.pagination_box ul li .current {
  border: solid 1px #216ec2;
  background-color: #216ec2;
  color: #fff !important;
  cursor: default;
}
@media (max-width: 1300px) {
  .normal_search > div {
    flex: 1;
  }
  .normal_search input {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .normal_search {
    flex-wrap: wrap;
  }
  .normal_search > div {
    margin-bottom: 10px;
    width: 100%;
    flex: none;
  }
}
@media (max-width: 600px) {
  .header .header_title,
  .search_box {
    margin-top: 0.4rem;
  }
  .header {
    height: auto;
    padding-bottom: 0.4rem;
  }
  .normal_search input {
    width: 100%;
  }
  .condition {
    flex-wrap: wrap;
  }
  .condition_list {
    width: 100%;
    flex: none;
  }
  .fwrq .label_span {
    margin-right: 50%;
    margin-bottom: 10px;
  }
  .fwrq .layui-input-inline {
    width: 45%;
  }
  .fwrq .layui-input-inline input {
    width: 100%;
  }
  .btns {
    margin: 10px 0;
    position: static;
  }
  .sort {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
