
/*列表*/
.survey{
	width:30%;
	min-height:444px;
	padding-bottom:20px;
	float:left;
	border:1px solid #cc0001;
    border-top:0;
}
.survey h4{
	margin:0;
	color:#f7eded;
	font-weight:100;
	font-size:0.9em;
	line-height:40px;
	padding-left:20px;
	background:#cc0001;
}
.survey-nav ul{
	list-style: disc;
}
.survey-nav li{
	width:70%;
	line-height:50px;
	font-size:0.9em;
	margin-left:20px;
	list-style:none;
	color:#434343;
	border-bottom:1px dashed #ccc;
}
.icon-circle{
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:8px;
	background:#434343;
	margin:0 10px;
}
.survey-nav .active{
	background:#cc0001;
}
/*列表详情*/
.survey-details{
	width:68%;
	min-height:464px;
	float:right;
	border:1px solid #cc0001;
    border-top:4px solid #cc0001;
}
/*向下箭头*/
.icon-caret-down{
	width:8px;
	line-height:8px;
	display:inline-block;
	background:#cc0001;
	padding:4px 2px 3px 2px;
	border-radius:8px;
	margin-right:10px;
}
.icon-down{
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
}
.survey-details span:first-child{
	line-height:35px;
	margin-left:20px;
	font-size:0.9em;
	color:#cc0001;
}
.survey-details-content{
	padding:20px 15px 5px;
	height:360px;
	font-size:0.9em;
	overflow:hidden;
	color:#434343;
	border-top:1px solid #cc0001;
}
.table-conten{
	width:100%;
}
.survey-details-content td{
	width:100%;
	line-height:23px;
	color:#434343;
	border-bottom:1px dashed #ccc;
}
.survey-details-content td a{
	color:#434343;
}
.survey-details-content td:first-child{
	padding-left:15px;
}
.survey-details-content td:last-child{
	padding-right:15px;
}
/*分页*/
.pagination {
  display: inline-block;
  float:right;
  margin-right:15px;
  border-radius: 4px;
  font-size:0.8em;
  margin-top:10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a {
  position: relative;
  float: left;
  text-align:center;
  width:16px;
  line-height:16px;
  margin-right: 10px;
  color: #cc0001;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.pagination > li > a > span {
	position: relative;
	left:-15px;
	width:10px;
	line-height:10px;
}
.pagination-special{
	color:#cc0001 !important;
	border:0 !important;
	cursor:default;
}
.active a{
	color: #fff !important;
	background-color: #cc0001 !important;
}