﻿@charset "utf-8";
/* css document */

/*listarticle*/
.listleft {
	float: left;
	width: 205px;
	margin-right: 10px;
}
.listleft ul { margin-bottom: 10px; }
.listleft li {
	border: 1px solid #e8e8e8;
	border-bottom: 0px;
	line-height: 40px;
	padding-left: 30px;
	font-size: 16px;
}
.listleft a:hover li {
	background-color: #353535;
	color: #ffffff;
	cursor: pointer;
}
#lastli { border-bottom: 1px solid #e8e8e8; }
#thisli {
	background-image: ;
	background-repeat: no-repeat;
	background-position: 15px 17px;
}
.listcase2 {
	background-color: #015896;
	line-height: 52px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
}
.listright {
	padding: 10px;
	float: left;
	width: 753px;
	border: 1px solid #e8e8e8;
	overflow: auto;
}
.casetitle {border-left:3px solid #015896;
	border-bottom: 1px dashed #e8e8e8;
	height: 30px;
	padding: 5px;
	padding-left: 10px;
}
.casetitle div { }
.casename {
	float: left;
	font-size: 18px; font-weight:bold;
}
.website {
	float: right;
	color: #bcbcbc;
	font-size: 12px;
}
.listright ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.listright li {
	line-height: 30px;
	font-size: 14px;
}
.listright a:hover li {
	background-color: #efefef;
	color: #000000;
}
.listright span { line-height: 30px; }
.page { margin-left: 10px; }
.page li {
	float: left;
	line-height: 30px;
	width: 30px;
	text-align: center;
	background-color: #bcbcbc;
	color: #ffffff;
	margin-right: 10px;
	padding: 0px;
}
#fenge { border-bottom: 1px dashed #e8e8e8; }
#nowpage { background-color: #449284; }
.page a:hover li {
	background-color: #449284;
	color: #ffffff;
}
