@charset "utf-8";
/* CSS Document */

.search-form{background-color:#fafafa; border:solid #e6e6e6 1px; height:38px; overflow:hidden;}
.search-form  input.input-text{border:none; background:none; line-height:34px; height:34px; margin-left:4px; width:68%; float:left;}
.search-form input.input-btn{width:44px; background:url(../images/search-btn.png) no-repeat center #dc2925; height:38px; float:right;}

.result-list{min-height:268px; _height:268px;padding-bottom:30px;}
.result-list li{float:left; width:100%; position:relative; overflow:hidden; border-bottom:dashed #ccc 1px; line-height:26px; padding-top:10px; padding-bottom:10px;}
.result-list li a{float:left; background:url(../images/arr-02.png) no-repeat 10px 12px; padding-left:30px; width:80%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.result-list .time{position:absolute; z-index:10; top:10px; right:8px; color:#666; white-space:nowrap;}

.page-num{height:26px; line-height:26px; position:relative; text-align:center; padding-bottom:20px;}
.page-num font{color:#dc2925;}
.page-num span{}
.page-num a{display:inline-block; padding-left:24px; padding-right:24px; background-color:#e6e6e6; margin-left:4px;}
.page-num a:hover{color:#fff; background-color:#3188d8;}
.page-num #curPageNo{width:40px; margin:0 2px; height:24px; line-height:24px; border:#b5b5b5 1px solid; background:#fff; border-radius:4px; text-align:center;}

.info{margin-top:20px;}
.info table, .info td, .info th{border-collapse:collapse;}
.info td, .info th{border:solid #ccc 1px; padding:8px; line-height:180%;}
.info th span{padding-left:40px;}

.content{background:#fff; padding:25px 2.5% 30px;}

/*ipad*/
@media (max-width: 992px) {

}

/* xs mobile*/
@media (max-width: 768px) {
.result-list li a{float:none; white-space:normal;}
.result-list .time{position:static!important; padding-left:10px;}
.page-num span{ display:block; clear:both; float:none; margin-bottom:10px;}
.info th span{padding-left:0;}
 }
@media (max-width: 480px) {
.page-num a{padding-left:8px; padding-right:8px;}
}
@media (max-width: 320px){
.page-num #curPageNo{width:20px;}
}
