.page .banner-item{
    width: 800px;
    height: 400px;
    overflow: hidden;
    position: relative;
	border-radius: 10px;
}
.page .banner-item img {
    display: block;
    width: 800px;
    height: 400px;
}
.page .banner-item .mask{
    background: url(../images/newness-slide.png) repeat-x left bottom;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page .banner-item .name{
    width: 535px;
    height: 42px;
    overflow: hidden;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.page .indicator{
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 100;
}
.page .indicator li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 6px;
    background: #ffffff;
    margin-right: 10px;
    opacity: .5;
    filter:alpha(opacity=50);
    cursor: pointer;
}
.page .indicator li.on{
    opacity: 1;
    filter:alpha(opacity=100)
}
.page .slider-banner{
    position: relative;
    width: 800px;
    height: 400px;
    overflow: hidden;
}


.page.newness .left {
    width: 800px;
}

.page .newness-top {
    margin-top: 20px;
    white-space: nowrap;
}

.page.newness .right {
    width: 380px;
}

.page.newness .right ul {
    width: 380px;
    height: 400px;
    background: white;
    font-size: 16px;
    color: #333333;
    white-space: normal;
}

.page.newness .right li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 141px;
    height: 65px;
    text-align: left;
    line-height: 65px;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    padding-left: 45px;
}
.page.newness li p{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 0 10px;
}

.page.newness li p a{
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page.newness .right em {
    vertical-align:middle;
    margin-right: 10px;
    margin-top: -2px
}
.page.newness .right em.n-i-10{
    vertical-align: 4px;
}
.page .newness-list {

    overflow: hidden;
    width: 1240px;
}
.page .newness-list li {
    float: left;
    height: 208px;
    width: 182px;
    background: white;
    border-radius: 8px;
    text-align: center;
    padding: 28px 0 24px;
    font-size: 16px;
    color: #333333;
    margin:  22px 22px 22px 0;
}
.page .newness-list li img{
    width: 124px;
    height: 124px;
    border-radius: 15px;
}
.page .newness-list p span{
   display: inline-block;
   vertical-align: top;
    font-size: 12px;
    color: #999999;
    margin: 0 8px;
    cursor: default;
}

.page .newness-list .beta{
    text-align: center;
}

.page .newness-list .beta .sp-name{
    display: inline-block;
    max-width: 98px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    
}
.page .newness-list .beta .sp-tags{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    background: #F0F0F0;
    color: #999;
    padding: 0 5px;
    border-radius: 4px;
    margin: 4px 0 0 5px;
}


.page .newness-list li .score{
    font-size: 14px;
    font-weight: bold;
    color: #ffaf0f;
    cursor: default;
}

.page .newness-list li .score-no{
    font-size: 14px;
    font-weight: bold;
    color: #999;
    cursor: default;
}
.page .newness-imgs{
    width: 1180px;
    overflow: hidden;
    background: white;
    margin: 20px 0 40px ;
    padding: 20px 0 20px 20px;
    font-size: 16px;
    white-space: nowrap;
}
.page .newness-imgs li{
   float: left;
   width: 374px;
   overflow: hidden;
    margin-right: 19px;
}
.page .newness-imgs img
{
    width: 374px;
    height: 187px;
    border-radius: 4px;
    margin-bottom: 7px;
}
.page .newness-imgs p a{
    color: #7d7d7d;
}
.page .newness-imgs p a:hover{
    color: #23c268;
}
.page .newness-imgs p{
    width: 374px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page .newness-imgs-2{
    width: 1200px;
    height: 380px;
    background: white;
    margin: 20px 0  40px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
;
}
.page .newness-imgs-2 li{
   float: left;
   width: 178px;
   margin: 0 8px 15px;
    line-height: 0;
    font-size: 0;
}
.page .newness-imgs-2 p{
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 14px;
}
.page .newness-imgs-2 .li-1{
    color: #999999;
}
.page .newness-imgs-2 .li-1 a{
    color: #999999;
}
.page .newness-imgs-2 a:hover .li-1{
    color: #23c268;
}
.page .newness-imgs-2 ul{
    display: inline-block;
    vertical-align: top;
    width: 1172px;
    height: 380px;
    white-space: normal;
}
.page .newness-imgs-2 .newness-imgs-inner{
    overflow-x: scroll;
    overflow-y: hidden;
    width: 1172px;
    margin: 20px auto 0;
}
.page .newness-imgs-2 .arrow-btn{
    position: absolute;
    top: 144px;
    display: none;
}
.page .newness-imgs-2:hover .arrow-btn{
    display: block;
}
.page .newness-imgs-2 .a_left{
    left: 0;
}
.page .newness-imgs-2 .a_right{
    right: 0;
}
.page .newness-imgs-2 img{
    width: 178px;
    height: 110px;
    border-radius: 4px;
}

.page.newness .slider-contain{
    width: 1200px;
}
.page.newness .slider-inner-contain{
    width: 1200px;
    overflow: hidden;
}
.page.newness .img-slider{
    width: 1200px;
    padding: 16px 0 20px 14px;
}
.page .img-slider li{
    margin-right: 14px;
}
.page .newness-all {
   width: 16px;
   height: 16px;
}  
.page .newness-all img{
    display: block;
    width: 100%;
    height: 100%;
} 


.page.newness .slider-inner-contain .img-slider p{
   height: 56px;   
   white-space: initial;
   margin: 0;
   padding-top: 8px;
}
.page.newness .slider-inner-contain .img-slider p a{
    height: 56px;   
    white-space: initial;
 }


 .page.newness .msglist .uinfo p{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
 }

