* {
  word-break: break-all;
  /*box-sizing: border-box;*/
  margin: 0;
  padding: 0;
}

.zczdkx-bg *{
  box-sizing: border-box;
}

.xcConfirm * {
  box-sizing: content-box;
}
#ariaTipText{
  display: none;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-size: .16rem;
  max-width: 1920px;
  max-width: 19.2rem;
  margin: 0 auto;
  color: #333333;
}

a {
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.border-none {
  border: none !important;
}

.w1200 {
  width: 1200px;
  width: 12rem;
  margin: auto;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.cur-text {
  cursor: text !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-col-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.flex-btw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-bt {
  display: flex;
  justify-content: space-between;
}
.flex-ac{
  display: flex;
  align-items: center;
}

.flex-1 {
  flex: 1;
}

/*单行省略*/
.e1 {
  overflow: hidden;
  /*超出的部分隐藏起来。*/
  white-space: nowrap;
  /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis;
  /* 支持 IE */
}

/*多行省略*/
.e2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.e3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hide {
  display: none;
}

.content-default {
  padding: 0.35rem;
  box-sizing: border-box;
}

.bg-default {
  background-color: #f7f8fa
}

.bg-white {
  background-color: #fff;
  padding: 37px 20px;
  padding: .37rem .2rem;
  padding: 0 .2rem .1rem;
  border-radius: .1rem;
}

.color-red {
  color: #ff3b30;
}

.color-orange {
  color: #f48022;
}

.color-666 {
  color: #666666;
}

.color-999 {
  color: #999999;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}


.text-align-right {
  text-align: right !important;
}

.mt-20 {
  margin-top: .2rem;
}

.mt-32 {
  margin-top: .32rem;
}

.mr-23 {
  margin-right: .23rem;
}

/*头部样式 start*/
.zczdkx-bg{
  background: url(zckx-bottom.png) bottom center no-repeat,url(zczdkx-topbg.png) top center no-repeat;
  background-size: 1920px auto;
  background-size: 19.2rem auto;
  background-color: #E9F1FF;
  padding-top: 122px;
  padding-top: 1.22rem;
  padding-bottom: 39px;
  padding-bottom: .39rem;
}
.zczdkx-bg *{
  box-sizing: border-box;
}
.zczdkx-logo{
  margin-bottom: 30px;
  margin-bottom: .3rem;
  text-align: center;
}
.zczdkx-logo img{
  height: 194px;
  height: 1.94rem;
}
.zczdkx-logo p span{
  color: #eeddc6;
  width: 1.42rem;
  font-size: .26rem;
  line-height: .44rem;
  display: inline-block;
  border-radius: .22rem;
  border: 1px solid #eeddc6;
}
.zczdkx-banner-img{
  height: 320px;
  height: 3.2rem;
  background: url("./zczdkx_com_banner.png") center center no-repeat;
  background-size: auto 100%;
  padding-top: 88px;
  padding-top: .88rem;
  box-sizing: border-box;
}
.zczdkx-nav{
  height: 90px;
  height: .9rem;
  line-height: 82px;
  line-height: .82rem;
  margin-top: 175px;
  margin-top: 1.75rem;
  margin-bottom: 16px;
  margin-bottom: .16rem;
  background-image: linear-gradient(180deg, 
    #f7fbff 0%, 
    #e7f4ff 100%);
  box-shadow: 0px 1px 10px 0px rgba(18, 34, 67, 0.27);
  box-shadow: 0px 1px .1rem 0px rgba(18, 34, 67, 0.27);
  border-radius: 10px;
  border-radius: .1rem;
}
.zczdkx-nav .centerWidth{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 100%;
}
.zczdkx-nav-item{
  height: 100%;
  color: #3f6ea8;
  font-size: 28px;
  font-size: .28rem;
  text-align: center;
  vertical-align: top;
  letter-spacing: 1px;
  position: relative;
}
.zczdkx-nav-item:hover,.zczdkx-nav-item.cur{
  text-decoration: none;
  font-weight: bold;
  color: #0b50a7;
}
.zczdkx-nav-item:hover:after,.zczdkx-nav-item.cur:after{
  position: absolute;
  content: ' ';
  bottom: 13px;
  bottom: .13rem;
  left: 50%;
  width: 44px;
  width: .44rem;
  height: 7px;
  height: .07rem;
  margin-left: -22px;
  margin-left: -.22rem;
  background-image: linear-gradient(0deg, 
    #0b4da0 0%, 
    #0768e1 100%);
  border-radius: 4px;
  border-radius: .04rem;
}
.zczdkx-search{
  /*display: none;*/
  display: flex;
  margin: 0 auto;
  width: 812px;
  width: 8.12rem;
  height: 56px;
  height: .56rem;
  background: rgba(32,0,92,.24);
  border-radius: 28px;
  border-radius: .28rem;
  padding: 4px 6px;
  padding: .04rem .06rem;
  box-sizing: border-box;
  justify-content: space-between;
  box-shadow: 0px 15px 24px 6px rgba(153, 164, 182, 0.15);
  box-shadow: 0px .15rem .24rem .06rem rgba(153, 164, 182, 0.15);
}
.zczdkx-search-hot{
  margin-top: 20px;
  margin-top: .2rem;
  display: none;
  width: 621px;
  width: 6.21rem;
  line-height: 24px;
  line-height: .24rem;
  color: #666666;
  padding-left: 2px;
  padding-left: .02rem;
  box-sizing: border-box;
  font-size: 0;
}
.zczdkx-search-hot span{
  font-size: 16px;
  font-size: .16rem;
  vertical-align: top;
}
.zczdkx-search-hot a{
  vertical-align: top;
  font-size: 16px;
  font-size: .16rem;
  color: #ffffff;
  margin-right: 6px;
  margin-right: .06rem;
  padding: 0 12px;
  padding: 0 .12rem;
  border-radius: 4px;
  border-radius: .04rem;
  background: rgb(73,102,168,.8);
}
.zczdkx-search input{
  height: 48px;
  height: .48rem;
  color: #ffffff;
  font-size: 18px;
  font-size: .18rem;
  padding-left: 32px;
  padding-left: .32rem;
  width: 670px;
  width: 6.7rem;
  background: none;
}
.zczdkx-search input::placeholder {
  color: #ffffff;
}
.zczdkx-search input::-webkit-input-placeholder{ /*WebKit browsers*/
  color: #ffffff;
}
.zczdkx-search input::-moz-input-placeholder{ /*Mozilla Firefox*/
  color: #ffffff;
}
.zczdkx-search input::-ms-input-placeholder{ /*Internet Explorer*/
  color: #ffffff;
}
.zczdkx-search-btn{
  text-align: center;
  font-size: 18px;
  font-size: .18rem;
  color: #ffffff;
  cursor: pointer;
  float: right;
  flex-shrink: 0;
  width: 110px;
  width: 1.1rem;
  height: 48px;
  height: .48rem;
  line-height: 48px;
  line-height: .48rem;
  background-image: linear-gradient(0deg, #44b2ff 0%, #2f99ff 43%, #1980ff 100%), 
  linear-gradient(#007eff, #007eff);
  background-blend-mode: normal, normal;
  border-radius: 24px;
  border-radius: .24rem;
}
.zczdkx-search-btn img{
  vertical-align: middle;
  margin-top: -3px;
  margin-top: -.03rem;
  width: 20px;
  width: .2rem;
  margin-right: 8px;
  margin-right: .08rem;
}
.header {
  height: 3.08rem;
  background: url("./zckx_zcwj_bg.png") no-repeat;
  background-size: 19.2rem auto;
  color: #ffffff;
  padding: .2rem 0;
}

.header-top {
  vertical-align: middle;
}

.header a {
  color: #ffffff;
}

.header-logo {
  font-size: .26rem;
  font-weight: bold;
  line-height: .3rem;
  letter-spacing: .03rem;
  margin-right: .05rem;
}

.header-syx-tip {
  width: .69rem;
  line-height: .24rem;
  text-align: center;
  border-radius: .26rem;
  border: solid 1px #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.1rem;
}

.header-site-sel {
  padding-left: .13rem;
  margin-left: .13rem;
  border-left: 1px solid #ffffff;
  ;
}

.header-site-name {
  font-size: .26rem;
  max-width: 3rem;
  line-height: .3rem;
}

.header-site-btn {
  width: .74rem;
  line-height: .24rem;
  border: 1px solid #ffffff;
  border-radius: .04rem;
  color: #004fb0;
  text-align: center;
  padding-right: .1rem;
  background: #ffffff url("./zckx_header_sj.png") 85% center no-repeat;
  background-size: .08rem auto;
  outline: none;
  margin-left: .16rem;
  transition: all .5s;
  margin-top: .02rem;
}

.header-rt {
  font-size: .14rem;
  width: 4.8rem;
  padding-top: .02rem;
  text-align: right;
}

.header .cq-login {
  color: #004fb0;
  line-height: .24rem;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: .04rem;
  padding: 0 .04rem;
  margin-right: .06rem;
}

.header .cq-register {
  line-height: .24rem;
  border: solid 1px #ffffff;
  border-radius: .04rem;
  padding: 0 .04rem;
}

.header-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: .25rem;
}

.header-nav-item {
  font-size: .2rem;
  line-height: .5rem;
  letter-spacing: .02rem;
  position: relative;
  border-bottom: .04rem solid transparent;
}

.header-nav-item.cur,
.header-nav-item:hover {
  font-weight: bold;
  border-color: #ffffff;
}

.header-tit {
  line-height: .4rem;
  margin-top: .45rem;
}

.header-tit span {
  vertical-align: middle;
}

.header-tit .tit {
  font-size: .38rem;
  letter-spacing: .04rem;
  font-weight: bold;
  margin-right: .2rem;
  padding-right: .2rem;
  position: relative;
}

.header-tit .tit:after {
  content: "";
  width: .07rem;
  height: .07rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}

.header-tit .desc {
  font-size: .21rem;
  letter-spacing: .02rem;
}

.zckx-nav {
  /*margin-top: -.52rem;*/
  /*margin-top: .2rem;*/
  padding: .2rem .06rem 0;
}

.zckx-nav-item {
  font-size: .18rem;
  line-height: .38rem;
  letter-spacing: .02rem;
  color: #999999;
  /*background-color: rgba(255, 255, 255, 0.35);*/
  /*min-width: 1.54rem;*/
  text-align: center;
  /*padding: 0 .38rem;*/
  margin-right: .64rem;
}

.zckx-nav-item.cur {
  color: #000000;
  font-weight: bold;
  border-bottom: 3px solid #0067ff;
}

.zckx-nav-item:hover {
  font-weight: bold;
}

.header-search {
  width: 7.2rem;
  height: .56rem;
  background-color: #ffffff;
  box-shadow: 0 .02rem .10rem .03rem rgba(153, 164, 182, 0.17);
  border-radius: .04rem;
  padding: .04rem;
  margin-top: .55rem;
}

.header-search-input {
  height: .48rem;
  border-radius: .04rem;
  padding: 0 .2rem;
  font-size: .18rem;
}

.header-search-btn {
  line-height: .48rem;
  border-radius: .04rem;
  font-size: .18rem;
  text-align: center;
  width: .98rem;
  padding: 0 .1rem 0 .3rem;
  background: #f48022 url("./zxkx_icon_search.png") .16rem center no-repeat;
  background-size: .16rem auto;
  cursor: pointer;
}

.sy-show {
  display: none;
}

/*头部样式 end*/
.header-search-hot {
  line-height: .24rem;
  margin-top: .24rem;
}

.header-search-hot .label {
  display: inline-block;
  text-align: center;
  width: .67rem;
  padding: 0 .05rem;
  background-color: rgba(0, 26, 85, 0.47);
  border-radius: .04rem;
  margin-right: .03rem;
  font-weight: bold;
}

.header-search-hot .hot-item {
  background-color: rgba(8, 30, 101, 0.8);
  border-radius: .04rem;
  padding: 0 .15rem;
  margin-right: .03rem;
}

.hover-line {
  transition: all .3s;
  border: 1px solid transparent;
}

.hover-shadow:hover{
  transition: all .3s;
  box-shadow: 0px 2px 13px 0px rgba(19, 44, 94, 0.25);
  box-shadow: 0px .02rem .13rem 0px rgba(19, 44, 94, 0.25);
}

.hover-line:hover {
  border: solid 1px #69b9ff;
}

/*筛选样式*/
.query-box {
  background-color: #f9f9f9;
  margin-bottom: .3rem;
  margin-top: .16rem;
}

.query-item {
  line-height: .3rem;
  position: relative;
}

.query-label {
  width: 1.29rem;
  background-color: #f2f4f5;
  text-align: center;
  padding: .27rem .1rem;
}

.query-val-box {
  margin-left: .08rem;
  margin-right: .28rem;
  padding: .27rem .8rem .1rem .14rem;
  height: .83rem;
  overflow-y: hidden;
}

.query-item:not(:last-of-type) .query-val-box {
  border-bottom: dotted 1px #dedede;
}

.query-val-a {
  min-width: .81rem;
  white-space: nowrap;
  text-align: center;
  padding: 0 .1rem;
  letter-spacing: .01rem;
  border-radius: .04rem;
  margin-right: .08rem;
  margin-bottom: .25rem;
}

.query-val-a.cur,
.query-val-a:hover {
  background-color: #f48022;
  color: #ffffff;
}

.query-more {
  font-size: .14rem;
  line-height: .3rem;
  letter-spacing: .01rem;
  color: #0256d3;
  position: absolute;
  right: .16rem;
  top: .27rem;
  padding-right: .18rem;
  background: url("./zckx_down_icon.png") right center no-repeat;
  background-size: .14rem auto;
  cursor: pointer;
  transition: all .3s;
}

.query-item.open .query-val-box {
  height: auto;
}

.query-item.open .query-more {
  background: url("./zckx_top_icon.png") right center no-repeat;
  background-size: .14rem auto;
}

.com-tab1 {
  border-bottom: 1px solid #4b4b4b;
  line-height: .4rem;
  margin-bottom: .2rem;
}

.com-tab1-item {
  font-size: .18rem;
  font-weight: bold;
  letter-spacing: .01rem;
  color: #666666;
  position: relative;
  margin-right: .3rem;
}

.com-tab1-item.cur {
  color: #0357d3;
}

.com-tab1-item.cur:after {
  content: "";
  width: 100%;
  height: .03rem;
  position: absolute;
  left: 0;
  bottom: -.02rem;
  background-color: #0357d3;
}

.com-tab2 {
  line-height: .44rem;
  padding-bottom: .12rem;
  border-bottom: 1px solid #b9c6d8;
}

.com-tab2 .tit {
  font-size: .24rem;
  font-weight: bold;
  letter-spacing: .01rem;
}

.com-tab2 .com-tab2-icon {
  margin-right: .1rem;
}

.com-tab2 .icon-zcwj {
  width: .47rem;
  margin-top: -.02rem;
}

.com-tab2 .icon-zcsx {
  width: .43rem;
  margin-top: -.02rem;
}

.zckx-search {
  width: 3.08rem;
}

.zckx-search-input {
  background-color: #f1f3f4;
  padding: 0 .1rem;
}

.zckx-search-input {
  height: .44rem;
  font-size: .16rem;
}

.zckx-search-btn {
  width: .44rem;
  background-color: #ff730d;
  text-align: center;
  cursor: pointer;
}

.zckx-search-btn img {
  width: .16rem;
}

.wddy-one-list {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 .02rem .13rem 0 rgba(215, 215, 215, 0.66);
  border-radius: .04rem;
  padding: .15rem .28rem .15rem .16rem;
  box-sizing: border-box;
  margin-bottom: .14rem;
}

.wddy-one-list:last-child {
  margin-bottom: 0;
}

.wddy-one-list-left {
  width: 70%;
  display: flex;
  /* align-items: center; */
}

.wddy-one-list-left.w-80 {
  width: 80%;
}

.shenbao-class {
  width: .81rem;
  height: .84rem;
  border-radius: .08rem;
  border: solid 1px #a3caff;
  overflow: hidden;
  margin-top: .03rem;
  flex: none;
  margin-right: .21rem;
}

.shenbao-state-class {
  width: 100%;
  height: .29rem;
  background-color: #2981f7;
  border-radius: .08rem .08rem 0 0;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: .14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .28rem;
  letter-spacing: .01rem;
  color: #ffffff;
}
.cur-num-class {
  width: 100%;
  text-align: center;
  margin-top: .16rem;
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #333333;
}
.shenbao-class.orange{
  border: solid 1px #F5A623;
}
.shenbao-class.orange .shenbao-state-class{
  background-color: #F5A623;
}
.shenbao-class.orange .cur-num-class{
  margin-top: .05rem;
}
.one-list-info {
  flex: 1;
  max-width: 90%;
}
.one-list-info.w-100{
  max-width: 100%;
}

.one-info-title {
  font-family: MicrosoftYaHei;
  font-size: .18rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.one-info-title em,
.file-title-class em {
  font-style: normal;
  color: #176cd8;
}

.info-lable-class {
  display: flex;
  align-items: center;
  margin-bottom: .11rem;
  flex-wrap: wrap;
}

.label-text-class {
  border-radius: .02rem;
  border: solid 1px #ff730d;
  padding: .02rem .13rem .02rem .13rem;
  margin-top: .08rem;
  font-family: MicrosoftYaHei;
  font-size: .14rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff730d;
  margin-right: .1rem;
}

.label-text-class:last-child {
  margin-right: 0;
}

.bottom-tip-text {
  display: flex;
  align-items: center;
}

.bottom-tip-text span {
  font-family: MicrosoftYaHei;
  font-size: .14rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #666666;
  margin-right: .19rem;
}

.browse-class {
  display: flex;
  align-items: center;
}

.browse-class img {
  width: .20rem;
  margin-right: .06rem;
}

.wddy-one-list-right {
  display: flex;
  align-items: center;
}

.action-tag {
  background: url(./zckx_ysqbl_icon.png) no-repeat;
  background-size: 100%;
  border: none;
  width: 1.21rem;
  height: .35rem;
  display: flex;
  /* justify-content: center; */
  padding-left: .3rem;
  margin-right: .71rem;
}

.action-tag-text {
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .32rem;
  letter-spacing: 0;
  color: #ffffff;
}

.action-tag-bg-one {
  background: url(./zckx_msjx_icon.png) no-repeat;
  background-size: 100%;
}

.action-tag-zjjb {
  width: 1.02rem;
  background: url(./zckx_zjjb_icon.png) center center no-repeat;
  background-size: 100%;
  padding-left: .28rem;
}

.action-tag-zjjb .action-tag-text {
  color: #f13939;
  padding-top: .02rem;
  display: block;
  text-align: center;
  flex: 1;
}

.zxsb-class {
  width: 1.05rem;
  height: .4rem;
  background-image: linear-gradient(-90deg,
    #0d61d2 0%,
    #51a7fd 100%),
  linear-gradient(-90deg,
    #2981f7 0%,
    #63b7ff 100%);
  background-blend-mode: normal;
  border-radius: .04rem;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: .14rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .4rem;
  letter-spacing: .01rem;
  color: #ffffff;
}

.zxsb-disabled {
  background: #999999;
  cursor: not-allowed;
}

.paging-class {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: .3rem;
  margin-bottom: .38rem;
}

.paging-item-calss {
  display: flex;
  align-items: center;
}

.paging-img-class {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .32rem;
  height: .31rem;
  background-color: rgba(233, 233, 233, .7);
  cursor: pointer;
}

.paging-img-class img {
  width: .07rem;
}

.input-paging {
  width: .76rem;
  height: .30rem;
  background-color: #ffffff;
  border: solid 1px #cbcbcb;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0;
  color: #000000;
  margin-left: .11rem;
  margin-right: .17rem;
}

.conte-num-class {
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  color: #666666;
}

.go-btn-class {
  width: .6rem;
  height: .3rem;
  background-color: #f0f0f0;
  opacity: 0.7;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: .32rem;
  letter-spacing: 0;
  color: #666666;
  margin-left: .15rem;
  margin-right: .1rem;
  cursor: pointer;
}

.wddy-sort-class {
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.sort-left-class {
  display: flex;
  align-items: center;
}

.sort-title-class {
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #333333;
  margin-right: .16rem;
}

.sort-handle-class {
  height: .28rem;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sort-btn-class,
.sort-btn-class-two {
  width: 1rem;
  line-height: .26rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sort-text-class {
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #333333;
}

.sort-icon-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: .05rem;
}

.sort-btn-class .img,
.sort-btn-class-two .img {
  display: inline-block;
  width: .08rem;
  height: .05rem;
}

.sort-btn-class .img:first-of-type,
.sort-btn-class-two .img:first-of-type {
  background: url("./zckx_sort_two.png");
  background-size: 100% 100%;
  margin-bottom: .02rem;
}

.sort-btn-class .img:nth-of-type(2),
.sort-btn-class-two .img:nth-of-type(2) {
  background: url("./zckx_sort_two1.png");
  background-size: 100% 100%;
}

.sort-btn-class.cur,
.sort-btn-class-two.cur {
  background-color: #0d61d2;
}

.sort-btn-class.cur .sort-text-class,
.sort-btn-class-two.cur .sort-text-class {
  color: #fff;
}

.sort-btn-class.cur .img:first-of-type,
.sort-btn-class-two.cur .img:first-of-type {
  background: url("./zckx_sort_one.png");
  background-size: 100% 100%;
}

.sort-btn-class.cur .img:nth-of-type(2),
.sort-btn-class-two.cur .img:nth-of-type(2) {
  background: url("./zckx_sort_one1.png");
  background-size: 100% 100%;
}

.sort-btn-class.asc .img:first-of-type,
.sort-btn-class-two.asc .img:first-of-type {
  background: url("./zckx_sort_one1.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.sort-btn-class.asc .img:nth-of-type(2),
.sort-btn-class-two.asc .img:nth-of-type(2) {
  background: url("./zckx_sort_one.png");
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.sort-right-class {
  font-family: MicrosoftYaHei;
  font-size: .16rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #666666;
}
.sort-check input{
  vertical-align: middle;
  margin-top: -.02rem;
}
.sort-right-class .sort-check:not(:last-of-type) {
  margin-right: .2rem;
  padding-right: .2rem;
  position: relative;
}

.sort-right-class .sort-check:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: .16rem;
  background-color: #cdcdcd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sort-right-class .sort-check:last-of-type {
  margin-right: .5rem;
}

.data-file-class {
  width: 100%;
  min-height: 1.15rem;
  background-color: #ffffff;
  box-shadow: 0px 2px 13px 0px rgba(215, 215, 215, 0.66);
  border-radius: .04rem;
  margin-bottom: .2rem;
}

.data-file-title {
  width: 100%;
  height: 1.15rem;
  padding: .21rem .3rem .18rem .24rem;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.data-file-class.sq {
  height: 1.15rem;
  overflow-y: hidden;
}

.data-file-title-right img {
  transition: all .3s;
}

.data-file-class.sq .data-file-title-right img {
  transform: rotate(180deg);
}

.data-file-title-left {
  text-decoration: none;
  width: 80%;
}

.data-file-title-left:hover {
  text-decoration: none;
}

.file-title-class {
  font-family: MicrosoftYaHei-Bold;
  font-size: .20rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #333333;
}

.file-tip-class {
  font-family: MicrosoftYaHei;
  font-size: .14rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #666666;
  margin-top: .18rem;
}

.data-file-title-right {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: .3rem;
}

.data-file-title-right span {
  font-family: MicrosoftYaHei;
  font-size: .20rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: .01rem;
  color: #0256d3;
}

.data-file-title-right img {
  width: .15rem;
  margin-left: .13rem;
}

.wddy-one-list-two {
  box-shadow: none;
  padding-top: .15rem;
}

.no-data {
  font-size: .16rem;
  color: #999999;
  line-height: .5rem;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .szf-footer .foot-bottom{
    margin-top: 0;
  }
  .w1200{
    width: 100%;
  }
  .bg-white{
    padding: 0 0 .1rem;
  }
  body{
    font-size: .3rem;
  }
  .cq-login,.cq-register,.cq-logout,.cq-user-name,.cq-logined-show{
    display: none!important;
  }
  header #head-wap.head-2 .head-top a {
    display: inline;
  }
  .zczdkx-bg{
    background: url(zckx-bottom.png) bottom center no-repeat,url(zczdkx-topbgh5.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 14vw;
  }
  .zczdkx-logo img{
    height: 15vw;
  }
  .zczdkx-banner-img{
    /*height: 4.5rem;*/
    height: 3rem;
    background-size: auto 100%;
    padding-top: .8rem;
  }
  .zczdkx-logo{
    text-align: center;
    margin-bottom: 4vw;
  }
  .zczdkx-search{
    width: 7rem;
    height: auto;
    padding: 2vw 1vw;
    border-radius: 0.1rem;
    margin: 0 auto .1rem;
  }
  .zczdkx-search input{
    font-size: .28rem;
    width: 6rem;
    height: 6vw;
    line-height: 6vw;
    border-radius: 0.1rem;
  }
  .zczdkx-search-btn {
    border-radius: .1rem;
    line-height: 6vw;
    height: auto;
    width: 1.3rem;
    font-size: .24rem;
  }
  .zczdkx-search-btn img{
    width: .3rem;
    margin-top: -.05rem;
  }
  .zczdkx-search-hot{
    margin: 3vw auto 0;
    width: 7rem;
  }
  .zczdkx-search-hot span,
  .zczdkx-search-hot a{
    font-size: .28rem;
    line-height: 6vw;
  }
  .zczdkx-nav{
    height: .8rem;
    margin-top: 22vw;
  }
  .zczdkx-nav .centerWidth{
    padding: 0 .1rem;
  }
  .zczdkx-nav-item{
    white-space: nowrap;
    font-size: .32rem;
    /*padding: 0 .1rem;*/
    width: 25%;
    line-height: .8rem;
    box-sizing: border-box;
  }
  .zczdkx-nav-item:hover, .zczdkx-nav-item.cur{
    font-size: .32rem;
  }
  .zczdkx-nav-item:hover:after, .zczdkx-nav-item.cur:after{
    bottom: .06rem;
  }
  .header-rt{
    font-size: .28rem;
    width: 100%;
    text-align: left;
    margin-top: .1rem;
  }
  .h5hide {
    display: none;
  }
  .header{
    padding: .25rem .25rem 1.2rem;
    height: auto;
    background-size: auto 100%;
  }
  .header-logo{
    font-size: .36rem;
  }
  .header-syx-tip{
    line-height: .36rem;
    width: 1rem;
    font-size: .24rem;
    border-radius: .23rem;
  }
  .header-site-name{
    font-size: .28rem;
    max-width: 2rem;
  }
  .header-site-btn{
    width: .94rem;
    line-height: .32rem;
    margin-top: 0;
    background-size: .12rem auto;
    background-position-x: 92%;
    padding-right: .15rem;
  }
  .header-tit .desc{
    font-size: .26rem;
  }
  .header-nav-item{
    line-height: .7rem;
    font-size: .32rem;
  }
  .zckx-nav{
    padding: 0 .2rem;
  }
  .zckx-nav-item{
    line-height: .7rem;
    font-size: .32rem;
  }
  .header-search{
    width: 100%;
  }
  .header-search{
    height: .7rem;
    padding: .05rem;
  }
  .header-search-input{
    height: .6rem;
    font-size: .3rem;
  }
  .header-search-btn{
    line-height: .58rem;
    font-size: .3rem;
    width: 1.4rem;
    background-size: .25rem auto;
  }
  .header-search-hot{
    line-height: .45rem;
  }
  .header-search-hot .label{
    width: 1.2rem;
  }

  .query-label{
    width: 1.5rem;
  }
  .query-item{
    line-height: .45rem;
  }
  .query-val-box{
    height: .98rem;
  }
  #hmDiscount,#hqDiscount{
    height: auto;
  }
  .query-more{
    line-height: .45rem;
    padding: 0 .2rem;
    font-size: .28rem;
    right: .25rem;
  }
  .com-tab2{
    padding: 0 .25rem;
    line-height: .6rem;
  }
  .zckx-search{
    width: auto;
  }
  .zckx-search-input {
    height: .6rem;
    font-size: .26rem;
    padding: 0 .2rem;
    width: 3rem;
  }
  .zckx-search-btn{
    width: .6rem;
  }
  .zckx-search-btn img{
    width: .22rem;
  }
  .com-tab2 .tit{
    font-size: .32rem;
  }
  .wddy-sort-class{
    padding: 0 .25rem;
    flex-wrap: wrap;
  }
  .sort-left-class{
    width: 100%;
    flex-wrap: wrap;
    font-size: .28rem;
  }
  .sort-title-class, .sort-btn-class-two,.sort-text-class,.sort-btn-class,.sort-right-class{
    font-size: .28rem;
    line-height: .4rem;
    width: auto;
  }
  .sort-btn-class,.sort-btn-class-two{
    padding: 0 .1rem;
  }
  .sort-right-class{
    margin-top: .1rem;
  }
  .sort-btn-class .img, .sort-btn-class-two .img{
    width: .16rem;
    height: .1rem;
  }
  .data-file-title{
    height: auto;
  }
  .file-title-class{
    font-size: .32rem;
  }
  .file-tip-class{
    font-size: .28rem;
  }
  .data-file-title-left{
    width: 70%;
  }
  .data-file-title-right{
    margin-left: .1rem;
  }
  .data-file-title,.wddy-one-list{
    padding: .25rem;
  }
  .data-file-title-right span{
    font-size: .26rem;
  }
  .data-file-title-right img{
    margin-left: .05rem;
    width: .2rem;
  }
  .shenbao-class{
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .05rem;
    margin-right: .15rem;
  }
  .shenbao-state-class{
    height: .35rem;
    line-height: .35rem;
    font-size: .24rem;
  }
  .cur-num-class{
    font-size: .24rem;
  }
  .one-info-title{
    font-size: .3rem;
  }
  .bottom-tip-text{
    flex-wrap: wrap;
  }
  .bottom-tip-text span{
    font-size: .24rem;
    flex-wrap: wrap;
    letter-spacing: -.02rem;
    margin-right: 0;
  }
  .label-text-class{
    font-size: .24rem;
  }
  .zxsb-class{
    height: .5rem;
    line-height: .5rem;
    font-size: .24rem;
    width: auto;
    padding: 0 .1rem;
  }
  .one-list-info{
    max-width: 82%;
  }
  .paging-class{
    padding: 0 .25rem;
  }
  .paging-img-class{
    width: .5rem;
    height: .5rem;
  }
  .paging-img-class img{
    width: .11rem;
  }
  .input-paging{
    height: .5rem;
    width: 1rem;
    font-size: .28rem;
  }
  .conte-num-class{
    font-size: .28rem;
  }
  .go-btn-class{
    height: .5rem;
    line-height: .5rem;
    font-size: .28rem;
    width: .9rem;
  }
  .wddy-one-list-left,.wddy-one-list-left.w-80{
    width: 100%;
  }
  .wddy-one-list-right{
    width: 100%;
    padding-left: 1.35rem;
    margin-top: .1rem;
  }
  .wddy-one-list-right.h5-pl-0{
    padding-left: 0;
  }
  .action-tag-zjjb .action-tag-text{
    font-size: .24rem;
    line-height: .45rem;
  }
  .action-tag-zjjb{
    height: .5rem;
    width: 1.7rem;
    padding-left: .4rem;
  }
  .wddy-one-list-two .one-list-info{
    max-width: 70%;
  }
  .wddy-one-list-two .wddy-one-list-right{
    width: 20%;
    padding-left: 0;
  }
  .wddy-one-list-two .wddy-one-list-left.w-80{
    width: 80%;
  }
  .com-tab1{
    line-height: .6rem;
    padding: 0 .2rem;
  }
  .com-tab1-item{
    font-size: .32rem;
    margin-right: .1rem;
  }
  .com-tab1-desc{
    font-size: .28rem;
  }
  .com-tab2 .icon-zcwj,.com-tab2 .icon-zcsx{
    margin-top: -.04rem;
    margin-right: .05rem;
  }
  .browse-class img{
    width: .3rem;
  }
  .no-data{
    line-height: .8rem;
    font-size: .3rem;
  }
}