@charset "utf-8";
/* CSS Document */
/*css 初始化 begin */ html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}
fieldset, img, input, button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul, ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
select, input {
  vertical-align: middle;
}
select, input, textarea {
  margin: 0;
}
textarea {
  resize: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
body {
	/*background: url('new_bg.jpg');*/
	background-color: rgba(231,225,209,1.00);
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
    color: #C81623;
}
h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
}
s, i, em {
  text-decoration: none;
}
.top {
  padding: 0 aout;
}
.top img {
  width: 100%
}
.postition {
  padding: 0 10px
}
.postition a {
  font-size: 14px;
  padding: 0 5px;
}
.title {

 padding: 5px;
	
}
.title h1 {
background:url(title.png) no-repeat center top;
  font-size: 1.2em;
  text-align: center;
  line-height: 54px;
  color: rgba(75, 3, 3, 1.00);
  font-weight: bold;
  
}
.body {
  padding: 10px;
  font-size: 1em;
}
.font{text-align: center;display: block;text-align: 12px;}
.body h2, h3 {
  font-size: 1.2em;
  padding: 5px 10px;
  color: rgba(67, 16, 18, 1.00);
  font-weight: bold;
}
.body p {
  line-height: 25px;
  padding-bottom: 20px;
}
.body ul li{
line-height: 35px;
height: 35px;
overflow:hidden;
width: 100%;
}
.body ul li a{
color: rgba(30,30,30,1.00);
font-size: 1em;
padding-left: 15px;
}
.after {
background:url("hua.png") no-repeat center top;
margin: 0 auto;
padding-top: 35px;
}
.after h2, h3, h4 {
 font-size: 1.2em;
 text-align: center;
}
.after p {
  text-align: center;
  font-size: 12px;
}

.zh{
padding: 10px;
text-align: center;
}
/*list*/
.afterjs{
margin: 0 auto;
padding-bottom: 40px;
text-align: center;
font-size: 12px;
	
	
	}

@media screen and (min-width:1000px) {
  .top {
    margin: 0 auto;
    width: 1000px;
  }
  .postition {
    margin: 0 auto;
    width: 1000px;
  }
  .body {
    margin: 0 auto;
    width: 1000px;
  }
}
@media screen and (max-width: 600px) {
.title h1 {font-size: 1.1em;}

.body ul li{

overflow:hidden;
width: 100%;
height: 35px;
   /* display:block;*/
   


}
.body ul li a{
color: rgba(30,30,30,1.00);
font-size: 1em;
padding-left: 20px;
}
}



