.swiper-slide .el-image{
  height: 100%;
}
.swiper-container{
  width: 850px;
  height: 360px;
}

.swiper-tags{
  width: 1200px;
  height: 574px;
}
.swiper-container .title-bg{
  width: 100%;
  box-sizing: border-box;
  padding: 24px 24px 44px 24px;
  bottom: 0;
}
.swiper-pagination{
  text-align: left;
  padding-left: 24px;
  position: relative;
  top: -24px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 10px;
  height: 3px;
  background: rgba(255,255,255,0.4);
  border-radius:initial;
}
.swiper-pagination-bullet-active{
  background: #fff;
}

.swiper-text{
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;

}
.bb-dashed-1 .flex-none{
  width: 234px;
  height: 156px;
}

.bb-dashed-1:last-child{
 border-bottom: none;
 margin-bottom: 0;
 padding-bottom: 54px;
}
.list-section{
  width:850px;
}
.content-left-857.mr-28{
  width: 850px;
  margin-right: 50px;
}
.searchBox{
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F6F6F6;
  height: 110px;
  align-items: center;
}

.searchBox .el-input__inner {
  -webkit-appearance: none;
  background-color: #FFF;
  border-radius: unset;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #222222;
  display: inline-block;
  font-size: inherit;
  height: 54px;
  line-height: 54px;
  outline: 0;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}

.search{
  width: 1200px;
  height: 54px;
  
}

.el-input-group__append, .el-input-group__prepend {
  background-color: #E00000;
  color: #FFFFFF;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #E00000;
  border-radius: unset;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0 0px;
  width: 1px;
  white-space: nowrap;
}

.searchBtn{
  width: 104px;
  height: 52px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 54px;
    
}

.tag_icon{
  width: 40px;
  height: 20px;
  position: absolute;
  top:10px;
  left:10px
}

.tag_top_icon{
  width: 40px;
  height: 20px;
  position: absolute;
  top:10px;
  right:10px

}

.tag-style span:hover {
  color: #fff !important;
}
.tag-style:hover span {
  color: #fff !important;
}