.d_ct {
  width: 1300px;
  margin: 0 auto;
}
.down_se {
  border-bottom: 1px solid #930040;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.se_input {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  float: left;
  height: auto;
  line-height: normal;
  width: calc(100% - 180px);
}
.se_input p {
  float: left;
  margin-right: 15px;
}
.se_input p label {
  font-size: 16px;
  color: #616161;
}
.se_input p input {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin: 0 2px 0 0;
}
.tag_item {
  height: 40px;
  line-height: 40px;
}
.tag_item label {
  font-weight: 200;
  margin-bottom: 0;
}
.tag_item label span {
  display: inline-block;
  vertical-align: middle;
}
.tag_item label span {
  display: inline-block;
  vertical-align: middle;
}
.tag_more {
  position: absolute;
  top: 12px;
  right: 0;
}
.tag_more img {
  width: 16px;
  height: 16px;
}
.tag_more .top_normal {
  display: none;
}
.tag_more .top_active {
  display: none;
}

.down_item {
  width: 420px;
  float: left;
  margin-left: 20px;
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  padding: 15px;
}
.down_item:nth-child(3n + 1) {
  margin-left: 0px;
}
.down_item > p:nth-child(1) {
  width: 388px;
  height: 202px;
  line-height: 202px;
  margin-bottom: 10px;
  text-align: center;
}
.down_item > p:nth-child(1) img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.down_item .d_text {
}
.down_item .d_text > p:nth-child(1) {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 65px;
  padding-bottom: 5px;
}
.down_item .d_text > p:nth-child(2) {
  margin: 13px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #616161;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
}
.down_item .d_text > p:nth-child(3) {
  font-size: 14px;
  font-weight: 300;
  text-align: LEFT;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  color: #72757c;
}
.loadMore {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin: 50px 0 0 0;
  color: #8f8f8f;
}
.s_year {
  padding: 0px;
  font-size: 16px;
  float: right;
}
.select_year {
  width: 100px;
  height: 30px;
}
@media only screen and (max-width: 1000px) {
  .s_year {
    padding: 0px 0 0 0px;
    font-size: 12px;
    float: none;
    margin-top: 5px;
  }
  .select_year {
    width: 60px;
    height: 20px;
    border: 1px solid;
  }
  .t_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
  }
  .t_type > div {
    background: url("../image/t_cirle.png");
    background-size: 100% 100%;
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #930040;
  }
  .se_item {
    padding-bottom: 10px;
    border-bottom: 1px solid #72757c;
  }

  .se_input {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    float: none;
    height: auto;
    line-height: normal;
    width: 100%;
  }
  .se_input p {
    float: left;
    margin-right: 8px;
  }
  .se_input p label {
    font-size: 14px;
    color: #616161;
  }
  .se_input p input {
    vertical-align: middle;
    height: 14px;
    width: 14px;
    margin: 0 2px 0 0;
  }
  .tag_item {
    height: 25px;
    line-height: 25px;
  }
  .tag_item label {
    font-weight: 200;
  }
  .tag_more {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .tag_more img {
    width: 16px;
    height: 16px;
  }
  .tag_more .top_normal {
    display: none;
  }
  .tag_more .top_active {
    display: none;
  }
  .d_ct {
    width: 375px;
    padding: 0 10px;
  }
  .down_item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .down_item > p:nth-child(1) {
    width: 100%;
    height: auto;
    float: none;
  }
  .down_item > p:nth-child(1) img {
    width: 100%;
    height: auto;
  }
  .down_item .d_text {
    float: none;
    width: 100%;
  }
  .down_item .d_text > p:nth-child(1) {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: left;
    color: #333;
    /* display: -webkit-box; */
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 16px;
    margin-bottom: 5px;
    height: auto;
  }
  .down_item .d_text > p:nth-child(2) {
    margin: 0px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #616161;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 17px;
  }
  .down_item .d_text > p:nth-child(3) {
    margin: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    text-align: LEFT;
    /* display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; */
    /* overflow: hidden; */
    color: #72757c;
    /* height: 15px; */
  }
}
