.content-part {
  padding: 28px;
  background: #fff;
}


.policy-item {
  padding: 16px 20px;
  border-bottom: 1px dashed #BEC5D0;
  cursor: pointer;
}

.policy-item:hover {
  background: #F3F9FF;
  border-bottom: 2px solid #2C66A5;
}


.policy-item:hover .item-title-text {
  color: #2C66A5;
}

.item-tip {
  padding: 5px 6px;
  font-size: 14px;
  color: #3FB34C;
  background: #DFF2E1;
  margin-right: 8px;
  /* height: 12px; */
  /* width: 30px; */
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  display: inline;
}

.item-title-text {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
  /* float: left; */
}

.item-b {
  margin-bottom: 18px;
  height: 24px;
}

.item-f {
  /* height: 16px; */
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.item-text {
  font-size: 16px;
  color: #666;
  /* float: left; */
  margin-right: 40px;
}

.item-text span {
  color: #999;
}

/* 筛选 */
.filter-box {
  margin-bottom: 20px;
}
select,
input {
  border: 1px solid #BEC5D0;
  padding-inline: 0px;
}
.row select {
  padding: 10px;
  width: 240px;
  height: 40px;
  margin-right: 20px;
}

.f-row input {
  padding: 0 10px;
  width: 316px;
  height: 40px;
  margin-right: 0;
}

.f-row  {
  margin-bottom: 20px;
}

.l-row input:nth-child(1),
.l-row input:nth-child(2) {
  padding: 0 12px;
  width: 226px;
  height: 40px;
  margin-right: 20px;
  position: relative;
}

.l-row input:nth-child(1)::after {
  position:absolute;
  top: 20%;
  right:10px;
  content: '';
  width: 5px;
  height: 1px;
  background: #666;
}

.l-row select {
  width: 199px;
  height: 40px;
}

.l-row input:last-of-type {
  width: 170px;
  height: 40px;
  padding: 0 12px;
  margin-right: 20px;
}

.l-row  {
  display: flex;
  flex-wrap: wrap;
}

.filter-btn-box {
  display: flex;
}

.filter-btn {
  padding: 12px 24px;
  border-radius: 2px;
  cursor: pointer;
}

.search-btn {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  background: #2C66A5;
  margin-right: 20px;
}

.reset-btn {
  color: #2C66A5;
  background: #fff;
  border: 1px solid #2C66A5;
}

.chosen-container {
  margin-right: 20px;
}

.chosen-container-single .chosen-single {
  height: 40px;
  line-height: 16px;
  padding: 12px;
}

.date-box {
  width: 240px;
  margin-right: 25px;
  position: relative;
}

.l-row .date-box input {
  /* width: calc(100% - 24px); */
  width: 100%;
}

.date-box img {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px;
}

/* 分页 */
.page {
  text-align: center;
  margin-top: 20px;
}

.page .m-pagination-page>li>a {
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 14px;
  color: #4E5463;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #ECEDF2;
}

.page .m-pagination-page>li.active>a {
  background: #2C66A5;
  color: #fff;
}

.page .m-pagination-size>select {
  width: 87px;
  height: 34px;
  padding: 0;
  margin-top: 2px;
}

.m-pagination-size>select, .m-pagination-group>input, .m-pagination-group>button, .m-pagination-info {
  font-size: 14px;
  line-height: 14px;
  color: #4E5463;
}

.m-pagination-size {
  position: relative;
}


.page .m-pagination-size::after {
  pointer-events: none;
  position: absolute;
  left: 30px;
  content: "条/页";
  line-height: 34px;
  white-space: nowrap;
  color: #333;
}

.page .m-pagination-jump {
  width: auto;
  vertical-align: top;
}

.page .m-pagination-jump input {
  width: 32px;
  height: 32px;
  border: 1px solid #D5DAE3;
  border-radius: 4px;
}

.page .m-pagination-jump button {
  display: none;
}

.page .m-pagination-jump .jump-label {
  float: left;
  margin: 0 6px;
  line-height: 34px;
}

@media screen and (max-width: 1199px) {
  .part-title {
    flex-direction: column;
  }

  .filter-box select,
  .filter-box .chosen-container {
    width: calc(50% - 30px);
    margin-bottom: 10px;
  }

  .f-row input {
    width: calc(50% - 50px);
  }

  .filter-box .date-box {
    width: calc(100% - 30px) !important;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .word-box select,
  .word-box .chosen-container,
  .l-row .word-box input {
    width: calc(100%/3 - 30px);
    margin-right: 10px;
  }

  .l-row .word-box input:last-child {
    margin-right: 0;
  }
}


/* 1500以下 */

@media(max-width:1499px){

}

/* pad */

@media(max-width:979px){

}

/* phone */

@media(max-width:767px){

}

