@CHARSET "UTF-8";
/*区划选择样式开始*/
.c-division{
	margin-bottom: 20px;
}
.c-division__content{

}
.c-division__div{
	float: left;
	text-align: right;
	height: 28px;
	line-height: 28px;
	margin: 3px 0;
	width: 39%;
}
.c-division__span{
	color: red;
}
.c-division__select{
	float: left;
	width: 60%;
	height: 28px;
	line-height: 28px;
	margin: 3px 0;
}
/*区划选择样式结束*/
/*反馈电话列表表格样式*/
.feed-phone-table .feed-phone-table__content{
	width:96%;
	margin-left: 2%;
}
.feed-phone-table .table >thead >tr >th {
	border: none;
	font-weight: bold;
}
.feed-phone-table__content >thead >tr{
	color: #4d88ca;
}
#feedTbody >tr >td{
	border-top: 0;
	border-bottom: dashed 1px #dddcdc;
}
/* .feed-phone-table__content thead{
	background-color: #eff6fc;
} */

