@charset "utf-8";

.vg-body {
	max-width: 1220px;
	margin: 0 auto;
}

.vg_title {
	line-height: 24px;
	padding: 20px 0;
	color: #464646;
	position: relative;
}

.vg_title p {
	font-size: 24px;
}

.vg_task {
	background-color: #fff;
	position: relative;
}


.vg_tasklist {
	max-width: 1200px;
	padding: 0 10px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.vg_tasklist ul {
	width: 999%;
}

.vg_tasklist li {
	width: 258px;
	float: left;
	background: #fafafa;
	margin: 15px 46px 15px 0;
	position: relative;
	overflow: hidden;
}

.vg_tasklist li:nth-of-type(1) {
	border-top: solid #FFAC13 1px;
}

.vg_tasklist li:nth-of-type(2) {
	border-top: solid #83C44E 1px;
}

.vg_tasklist li:nth-of-type(3) {
	border-top: solid #2196F3 1px;
}

.vg_tasklist li:nth-of-type(4) {
	border-top: solid #E53935 1px;
}

.vg_tasklist li .task_hover {
	position: absolute;
	left: 0;
	bottom: -300px;
	padding: 20px 25px 20px 23px;
	max-height: 388px;
	border-bottom: 2px solid #e65a5a;
	overflow: hidden;
	background-color: #ffc001;
	transition: all 0.5s;
}

.vg_tasklist li:hover {
	box-shadow: 0px 0px 16px #999;
}

.vg_tasklist li:hover .task_hover {
	bottom: 0;
	transition: all 0.5s;
}

.task_hover .task_desc {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.task_hover .task_limittimes {
	font-size: 14px;
	color: #787878;
	float: left;
	padding-top: 12px;
}

.vg_tasklist li img {
	width: 100%;
}

.vg_tasklist li .rightinfo {
    width: 100%;
	float: left;
	color:#FF0000;
	padding: 20px 0 20px;
	padding-left:10px;
}

.vg_tasklist li .rightinfo del {
    margin-left:20px;
	font-size:16px;
	font-weight:500;
	color:#333;

}


.task_hover a {
	display: block;
	text-align: center;
	width: 108px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e65a5a;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	color: #e65a5a;
}

.task_hover a.done,
.task_hover a.done:hover {
	color: #fff;
	border-color: #fff;
	cursor: pointer;
}

.task_hover a.done:hover {
	background: #fdb22d;
	border-color: #fdb22d;
}

.task_hover a {
	float: right;
	margin-top: 18px;
	margin-right: -4px;
}

.task_hover a:hover {
	text-decoration: none;
	background-color: #e65a5a;
	color: #fff;
}
/* CSS Document */

