/* Block Today */
#today{
    position: relative;
    margin: 1em 0;
    padding: 20px 30px 10px;
    overflow: hidden;
}
#today .today-title{
    font-size: 21px;
}
#today .today-autoscroll{
    position: relative;
    display: inline-block;
}
#today .today-autoscroll .title {
    font-size: 14px;
}
#today .today-autoscroll a{
    position: relative;
    padding-left: 20px;
    color: #428bca;
    font-size: 14px;
    text-decoration: none;
}
#today .today-autoscroll a span.icon{
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/slider-play-stop.png') no-repeat;
    width: 16px;
    height: 16px;
}
#today .today-autoscroll a.on span.icon{
    background-position: -16px 0;
}
#today .today-autoscroll a.off span.icon{
    background-position: 0 0;
}
#today .today-autoscroll a span.title{
    border-bottom: 1px dashed;
}
#today .today-autoscroll a:hover{
    text-decoration: none;
}
#today .today-autoscroll a:hover span.title{
    border-bottom: 0;
}
#today .today-left, #today .today-right{
    position: absolute;
    top: 148px;
    color: #000;
    cursor: pointer;
    opacity: .5;
}
@media(max-width: 767px) {
    #today .today-left,
    #today .today-right {
        top: 120px;
    }
}
#today .today-left{
    left: 0;
}
#today .today-right{
    right: 0;
}
#today .today-list{
    position: relative;
    background: #f1f1f1;
    /*height: 147px;*/
    overflow: hidden;
}
#today .today-list ul{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    /*height: 147px;*/
    overflow: hidden;
}
#today .today-list ul li{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#today .today-list ul li a{
    display: block;
    background: #fcfcfc;
    color: #333;
    width: 349.9px;
    height: 137px;
    border: 5px solid #f1f1f1;
    overflow: hidden;
    text-decoration: none;
}
#today .today-list ul li a:hover{
    border-color: #ffaf4b;
    text-decoration: none;
}
#today .today-list ul li span.today-image{
    display: block;
    float: left;
    margin-right: 7px;
    /*padding: 4px;*/
    width: 167px;
    height: 127px;
    background: #fff;
    border: 1px solid #c6c6c6;
    overflow: hidden;
}
#today .today-list ul li span.today-image img{
    width: 167px;
    border: 0 none;
}
#today .today-list ul li span.today-channel, #today .today-list ul li span.today-time{
    position: absolute;
    bottom: 0;
    padding: 1px 7px;
    background: #066;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    opacity: 0.9;
}
#today .today-list ul li span.today-channel{
    left: 0;
    margin: 0 0 6px 6px;
    width: 110px;
}
#today .today-list ul li span.today-time{
    left: 129px;
    margin: 0 5px 6px 0;
    width: 42px;
    text-align: right;
}
#today .today-list ul li span.today-name, #today .today-list ul li span.today-desc{
    display: block;
    margin-left: 7px;
    padding-right: 7px;
}
#today .today-list ul li span.today-name{
    font-weight: bold;
}
#today .today-list ul li span.today-desc{
    font-style: italic;
}
