﻿@import url(Shop-NewsList1_Part.css?public);
/*——*/
.PhotoList
{
    padding-top: 10px;
}
.PhotoList li
{
    float: left;
    width: 200px;
    overflow: hidden;
    padding: 11px 0 10px;
    background: url(/s/img/w/1/Shop-1/PhotoBg.gif) no-repeat center 0;
}
.PhotoList li div
{
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
}
.PhotoList li div a img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.PhotoList li div a:hover img
{
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.PhotoList li b
{
    display: block;
    text-align: center;
    width: 170px;
    margin: 15px auto 0;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*——*/
.PhotoCoverBox
{
    background: #fff;
    height: 100%;
    border: solid 1px #AFD1E8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.PhotoCoverTitle
{
    font-size: 30px;
    color: #52A0ED;
    line-height: 40px;
    font-family: 'Microsoft Yahei' , '微软雅黑' , MSYahei, '黑体' , '宋体' , Verdana, Arial, Helvetica, sans-serif;
    padding: 7px 0 0 12px;
    background-image: -webkit-gradient(linear, 0 0, 0 30%, from(#CEF0FF), to(#fff));
    background-image: -webkit-linear-gradient(top,#CEF0FF, #fff 30%);
    background-image: -moz-linear-gradient(top,#CEF0FF, #fff 30%);
    background-image: -ms-linear-gradient(top,#CEF0FF, #fff 30%);
    background-image: -o-linear-gradient(top,#CEF0FF, #fff 30%);
    background-image: linear-gradient(top,#CEF0FF, #fff 30%);
    box-shadow: 0 0 1px #fff inset;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.PhotoCover
{
    padding: 0 0 15px 6px;
}
.PhotoCover li
{
    float: left;
    width: 194px;
    overflow: hidden;
    padding: 20px 0 5px;
    margin: 1px 1px 0 0;
    background: url(/s/img/w/1/Shop-u-1/CoverBg.gif) no-repeat center 9px;
}
.PhotoCover li div
{
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
}
.PhotoCover li div a img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.PhotoCover li div a:hover img
{
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.PhotoCover li span
{
    display: block;
    width: 157px;
    text-align: right;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    margin-top: 134px;
    position: absolute;
    color: #666;
    z-index: 1;
    text-shadow: 1px 1px 0 #fff;
}
.PhotoCover li b
{
    display: block;
    text-align: center;
    width: 170px;
    margin: 15px auto 0;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
/*——*/