/* search */
.search-top-box{
    height: 50px;
    overflow: hidden;
    background: #e6e6e6;
}
.search-top{
    height: auto;
    overflow: hidden;
}
.search-tips{
    font-size: 16px;
    color: #777777;
    line-height: 50px;
}
.search-results-container{
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.search-tab-container{
    height: auto;
    overflow: hidden;
}
.s-tab-item{
    height: auto;
    /*overflow: hidden;*/

    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.s-tab-title{
    font-size: 1.8rem;
    color: #999999;
    border-bottom: 4px solid #ffffff;
}
.s-tab-item-active{

}
.s-tab-title-active{
    color: #174199;
    border-bottom: 4px solid #174199;
}
.search-user-feedback{
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.s-u-feedback{
    overflow: hidden;
}
.s-results-tips{
    line-height: 40px;
    font-size: 20px;
}
.s-key{
    color: #174199;
}
.search-box{
    display: flex;
    height: 44px;
    float: right;
}
.search-box .el-input .el-input__inner{
    /*width: 369px;*/
    height: 44px;
    /*font-size: 14px;*/
    /*padding-left: 20px;*/
    border-radius: 0;
}
.el-input{
    width: auto;
}
.search-box .search-btn{
    width: 100px;
    line-height: 44px;
    height: 44px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: #17459e;
    font-size: 14px;
    cursor: pointer;
    background: url("/application/index/static/image/icon/s-btn.png") no-repeat 100% 100%;
    background-size: 100% 100%;
}
.results-container{
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 90px;
}
.results-content{
    height: auto;
    overflow: hidden;
}
.product-item{
    height: auto;
    overflow: hidden;
}
.product-item .list .el-row{
    display: flex;
    flex-wrap: wrap;
}
/*具体的数据*/
.list .list-item{
    margin-top: 40px;
    cursor: pointer;
}
.list .list-item .list-img{
    border: 1px solid #e5e5e5;
    height: 227px;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: block;
    position: relative;
}
.list .list-item:hover .list-img{
    border-color: #00409e;
}
.list .list-img img{
    max-width: 100%;
    max-height: 100%;
    width:auto;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.list .list-title{
    font-size: 20px;
    color: #333;
    margin: 29px 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list .desc{
    font-size: 14px;
    color: #999999;
}
.list .list-item:hover .gray-cart{
    display: none;
}
.list .list-item:hover .red-cart{
    display: block;
}
.list .list-item .red-cart{
    display: none;
}
.list .desc-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 20px;
}
.list .desc-cart img{
    width: 30px;
    height: 30px;
}

/*具体的数据开始*/
.news-list{
    padding-bottom: 8rem;
}
.news-list .text{
    box-sizing: border-box;
    padding-left: 60px;
}

.news-list .item{
    padding: 3.75rem 0;
    border-top: 1px solid #e5e5e5;
}
.news-list .day{
    font-weight: bold;
    color: #333;
    font-size: 3.5rem;
}
.news-list .time{
    color: #888888;
    font-size: 1rem;
    font-weight: 700;
}
.news-list .img-box{
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.news-list .img-box .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;

}
.news-list .img-box .item-img{
    width: 100%;
    max-width: 100%;
    transition: all .3s;
}
.news-list .img-box:hover .item-img{
    transform: scale(1.1);
}
.news-list .item-title{
    color: #333333;
    font-size: 1.5rem;
}
.news-list .item-desc{
    color: #777777;
    font-size: 1.25rem;
    padding: 2.19rem 0;
    border-bottom: 1px dashed #e5e6e8;
}
.news-list .a-more{
    margin-top: 3rem;
}
.news-list .a-more a{
    font-size: 1rem;
    color: #666;
    font-weight: bold;
}
/*具体的数据结束*/


/*具体的数据开始*/
/*按钮开始*/
.cert-list{
    padding-bottom: 100px;
}

.cert-list .list-item{
    margin-top: 40px;
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.cert-list .list-item .img-box{
    text-align: center;
    overflow: hidden;
    height: 550px;
    vertical-align: middle;
}
.cert-list .list-item img{
    width: 100%;
    height: 100%;
    transition: all .5s;
    cursor: pointer;
}
.cert-list .list-item img:hover{
    transform: scale(1.1);
}
.cert-list .text-title{
    width: 100%;
    font-size: 20px;
    color: #333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 30px;
}
/*具体的数据结束*/
@media only screen and (max-width: 767px){
    .search-results-container{
        margin-top: 20px;
    }
    .search-box{
        margin-top: 20px;
    }
    .el-input .el-input__inner{
        width: 240px;
    }
    .s-tab-title{
        font-size: 1.4rem;
    }
}