@charset "utf-8";
/* CSS Document */
.top { width:100%; background:#970908; color:#fff; font-size:18px; line-height:3em; display:flex; align-items:center; justify-content:space-between}
.top a { margin-left:10px;color:#fff;}
.top span { margin-right:15px}
.list { width:calc(100% - 30px); margin:0 auto; padding:30px 0 0 0}
.cell { width:100%; margin:0 auto 20px auto; border-bottom:#e5e5e5 1px dashed}
.cell a { display:block; font-size:16px; margin-bottom:10px; text-align:justify; line-height:1.5em}
.cell span { color:#999; font-size:16px;}
.layui-row { margin-bottom:15px;}
.layui-form { width:90%; margin:0 auto}
.layui-form-label { width:4em!important;}
.layui-input-block { margin-left:calc(4em + 30px)!important}
textarea { padding:10px!important; height:90px!important; line-height:30px!important;}