.needGood_container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.needGood_top{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8C8C8C;
}
.needGood_top span{
    float: left;
    margin-right: 8px;
}
.needGood_top a{
    color: #8C8C8C;
    float: left;
    margin-right: 8px;
}
.needGood_cen{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.needGood_header{
    width: 900px;
    overflow: hidden;
    border: 1px solid 1px solid #e7e7e7;
}
.needGood_header_top{
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
    background: #f5f5f5;
}
.needGood_header_top span{
    color: #666;
    margin-right: 5px;
}
.needGood_header ul{
    overflow: hidden;
    padding-left: 30px;
    margin-bottom: 10px;
}
.needGood_header li{
    width: 200px;
    height: 55px;
    margin-right: 15px;
    overflow: hidden;
    float: left;
}
.needGood_header li p{
    height: 28px;
    line-height: 28px;
}
.needGood_header li input{
    width: 180px;
    height: 25px;
    border: 1px solid #e7e7e7;
    padding: 5px;
}
.needGood_header li span{
    color: #e70000;
}
.needGood_header_cen{
    padding-left: 30px;
    line-height: 27px;
    position: relative;
}
.needGood_header textarea{
    resize: vertical;
    width: 800px;
    height: 120px;
    border: 1px solid #e7e7e7;
    padding: 5px;
}
.needGood_header_cen span{
    color: #e70000;
    position: absolute;
    top: 22px;
    right: 60px;
}
.needGood_header_bot{
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #19A3F5;
    color: #fff;
    float: right;
    font-size: 15px;
    text-align: center;
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.needGood_main{
    width: 900px;
    height: auto;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-top: 2px solid #19A3F5;
}
.needGood_main ul{
    overflow: hidden;
    padding: 10px 30px;
}
.needGood_main li{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e7e7e7;
}
.needGood_main li span{
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    color: #999;
}
.needGood_view .active{
    color: #e70000;
}
.needGood_talk p{
    font-size: 14px;
    line-height: 28px;
    color: #e70000;
}
/* 分页器 */
.page{
    width: 100%;
    min-height: 28px;
    margin: 0 auto;
    margin-top: 10px;
    padding-left:300px;
}
.page p{
    width: 65px;
    height: 28px;
    border: 1px solid #E6E6E6;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 5px;
    float: left;
    cursor: pointer;
}
.page span{
    width: 32px;
    height: 28px;
    border: 1px solid #E6E6E6;
    color: #0094D0;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 5px;
    float: left;
    cursor: pointer;
}
.page .active{
    background: #0094D0;
    color: #fff;
}
.page input{
    width: 65px;
    height: 28px;
    border: 1px solid #E6E6E6;
    color: #333;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    margin-right: 6px;
    float: left;
}