
.container{
    margin: 40px auto 100px auto;
    width: 1160px;
    overflow: hidden;
}

/* 名人生平样式 */
.celebrity-detail{
    width: 860px
}

/** 
 * 内容剧中 
 */
p img{display:block;margin:0 auto;}

.celebrity-detail h1{
    font-size: 24px;
    color: #0D3367;
    padding:25px 0 24px 0;
    letter-spacing: 0;
    box-shadow: 0 1px 0 0 #DDDDDD;
}

.notice-detail h1 span:nth-child(2){
    color: #a8a8a8
}

.celebrity-title{
    display: block;
    font-size: 24px;
    color: #333333;
    margin:26px 0 40px 0;
}

.celebrity-detail p{
    color: #333333;
    line-height: 32px;
    margin-bottom: 30px
}

.celebrity-detail img{
    width: 450px;
    height: 600px;
}


/* 人物相关样式 */
.related{
    width: 260px;
    margin-left: 40px;
    background: #F8F8F8;
}

.related-head{
    height: 80px;
    color: #0D3367;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 80px;
    box-shadow: 0 1px 0 0 #EEEEEE;
    text-indent: 20px;
    
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}


.related-item {
    box-shadow: 0 1px 0 0 #EEEEEE;
    padding: 16px 20px 20px 20px;
    overflow: hidden;
}

.related-item-dot{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-top: 10px;
    
}

.related-item-desc{
    display: inline-block;
    width: 200px;
    line-height: 28px;
    margin-left: 12px
}

.related-item-desc a{
    color: #0D3367;
}
