@media screen and (max-width: 1920px) {
    body{
        background-color: #fbfbfb;
    }
    .problem_content{
        width: 1200px;
        margin: auto;
        overflow: hidden;
		margin-bottom: 15px;
		margin-top: 15px;
		
    }
	.problem_content_xia{
		margin: 20px;
	}
	.gengduo{
		color: #4581FB!important;
		cursor: pointer;
	}
	.problem_content h2{
		font-size:22px;
		font-family:Microsoft YaHei;
		font-weight:bold;
		color:rgba(51,51,51,1);
		line-height:28px;
	}
	.problem_content_xia .div_1{
		overflow: hidden;
		margin: 20px 0;
	}
	.problem_content_xia .div_1 p{
		float: left;
		border-radius: 15px;
		border: 1px solid #4581FB;
		padding: 0 10px;
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #4581FB;
		line-height: 21px;
		margin-right: 10px;
	}
	.problem_content_xia .div_2{
		overflow: hidden;
	}
	.problem_content_xia .div_2 li{
		float: left;
		padding: 6px 10px;
		font-size:14px;
		font-family:Microsoft YaHei;
		font-weight:400;
		color:rgba(51,51,51,1);
		line-height:30px;
	}
	.problem_content_xia .div_2 li a{
		font-size:14px;
		font-family:Microsoft YaHei;
		font-weight:400;
		color:rgba(69,129,251,1);
		line-height:28px;
	}
	.problem_content_xia .div_1 p:hover{
		background-color: #4980F0;
		color: #ffffff;
	}

}
@media screen and (max-width: 1200px) {
.problem_content{
	width: 100%;
}
}
@media screen and (max-width: 750px) {

}