#content {
    width: 440px;
}
.tab3{
    width: 550px;
    margin-left: 10px;
    float: left;
}
.tab-head3{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.tab-head3 h2{
    width: 110px;
    height: 30px;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 30px;
}
.tab-head3 .selected a{
    color: #fff;
}
.tab-head3 h2 a{
    color: #333;
}

.tab-content3 div ul li{
    height: 36px;
    line-height: 36px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #C1C1C1;
}
.tab-content3 div ul li a{
    padding-left: 20px;
    background: url(../images/new_ico.jpg) no-repeat 1px center;
    color: #000000;
    display: block;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.tab-content3 div ul li i{
    float: right;
    margin-right: 10px;
    font-style: normal;
}



.tab-content3 div{
    display: none;
}
.tab-content3 .show3{
    display: block;
}