.list-rec-box{
    border: 1px solid #e9e9e9;
    background: #fff;
    position: relative;
    padding-left: 31px;
}
.list-rec-title{
    background-position: 0 -120px;
    width: 27px;
    position: absolute;
    left: 7px;
    top: -4px;
    height: 86px;
}
.list-rec-box .soft-list{
    overflow: hidden;
}
.list-rec-box .soft-list li{
    margin-top: 12px;
    width: 94px;
}

.main-list-con{
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    overflow: hidden;
    zoom: 1;
}
.list-gotop{
    float: right;
    margin-top: 30px;
    padding-right: 50px;
}

.search-title{
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #666;
    background: #f0f2f3;
    border-radius: 3px 3px 0 0;
}
.hz-ext{
    width: 220px;
    height: 62px;
    background: url(../images/sub_ext.png) no-repeat;
    padding-top: 18px;
    text-align: center;
    line-height: 22px;
    color: #666;
}
.list-page{
    min-height: 78px;
    *height: 78px;
}





.btn-post,.btn-del {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	display: block;
}

.btn-post {
	background-color: #52B9FB;
	width: auto;
	overflow: visible;
	text-indent: 0;
	background-position: -4px -118px;
	color: #fff
}

.btn-post:hover {
	background-color: #2C8DCC;
	text-decoration: none;
	color: #fff
}

.btn-post:visited {
	color: #fff
}

.btn-post span {
	_vertical-align: -2px
}

*+html .btn-post span {
	vertical-align: -2px
}

.btn-del:hover {
	background-color: #c8c6c7;
	text-decoration: none
}

.btn-del {
	text-align: center;
	background-color: #e5e5e5;
	background-position: -139px -114px;
	color: #707070;
	padding: 0 10px
}

.btn-del:hover,.btn-del:visited {
	color: #707070
}


.bupload {
padding: 10px;
width: 320px;
border: 1px dotted #DDD;
background: #F5F5F5;
}


