/*2020年5月22日*/
.nqdiv{width: 100%; margin: 20px auto; overflow: hidden; height: 500px;}
.nqtable{width: 100%; margin: 0 auto; border-collapse: collapse; border-spacing: 0;}
.nqtable tr td{border: 1px solid #CCCCCC; width: 16%;}
.nqtable tr td a{display: block;height: 40px; line-height: 40px; font-size: 14px; text-align: center; width: 100%; color: #333333;}

@media screen and (max-device-width: 768px) {
    .nqdiv{width: 100%; margin: 0.2rem auto; overflow: hidden; height: auto !important;}
    .nqbor {
        display: flex;
    }
    .nqbor,
    .nqbor a {
        height: 0.88rem;
        line-height: 0.88rem;
        font-size: 0.26rem;
    }
    .nqbor a {
        width: 50%;
        box-sizing: border-box;
    }
	.nqtable tr td{
		width:calc(50% - 2px);
		float: left;
	}
	.nqtable tr td a{
		display: block;
		height: 0.8rem; 
		line-height: 0.8rem; 
		font-size: 0.26rem; 
		text-align: center; 
		width: 100%;
		color: #333333;
	}
	.nqtable {
	    border: 1px solid #CCCCCC;
	}
	.nqtable tr td {
	    width: 50%;
	    border: 0;
	    border-left: 1px solid #CCCCCC;
	    border-top: 1px solid #CCCCCC;
	}
	.nqtable tr:first-child td:first-child, .nqtable tr:first-child td:nth-child(2) {
	    border-top: 0;
	}
	.nqtable tr:first-child td:first-child, .nqtable tr:first-child td:nth-child(3), .nqtable tr:first-child td:nth-child(5), .nqtable tr:nth-child(2) td:first-child {
	    border-left: 0;
	}
}



