﻿
#contents {
    margin-top: 40px;
}
#contents .right {
    float: left;
    width: 66%;
    height: auto;
    /*border: 1px solid #f00;*/
}
#contents .speleft {
    float: left;
    width: 20%;
    height: 500px;
    /*border: 1px solid #f00;*/
    margin-left: 6%;
}

#contents .speleft ul {
    list-style: none;
    width: 100%;
    height: 300px;
    /*border: 1px solid #f00;*/
}

#contents .speleft ul li {
    position: relative;
    z-index: 2;
    width: 68%;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    margin-bottom: 20px;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9em;
    /*padding-left: 10%;*/
}

.ori {
    color: #d60051;
    background-color: #fff;
}

.addred {
    background-color: #d60051;
    color: #fff;
}

#contents .speleft ul li .imgbg {
    position: absolute;
    height: 100%;
    width: auto;
    left: 0px;
}

#contents .speleft ul li span.zi {
    position: absolute;
    left: 10%;
}

#contents .speleft ul li span.sj {
    position: absolute;
    right: 0%;
    color: #fff;
}
