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

.main .adopt{
	background-color: #fff;
	min-height: 813px;
}
.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 {
	height: 98px;
}
.tab-content li p,
.tab-content li span{
	font-size: 12px;
	color: #999;
}
.tab-content li b {
	color: #dc4d36;
	font-size: 12px;
	cursor: pointer;
	letter-spacing: 1px;
}
.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;
}
