@media screen and (max-width:375px) {
	#blank-Li{
		width:44%;
	}
	#txt-remarks{
		width:84%;
		height:200px;
	}
}
@media screen and (min-width:375px) and (max-width:414px) {
	#blank-Li{
		max-width:42%;
	}
	#txt-remarks{
		width:84%;
		height:200px;
	}
}
@media screen and (min-width:414px) and (max-width:768px) {
	#blank-Li{
		max-width:42%;
	}

	#txt-remarks{
		width:84%;
		height:200px;
	}
}


@media screen and (min-width:768px) and (max-width:1024px) {
	#blank-Li{
		width:40.2%;
	}
	
	#txt-remarks{
		width:40%;
		height:300px;
	}
}

@media screen and (min-width:1025px) and (max-width:1359px) {
	#blank-Li{
		width:39.7%;
	}
	#txt-remarks{
		width:40%;
		height:300px;
	}
}
@media screen and (min-width:1360px) {
	#blank-Li{
		width:39.7%;
	}
	#txt-remarks{
		width:40%;
		height:300px;
	}
}

.list-span span{
	font-weight: bold;
    color: #fff;
    line-height: 28px;
	margin-left:10px;
	font-size: 90%;
}

.hintContent{
	text-align: center;
	margin-bottom:40px;
}
.hintContent .hintTitle{
	font-size:10px;
	color:rgb(100, 100, 100);
	text-align:left;
}
#txt-remarks{
	font-size:12px;
}
.saveCombSearchBtn{
	margin-top: 10px;
}
.saveCombSearchBtn button{
	font-size:14px;
	color:#fff;
	background:#344e8b;
}

.saveCombSearchBtn img{
	width:102px;
	height:37px;
	margin: 0 auto;
	 
}
.problem-list{
	clear: both;
}
.problem{
	background-image: url(../img/titleBg.jpg);
	background-repeat: repeat-x;
	margin-top:20px;
	line-height:35px;
	height:38px;
	margin:0 0 20px 0;
	background:#344e8b;
	color:#fff;
}
.problem .list-span{
	max-width:30%;
}
.problem li{
	list-style-type: none;
    display: inline-block;
}
.feedBackTitle_suggest{
	margin-bottom:10px;
}
.feedBackTitle_suggest .suggest{
	width:92%;
	height:40px;
	background: #344e8b;
	color:#fff;
	margin: 0 auto;
    line-height: 40px;
    text-align: left;
    padding-left: 7px;
}
.feedBackTitle_picUpload{
	margin:10px 0 10px 0;
}
.feedBackTitle_picUpload .suggest{
	width:98%;
	height:40px;
	background: #344e8b;
	color:#fff;
	margin: 0 auto;
    line-height: 40px;
    text-align: left;
    padding-left: 7px;
}