@charset "utf-8";
@import url(global.css);
@import url(alone.css);
@import url(comments.css);
@import url(pages.css);
.banner {
	background-image: url(../images/bannerC.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
	height: 280px;
	width: 100%;
}
.alone .channel .typename {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 203px;
	background-position: left -28px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.alone .article .list {
	text-align: left;
	line-height: 25px;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	word-spacing: 10px;
	color: #666;
}
.alone .article .list .line {
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.alone .article .list .line .one {
	float: left;
	width: 333px;
	height: auto;
	margin: 10px;
}
.alone .article .list .line .one .litpic, .alone .article .list .line .one .litpic img {
	height: 222px;
	width: 333px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alone .article .list .line .one .title {
	line-height: 30px;
	height: 30px;
	width: 100%;
}
.alone .article .list .line .one .title a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.alone .article .list .line .one .desc {
	height: auto;
	width: 100%;
	word-spacing: 10px;
	color: #999;
}
.alone .article .list .line .one .more {
	height: 30px;
	width: 100%;
	line-height: 30px;
}
.alone .article .list .line .one .more a {
	color: #0181dc;
	text-decoration: none;
}
.alone .article .list .trials {
	width: 100%;
	height: auto;
}
.alone .article .list .trials .list {
	height: auto;
	width: 100%;
}
.alone .article .list .trials ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	list-style-type: none;
}
.alone .article .list .trials ul li {
	color: #666;
	line-height: 30px;
	padding: 0px;
	height: 30px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.alone .article .list .trials ul li a {
	color: #666;
	text-decoration: none;
	margin-left: 5px;
}
.alone .article .list .trials ul li a:hover {
	color: #0181dc;
}
.alone .article .list .trials ul li span {
	float: right;
}
.alone .article .pages {
	text-align: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}