@charset "utf-8";
html{
    
}
.new_show_con {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D03800 #E4E4E4 #E4E4E4;
    border-image: none;
    border-right: 1px solid #E4E4E4;
    border-style: solid;
    border-width: 2px 1px 1px;
    overflow: hidden;
    width: 1214px;
    padding: 12px;
}
.new_show_con .left{
    float: left;
    width: 631px;
    line-height: 1.5;
}
.new_show_con .right{
    float: right;
}

.spec_title{
    margin-left: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.spec_content{
    margin-left: 50px;
    font-size: 14px;
    width: 605px;
    line-height: 32px;
    color: #666;
}
.spec_picture img{
    width: 520px;
    margin-bottom: 30px;
}