/* main */
.main{
	background-color: #f4f4fa;
}

.main .adopt{
	background-color: #fff;
	min-height: 864px;
	height: auto;
}
.main .adopt li a{
	color: #000!important;
}
.main .adopt .notice_title{
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.tab {
	position: relative;
}
.tab .task_title{
	position: absolute;
}
.tab .task_title span{
	font-weight: bold;
}
.tab .nav {
	line-height: 25px!important;
	
}
.tab ul li a{
	font-size: 14px;
}
.tab-content ul li:first-child{
	height: auto;
}
.tab-content ul li {
	height: auto;
}
.tab-content li p,
.tab-content li span{
	font-size: 12px;
	color: #999;
}
.tab-content li b {
	color: #dc4d36;
	font-size: 14px;
}


.paging ul li a:hover{
	color: #fff!important;
	background-color: #d01e4a;
}

.paging .page-item.disabled {
	cursor: no-drop;
}

.form-control {
	border: 1px solid #d6d6d6!important;
}
.form-group #row .border .photoInput{
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0;
	width: 8rem;
	height: 2.5rem;
	clear: both;
	display: block;
	margin: auto;
	background-color: red;
	    
}


/* 反馈列表 */
.record{
	padding: 0 42px;
}
.record p{
	color: #6c757d;
}
.feed-list table{
	table-layout: fixed;
}
.feed-list thead{
	background-color: #f5f5f5;
	border-bottom: 1px solid #d6d6d6;
}
.feed-list thead .f1{
	width: 10%;
	padding-bottom: 30px;
	font-weight: 400;
}
.feed-list thead .f2{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 70%;
	padding-bottom: 30px;
	font-weight: 400;
}
.feed-list thead .f3{
	width: 20%;
}
.feed-list tbody .answ1{
	width: 10%;
	font-weight: 400;
}
.feed-list tbody .answ2{
	width: 90%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}