﻿.inner {
	width: 1200px;
	margin: 0 auto;
}
.list {
	position: relative;
	top: -300px;
	background: rgba(255,255,255,.8);
	position: static;top: 0;margin: 20px 0;
}
.list .location {
	margin-left: 10px;
	height: 40px;
	border-left: 9px solid #d60b0b;
}
.list .location h4{
	color: #d60b0b;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}
.list .title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	background: none;
}
.list .time {
	float: right;
}
.list ul {
	width: 100%;
	padding: 0 20px;
}
.list li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #b1b1b1;
}
.list li .title {
	font-weight: normal;
}
.list li p {
	height: 28px;
	line-height: 28px;
	color: #565656;
	font-size: 14px;
	padding-top: 8px;
}
