﻿@charset "utf-8";
/* CSS Document */

/*listarticle*/
.listleft {
	float: left;
	width: 215px;
	margin-right: 10px;
}
.listleft ol {
	margin: 10px 0px 20px 30px;
}
.listleft ol li {
	list-style-type: decimal;
}
.listleft ul {
	margin: 10px 0px 20px 15px;
}
.listleft li {
	line-height: 30px;
	font-size: 14px;
}
.listleft a:hover li {
	color: #000000;
}
#lastli {
	border-bottom: 1px solid #e8e8e8;
}
#thisli {
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: 15px 17px;
}
.listcase {
	background-color: #ff6537;
	line-height: 52px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	text-align: center;
}
.listhot {
	border: 1px solid #e8e8e8;
}
.listright {
	padding: 10px;
	float: left;
	width: 810px;
	border: 1px solid #e8e8e8;
	overflow: auto;
}
.casetitle {
	border-left: 3px solid #ff6537;
	border-bottom: 1px dashed #e8e8e8;
	height: 30px;
	padding: 5px 5px 5px 15px;
}
.casetitle div {
}
.casename {
	float: left;
	font-size: 18px;
}
.website {
	float: right;
	color: #bcbcbc;
	font-size: 12px;
}
.listright ul {
	padding: 10px 10px 10px 20px;
}
.listright li {
	line-height: 30px;
	font-size: 14px;
}
.listright a:hover li {
	background-color: #efefef;
	color: #000000;
}
li span {
	float: right;
	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: #ff6537;
}
.page a:hover li {
	background-color: #ff6537;
	color: #ffffff;
}
/*article*/
.infotitle {
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	line-height: 200%;
}
.infonote {
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
}
.infonote a {
	color: #cccccc;
}
.infocontent {
	text-align: left;
	font-size: 16px;
	line-height: 180%;
	padding: 10px;
	color: #666666;
}
.infocontent img {
    max-width: 790px;
}
.infofooter {
	text-align: right;
	color: #666666;
	line-height: 40px;
	font-size: 16px;
}
