
/*重置*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}


fieldset, img { border: 0;border-radius: 8px; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after { content:"";
}

abbr, acronym { border: 0; }

body {
  color: #666;
  background-color: #eee;
  font: 12px/1.5;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix { zoom: 1; }


.poster-main{
    position: relative;
    margin: 50px auto;
}
.poster-main .poster-list .poster-item{
    position: absolute;
    left: 0;
    top: 0;
}
.poster-main .poster-btn{
    position: absolute;
    top: 0;
    cursor: pointer;
}
.poster-main .poster-prev-btn{
    left: 0;
    background: url("../images/btn_l.png") no-repeat center center;
}
.poster-main .poster-next-btn{
    right: 0;
    background: url("../images/btn_r.png") no-repeat center center;
}


.xnzt-list{background: #FFFAF1;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    padding-left: 40px;
    -webkit-box-shadow: -2px 0px 10px -1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -2px 0px 10px -1px rgba(0, 0, 0, 0.4);
    -o-box-shadow: -2px 0px 10px -1px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 0px 10px -1px rgba(0, 0, 0, 0.4);}
.xnzt-list ul li{ float: left; list-style:disc; margin: 10px; width:23%;color: #E22828;}
.xnzt-list ul li a{ color: #E22828;}

#login_frame .with-line {
    width:100%;font-size: 18px;
    color: #ff0000;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

#login_frame .with-line:before {
    content: "";
    border-top: 1px solid #ccc;
    display: block;
    position: absolute;
    width: 40%;
    top: 10px;
    left: 10px;
}

#login_frame .with-line:after {
    content: "";
    border-top: 1px solid #ccc;
    display: block;
    position: absolute;
    width: 40%;
    top: 10px;
    right: 10px;
}

