<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
    .M_test_info{
		border:2px dashed #d0d0d0;
		padding:25px 40px;
		border-radius:5px;
		}
	br.newline{display:none}
	.M_test_info h4{
		font-weight:bold;
		font-size:18px;
		}
	.M_test_info em{
		font-weight:bold;
		line-height:24px;
		margin-right: 10px;
		}
	.M_test_new{
		text-align:center;
		position:relative;
		overflow: hidden;
		margin-top:15px;
		}
	.M_test_new:after{
		position:absolute;
		content:'';
		background:#d83844;
		opacity:0.3;
		height:60px;
		width:74.5%;
		left:0;
		bottom:0;
		z-index: -1;
		}
	.M_test_new .M_test_subj{
		float:left;
		width:23.75%;
		margin-right:1.6%;
		background:#ffd1d1;
		border-radius:5px;
		overflow: hidden;
		}
	.M_test_new .M_test_subj:last-child{
		margin-right:0;
		background:#dbdaff;
		}
	.M_test_new .M_test_subj h3{
		height:78px;
		line-height:78px;
		font-size:30px;
		background:url(http://www.tqedu.net/Template/Default/Skin/2019/pubimages/M_bg_img.jpg) no-repeat;
		
		}
	.M_test_new .M_test_subj:last-child h3{
		background:url(http://www.tqedu.net/Template/Default/Skin/2019/pubimages/M_bg_img2.jpg) no-repeat;
		}
	.M_test_new .M_test_subj i{
		display:block;
		font-size:30px;
		color:#fff;
		background:#d83844;
		height:60px;
		line-height:60px;
		font-weight:bold;
		}
	.M_test_new .M_test_subj:last-child i{
		background:#6c69ee;
		}
	.M_test_new .M_test_subj div{
		padding:10px;
		}
	.M_test_new .M_test_subj div p{
		font-size:24px;
		padding:20px 0;
		line-height: 32px;
		min-height:104px;
		}
	.M_test_new .M_test_subj div em{
		font-size:24px;
		font-weight:bold;
		color:#d83844;
		}
	.M_test_new .M_test_subj:last-child div em{
		color:#6c69ee;
		}
@media (max-width:640px){
	br.newline{display:block}
.M_test_new .M_test_subj{
		width:50%;
		border-right:1px solid #fff;
		margin: 1px 0 0;
		}
.M_test_new .M_test_subj h3{
	height: 50px;
    line-height: 50px;
    font-size: 20px;
	background-size:100% 100%;
	}
.M_test_new .M_test_subj div p{
	font-size:18px;
	padding: 0;
	}
.M_test_new .M_test_subj:last-child h3{
	background-size:100% 100%;
	}
.M_test_new:after{
	display:none;}
}</pre></body></html>