.spe_pink{
    color: #FD6A7E;
}
/* special_list */
.special_list .sp_list_top{
    border: 1px solid #EAEAEA;
    height: 44px;
    line-height: 42px;
    background-color: #F7F7F7;
}
.special_list .sp_list_pos{
    width: 175px;
}
.special_list .sp_list_pro{
    width: 113px;
    margin-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.special_list .sp_list_way{
    width: 805px;
}
.special_list .sp_list_con{
    margin-bottom: 20px;
    border: 1px solid #EAEAEA;
}
.special_list .sp_list_con:last-child{
    margin-bottom: 0;
}
.special_list .sp_list_con .sp_list_pos{
    left: 0;
}
.special_list .sp_list_con .sp_list_pos .title{
    font-size: 25px;
    line-height: 35px;
}
.special_list .sp_list_con .sp_list_pos img{
    margin-bottom: 15px;
}
.special_list .sp_list_con .sp_con_r{
    width: 965px;
    min-height: 120px;
    border-left: 1px solid #EAEAEA;
}
.special_list .sp_list_con .sp_con_r .sp_r_list{
    padding: 8px 15px;
    border-bottom: 1px solid #EAEAEA;
}
.special_list .sp_list_con .sp_con_r .sp_r_list:last-child{
    border-bottom: 0;
}
.special_list .sp_list_con .sp_con_r .sp_list_way a{
    width: 20%;
    padding-right: 10px;
}

/* special_other */
.special_other .sp_other_list{
    padding: 14px 0 10px;
    border-bottom: 1px solid #EAEAEA;
}
.special_other .sp_other_list:last-child{
    border-bottom: 0;
}
.special_other .sp_other_list .sp_other_title{
    font-size: 23px;
    width: 136px;
}
.special_other .sp_other_list .sp_other_con{
    width: 1040px;
}
.special_other .sp_other_list .sp_other_con a{
    width: 20%;
    padding-right: 10px;
}
.slide-nav {
    width: 75px;
    background: #fff;
    left: 50%;
    bottom: 60px;
    z-index: 99;
    margin-left: -720px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #C5C5C5;
    display: none;
}
@media screen and (max-width: 1400px){
    .slide-nav {
        left: 5px;
        margin-left: 0;
    }
}

.slide-nav ul li {
    list-style: none;
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.slide-nav ul li:hover {
    color: #FD6A7E;
}

.slide-nav ul li.active {
    background: #FD6A7E;
    color: #fff;
}