@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; border: 0; list-style: none; word-wrap: break-word;}
html { background: #e6e6e6;}
body { width: 100%; max-width: 720px; margin: 50px auto 0 auto; font: 14px/1.75 Arial, "微软雅黑"; color: #000;}
input, select, button, textarea {font-size: 100%;font-family: inherit; outline: none; color: #000;}
table { width: 100%; text-align: center; border-collapse: collapse;}
table th { height: 40px; text-align: center; color: #fff; border: solid 1px #e5e5e5; background: #0d8fea;}
table td { padding: 5px; border: 1px solid #e5e5e5;}
img { max-width: 100%; vertical-align: middle;}
a { color: inherit; text-decoration: none;}

.clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
.clearfix {*zoom:1 }

.header { width: 100%; max-width: 720px; height: 50px; margin: auto; color: #fff; background: #0080FF; position: fixed; top: 0; left: 0; right: 0;}
.header .logo { width: 292px; height: 50px; overflow: hidden; text-indent: -9999999px; background: url(../images/logo.png) left center no-repeat; background-size: auto 100%;}
.header .goback { position: absolute; top: 12px; right: 10px;}

.box { margin-bottom: 5px; border-radius: 5px; box-shadow: 0 1px 2px rgba(180,180,180,0.7); padding: 0px; background: #fff;}

.notice {}
.notice h3 { float: left; width: 80px; font-weight: normal; font-size: 14px; text-align: center; color: #fff; border-radius: 3px; background: #0b7dcc;}
.notice marquee { float: left; width: calc(100% - 80px);}

.wz { margin-top: 5px; text-align: center;}
.wz a { margin: 5px; padding: 1px 10px;  display: inline-block; border-radius: 5px; background: #0b7dcc;}

.bt { margin-bottom: 5px; color: #fff; text-align: center; background: #f00;}
.bone:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
.bone {*zoom:1; padding: 5px 0; background: white;}
.bone .bl { float: left; width: 24px; font-size: 16px; line-height: 1.6; text-align: center; font-weight: bold; color: #ff0; border: dotted 2px #ff0; background: #f00;}
.bone .bc { float: left; padding: 0 5px; font-size: 16px;}
.bone .br { float: right; width: 24px; font-size: 16px; line-height: 1.6; text-align: center; font-weight: bold; color: #ff0; border: dotted 2px #ff0; background: #f00;}

.title { height: 36px; line-height: 36px; text-align: center; font-size: 18px; color: #fff; background: #0d8fea;}

.text p { border-bottom: 1px solid #ddd; padding: 5px 0; font-size: 16px;}

.foot1 { text-align: center; color: #f00;}
.foot2 { text-align: center;}

.content { margin-bottom: 10px; border-radius: 5px; font-size: 18px; box-shadow: 0 1px 2px rgba(180,180,180,0.7); padding: 10px; background: #fff;}
.content h6 { font-size: 16px; font-weight: bold;}
.content .goback { padding: 8px 5px; text-align: center; font-size: 18px; color: #00f; border: solid 1px #e5e5e5; background: #FFF2EC;}
.content .goback:hover { color: #f00;}
