﻿.common-problem{
	width: 1200px;
	position: relative;
}
.side-nav{
	width: 110px;
	position: fixed;
       right: 0;
       top:390px;
}
.problem-list{
	width: 1200px;
	box-sizing: border-box;
	color: #666666;	
	margin-bottom: 50px;
       
}
.problem-title,.problem-message{
	width: 1200px;
	line-height: 47px;
	text-align: left;
	box-sizing: border-box;
	border-collapse:collapse;
	text-align: left;
}
.problem-message{
        border: 1px solid #ddd;
        border-top: 0;
}
.problem-title{
        border: 1px solid #ddd;
        border-bottom: 0;
}
.problem-list th:nth-child(1){
	padding-left: 30px;
	width: 870px;
}
.problem-list a{
	text-decoration: none;
	color: #666666;
}
.problem-list tr td{
	font-size: 14px;
}

.problem-list tr:nth-child(2n - 1) td:nth-child(1){
	padding-left: 30px;
	width: 870px;
	display: inline-block;
	height: 48px;
}
.problem-list tr:nth-child(2n - 1) td:nth-child(2){
	width: 297px;
	display: inline-block;
	height: 48px;
}
.problem-list tr:nth-child(2n - 1) td:nth-child(1) a{
	height: 48px;
	display: inline-block;
	max-width: 800px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
        cursor:pointer;
}
.problem-list th{
	padding: 0;
	background-color: #f4f4f4;
	color: #333333;
	font-size: 16px;
}
.problem-message tr{
  border-top: 1px solid #ddd;
}
.no-data{
	border: 1px solid #ddd;
	font-size: 14px;
	display: none;
}
.no-data-pic{
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background: url("../images/nodata.png") 0 0 no-repeat;
	background-size: 100% 100%;
}
.no-data p{
	height: 48px;
	line-height: 48px;
	text-align: center;
	
}
.new{
	color: red;
	border: 1px solid red;
	font-size: 10px;
	position: relative;
	top: -30px;
	display: inline-block;
	width: 32px;
        text-align: center;
	line-height: 14px;
}
.mess-active{
	background: #d7e7fe;
}
.nav-list{
	display: block;
	width: 110px;
	min-height: 80px;
	background: #226BBC;
	color: white;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
}
.nav-list:hover{color:white}
.customer-service-pic,.hotline-pic{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	
}
.customer-service-pic{
background: url("../images/customerservice.png") 0 0 no-repeat;
	background-size: 100% 100%;

}
.customer-service-text,.hotline-text{
	margin-top: 10px;
}
.hidden{display:none;}
.problem-message a.question-select{color:#226bbc;}
.problem-message tr:nth-child(2n) td{padding:  10px 30px;line-height:30px;background:#d7e7fe;}