/*commom style*/
:root {
  --primary-color: #4876ff;
  --active-img: url(active.png);
}
[data-theme="red"] {
  --primary-color: #f93a4a;
  --active-img: url(active-red.png);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: none;
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: "微软雅黑";
}
ul,
ol {
  list-style: none;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a:hover {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}

body {
  background: linear-gradient(
        180deg,
        var(--primary-color),
        rgba(58, 131, 233, 0)
      )
      no-repeat,
    #f4f9ff;
  background-size: 100% 476px;
  background-position: 0 300px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* banner */
.banner {
  width: 100%;
  /* min-height: 430px; */
  /* background: url(xxpt_banner.png) center no-repeat; */
  /* background-size: 100% 100%; */
}
.banner_cont {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 30px 0 30px;
}
.banner_tit {
  width: 255px;
  margin: 0 auto;
}
.banner_tit span {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin-right: 50px;
  width: 100px;
  text-align: center;
  display: inline-block;
}
.banner_tit span:last-child {
  margin-right: 0;
}
.banner_tit span.hover {
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  background: url(hx.png) center bottom no-repeat;
}

#search_form {
  width: 100%;
  height: 50px;
  display: flex;
}
.input_text {
  line-height: 50px;
  padding: 0 10px 0 10px;
  width: 355px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  color: #999999;
}
.searchbuttom {
  width: 100px;
  height: 50px;
  background: var(--primary-color);
  /* box-shadow: 11px 13px 27px 2px rgba(103, 103, 103, 0.1); */
  /* border-radius: 0 8px 8px 0; */
  font-size: 22px;
  color: #ffffff;
}
.hotword {
  margin-top: 20px;
  line-height: 20px;
  padding-left: 18px;
  font-size: 14px;
  color: #666666;
}
.hotword a {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
}
.box {
  width: 998px;
  margin: 0 auto;
}
.check_list {
  width: 998px;
  overflow: hidden;
  margin-top: 10px;
}
.check_box {
  margin-top: 8px;
}
.check_box span {
  display: inline-block;
}
.check_box .box_tit {
  font-weight: Bold;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  width: 80px;
  white-space: nowrap;
}
.check_box .box_all {
  display: inline-block;
  font-size: 16px;
  /*color:#333;*/
  line-height: 40px;
  width: 85px;
  text-align: center;
  margin-left: 7px;
  margin-right: 30px;
  cursor: pointer;
}
.box_list {
  width: 995px;
}
.box_list a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  cursor: pointer;
  padding: 0 14px;
  color: #000000;
}
.sub_theme_list {
  width: 695px;
  margin-left: 201px;
}
.sub_theme_list a {
  display: inline-block;
  font-size: 15px;
  /*color:#333;*/
  line-height: 40px;
  text-align: left;
  margin-right: 20px;
  cursor: pointer;
}
.box_hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: var(--active-img) no-repeat right bottom;
}
.box_more {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  cursor: pointer;
}
.zkqb {
  margin-top: 30px;
  text-align: center;
}
.zkqb a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #4876ff;
  margin-left: 10px;
}

/* 主体内容 */
.main {
  width: 1200px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* 左侧最新政策 */
.main_left {
  width: 100%;
  background: #ffffff;
  /* box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1); */
  /* border-radius: 8px; */
  padding: 0 30px;
}
.zxzc_tit {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  display: inline-block;
  margin-right: 30px;
}
.zxzc span {
  display: inline-block;
  height: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 3px;
}

.zxzc_list {
  /* margin-top: 27px; */
}
.zxzc_list li {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  padding: 17px 23px 18px 20px;
  /* margin-bottom: 20px; */
  position: relative;
}
.zxzc_list li img {
  width: 66px;
  height: 65px;
  position: absolute;
  right: 0;
  top: 0;
}
.zxzc_list li .relevant {
  position: absolute;
  display: none;
  font-size: 16px;
  color: #4876ff;
  line-height: 21px;
  bottom: 20px;
  right: 26px;
}
.zxzc_list li .relevant span {
  color: #f93a4a;
}
.zxzc_list li .tit,
.zxzc_list li p {
  font-size: 16px;
  color: #999999;
  line-height: 21px;
}
.zxzc_list li .tit a {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}
.zxzc_list li .tit span {
  display: inline-block;
  margin-left: 1rem;
}
.zxzc_list li p {
  margin-top: 10px;
}
/* .zxzc_list li:hover {
  background: #f9faff;
  border: 1px solid #eeeeee;
} */
.zxzc_list li:hover a {
  font-weight: bold;
}
.zxzc_list li:hover .relevant {
  display: block;
}

/* 右侧热门政策 */
.main_right {
  width: 380px;
  background: #ffffff;
  box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  border-radius: 8px;
  padding: 26px 24px 33px 26px;
}
.hot_tit a {
  display: inline-block;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
}
.refresh {
  font-size: 14px;
  height: 30px;
  color: #4876ff;
  display: inline-block;
  line-height: 30px;
  background: url(shuax.png) left center no-repeat;
  padding-left: 21px;
}
.hot_list {
  margin-top: 8px;
}
.hot_list li {
  line-height: 45px;
  width: 100%;
  background: url(dian.png) left 23px no-repeat;
  padding-left: 16px;
  border-bottom: 1px solid #eeeeee;
}
.hot_list li a {
  font-size: 16px;
  color: #333333;
}

/* 分页 */
.page {
  margin: 30px auto 0px;
  color: #666;
  display: block;
  text-align: center;
}

.page li {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  text-align: center;
  margin: 0 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.xl-nextPage,
.xl-prevPage {
  width: 32px;
  color: #0073a9;
  height: 32px;
}

.page li.xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.page li.xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1px solid #dce0e0 !important;
  color: #666 !important;
}

.page li.xl-active {
  background: #515ef2;
  border-color: #0073a9;
  color: #fff;
}

.page li:hover {
  background: #515ef2 !important;
  border-color: #0073a9;
  color: #fff;
}

.page li.xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.page li.xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.page li.xl-jumpButton {
  padding: 0 5px;
  border: 1px solid #515ef2;
  font-size: 14px;
  color: #515ef2;
}
.page li.xl-jumpButton:hover {
  color: white !important;
}

#xlJumpNumtwo,
#xlJumpNum {
  width: 48px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 0 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.all_num {
  position: absolute;
  left: 250px;
  top: 8px;
  font-size: 14px;
  color: #73777a;
}
.dqwz {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 81px;
  align-items: center;
}
.dqwz img {
  margin-right: 10px;
}
.dqwz a,
.dqwz span {
  color: #ffffff;
  padding: 0 5px;
}
.dqwz a:hover {
  color: #ffffff;
}
.sx-title {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 700;
}
.search {
  border: 1px solid #e3e3e3;
  padding: 30px;
}
.banner_check_box {
  border: 1px solid #e3e3e3;
  padding: 30px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--primary-color) !important;
}
.search-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 50px;
  white-space: nowrap;
}
#title {
  margin-right: 30px;
}
#file-size {
  margin-right: 20px;
}
.year_check_box {
  display: flex;
  justify-content: space-between;
}
.btn-box .btn {
  width: 100px;
  height: 40px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
.btn-box .btn:nth-child(2) {
  margin-left: 20px;
}
.zxzc_list li .tit {
  display: flex;
  align-items: center;
}
.zxzc_list li .tit button {
  color: rgb(29, 116, 255);
  background: rgb(234, 242, 252);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(76, 145, 255);
  border-image: initial;
  margin-left: 10px;
  padding: 2px 16px;
  border-radius: 5px;
  line-height: 25px;
}
