/**
 * 新闻
 *
 */

/*公共*/
@import "reset.css";
@import "base.css";

/*导航*/
@import "module/nav.css";
/*头部*/
@import "module/top.css";
/*海报图*/
@import "module/poster.css";
/*导航*/
@import "module/footer.css";


/* 主体结构 */
.main {
    margin-bottom: 1.875rem  /* 30/16 */;
}

/*内容*/
.main .content {
    padding: 0.625rem  /* 10/16 */ 0;
    min-height: 21.875rem  /* 350/16 */;
}

.main .content p {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    border-bottom: 1px solid #f5f6f7;
}

.main .content a {
    display: block;
    width: 90%;
}
.main .content span{
    text-align: right;
    font-size: 0.75rem  /* 12/16 */;
}
