.index{
	padding:  0;
	padding-bottom: 72px;
}
.date{
	margin-bottom: 20px!important;
}
.title{
	font-size: 12px;
	color: #B4B4B4;
	margin-bottom: 20px;
}
.list{
	margin: 0 20px;
}
.list>div{
	background-color: #fff;
	padding: 20px;
	border-radius: 0 25px 25px 0;
	box-shadow: 0 0px 10px #ccc;
	margin-bottom: 15px;
	position: relative;
	font-size: 13px;
	color: #666;
}

.list .name_btn{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.list .name_btn img{
	width: 100px;
}

.border_r{
	position: absolute;
	right: 0;
	top: calc(50% - 11px);
	width: 4px;
	height: 22px;
}