@charset "UTF-8";
/**!
* 政府公报搜索
* date:2024-08-05
* author: qcn;
*/
.content {
  background: #fff;
  padding: 18px 30px 40px;
}

.type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DDD2CE;
}

.type-item {
  line-height: 56px;
  padding-left: 34px;
  margin-right: 4.66%;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}

.type-item>a{
   color: #666;
}

.type-item:nth-child(1) {
  background: url("../images/policy_search/policy-icon1.png") left center no-repeat;
}

.type-item:nth-child(2) {
  background: url("../images/policy_search/policy-icon2.png") left center no-repeat;
}

.type-item:nth-child(3) {
  background: url("../images/policy_search/policy-icon3.png") left center no-repeat;
}

.type-item:nth-child(4) {
  background: url("../images/policy_search/policy-icon4.png") left center no-repeat;
}

.type-item.active {
  color: #EF4837;
  font-weight: bold;
  position: relative;
}

.type-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#EF4837), to(#F85F3B));
  background: linear-gradient(90deg, #EF4837 0%, #F85F3B 100%);
}

.type-item.active:nth-child(1) {
  background: url("../images/policy_search/policy-icon1-a.png") left center no-repeat;
}

.type-item.active:nth-child(2) {
  background: url("../images/policy_search/policy-icon2-a.png") left center no-repeat;
}

.type-item.active:nth-child(3) {
  background: url("../images/policy_search/policy-icon3-a.png") left center no-repeat;
}

.type-item.active:nth-child(4) {
  background: url("../images/policy_search/policy-icon4-a.png") left center no-repeat;
}

.form-box {
  width: 66.46%;
  margin: 29px auto 0;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 34px;
  vertical-align: top;
  padding-bottom: 20px;
  font-size: 16px;
  color: #333;
}

.form-field {
  width: 11.7%;
  text-align: justify;
  text-align-last: justify;
}

.form-view {
  width: 87.6%;
  padding-left: 1.74%;
}

.form-box .td-input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 0 13px;
}

.form-box .td-view {
  width: 46.97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-box .has-after {
  width: calc(100% - 25px);
}

.form-box .td-number {
  width: 25px;
  height: 34px;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  background: #F3F3F3;
  display: inline-block;
}

.form-box .td-read {
  color: #5685EA;
}

.form-box .td-link {
  line-height: 24px;
}

.form-box .td-write {
  width: 49.02%;
}

.form-box .td-date {
  width: 49.02%;
  cursor: pointer;
  background: url("../images/policy_search/date-icon.png") no-repeat right 15px center;
}

.form-box .td-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.form-box .chosen-container {
  width: 99.35% !important;
}

.form-box .chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #D9D9D9;
  padding-left: 13px;
}

.form-box .diff-box {
  margin: 0;
}

.form-box .diff-box .chosen-container {
  width: 49.02% !important;
}

.form-box .chosen-container-single .chosen-single div b {
  background: url("../images/policy_search/down.png") no-repeat center;
}

.form-box .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-image: url("../images/policy_search/up.png");
}

.form-box .chosen-container .chosen-drop {
  border-color: #D9D9D9;
}

.form-box .chosen-container .chosen-results li {
  padding: 10px;
  font-size: 16px;
}

.form-box .radio-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-box .td-label + .td-label {
  margin-left: 41px;
}

.form-box .icheckbox_square-blue,
.form-box .iradio_square-blue {
  background: url("../images/policy_search/radio.png") no-repeat center;
  margin-top: -3px;
}

.form-box .iradio_square-blue.checked {
  background-image: url("../images/policy_search/radioed.png");
  background-position: center;
}

.form-box .td-label {
  cursor: pointer;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 13px 0 40px;
}

.btn-item {
  width: 100px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#F85F3B), to(#EF4837));
  background: linear-gradient(270deg, #F85F3B 0%, #EF4837 100%);
  border-radius: 4px;
}

.btn-item.reset {
  color: #EF4837;
  background: #FFF7F7;
  border: 1px solid #F7E0E0;
  margin-left: 40px;
}

/* 列表 */
.item {
  padding: 40px 0 16px;
  border-top: 1px solid #DDD2CE;
}

.item-title {
  font-size: 22px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  line-height: 33px;
  color: #333;
}

.item-subtitle {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-date {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

/* 分页 */
.pager-box {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 1310px) {
  .form-box {
    width: 80%;
  }
}

@media (max-width: 980px) {
  .form-box {
    width: 90%;
  }
}

@media (max-width: 760px) {
  .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-box {
    width: 100%;
  }
}

@media (max-width: 693px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-view {
    width: 100%;
    padding: 0;
  }
  .form-field {
    width: 85px;
    margin-bottom: 5px;
  }
  .diff-item .td-box {
    margin-bottom: 15px;
  }
}
