@charset "GB2312";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    -webkit-text-size-adjust:100%;
    list-style:none;
    font-family:"Î¢ÈíÑÅºÚ";
}
body
{
    width:100%;
    min-width: 1000px;
    background:url(/static/memberSearch/image/no_result_bg.jpg) repeat-x center top;
    min-height:620px;

}

#inquiry{
    width:1000px;
    margin:0 auto;
    min-height: 500px;
}
#header
{
    width:100%;
    height:124px;
}
#header .logo
{
    width:100%;
    text-align:center;
    height:41px;
    margin-top: 58px;
}
#header .query
{
    width:700px;
    height:83px;
    margin:0 auto;
}
.search-input
{
    width:582px;
    height:46px;
    line-height:46px;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left:18px;
    margin-top:34px;
    margin-bottom:3px;
    border: 0;
    float:left;
    z-index:10;
    font-size:15px;
    font-family:"Î¢ÈíÑÅºÚ";
}
.search-btn
{
    width:99px;
    height:46px;
    line-height:46px;
    padding: 0;
    border: 0;
    margin-top:34px;
    margin-bottom:3px;
    float:right;
    z-index:1;
    margin-left:-2px;
    font-family:"Î¢ÈíÑÅºÚ";
    color:#ffffff;
    background-color:#12aaf0;
    border:1px solid #0193d6;
    cursor:pointer;

}
.placeholder
{
    color: #b0b0b0;
}
.no_result
{
    width:1000px;
    height:320px;
    background-color:#ffffff;
    margin:0 auto;
    margin-top: 20px;
    text-align:center;
    vertical-align:middle;
    -moz-box-shadow:0px 0px 9px rgba(136,136,136,1);/*firefox*/
	-webkit-box-shadow:0px 0px 9px rgba(136,136,136,1);/*webkit*/
	box-shadow:0px 0px 9px rgba(136,136,136,1);/*opera»òie9*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=0, Strength=2)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=90, Strength=8)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=180, Strength=8)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=270, Strength=2);

    margin-bottom: 30px;
}
.no_result img
{
    width:112px;
    height:170px;
    margin-top:75px;
}
.have_result
{
    width:1000px;
    min-height:500px;
    background-color:#ffffff;
    margin:0 auto;
    padding-bottom: 5px;
    text-align:center;
    margin-top: 20px;
    vertical-align:middle;
    -moz-box-shadow:0px 0px 9px rgba(136,136,136,1);/*firefox*/
	-webkit-box-shadow:0px 0px 9px rgba(136,136,136,1);/*webkit*/
	box-shadow:0px 0px 9px rgba(136,136,136,1);/*opera»òie9*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=0, Strength=2)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=90, Strength=8)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=180, Strength=8)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=270, Strength=2);

    margin-bottom: 30px;
}
.operation{
    text-align: center;
    float: left;
    width: 700px;
    margin: 0 auto;
    margin-top:10px ;
}
.operation img{
    cursor:pointer;
}
.prevone
{
    width: 70px;
    text-align: right;
    height: 29px;
}
.nextone
{
    width: 70px;
    text-align: left;
    height: 29px;
}

.sum_number
{
    padding-top:24px;
    margin:0 auto;
}

.hide{
    display:none;
}


.have_result ul{
	width:950px;
	margin:0 auto;
	margin-top:20px;
    min-height: 354px;
}
.have_result ul li{
	line-height:25px;
	margin-top:18px;
    border:1px solid #12aaf0;
    border-radius: 4px;
    padding: 5px 15px;
}

.have_result ul li:first-child{
	margin-top:0;
}
.have_result ul li div.first{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    max-width: 590px;
}
.have_result ul li div.last{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    width: 318px;
    margin-left: 10px;
    vertical-align: top;
}
.have_result ul li.active{
    background-color: #12aaf0;
}
.pageblock{
    width: 850px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 22px;
    text-align: right;
    color: #b0b0b0;
    font-size: 14px;
}
.pageblock a{
    color: #12aaf0;
    text-decoration: none;
}
.pageblock a.noclick{
    color: #b0b0b0;
}


