.right-box {
    margin-top: 45px;
}
.title-1 {
    border-right: 1px solid #d02618;
    border-bottom: 2px solid #d02618;
    border-top: 2px solid #d02618;
    border-left: 1px solid #d02618;
    overflow: hidden;
}
.title-1 li {
    float: left;
    width: 98px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    border-right: 1px solid #d02618;
}

.title-1 .title-active {
    background: #d02618;
    color: #FFF;
}
.tab-box1 {
    overflow: hidden;
    margin-top: 20px;
}
.tab-box1 ul {
    width: 300px;
}
.tab-box1 ul li {
    margin-top: 15px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.tab-box1 ul li span {
    display: block;
    height: 20px;
    width: 20px;
    background: #666666;
    float: left;
    color: #FFF;
    text-align: center;
    line-height: 20px;
}
.tab-box1 ul li a {
    display: block;
    float: left;
    color: #666666;
    font-size: 14px;
    margin-left: 10px;
}
