@charset 'utf-8';

body {
	background-color: #eff2f5;
}

.sunow_hd .hd_bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.list .content {
	padding: 35px;
	margin-bottom: 45px;
	background-color: #fff;
}

.list .addr {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.list .addr img {
	vertical-align: middle;
	margin-right: 10px;
}

.list .addr i {
	vertical-align: middle;
	font-style: normal;
	color: #808080;
}

.list .addr a {
	vertical-align: middle;
	color: #808080;
}

.list .addr a[href] {
	cursor: pointer;
}

.list .addr a[href]:hover {
	color: #1f6ede;
}

.list .addr span {
	vertical-align: middle;
	color: #222222;
}

.list .jbody {
	margin-top: 40px;
	padding-bottom: 100px;
}

.list .list-menu {
	width: 230px;
	float: left;
	background-color: #fafbfc;
	box-shadow: 0px 2px 15px 0px rgba(187, 187, 187, 0.3);
}

.list .list-menu a {
	display: block;
	min-height: 30px;
	padding: 15px 0;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #3d3d3d;
	text-align: center;
	border-bottom: 1px solid #e5e8ed;
}

.list .list-menu a:last-child{
	border-bottom: 0 none;
}

.list .list-menu a:hover {
	color: #1f6ede;
}

.list .list-menu a.active {
	color: #fff;
	background-color: #1f6ede;
}

.list .list-menu a.active.red {
	color: #fff;
	background-color: #de060a;
}

.list .list-menu a.active:hover {
	color: #fff;
}

.list .list-just {
	width: 840px;
	float: right;
	padding-left: 30px;
	border-left: 1px solid #e3e5e8;
}

.list .type {
	margin-bottom: 40px;
	padding: 16px;
	font-size: 22px;
	letter-spacing: 0px;
	color: #0264cb;
	background-color: #ebf4fd;
}

.list .items {
	padding-left: 25px;
}

.list .items li {
	position: relative;
	margin: 15px 0;
}

.list .items li:nth-child(5n) {
	margin-bottom: 50px;
}

.list .items li:nth-child(5n+1) {
	margin-top: 50px;
}

.list .items li:nth-child(5n):after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	display: block;
	height: 1px;
	background-color: #d1d1d1;
}

.list .items li:last-child:after {
	display: none;
}

.list .items li a {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 120px;
	color: #222222;
	font-size: 16px;
	cursor: pointer;
}

.list .items li a:hover {
	color: #1f6ede;
}

.list .items li a i {
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background-color: #6c6c6c;
}

.list .items li a p {
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list .items li a span {
	position: absolute;
	right: 0;
	top: 0;
}

.list .page {
	padding: 100px 20px 0;
}
