/**
 * 详情也
 *
 */

/* 公共 */
@import "reset.css";
@import "base.css";
/*头部*/
@import "module/top.css";
/*导航*/
@import "module/nav.css";
/*海报图*/
@import "module/poster.css";
/* 底部 */
@import "module/footer.css";
/* 悬浮框 */
@import "module/suspend.css";


/* 主体结构 */
.main {
    margin-bottom: 30px;
}

/* 内容 */
.main .headline {
    margin-top: 20px;
    padding: 10px 0;
}

.main .headline {
    border-bottom: 1px solid #f0efef;
}

.main .headline h3 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.main .headline p {
    color: #adadad;
    line-height: 2rem;
}

.main .content {
    padding: 20px 0;
}

.main img {
    max-width: 100%;
    height: auto;
}

/*页尾*/
.main .page {
    border-top: 1px solid #f0efef;
    padding: 10px 0;
}

.main .page p {
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
}

.main .page a {
    display: block;
    width: 100%;
    color: #7e7e7e;

}

.main .page a:hover {
    color: black;
}
