.search {
  width: 100%;
  margin-bottom: 70px;
}
.worp {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
em {
  font-style: normal;
  color: #f05353;
}
a {
  color: #333;
}

a:hover {
  color: #888;
}
.search .s_header {
  height: 88px;
  background: #F9FCFF;
  border-bottom: 1px solid #C7E3FF;
}
.search .s_header .sh_concent {
  height: 100%;
  padding: 24px 0;
}
.search .s_header .sh_concent .sh_img {
  float: left;
  width: 224px;
}
.search .s_header .sh_concent .sh_img img{
  width: 100%;
}
.search .s_header .sh_concent .sh_input {
  position: relative;
  float: left;
  margin-left: 60px;
  width: 824px;
  height: 40px;
  padding: 8px 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px 0px #E8ECFF;
  border-radius: 4px 4px 4px 4px;
}
.search .s_header .sh_concent .sh_input input {
  float: left;
  box-sizing: border-box;
  padding: 0;
  width: 676px;
  height: 24px;
  font-size: 16px;
  vertical-align: middle;
  border: none;
  outline: 0;
}
.search .s_header .sh_concent .sh_input button {
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #0075FF;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.search .s_header .sh_concent .sh_input button::before {
  content: "";
  float: left;
  margin:4px 16px;
  width: 1px;
  height: 15px;
  background: #DFDFDF;
}

.search .s_header .sh_concent .sh_input .sh_show_concent {
  display: none;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 10px 0;
  width: 824px;
  background: #ffffff;
  border-top: 1px solid #ccc;
  box-shadow: 0px 2px 7px 0px #E8ECFF;
  border-radius: 0 0 10px 10px;
}
.search .s_header .sh_concent .sh_input .sh_show_concent li {
  padding: 0 30px;
  height: 40px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;

  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.search .s_header .sh_concent .sh_input .sh_show_concent a {
  text-decoration: none;
}
.search .s_header .sh_concent .sh_input .sh_show_concent li:hover {
  background-color: #f5f5f5;
}

.search .s_tab{
  width: 1200px;
  margin: auto;
  position: relative;
}

.search .s_tab ul {
  width: 100%;
  padding: 25px 0;
}

.search .s_tab ul li {
  float: left;
  position: relative;
  margin-right: 45px;
  margin-left: 22px;
  font-weight: 400;
  font-size: 24px;
  color: #999999;
  line-height: 34px;
}
.search .s_tab li.on {
  font-weight: 500;
  color: #333333;
}
.search .s_tab li.on::after {
  display: block;
  content: "";
  width: 6px;
  height: 24px;
  background-color: #024AC2;
  position: absolute;
  top: 5px;
  left: -22px;
}

.search .s_line {
  width: 100%;
  height: 1px;
  background: #C7E3FF;
}

.search .s_concent{
  position: relative;
  width: 1200px;
  margin: auto;
}

.search .s_keyword{
  padding: 15px 0;
}

.search .s_keyword span{
  color: #0170F5;
}

.search .s_concent .s_comprehensive {
  margin: 24px 0;
}

.search .s_concent .s_comprehensive .sc_img {
  position: relative;
  float: left;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.search .s_concent .s_comprehensive .sc_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.search .s_concent .s_comprehensive .sc_text {
  float: left;
  margin:23px 32px;
  width: 600px;
}

.search .s_concent .s_comprehensive .sc_text .sct_name {
  font-size: 24px;
  font-weight: 500;
}

.search .s_concent .s_comprehensive .sc_text .sct_name a {
  color: #333;
  text-decoration: none;
}
.search .s_concent .s_comprehensive .sc_text .sct_name a:hover {
  color: #888;
}
.search .s_concent .s_comprehensive .sc_text .sct_label {
  display: block;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.search .s_concent .s_comprehensive button {
  margin: 40px 0 0;
}

.search .s_concent .s_more {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 50px;
  right: 0;
}
.search .s_concent .s_more a {
  color: #999;
}
.search .s_concent .s_more .sm_left {
  float: left;
}
.search .s_concent .s_more .sm_righr {
  float: right;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #0170F5;
  line-height: 28px;
}
.search .s_concent .sl_item {
  float: left;
  width: 584px;
  margin-right: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #EBEBEB;
}
.search .s_concent .sl_item:nth-child(2n) {
  margin-right: 0;
}
.search .s_concent .sl_item .sli_text {
  float: left;
  width: 357px;
}
.search .s_concent .sl_item .sli_text .st_name {
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search .s_concent .sl_item .sli_text .st_name a {
  color: #333;
  text-decoration: none;
}
.search .s_concent .sl_item .sli_text .st_name a:hover {
  color: #888;
}
.search .s_concent .sl_item .sli_text .st_label {
  display:flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.search .s_concent .sl_item .sli_text .st_label .st_source {
  color: #0170F5;
}
.search .s_concent .sl_item .sli_text .st_label .st_time {
  flex-shrink: 0;
  margin-left: 20px;
  color: #666666;
}
.search-play{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px!important;
  height: 30px!important;
}

.search .s_concent .sl_item .sli_img {
  position: relative;
  float: left;
  margin-right: 24px;
  width: 203px;
  height: 121px;
  background: #D9D9D9;
  overflow: hidden;
}
.search .s_concent .sl_item .sli_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.search .s_concent .sl_item .sli_img img:hover {
  transform: scale(1.1);
}
.search .s_concent .sl_item .sli_img .st_type{
  position: absolute;
  width: 41px;
  height: 22px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  background: #0170F5;
  border-radius: 0 0 14px 0;
}
.search .s_concent .sk_item {
  float: left;
  width: 584px;
  margin-right: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #EBEBEB;
}
.search .s_concent .sk_item:nth-child(2n) {
  margin-right: 0;
}
.search .s_concent .sk_item .ski_img {
  position: relative;
  float: left;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.search .s_concent .sk_item .ski_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.search .s_concent .sk_item .ski_text {
  float: left;
  margin-left: 32px;
  width: 422px;
}
.search .s_concent .sk_item .ski_text .st_name {
  margin-top: 23px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.search .s_concent .sk_item .ski_text .st_name a {
  color: #333333;
  text-decoration: none;
}
.search .s_concent .sk_item .ski_text .st_name a:hover {
  color: #888;
}
.search .s_concent .sk_item .st_guanzhu {
  font-size: 18px;
  font-weight: 400;
  color: #888;
  float: right;
}
.search .s_concent .sk_item .ski_text .st_label {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
/* 分页 */
.search .tc {
  padding: 50px 0 0;
  text-align: center !important;
}

.search .tc .pages {
  display: inline-block;
}

.search .tc .pages .total-page {
  float: left;
  line-height: 28px;
  margin-left: 4px;
}

.search .tc .pages .page {
  float: left;
}

.search .tc .pages .page a {
  float: left;
  margin-right: 4px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  background: #ffffff;
  min-width: 28px;
  height: 28px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
}
.search .tc .pages .page a:hover {
  border-color: #3e57fd;
}
.search .tc .pages .page .on {
  border: 1px;
  color: #ffffff;
  background: #024AC2;
}

.search .tc .pages .page .no_border {
  border: none;
}
.search .tc .pages .page .no_border:hover {
  color: #3e57fd;
}

.search .tc .pages .page .bgc {
  color: #fff;
  background-color: #c2c2c2;
}
.il_keyword {
  margin-top: 5px;
  height: 20px;
  font-size: 0;
  overflow: hidden;
}
.il_keyword a{
  display: inline-block;
  box-sizing: border-box;
  max-width: 83px;
  height: 20px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
  color: #1379FF;
  line-height: 18px;
  vertical-align: top;
  border: 1px solid #1379FF;
}
.il_keyword a+a{
  margin-left: 8px;
}

.s_list_type{
cursor: pointer;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 25px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: #1749F5;
    line-height: 34px;
    text-align: center;
}
.category_list_tab{
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  line-height: 36px;
  padding-bottom: 30px;
  padding-top: 40px;
}
.category_list{
font-size: 0;
}
.mi-checkbox{
    text-align: center;
    cursor: pointer;
    margin-right: 32px;
    display: inline-block;
    border: 1px solid #E8E8E8;
    width: 148px;
    height: 57px;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 57px;
}
.mi-checkbox input {
    display: none;
}
.mi-checkbox.checked {
    color: #1749F5;
    border-color: transparent;
    background: rgba(23, 73, 245, 0.1);
}
.category_border{
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 0 40px 40px;
    background: #FFFFFF;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    top: 75px;
}

.submit-div{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    width: 198px;
    height: 40px;
    background: #0170F5;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #0170F5;
}
.close-div{
    margin-right: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    width: 198px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #0170F5;
    font-weight: 400;
    font-size: 16px;
    color: #0170F5;
}
.btn-group{
  padding-top: 30px;
  width: 100%;
}
.mr-10{
  margin-right: 10px;
}
.pb-22{
  padding-bottom: 22px;
}