.pc_container {
    width: 880px;
    height: 200px;
    padding: 15px 1px 47px 1px;
    background: url('../images/pc_bg.png') no-repeat;
    margin: 0px auto auto auto;

}

.pc_container .pc_item {
    margin-top: 15px;
    margin-left: 1px;
    width: 880px;
    height: 200px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 230px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 230px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.bar {
    background-position: left;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.pc_item .desc {
    position: absolute;
    width: 634px;
    padding: 10px;
    height: 154px;
    line-height: 18px;
    right: 10px;
}

.pc_item .desc p {
    position: absolute;
    width: 625px;
    padding: 10px;
	margin-left: -15px;
    height: 105px;
    line-height: 18px;
    right: 0px;
	font-size: 12px;	
	margin-top: -2px;
}

.pc_item .desc h1 {
    color: #DE8F26;   
	font-size: 22px;	
	margin-top: 35px;
}