.top {
    width: 100%;
    height: 82px;
    background-size: 100% 100%;
    position: relative;
}

/*文字过长，不换行，超出部分显示省略号*/
.moreLength {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chaxun {
    width: 100%;
    /*height: 418px;*/
    background: linear-gradient(rgb(255 255 255 / 25%), rgb(255 255 255 / 25%)), url(../img/classicCase/top_banner.png) no-repeat;
    background-size: 100%;
    /*opacity: 0.75;*/
    margin-bottom: 35px;
}

/*搜索*/
.search_item {
    width: 740px;
    background: transparent;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -370px;
    /*top: 100px;*/
    overflow: hidden;
    /* margin: 0 auto; */
    padding-top: 100px;
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
}

.search_item .el-input__inner {
    background-color: rgba(255, 255, 255);
    height: 42px;
    border: none;
    border: 1px solid #D80C18;
}

.search_btn {
    background-color: transparent;
    color: #D80C18;
    font-size: 18px;
    /*float: left;*/
    border: none;
    /* margin-left: 30px; */
    position: absolute;
    right: 0;
}

.search_btn:focus, .search_btn:hover {
    border: none;
    color: #D80C18;
    background-color: rgba(255, 255, 255, 0.3);
}

.search_btn i {
    font-weight: bold;
}
.search_item .el-input__inner::placeholder {
    color:  #000;
}
.search_item .el-input__inner:focus,.search_item .el-input__inner:hover{
	border: 1px solid #D80C18;
}
/*筛选部分*/
.tabs {
    width: 1313px;
    margin: 38px auto;
    /* padding-bottom: 25px; */
    /*position: relative;*/
    /*bottom: 155px;*/
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
}

.tabs ul {
    width: 100%;
    height: 29px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.tabs ul li {
    float: left;
    font-size: 16px;
    /*font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;*/
    margin: 0 48px 20px 0;
    width: 89px;
    height: 29px;
    line-height: 29px;
}

.tabs ul li.tabs_1 {
    font-size: 16px;
    font-weight: bold;
    color: #7F7F7F;
    width: 80px;
}

.tabs ul li.padd {
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    /*opacity: 0.5;*/
    cursor: pointer;
}

.tabs ul li.padd .el-dropdown span {
    color: #000;
    font-size: 16px;
}

.tabs ul li.limore {
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 18px;
    color: #C60916;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.tabs ul li.limore::before {
    font-size: 22px;
}

.tabs ul li.padd:hover {
    color: #D80C18;
}

.tabs ul li.padd.padd_active {
    color: #fff !important;
    background-color: #D80C18;
}

/*下拉框*/
.drop  {
    width: 292px;
    height: auto;
    overflow: hidden;
}

.drop .el-dropdown-menu__item {
    float: left;
}


/*案例部分*/
.tableList {
    width: 1480px;
    margin: 0 auto;
    overflow: hidden;
}
.platformServiceTable{
    padding: 6vh 0;
}

.tableList .table_item {
    width: 310px;
    height: 370px;
    color: #000;
    font-size: 16px;
    /*font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;*/
    box-shadow: 0px 0px 6px 0px rgb(49 78 134 / 20%);
    margin: 15px 30px;
    float: left;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.tableList .platformServiceTableItem {
    height: 470px;
}

.tableList .table_item:hover {
    box-shadow: 0 15px 35px 0 rgb(49 78 134 / 20%);
}

.tableList .table_item .tuijian {
    position: absolute;
    top: 0;
    left: 0;
}

.tableList .table_item .tuijian img {
    width: 70px;
    height: 70px;
}

.tableList .table_item .tableList_img {
    display: flex;
    justify-content: center;
}

.tableList .table_item .tableList_img img {
    width: 100%;
    height: 150px;
}

.tableList .table_item .tableList_title {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 21px;
    font-size: 18px;
    font-weight: bold;
}

.tableList .table_item .tableList_title.tit1 {
    font-weight: bold;
}

.tableList .table_item .tableList_title.tit2 {
    margin-left: 18px;
    font-size: 16px;
    font-weight: normal;
}

.tableList .table_item .publishTime {
    color: #555555
}

.tableList .table_item .publishTime span:nth-child(1) {
    margin-right: 10px;
}


.tableList .table_item .tableList_ms {
    overflow: hidden;
    text-overflow: ellipsis; /** 多行 **/
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
}
.zx_btn{
    width: 100%;
    height: 60px;
    color: #fff;
    background-color: #D80C18;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
}
/*分页*/
.paginDiv {
    width: 1480px;
    margin: 0px auto 40px;
}

.el-pagination {
    margin-top: 30px;
    text-align: right;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: transparent;
    color: #D80C18;
    border: none;
}

.el-pagination.is-background .el-pager li {
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #DCDCDC;
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next {
    background-color: transparent;
    border: 1px solid #DCDCDC;
}