.resource_wrap .resoure-topbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 32px 43px;
  margin-bottom: 53px;
  border-radius: 10px;
  box-sizing: border-box;
}
.resource_wrap .resoure-topbox .search-btn {
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 7px;
  background-color: #2861ad;
  font-size: 18px;
  cursor: pointer;
}
.resource_wrap .resoure-topbox .resoure_inputbox {
  min-height: 50px;
  width: 500px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 25px;
flex-wrap:wrap;
}
.resource_wrap .resoure-topbox .resoure_inputbox:focus-within {
  border-color: #000;
}
.resource_wrap .resoure-topbox .resoure_inputbox input {
  height: 100%;
  flex: 1;
  outline: 0;
  border: 0;
  font-size: 16px;
}
.resource_wrap .resoure-topbox .resoure_inputbox input::placeholder {
  font-size: 16px;
}
.resource_wrap .resoure-topbox .resoure_inputbox span {
  color: #666666;
  font-size: 18px;
}
.resource_wrap .resoure_bottom .res_t_h {
  width: 160px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 7px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.resource_wrap .resoure_bottom .res_t_h:nth-child(1) {
  width: 160px;
}
.resource_wrap .resoure_bottom .res_t_h:nth-child(2) {
  width: 370px;
}
.resource_wrap .resoure_bottom .res_t_h:nth-child(3) {
  width: 160px;
}
.resource_wrap .resoure_bottom .res_t_h:nth-child(4) {
  width: 374px;
}
.resource_wrap .resoure_bottom .res_t_h:nth-child(5) {
  width: 129px;
}
.resource_wrap .resoure_bottom .res_t_h:nth-child(6) {
  width: 179px;
}
.resource_wrap .resoure_bottom .res_top_tbody .res_top_tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.resource_wrap .resoure_bottom .res_top_tbody .res_top_tr .res_t_h {
  background-color: #fff;
  font-size: 16px;
  color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 30px;
}

.resource_wrap .resoure_bottom .res_top_tbody .res_top_tr:nth-child(2n) .res_t_h {
  background-color: #f5f9ff;
}
.resource_wrap .resoure_bottom .res_top_theader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.resource_wrap .resoure_bottom .res_top_theader .res_t_h {
  height: 60px;
  background-color: #2073c6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.desc_cate {
  color: #666666;
  font-size: 18px;
  margin-bottom: 48px;
  line-height: 2;
}
.js_content .js_item {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  padding: 38px 44px;
  border-radius: 5px;
  background-color: #fff;
  justify-content: space-between;
}
.js_content .js_item:hover {
  box-shadow: 0 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.js_content .js_item .js_left {
  font-size: 22px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 50px;
}
.js_content .js_item .js_right {
  display: flex;
  align-items: center;
}
.js_content .js_item .js_right .fileIco {
  width: 40px;
  height: 40px;
  margin-right: 45px;
}
.js_content .js_item .js_right .downIco {
  width: 37px;
  height: 37px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .js_content .js_item {
    flex-direction: column;
    padding: 15px;
    box-shadow: 0 0px 23px 1px rgba(0, 0, 0, 0.1);
  }
  .js_content .js_item .js_left {
    padding-right: 0;
    margin-bottom: 10px;
    text-align: center;
    white-space: wrap;
  }
  .js_content .js_item .js_right .fileIco {
    display: none;
  }
  .resoure-topbox {
    padding: 15px !important;
  }
  .resource_wrap .resoure-topbox {
    flex-direction: column;
  }
  .resource_wrap .resoure-topbox .resoure_inputbox {
    width: 100% !important;
    margin-bottom: 15px;
padding:10px;

  }
.resource_wrap .resoure-topbox .resoure_inputbox input{
height:45px !important;
}
  .resource_wrap .resoure-topbox .resoure_inputbox span {

    font-size: 16px;
  }
  .resoure_overflow {
    overflow: hidden;
  }
  .resoure_bottom {
    overflow-x: auto;
  }
  .resoure_bottom .res_t_h {
    margin-right: 7px;
  }
  .resoure_bottom .res_t_h:nth-child(1) {
    min-width: 160px;
  }
  .resoure_bottom .res_t_h:nth-child(2) {
    min-width: 420px;
  }
  .resoure_bottom .res_t_h:nth-child(3) {
    min-width: 160px;
  }
  .resoure_bottom .res_t_h:nth-child(4) {
    min-width: 374px;
  }
  .resoure_bottom .res_t_h:nth-child(5) {
    min-width: 129px;
  }
  .resoure_bottom .res_t_h:nth-child(6) {
    min-width:200px;
  }
.js_content .js_item .js_right .downIco{
width:25px;
height:25px;
}
}
