@charset "UTF-8";
body {
  background: url("../images//policy_consultation/img_bg.png") center top no-repeat;
}

.header {
  height: 304px;
  text-align: center;
}

.header .logo {
  padding-top: 34px;
  display: block;
}

.header .title {
  display: block;
  margin: 79px auto 0;
}

.input-tips {
  position: relative;
}

.input-tips label {
  position: absolute;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
  left: 13px;
}

input {
  border-radius: 4px;
  border: solid 1px #e5ebf2;
  height: 100%;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
  padding: 0 12px;
}

input:focus {
  color: #333333;
  border: solid 1px #4187e3;
}

.radio-items {
  font-size: 0;
}

.radio-items .radio-item {
  display: inline-block;
  margin-right: 28px;
  height: 45px;
  vertical-align: top;
}

.radio-items .radio-item input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-items .radio-item label {
  padding-left: 29px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 45px;
  color: #333333;
}

.radio-items .radio-item label::before {
  width: 19px;
  height: 19px;
  border-radius: 10px;
  border: solid 1px #dae2eb;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.radio-items .radio-item input[type="radio"]:checked + label::before {
  border: solid 1px #4187e3;
}

.radio-items .radio-item input[type="radio"]:checked + label::after {
  width: 7px;
  height: 7px;
  background-color: #4187e3;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.viewer {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #e1ecf9;
          box-shadow: 0px 0px 20px 0px #e1ecf9;
  border-radius: 10px;
  padding: 20px;
}

.viewer .column-title {
  height: 60px;
  line-height: 60px;
  background: url("../images/business_environment/img_column_title.png") center no-repeat;
  font-family: "SourceHanSansCN-Medium";
  font-size: 24px;
  color: #ffffff;
  position: relative;
  padding-left: 63px;
}

.viewer .column-title .add-feedback {
  cursor: pointer;
  width: 144px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(0%, #ecf5ff), color-stop(0%, #d9ebff), to(#f3f8ff));
  background-image: linear-gradient(-90deg, #ffffff 0%, #ecf5ff 0%, #d9ebff 0%, #f3f8ff 100%);
  padding-left: 47px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3c86e7;
  margin-top: 11px;
  margin-right: 23px;
  position: relative;
}

.viewer .column-title .add-feedback::before {
  width: 21px;
  height: 17px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/business_environment/icon_add_feedback.png") center no-repeat;
  left: 26px;
}

.viewer .column-title .add-feedback:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(0%, #e9f3ff), color-stop(0%, #d3e7fe), to(#d9ebff));
  background-image: linear-gradient(-90deg, #ffffff 0%, #e9f3ff 0%, #d3e7fe 0%, #d9ebff 100%);
}

.viewer .column-title::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 22px;
  background: url("../images/business_environment/icon_column_feedback.png") center no-repeat;
}

.condition {
  border-bottom: 1px dashed #cccdcf;
  height: 166px;
  padding-top: 19px;
}

.condition .condition-cells {
  width: calc(100% - 33px - 140px);
}

.condition .condition-cells .condition-cell {
  height: 45px;
  line-height: 45px;
  width: calc(50% - 12px);
}

.condition .condition-cells .condition-cell .cell-label {
  font-size: 18px;
  color: #333333;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute;
  width: 93px;
  position: relative;
  padding-right: 20px;
}

.condition .condition-cells .condition-cell .cell-label::after {
  content: "：";
  position: absolute;
  right: 0;
  height: 100%;
  line-height: 45px;
  top: 0;
  font-size: 18px;
  color: #333333;
}

.condition .condition-cells .condition-cell .cell-val {
  width: calc(100% - 93px);
  height: 100%;
}

.condition .condition-cells .condition-cell:nth-of-type(n+3) {
  margin-top: 27px;
}

.condition .condition-cells .condition-cell:nth-of-type(2n) {
  margin-left: 24px;
}

.condition .condition-btns {
  width: 140px;
}

.condition .condition-btns button {
  width: 140px;
  height: 45px;
  border-radius: 4px;
  cursor: pointer;
}

.condition .condition-btns #search {
  background-color: #4187e3;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
}

.condition .condition-btns #reset {
  background-color: #ffffff;
  border: solid 1px #4187e3;
  font-size: 18px;
  color: #4187e3;
  margin-top: 28px;
}

.condition .cell-date {
  font-size: 0;
}

.condition .cell-date > span {
  line-height: 45px;
  width: 25px;
  font-size: 16px;
  color: #999999;
  display: inline-block;
  text-align: center;
}

.condition .cell-date > input {
  width: 180px;
  cursor: pointer;
  height: 45px;
  padding-right: 50px;
  background: url("../images/business_environment/icon_date.png") right 19px center no-repeat;
}

.feedback-list {
  margin-top: 41px;
  min-height: 618px;
  position: relative;
}

.feedback-list .feedback-item {
  width: calc(50% - (35px / 2));
  height: 185px;
  background-color: #f4f8fc;
  border-radius: 4px;
  position: relative;
}

.feedback-list .feedback-item > a {
  display: block;
  height: 100%;
}

.feedback-list .feedback-item .infos-cells {
  padding-top: 1px;
  padding-left: 19px;
  padding-right: 44px;
}

.feedback-list .feedback-item .infos-cells .infos-cell {
  font-size: 16px;
  line-height: 18px;
  margin-top: 17px;
}

.feedback-list .feedback-item .infos-cells .cell-label {
  width: 81px;
  padding-right: 16px;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute;
}

.feedback-list .feedback-item .infos-cells .cell-label::after {
  content: "：";
  position: absolute;
  right: 0;
  height: 100%;
  line-height: 16px;
  top: 0;
  font-size: 16px;
  color: #999999;
}

.feedback-list .feedback-item .infos-cells .cell-val {
  width: calc(100% - 81px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}

.feedback-list .feedback-item .infos-state {
  width: 86px;
  height: 34px;
  background-color: #4187e3;
  border-radius: 17px 0 0 17px;
  position: absolute;
  right: 0;
  top: 16px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 10px;
}

.feedback-list .feedback-item .del-infos {
  width: 26px;
  height: 24px;
  background: url("../images/business_environment/icon_del.png") center no-repeat;
  bottom: 15px;
  right: 18px;
  position: absolute;
  cursor: pointer;
  display: none;
}

.feedback-list .feedback-item.reply .infos-state {
  background-color: #ff7e20;
}

.feedback-list .feedback-item.draft .infos-state {
  background-color: #2bc2a8;
}

.feedback-list .feedback-item.draft .del-infos {
  display: block;
}

.feedback-list .feedback-item:hover {
  background-color: #4187e3;
  -webkit-box-shadow: 0px 2px 20px 0px #cee2fd;
          box-shadow: 0px 2px 20px 0px #cee2fd;
}

.feedback-list .feedback-item:hover .cell-label::after,
.feedback-list .feedback-item:hover .cell-label {
  color: #ffffff;
  opacity: 0.65;
}

.feedback-list .feedback-item:hover .cell-val {
  color: #fff;
}

.feedback-list .feedback-item:hover .infos-state {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4187e3;
}

.feedback-list .feedback-item:nth-of-type(2n) {
  margin-left: 35px;
}

.feedback-list .feedback-item:nth-of-type(n+3) {
  margin-top: 31px;
}

.feedback-list.none {
  position: relative;
}

.feedback-list.none::after {
  content: '暂无反映内容';
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 24px;
  line-height: 43px;
  color: #666666;
  padding-top: 229px;
  background: url("../images/business_environment/img_none.png") center top no-repeat;
}

.pager {
  text-align: center;
  margin-top: 47px;
  margin-bottom: 20px;
}

.layer-tips {
  width: 680px;
  height: 639px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.layer-tips .layer-tips-hd {
  height: 55px;
  background-color: #eaf3fc;
  text-align: center;
  line-height: 55px;
  position: relative;
  font-family: "SourceHanSansCN-Bold";
  font-size: 18px;
  color: #333333;
}

.layer-tips .layer-tips-hd .close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
  background: url("../images/business_environment/icon_close.png") center no-repeat;
}

.layer-tips .layer-tips-bd {
  height: calc(100% - 55px);
}

.layer-tips .layer-tips-bd .tips-content {
  margin: 30px 16px 30px 30px;
  padding-right: 24px;
  height: 450px;
  overflow: auto;
}

.layer-tips .layer-tips-bd .tips-content p {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}

.layer-tips .layer-tips-bd #feedback-btn {
  width: 140px;
  height: 45px;
  background-color: #4187e3;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
