﻿.content-title-info-content p {
    line-height: 24px;
    font-size: 14px;
    color: black;
}
/*表头*/
.table thead th {
    border: 0px !important;
    text-align:center;
    background-color:#F7F7F7;
    width:22%;
}
.table-hover tbody tr:nth-of-type(even):hover  {
    background-color: rgb(249, 249, 249);
}
.table thead th:first-of-type {
    width:34%;
}
.table th, .table td{
    border-color:#F7F7F7;
    font-size:14px;
}
.table tbody tr:nth-of-type(odd) td {
    text-align:center
}
.table tbody tr{
    cursor:pointer;
}
.table tbody tr:nth-of-type(even) td {
    font-size:14px;
    border:0px;
    padding:0px;
    margin:0px;
}
.table tbody tr:nth-of-type(even) td pre{
    font-family:微软雅黑;
    font-size:14px;
}
/*缩进2字符*/
.indent {
    margin-left: 2em;
}
.collapse-content{
    padding:10px 0px;
    margin-left:9% !important;
}
@media (max-width: 1200px) {
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .collapse-content {
        margin-left: 8% !important;
    }
}

@media (max-width: 576px) {
    .collapse-content {
        margin-left: 5% !important;
    }
}