#wzxq{
    padding: 10px;
}
#wzxq .card-head{
    background: #fff;
    padding: 10px 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 0 none;
}    
#newlists .card-head{
    background: #fff;
    padding: 10px 0 0 0 ;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 0 none;
}
#wzxq .card-head div{
    padding: 10px 0 5px 0;
    border-bottom: 1px dashed #ddd;
}
.card div h1{
    font-weight: bold;
    font-size: 20px !important;
}
.card div p{
    color: #999;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}

.card .content{
    padding: 0 25px 25px 25px;
}
.card-foot a{
    background: rgb(80,153,221);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
.img-auto
{
margin:10px auto;
}
#content{
	text-align:center;
}
#content #topbox{
	border:1px dashed #aaa;
	border-radius:5px;
	padding:20px;
	text-align:center;
}
#content p{
	width:100%;
	margin-top:20px;
	text-align:left;
	font-size:16px;
	color:#555;
}


.xing{
  width: 36px ;
  height: 36px ;
  line-height: 36px ;
  text-align: center !important;
  border-radius: 5px; 
  border: none ;
  font-weight: 500 ;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
  background: url(../img/xingming_tian.gif)  center center no-repeat;
  background-size: 100% 100%;
  margin:5px auto;
  margin-left:10px;
/*   margin-top:10px; */
  /* background:rgba(0, 0, 0, 0.3); */
}

.xings{
  width: 72px ;
  height: 36px ;
  line-height: 36px ;
  text-align: center !important;
  border-radius: 5px; 
  border: none ;
  font-weight: 500 ;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
  background: url(../img/xings.png)  center center no-repeat;
  background-size: 100% 100%;
  margin:0 auto;
  letter-spacing:5px;
  margin:10px auto;
  margin-left:10px;
  /* background:rgba(0, 0, 0, 0.3); */
}

.xingss{
  width: 108px ;
  height: 36px ;
  line-height: 36px ;
  text-align: center !important;
  border-radius: 5px; 
  border: none ;
  font-weight: 500 ;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
  background: url(../img/xingss.png)  center center no-repeat;
  background-size: 100% 100%;
  /* margin:0 auto; */
  letter-spacing:12px;
  margin:5px auto;
  margin-left:10px;
  /* background:rgba(0, 0, 0, 0.3); */
}

.xing:hover{
  transform: scale(1.25);
  color: rgba(0, 0, 0, 1.0);
  font-weight: 600 ;
}
.xings:hover{
  transform: scale(1.10);
  color: rgba(0, 0, 0, 1.0);
  font-weight: 600 ;
}
.xingss:hover{
  transform: scale(1.10);
  color: rgba(0, 0, 0, 1.0);
  font-weight: 600 ;
}
#content span{
	font-size:18px;
}

form input[type="text"]{
	padding:0.25em 0.8em;
	background:rgba(238,238,238,0.6);
	border:0 none;
}

form input[type="text"]:focus{
	border-bottom: 1px solid #ddd;
	color:#333;
}

input::-webkit-input-placeholder {
    font-size:14px;
  }
 
  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size:14px;
  }
 
  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size:14px;
  }
 
  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size:14px;
  }
