body{
	/*background: #F5F5F5;*/
}

.head{
	background: white;
}

.head .border_r_4 {
    position: absolute;
    left: 608px;
    top: 35px;
}

.head_nav .sanj {
    position: absolute;
    left: 1033px;
    top: 90px;
}

.PROBLEM_content{
	width: 1200px;
	margin: 0px auto 0 auto;
	overflow: hidden;
	background: white;
	padding:20px;
	min-height: 700px;
}

.PROBLEM_contentLeft{
	width: 780px;
}

.PROBLEM_questionsAnswers{
	margin-top: 20px;
	border-bottom: dashed 1px #DCDCDC;	
}

.PROBLEM_questions{
	font-size: 16px;
	color: #333333;
}
.PROBLEM_questions:hover{color: #D81D1F;}

.PROBLEM_questions span{
	float: right;
	font-size: 12px;
	padding-top: 3px;
}

.PROBLEM_questions span img{
	padding-right: 10px;
	padding-bottom: 2px;
}

.PROBLEM_name{
	font-size: 14px;
	color: #999999;
	padding: 20px 0 30px 0;
}

.PROBLEM_name span{
	margin-right: 20px;
}

.PROBLEM_answers{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-bottom: 30px;
}


.PROBLEM_contentRight{
	width: 380px;
}


/*分页部分*/
.QUERY_MYPAGE{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	height: 60px;
	line-height: 70px;
	overflow: hidden;
}

input{
	line-height:normal !important;
}

a:hover{
	text-decoration: none !important;
}

a:focus{
	text-decoration: none !important;
}

.pagination>li>a,
.pagination>li>span{
	padding: 0 !important;
	margin-left: 10px !important;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #666666;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #999999 !important;
    border-color: #999999 !important;
}

.PROBLEM_page{
	width: 100%;
	text-align: center;
}

.PROBLEM_fr_head{
	width: 90%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #999999;
	margin-left: 10%;
}

.PROBLEM_fr_head span:first-of-type{
	float: left;
	font-size: 16px;
	color: #333333;
}

.PROBLEM_fr_head span:last-of-type{
	float: right;
}

.PROBLEM_fr_head span a{
	font-size: 14px;
	color: #666666;
}

.PROBLEM_fr_head span img{
	margin-right: 10px;
}

.PROBLEM_contentRight ul{
	width: 90%;
	margin: 0 auto;
	margin-left: 10%;
	color: #666666;
	font-size: 14px;
}

.PROBLEM_contentRight ul li{
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.PROBLEM_contentRight ul li a{
	color: #666666;
}
.PROBLEM_contentRight ul li a:hover{color: #D81D1F;}

.PROBLEM_contentRight ul li i{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #B4BAC6;
	margin-right: 20px;
}

.PROBLEM_contentRight ul li span{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #B4BAC6;
	margin-right: 20px;
}
.nav_bar ul li:nth-child(4){background:#fff4df;color:#D81D1F; }


