.tq_ma {
    background: url(../images3/dsp_bg_tqjl.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 800px;
    padding: 50px 32px;
    box-sizing: border-box;
}

.tq_ma1 {
    text-align: center;
    height: 646px;
    overflow-y: auto;
}


.tq_ma table {
    text-align: center;
    width: 100%;
    border: solid 3px rgba(255, 255, 255, .6);
}

.tq_ma table .th1 {
    width: 11%;
}

.tq_ma table .th2 {
    width: 15%;
}

.tq_ma table .th3 {
    width: 15%;
}

.tq_ma table .th4 {
    width: 15%;
}

.tq_ma table .th5 {
    width: 23%;
}

.tq_ma table .th6 {
    width: 21%;
    border: none;
}

.tq_ma table th {
    line-height: 60px;
    font-size: 20px;
    letter-spacing: 1px;
	color: rgba(0, 16, 254, 1);
    font-weight: normal;
    border-right: 2px solid rgba(255,255,255,.6);
}

.tq_ma tbody tr {
    line-height: 58px;
    letter-spacing: 1px;
	color: rgba(223, 0, 0, 1);
}

.tq_ma tbody tr td {
    font-size: 16px;
    border-right: 2px solid rgba(255,255,255,.6);
}

.tq_ma tbody tr td:first-child{
	color: rgba(0, 16, 254, 1);
}

.tq_ma tbody tr td:last-child {
    border: none;
}

.tq_ma thead tr{
	color: rgba(0, 16, 254, 1);
}

.tq_ma tbody tr:nth-child(n+3):nth-child(odd),
.tq_ma tbody tr:first-child {
    background-color: rgba(255,255,255,.25);
}

.tq_ma tbody tr .chakan {
    cursor: pointer;
    text-decoration: underline;
}