.special_main{
    background: #FFFFFF;
}
.special_main h1{font-size: 20px;}
.special_main h1:before{
    content:"";
    display: inline-block;
    width: 6px;
    height: 24px;
    background: #EF232C;
    vertical-align: sub;
    margin: 0 10px;
    border-radius: 3px;
}
.special_top{
    display: flex;
    align-items: center;
    border-bottom:1px solid #E2E2E2;
    padding: 20px 0;
    margin: 0 10px;
}
.special_list a:hover,.special_list a:hover .special_title{
color: #008EF8;
    border-color: #008EF8;}
.special_top a{ 

    margin-left: 30px;font-size: 14px;
color: #333333;}
.special_list {
    display: flex;
    width: 1220px;
    padding:26px 0;
    margin-left: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;}
.special_list a{
    text-decoration: none;
    width: 377.5px;
    height: 310px;
    margin-right: 20px;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
.special_list a img{
    width: 377.5px;
    height: 200px;
}
.special_title{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin: 20px 10px 16px;
}
.special_info{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
    align-items: center;
    margin: 0 10px;
}
.special_info span{
    padding: 0 10px;
    height: 36px;
    background: #F1F1F1;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
}


















