.productbox {
    width: 965px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border: 1px solid 
    #DDDDDD;
}

.productbox .list_1 {
    width: 998px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: 
    #DDDDDD;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 220px;
}

.productbox .list_1 .logo_1 {
    float: left;
    height: 100px;
    width: 180px;
    margin: 10px;
}

.productbox .list_1 .stitle {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px;
}

.productbox .list_1 .attr {
    float: left;
    width: 280px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.productbox .list_1 .button a {
    display: block;
    font-size: 14px;
    color: 
	#FFFFFF;
	text-decoration: none;
	background-color:
	#E42525;
	border: 1px solid
    #D44346;
    height: 32px;
    width: 90px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.productbox .list_1 .attr p .orange {
    color: 
    #F04900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.productbox .list_1 .attr p .blue {
    color: 
    #0057C8;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.productbox .list_1 .attr p .gules {
    color: 
    #D43939;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.productbox .list_1 .attr p .green {
    color: 
    #159800;
    font-size: 15px;
}

.productbox .list_1 .stitle h1 a {
    font-size: 22px;
    line-height: 26px;
    height: 26px;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color:red;
}