#td, #xwtj, #bottom:nth-child(1n) {
    border: none;
}
#td, #xwtj {
    width: 985px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
    background: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#f2f2f2), to(#fff));
    border: 1px solid;
    border-color: #e5e5e5 #dbdbdb #d2d2d2;
    float: left;
    margin-bottom: 8px;
    padding-bottom: 6px;
}
#c2 {
    width: 100%;
    height: 34px;
    background: #f2f2f2;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#cccccc');
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    background: linear-gradient(#f9f9f9, #ccc);
    text-align: right;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#ccc));
}
#c2 span {
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    float: left;
    height: 24px;
    margin-left: 18px;
    line-height: 22px;
    line-height: 26px\9;
    margin-top: 6px;
    text-align: center;
    background-color: #0777c3;
    letter-spacing: 1px;
    padding-right: 8px;
    padding-left: 8px;
}
#c2 p {
    font-size: 14px;
    color: #0178C4;
    float: right;
    margin-right: 12px;
    line-height: 33px;
}
#Marquee_x {
    overflow: hidden;
    width: 100%;
    height: 682px;
    background: #fff;
    padding: 22px 10px;
    box-sizing: border-box;
}
#divHistoryRecommentCntr{
    padding-bottom: 15px;
}
#Marquee_x ul li, #Marquee_x ul li div {
    overflow: hidden;
}
#Marquee_x ul li .item {
    float: left;
    width: 100%;
    float: left;
    list-style-type: none;
    margin-top: 5px;
    height: auto;
    overflow: hidden;
}
#Marquee_x ul li div img{
    transition: all 0.6s;
}
.img_hz{
    width: 100%;
    height: 165px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 4px rgba(0,0,0,.25);
    box-sizing: border-box;
}
#Marquee_x ul li div img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 3px;
    background: #fff;
    display: block;
        box-sizing: border-box;
}
#Marquee_x ul li div span {
    display: block;
    width: 100%;
    list-style-type: none;
    text-align: center;
        height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
        background: #555555;
}
#Marquee_x ul li .item a{
    display: inline-block;
    color: #fff;
    width: 100%;
}
#Marquee_x ul li .item a:hover{
    color: #fff;
    text-decoration: none;
}
#Marquee_x ul li .item:hover{
    box-shadow: 4px 4px 4px #999;
}
#Marquee_x ul li .item:hover .img_hz{
    border-color: #ff6000;
}
#Marquee_x ul li .item:hover span{
    background: #ff6000;
}
#Marquee_x ul li div:hover img{
    transform: scale(1.1);
}