html, body {margin: 0;padding: 0;}
#banner {width: 100%;height: 200px;background-size: 100% 100%;}

.main {width:1000px;margin:5px auto;}
.main .c {color:#c04e15;border-bottom:1px solid #c04e15;font-size:18px;line-height:30px;}
.title {text-align:center;}
.content {min-height:600px;}
.content p {text-indent:2em;}
.footer {width: 100%;height: 80px;background-color: #930a0a;padding-top: 20px;margin-top: 20px;}
.footer .footer-content {width: 1000px;text-align: center;color: #fff;margin: 0 auto;font-size: 14px;line-height: 28px;}
