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