.content{
    width: 1000px;
    
    margin: 0 auto;
    margin-top: 30px;
    /* background-color: black;  */
}
.content .left{
    width: 30%;
    
    float: left;
}
#tab-content0{
    width: 100% !important;
}
.contentbox{
    width: 100% !important;
}
.tips{
    width: 100%;
    height: 40px;
    line-height: 40px;
    /* padding-left: 20px; */
    border-bottom: 1px solid #ccc;
}
.tips a:hover{
    color: red;
}
.content .right{
    width: calc(70% - 30px);
    
    float: right;
}

.content .left .title{
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    /* padding-left: 10px; */
    text-align: left;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}
.content .left .title .name{
    display: inline-block;
    border-bottom: 2px solid red;
}
.list-a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;

}
.list-a img{
    width: 12px;
    height: 10px;

}
.active a{
    color: red;
}
.right .title{
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.right .text{
    width: calc(100% - 40px);
    margin-left: 20px;
    line-height: 30px;
}
.image{
    width: calc(100% - 40px);
    margin-left: 40px;
}
.image img{
    width: 100%;
}