@charset "utf-8";

div.searchPage{background:url(../img/headerbg2a.png) 0 0 repeat-x}
div.searchPage #quickLogin{ margin-top:20px}


#searchLeft {
 display:none
}

#searchRight {
    color: #666666;
    float: left;
    margin: 10px 0 0;
    width: 990px;
}


.searchUtil {
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 1px solid #E1E1E1;
    overflow: hidden;
    padding: 10px;
}
.searchUtilSort {
    border-left: 1px solid #E1E1E1;
    display: block;
    float: left;
    width: 410px;
}
.searchUtilSort ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    float: left;
}
.searchUtilSort ul li a {
    color: #666666;
    display: block;
    line-height: 150%;
    outline: medium none;
    padding: 0 12px 0 5px;
}
.searchUtilSort ul li a:hover {
    text-decoration: none;
}
.searchUtilSort ul li a.sortDefault {
    background: none repeat scroll 0 0 #D36349;
    color: #FFFFFF;
    padding: 0 5px;
}
.searchUtilSort ul li a.sortDown {
    background: url("../img/sortDown.gif") no-repeat scroll right 50% transparent;
    margin-right: 5px;
}
.searchUtilSort ul li a.sortDownNow {
    background: url("../img/sortDownA.gif") no-repeat scroll right 50% transparent;
    margin-right: 5px;
}
.searchUtilSort ul li a.sortUp {
    background: url("../img/sortUp.gif") no-repeat scroll right 50% transparent;
    margin-right: 5px;
}
.searchUtilSort ul li a.sortUpNow {
    background: url("../img/sortUpA.gif") no-repeat scroll right 50% transparent;
    margin-right: 5px;
}
.searchUtilArea {
    display: block;
    float: left;
    width: 150px;
}
.searchUtilPage {
    display: block;
    float: right;
    text-align: right;
    width: 200px;
}
.searchUtilPage a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #333333;
    display: inline-block;
    padding: 2px 3px;
    vertical-align: middle;
}
.searchUtilPage a:hover {
    text-decoration: none;
}
.PrePage {
    background: url("../img/arrowLeft.gif") no-repeat scroll 0 50% transparent;
    margin: 0 3px;
    padding-left: 6px;
}
.nextPage {
    background: url("../img/arrowRight.gif") no-repeat scroll right 50% transparent;
    margin: 0 3px;
    padding-right: 6px;
}
.searchListBox {
    overflow: hidden;
    padding: 20px 10px 0;
}
.searchList {
    display: block;
    float: left;
    height: 370px;
    margin: 0 6px;
    width: 228px;
}
.searchListImg {
    border: 1px solid #E1E1E1;
    display: table-cell;
    height: 220px;
    padding: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 218px;
	border:1px solid #ccc
}
.searchListImg a {
    display: block;
    position: static;
    top: 50%;
    width: 220px;
}
.searchListImg img {
    display: block;
    left: -50%;
    margin: 0 auto;
    max-height: 220px;
    max-width: 220px;
    position: static;
    top: -50%;
    vertical-align: middle;
}
.searchListTit {
    height: 40px;
    line-height: 150%;
    margin: 5px 0;
    overflow: hidden;
}
.searchListTit a {
    color: #666666;
}
.searchListTit a span, .searchListTit a:hover {
    color: #D36349;
}
.searchList dl {
    display: block;
    overflow: hidden;
}
.searchList dl dt {
    display: block;
    float: left;
    width: 120px;
}
.searchList dl dt h2 {
    color: #D36349;
    display: block;
    font-family: Verdana,'宋体';
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
}

.searchList dl dt h3 {
    display: block;
    line-height: 120%;
    margin: 2px 0 3px;
}
.searchList dl dt h3 a {
    color: #333333;
    font-size: 12px;
}
.searchList dl dt p {
    line-height: 150%;
}
.searchList dl dd {
    display: block;
    float: left;
    width: 100px;
}
.searchList dl dd p {
    display: block;
    line-height: 150%;
    margin: 2px 0 3px;
    text-align: right;
}

.paging1a {
  clear: both;
  display: block;
  font-size: 14px;
  margin: 20px 0;
  text-align: center;
}
.paging1a a {
  border: 1px solid #CCCCCC;
  color: #666666;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

.paging1a span {
  color: #D36349;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  padding: 5px 10px;
  text-align: center;
}

.paging1a input {
  margin: 0 5px;
  width: 30px;
}
