﻿.NewsList
{
    background: url(/s/img/w/1/Shop-1/NewsListTimeLine.gif) repeat-y 101px 0;
    margin-bottom: 10px;
}
.NewsList .item
{
    padding: 10px 15px 5px;
}
.NewsList .item tr
{
    vertical-align: top;
}
.NewsList .item td.td1
{
    width: 82px;
}
.NewsList .item td.td1 div
{
    width: 82px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    background: url(/s/img/w/1/Shop-1/NewsListDateTimeBg.gif) no-repeat 0 0;
    color: #fff;
}
.NewsList .item td.td1 div span
{
    display: block;
    text-align: right;
    padding-right: 20px;
}
.NewsList .item td.td2
{
    width: 9px;
    padding-top: 8px;
}
.NewsList .item td.td2 div
{
    width: 9px;
    height: 9px;
    overflow: hidden;
    background: url(/s/img/w/1/Shop-1/NewsListTimeDian.gif) no-repeat center 0;
}
.NewsList .item td.td3
{
    padding: 2px 0 0 12px;
}
.NewsList .item td.td3 div b
{
    display: block;
    width: 520px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ccc;
    margin-bottom: 4px;
}
.NewsList .item td.td3 div b a
{
    font-size: 14px;
}
.NewsList .item td.td3 div b span
{
    padding-right:5px;   
}
.NewsList .item td.td3 div b span a
{
    color:#666;    
}
.NewsList .item td.td3 div b span a:hover
{
    color:#f60;    
}
.NewsList .item td.td3 div p
{
    width: 520px;
    word-wrap: break-word;
    word-break: break-all;
    color: #555;
}
.NewsList .item td.td3 div u
{
    display: block;
    text-decoration: none;
    margin-top: 6px;
    width: 520px;
    height: 100px;
    overflow: hidden;
}
.NewsList .item td.td3 div u img
{
    margin-right: 10px;
}
.NewsList .item td.td3 div u a:hover img
{
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.NewsList .item td.td4
{
    width: 84px;
}
.NewsList .item td.td4 div
{
    width: 84px;
    overflow: hidden;
}
.NewsList .item td.td4 div a
{
    display: block;
    width: 84px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    background: url(/s/img/w/1/Shop-1/NewsListOpenBg.gif) no-repeat 0 0;
    color: #fff;
}
.NewsList .item td.td4 div a span
{
    display: block;
    text-align: right;
    padding-right: 8px;
}
.NewsList .item td.td4 div a:hover
{
    color: #fff;
    text-decoration: none;
    filter: Alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*——*/
.NoData
{
    padding: 100px 0 100px 250px;
}
.NoData div
{
    background: url(/s/img/g/sigh_6.gif) no-repeat 0 center;
    height: 80px;
    line-height: 80px;
    color: #999;
    padding-left: 90px;
}
/*——*/
.NewsListWhere
{
    padding: 0 0 15px 15px;
}
.NewsListWhere li
{
    width: 137px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin: 8px 8px 0 0;
}
.NewsListWhere li a
{
    display: block;
    padding-left: 11px;
    color: #fff;
    border: solid 1px #398BB4;
    background: #4697C1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62B4DE), to(#4A9CC5));
    background-image: -webkit-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -moz-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -ms-linear-gradient(#62B4DE, #4A9CC5);
    background-image: -o-linear-gradient(#62B4DE, #4A9CC5);
    background-image: linear-gradient(#62B4DE, #4A9CC5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.NewsListWhere li.on a
{
    color: #ddd;
    background: #333;
    border-color: #000;
}
.NewsListWhere li a:hover
{
    color: #fff;
    background: #555;
    border-color: #444;
}
/*——*/