.main {
    width: 100%;
    padding: 15px 0;
    background-color: #FFFFFF;
}
.breadNarber{
    margin: 15px 0;
}
.special_box {
    width: 1200px;
    box-sizing: border-box;
    /*padding: 20px;*/
    /*background-color: #FFFFFF;*/
    margin: 0 auto;
}

.special_header {
    padding-bottom: 6px;
    border-bottom: 2px solid #ED6D47;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special_header p {
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.special_tab {
    display: flex;
    align-items: center;
}

.special_tab span a{
    font-size: 20px;
    color: #000;
}

.special_tab span .active{
    color: #ED6D47 !important;
}

.special_tab em {
    font-size: 30px;
    margin: 0 20px;
    opacity: 0.2;
}

.special_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.special_item {
    width: 285px;
    margin: 0 20px 20px 0;
}

.special_item:nth-child(4n) {
    margin: 0 0 20px 0;
}

.special_item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f2f2f2;
}

.special_item img {
    width: 285px;
    height: 140px;
}

.special_info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

.special_text1 {
    font-size: 16px;
    color: #404040;
}

.special_text2 {
    font-size: 14px;
    color: #ED6D47;
}

.special_text3 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    height: 60px;
}