@charset "utf-8";
/* Adam */

.content{
	min-height:500px;
}

.articletitle {
	width:100%;
	height:68px;
	margin-bottom:5px;
	line-height:68px;
	border-bottom:#2288ee 1px solid;
	float:left;
}

.articletitle h1 {
	width:100%;
	height:68px;
	font-size:18px;
	font-weight:bold;
	float:left;
}

.articletitle i {
	width:50px;
	height:45px;
	margin-top:15px;
	background:#2288ee;
	line-height:45px;
	text-align:center;
	color:#fff;
	font-size:22px;
	float:right;
}

.articlecontent {
	width:800px;
	height:auto;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	float:left;
}

.articlecontent h2, .articlecontent h3, .articlecontent h4, .articlecontent h5, .articlecontent h6 {
	width:100%;
	height:40px;
	margin-top:10px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	float:left;
}

.articlecontent p {
	width:100%;
	height:auto;
	margin-top:10px;
	line-height:30px;
	color:#454545;
	font-size:14px;
	float:left;
}

.articlecontent p table {
	border-collapse:collapse;
	font-size:12px;
}

.articlecontent table td {
	color:#585858;
	font-size:12px;
	font-weight:normal;
}

.articlelist {
	width:100%;
	height:auto;
	margin:0;
	float:left;
}

.articlelist ul {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

.articlelist ul li {
	width:100%;
	height:106px;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:#d8d8d8 1px solid;
	float:left;
}

.timebox {
	width:100px;
	height:100px;
	margin:0;
	border-right:#cccccc 1px dotted;
	float:left;
}

.timebox i.thismonth {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#616161;
	display:block;
}

.timebox i.thisday {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:22px;
	color:#2288ee;
	font-weight:bold;
	display:block;
}

.timebox i.thisyear {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#616161;
	display:block;
}

.thumbnail {
	width:150px;
	height:100px;
	margin-left:10px;
	float:left;
}

.infobox {
	width:600px;
	height:100px;
	margin-left:10px;
	float:left;
}

.infobox h3 {
	width:100%;
	height:30px;
	margin:0;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	float:left;
	overflow:hidden;
}

.infobox h3 a {
	color:#2288ee;
}

.infobox p {
	width:100%;
	height:40px;
	margin:0;
	line-height:20px;
	font-size:12px;
	color:#888888;
	float:left;
	overflow:hidden;
}

.infobox i {
	width:80px;
	height:25px;
	margin-top:5px;
	background:#2288ee;
	line-height:25px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	float:left;
}

.infobox i a {
	color:#ffffff;
}

.articlelist ul li:hover .timecube em {
	color:#2288ee;
	border:1px solid #ff3837;
	border-top:none;
}

.articlelist ul li:hover .timecube i {
	background:#ff3837;
	color:#fff;
}

.articlelist ul li:hover .infocube h3 a {
	color:#ff3837;
}

.pagelist {
	width:775px;
	height:40px;
	margin-top:20px;
	float:left;
}

.pagelist ul {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

.pagelist ul li {
	min-width:35px;
	height:35px;
	margin-left:5px;
	background:#fcfcfc;
	border:1px solid #c1c1c1;
	border-radius:5px;
	line-height:35px;
	text-align:center;
	color:#636363;
	font-size:12px;
	float:left;
}

.pagelist ul li a {
	display:block;
	color:#636363;
}

.pagelist ul li a:hover {
	background:#2288ee;
	color:#ffffff;
}
.pagelist ul li.thisclass {
	background:#ff3837!important;
	color:#ffffff!important;
}

.pagelist ul li span.pageinfo {
	padding-left:10px;
	padding-right:10px;
}