
.detail {
    width: 94%;
    margin: .5rem auto;
    border: 1px solid #dfdfdf;
    padding: .8rem;
    box-sizing: border-box;
}

.title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6rem;
}

.info{
    color: #8a8a8a;
    font-size: .9rem;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
    margin-bottom: 1rem;
}

.detail .content{
    font-size: 1rem;
    line-height: 1.5rem;
}

.detail .content p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .6rem;
}

.detail .content img{
    max-width: 100%;
    display: block;
    margin: .5rem auto;
}

table{
    max-width: 100%;
    width: 100%;
    word-break: break-all;
}

tbody{
    max-width: 100%;
    width: 100%;
    word-break: break-all;
}

.index{
    background: url("http://nr.gd.gov.cn/images/nav_m.jpg");
    color: #ffffff;
    background-size: 100% 100%;
}