.menuDiv{
    width: 1170px;
    min-width: 1170px;
    margin: 30px auto;
    margin-bottom: 0px;
}
.menuDiv > img {
    width: 386px;
}
#wonderfulVideo,#memberNews{
    cursor: pointer;
}
.news{
    min-width: 1170px;
    width: 100%;
    background:url(/images/planetii/index/news_bg.png);
}
.news_auto{
    width: 1170px;
    margin:0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}
.news_text{
    width: 366px;
    height:520px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 15px 10px;
    font-size: 19px;
    font-weight: 700;
}

.news_white{
    width: 366px;
    height: 420px;
    padding:10px 5px;
    margin:0 auto;
    border-radius:10px;
}
.news_white > img{
    width: 237px;
    height: 420px;
    cursor: pointer;
}

.news_white p img{
    width: 237px;
    height: 420px;
}
.news_span{
    width: 366px;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    font-family: 微软雅黑;
    text-overflow: ellipsis;
}

.hideBackgroud {
    width: 100%;
    height:100%;
    background-color: #000000;
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto 0;
    display: none;
    opacity: 0.6;
    filter: alpha(opacity=40);

}
.displayImag{
    width: 500px;
    height:900px;
    z-index: 9999;
    top:15%;
    position: absolute;
    float: left;
    margin-left: 35%;
    display: none;

}
.displayImag img{
    width: 100%;
    height:100%;
}
