body.nobg{
  background: none;
}
.overflow{
  white-space: nowrap;overflow: hidden;
  text-overflow: ellipsis;
}

.page-zcwjk{
  width: 100%;
  background: url(zcwjk_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 15px;
}
.page-zcwjk *{
  box-sizing: border-box;

}
.zcwjk-head{
  height: 425px;
}
.zcwjk-main{
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 6px;
  padding: 20px;
}
.searbox{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
    
}
.zcwjk-search{
  width: 100%;
  height: 60px;
  padding: 0 75px 0 25px;
  border:  1px solid #28699b;
  box-sizing: border-box;
  font-size: 18px;
}
.sear-icon{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.zcwjk-left{
  width: 300px;
}
.zcwjk-right{
  width: 830px;
}
.chnnel-title{
  background: url(zcwjk_leftnav.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight:bold;
  color: #fff;
  text-align: center;
}
.sx-title{
  background-color: #d0e4f4;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #155c93;
  border-left: 5px solid #9abbd4;
  margin: 3px 0;

}
.wjlx-ul{
  background-color: #eff5fa;
  padding: 20px  0;
}
.wjlx-ul li{
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}
.wjlx-ul li.active{
  color: #155c93;
  /* background-color: #d0e4f4; */
}
.wjlx-ul li:hover{
  color: #155c93;

}
.wjlx-ul li span{
  color: #d8d9d9;
  padding-right: 5px;
}
.sx-form{
  padding: 32px 30px;
  background-color: #eff5fa;
  font-size: 16px;
  min-height: 695px;

}
.sx-form .sx-item{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sx-item .item-title{
  width: 80px;
  text-align: right;
}
.sx-item .item-right{
  flex: 1;
  width: 60%;
}
.item-right .form-control{
  width: 100%;
  height: 35px;
  padding: 0 12px;
  border: 1px solid #eeeeef;
  box-sizing: border-box;

}
.sx-form .sx-sswz{
  margin-bottom: 20px;
  margin-top: 20px;
}
.sx-item .radio-btn {
  margin: 0;
  /* margin-right: 8px; */
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  position: relative;
  vertical-align: sub;
  appearance: none;
  line-height: normal;
  min-height: auto!important;
}
.sx-item .radio-inline{
  display: inline-block;
  width: 48%;
}
.sx-item .radio-inline:nth-of-type(2n){
  text-align: right;
}
input[type='radio']:checked:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(ico_tick.png) no-repeat center;
    background-color: #155c93;
    position: absolute;
    border: #155c93;
    background-size: 18px 18px;
}

.submit-btn{
  margin-top: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.submit-btn button{
  padding: 5px 20px;
}
.submit-btn button.reset{
  border: #155c93 1px solid;
  color: #155c93;
  background-color: #fff;
  margin-right: 20px;
}
.submit-btn button.submit{
  background-color: #155c93;
  color: #fff;
}
.nomsgal{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  display: none;
}
.news_list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.news_list li .dot {
    width: 4px;
    height: 4px;
    background: #e5e5e5;
    border-radius: 50%;
    min-height: auto!important;
}
.news_list li p{
  width: 70%;
  flex: 1;
  padding: 0 10px;
}
.news_list li .time {
  width: 20%;
  color: #999;
  text-align: right;
}
.news_list li:nth-of-type(5n)::after{
  content: "";
  display: block;
  width: 100%;
  margin: 15px 0;
  border-bottom: 1px dashed #bababa;
}
.page-list{
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .page-zcwjk{
    background-size: 200% auto;
    background-position: 25% 0;
  }
  .zcwjk-head{
    height: 10rem;
  }
  .zcwjk-main{
    width: 100%;
    padding: 20px 10px;
  }
  .zcwjk-search{
    height: 45px;
  }
  .sear-icon{
    width: 20px;
  }
  .zcwjk-left{
    width: 80%;
    margin-left: 10%;
  }
  .sx-form{
    padding: 30px 20px;
    min-height: auto;
  }
  .sx-item .radio-inline {
      display: block;
      width: 100%;
  }
  .sx-item .radio-inline:nth-of-type(2n){
    text-align: left;
    margin-top: 10px;
  }
  .zcwjk-right{
    width: 100%;
    margin-top: 20px;
  }
  .news_list li .time{
    width: 35%;
  }
}