@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1fa;
}

.zj-wrapper {
  padding: 0 0 50px;
  min-height: 100%;
  box-shadow: 0 2px 30px rgba(59, 51, 239, 0.1);
  background: #fff;
}
.zj-wrapper .bg {
  width: 100%;
}
.zj-wrapper .topic {
  margin-top: -20px;
  padding: 0 70px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2e1ef;
}
.zj-wrapper .topic .t {
  position: relative;
  padding: 0 0 25px 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.zj-wrapper .topic .t::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 20px;
  font-size: 0;
  background-color: #5147ff;
  border-radius: 3px;
}
.zj-wrapper .topic p {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 16px;
}
.zj-wrapper .topic p i {
  font-weight: bold;
  color: #5147ff;
}
.zj-wrapper .colBox {
  padding: 0 60px 0 70px;
}
.zj-wrapper .col {
  float: left;
  width: 50%;
  padding: 0 23px 0 0;
}
.zj-wrapper .col:nth-child(2) {
  padding: 0 0 0 23px;
}
.zj-wrapper .col:nth-child(2) .colT .t::before {
  background-position: 0 -25px;
}
.zj-wrapper .col .colT {
  position: relative;
  height: 100%;
}
.zj-wrapper .col .colT .t {
  padding-left: 35px;
  font-size: 18px;
  line-height: 1;
}
.zj-wrapper .col .colT .t::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(../images/zj_ico.png) no-repeat 0 0;
  content: "";
}
.zj-wrapper .col .colT .tip {
  line-height: 40px;
  font-size: 14px;
  color: #aaa;
}
.zj-wrapper .col .colT .tip .more {
  position: absolute;
  right: 15px;
  color: #6866ff;
}
.zj-wrapper .col .colT .tip .more:hover {
  text-decoration: underline;
}
.zj-wrapper .col .colT .searchbg {
  padding: 0px 10px;
}
.zj-wrapper .col .colT .inputText {
  padding: 0px 15px;
  margin-top: 5px;
  min-height: 35px;
  line-height: 35px;
  border: 1px solid #F1F1FA;
  background-color: #F1F1FA;
  border-radius: 11px;
  font-size: 14px;
  width: 100%;
}
.zj-wrapper .col .colT .searchImg {
  content: "";
  position: absolute;
  right: 25px;
  top: 80px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/magnifier-glass.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.zj-wrapper .col .colIntro {
  position: relative;
  height: 100%;
  margin-top: 20px;
}
.zj-wrapper .col .colIntro .t {
  padding-left: 0px;
  font-size: 18px;
  line-height: 1;
}
.zj-wrapper .col .colIntro .tip {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 15px 0px;
}
.zj-wrapper .col .upItem {
  margin-bottom: 15px;
}
.zj-wrapper .col .nbldImg {
  margin-left: 15px;
  height: 20px;
}
.zj-wrapper .col .companyInfo {
  height: 164px;
  background: #F1F1FA;
  border-radius: 3px;
  display: flex;
}
.zj-wrapper .col .companyInfo img {
  width: 290px;
  height: 164px;
  border-radius: 3px;
  border-color: transparent;
}
.zj-wrapper .col .companyInfo .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zj-wrapper .col .companyInfo h2 {
  padding: 10px 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.zj-wrapper .col .companyInfo .time {
  padding: 0px 10px;
  font-size: 12px;
  color: #aaa;
  font-weight: 500;
}
.zj-wrapper .col .companyInfo .pt {
  padding: 10px 10px;
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
}
.zj-wrapper .activeBox {
  overflow: hidden;
  padding: 0 0 0 0px;
  height: 100%;
  margin-top: 10px;
}
.zj-wrapper .activeBox .list {
  padding: 10px 15px 0 15px;
  min-height: 100%;
}
.zj-wrapper .activeBox .list.nodata {
  border: none;
  background: url(../images/nodata.png) no-repeat 50% 50%;
  height: 400px !important;
}
.zj-wrapper .activeBox .list li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 60px;
  box-shadow: 0 2px 30px rgba(59, 51, 239, 0.1);
  transition: all 0.3s;
  cursor: pointer;
}
.zj-wrapper .activeBox .list li.active {
  border: 1px solid #6765FF;
  color: #5A52FF;
}
.zj-wrapper .activeBox .list li .date {
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
}
.zj-wrapper .activeBox .list li .time {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #999;
  width: 90px;
  text-align: right;
  line-height: 20px;
}
.zj-wrapper .activeBox .list li .btm {
  position: relative;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 0 0 60px;
}
.zj-wrapper .activeBox .list li .btm .state {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  background-color: #5952ff;
}
.zj-wrapper .activeBox .list li .btm .state.now {
  background-color: #d74c47;
}
.zj-wrapper .activeBox .list li .btm .t {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.zj-wrapper .activeBox .list li .btm .t.active {
  color: #5A52FF;
}
.zj-wrapper .activeBox .list li:hover {
  border-color: #5952ff;
  box-shadow: 0 2px 30px rgba(59, 51, 239, 0.2);
}
.zj-wrapper .activeBox .list li:hover .btm .t {
  color: #5952ff;
}

.pageFooter {
  margin-top: 0;
}

/*分页*/
.pageBox {
  padding: 40px 60px 60px;
  text-align: left;
}

.page {
  display: inline-block;
}

.selectbg {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f1f1fa;
}

/*roadAsk*/
.loadTxt {
  background: url(../images/i_loading.gif) no-repeat 90% #f1f1fa !important;
}

.roadAsk .down {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../images/i_down.png) no-repeat 0 0;
}

.roadAsk .txt {
  box-sizing: border-box;
  padding: 8px 20px;
  vertical-align: middle;
  border: none;
  font-size: 14px;
  background-color: #f1f1fa;
  width: 100%;
  height: 40px;
  border-radius: 3px;
}

.roadAsk .txt::-moz-placeholder {
  color: #999;
}

.roadAsk .txt::placeholder {
  color: #999;
}

.askBox {
  margin: 10px 0 0;
  position: relative;
  padding: 15px 20px;
  height: 240px;
  box-sizing: border-box;
  background-color: #f1f1fa;
}

.askBox .txtArea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  height: 185px;
  border-radius: 3px;
  line-height: 1.5;
  background-color: #f1f1fa;
  vertical-align: top;
  overflow-y: auto;
  font-family: "microsoft yahei";
  font-size: 14px;
}

.askBox .txtArea:focus, .roadAsk .txt:focus {
  border-color: #5d56ff;
}

.askBox .loginTip, .askBox .totalTip {
  line-height: 1;
}

.askBox .loginTip {
  left: 20px;
  top: 15px;
  color: #999;
  font-size: 14px;
}

.loginTip {
  position: absolute;
}

.askBox .loginTip a {
  color: #4182f9;
}

.askBox .loginTip a:hover {
  border-bottom: 1px solid #5d56ff;
}

.askBox .totalTip {
  left: 20px;
  bottom: 20px;
  color: #999;
  font-size: 12px;
}

.askBox .btnBox {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0;
}

.askBox .btn, .askBox .cancel {
  font-size: 16px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  border: none;
}

.askBox .btn {
  color: #fff;
  background: #5d56ff;
  box-shadow: 2px 0 20px rgba(59, 51, 239, 0.3);
}

.askBox .cancel {
  display: none;
  background-color: #eee;
  color: #666 !important;
}

.askBox .btn:hover {
  opacity: 0.9;
}

.askBtn {
  display: none;
  margin-top: 25px;
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 30px;
  color: #fff;
  background: #5d56ff;
  box-shadow: 2px 0 20px rgba(59, 51, 239, 0.3);
  font-size: 16px;
}

.checkBar {
  overflow: hidden;
  margin-top: 10px;
}

.totalBox {
  display: none;
  margin-bottom: 5px;
}

.totalBox .txt {
  padding: 2px 5px;
  width: 150px;
  height: 30px;
  line-height: 24px;
  border: 1px solid #d4d3d3;
}

.totalBox .code, .totalBox .getCode, .totalBox .countDown {
  margin-left: -1px;
  margin-right: 20px;
  width: 90px;
  height: 30px;
}

.totalBox .getCode, .totalBox .countDown {
  line-height: 28px;
}

.autocompleter {
  width: 100% !important;
}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  .area {
    width: 100%;
  }
  .zj-wrapper {
    background-size: auto 250px;
  }
}
@media screen and (max-width: 800px) {
  .p5wCommon, .pageFooter {
    display: none;
  }
  .zj-wrapper {
    padding: 0 0 25px;
  }
  .zj-wrapper .topic {
    margin-top: 0;
    padding: 0 20px;
  }
  .zj-wrapper .colBox {
    padding: 0 10px 0 20px;
  }
  .zj-wrapper .col {
    float: none;
    width: 100%;
    padding: 0 10px 10px 0;
  }
  .zj-wrapper .col:nth-child(2) {
    padding: 0;
  }
  .zj-wrapper .colT .tip .more {
    right: 10px;
    top: 0;
    bottom: auto;
    line-height: 24px;
  }
  .zj-wrapper .activeBox {
    height: 100%;
  }
  .zj-wrapper .activeBox .list {
    padding: 10px 10px 0 15px;
  }
  .zj-wrapper .activeBox .list li .time {
    top: 6px;
    bottom: auto;
  }
  .zj-wrapper .activeBox .list li .btm {
    padding-right: 0;
  }
  .askBox .btnBox {
    display: none;
  }
  .askBtn {
    display: block;
  }
  .totalTip {
    text-align: right;
  }
}
.xsb .topic .t::before {
  background-color: #1f6fff;
}
.xsb .topic p i {
  color: #1f6fff;
}
.xsb .col .colT .t::before {
  background-image: url(../images/zj_ico2.png);
}
.xsb .col .colT .tip .more {
  color: #1f6fff;
}
.xsb .activeBox .list li {
  box-shadow: 0 2px 30px rgba(59, 51, 239, 0.1);
}
.xsb .activeBox .list li::before {
  border: 1px solid #1f6fff;
  background-color: #fff;
}
.xsb .activeBox .list li.active {
  border: 1px solid #1f6fff;
  color: #1f6fff;
}
.xsb .activeBox .list li .btm .state {
  background-color: #1f6fff;
}
.xsb .activeBox .list li .btm .state.now {
  background-color: #d74c47;
}
.xsb .activeBox .list li:hover {
  border-color: #1f6fff;
  box-shadow: 0 2px 30px rgba(59, 51, 239, 0.2);
}
.xsb .activeBox .list li:hover::after {
  background-color: #1f6fff;
}
.xsb .activeBox .list li:hover .btm .t {
  color: #1f6fff;
}
.xsb .askBox .txtArea:focus, .xsb .roadAsk .txt:focus {
  border-color: #1f6fff;
}
.xsb .askBox .loginTip a:hover {
  border-bottom: 1px solid #1f6fff;
}
.xsb .askBox .btn {
  background: linear-gradient(to bottom right, #42a8ff 0%, #1f6fff 50%);
}
.xsb .askBtn {
  background: #1f6fff;
}

/*分页*/
.pageBox {
  padding: 10px 30px;
  text-align: center;
}

.page {
  display: inline-block;
}

.m-pagination-page {
  padding-right: 0px !important;
}

hr {
  color: #EEEEEE; /* 设置颜色 */
  height: 0.5px; /* 设置粗细 */
  border-color: #EEEEEE;
}