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


.main .adopt {
	background-color: #fff;
	min-height: 813px;
}

.main .adopt li a {
	color: #000 !important;
}

.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 {
	height: 98px;
}

.tab-content li span {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.tab-content li strong {
	color: #e47b5b;
	float: right;
}



.paging ul li a:hover {
	color: #fff !important;
	background-color: #d01e4a;
}
.paging .page-item.disabled {
	cursor: no-drop;
}

.adopt .nav .nav-item span {
	color: #434240;
	font-size: 15px;
}

