.content-main{
    font-family: 苹方-简 常规体;
    margin-bottom: 50px;
}
.title-box {
    padding-bottom: 10px;
    position: relative;
}
.title-box .title{
    display: flex;
    align-items: flex-end;
}
.title-box .title .t1 {
    font-size: 22px;
    line-height: 30px;
    max-width: 600px;
}
.title-box .title .t2{
    font-size: 14px;
    color: #9f9f9f;
    line-height: 20px;
    margin-left: 15px;
    margin-right: 11px;
}
.title-box .title .link{
    font-size: 12px;
    line-height: 16px;
    color: #7aaaf8;
    width: 72px;
    padding-left: 12px;
    background-image: url('/Application/Home/View/forum/styles/images/link.png');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.title-box .tags{
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
}
.title-box .tags .c3{
    height: 22px;
    background: #FFFFFF;
    border-radius: 11px;
    opacity: 0.65;
    font-weight: bold;
    border: 1px solid #E7400D;
    font-size: 14px;
    line-height: 20px;
    color: #E15F2B;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0 16px;
    box-sizing: border-box;
}
.title-box .qr-code{
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #898989;
}
.title-box .qr-code .code-box{
    width: 54px;
    height: 54px;
    margin: 0 auto;
}
.title-box .qr-code .code-box img{
    width: 100%;
    height: 100%;
}
.content{
    margin-top: 20px;
}
.content table{
    width: 100%;
    border-color: #fff;
    background-color: #fff;
    font-family: 苹方-简 常规体;
}

.content table td{
    width: 150px;
    padding: 18px 0px 18px 20px;
    font-size: 14px ;
    line-height: 20px;
    color: #121951;
    box-sizing: border-box;
    /* border-color: #fff; */

}
.content table td.common{
    font-weight: bold;
    padding-right: 15px;
}
.content-main .button{
    width: 70px;
    text-align: right;
    float: right;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #121951;
}