.main{
    width: 100%;
    padding: 15px 0;
    /*background-color: #f5f7f8;*/
}
.special_box{
    width: 1200px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #FFFFFF;
    margin: 0 auto;
}
.breadNarber{
    width: 100%;
    display: flex;
    align-items: center;
}
.classify_content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.classify_content a{
    width: 115px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #666;
    margin: 8px 15px 0 0;
}
.classify_content a:nth-child(9n){
    margin: 8px 0 0 0;
}
.classify_content .active{
    background-color: #ED6D47;
    color: #FFFFFF;
}
.classify_content a:hover{
    background-color: #ED6D47;
    color: #FFFFFF;
}
.con_list{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.con_item{
    width: 276px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ebebeb;
    margin: 28px 18px 0 0;
}
.con_item:nth-child(4n){
    margin: 28px 0 0 0;
}
.con_item:hover{
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}
.con_item a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.con_title{
    width: 100%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con_content{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.con_content img{
    width: 85px;
    height: 85px;
    border-radius: 16px;
    margin-right: 20px;
}
.con_info{
    display: flex;
    flex-direction: column;
}
.con_info span{
    font-size: 12px;
    color: #555555;
}
.con_detail{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    color: #3dcc55;
    border: 1px solid #ED6D47;
}
.con_detail:hover{
    background-color: #ED6D47;
}
.con_detail:hover span{
    color: #FFFFFF;
}
