@charset "utf-8";
@import url(global.css);
@import url(alone.css);
@import url(pages.css);
.banner {
	background-image: url(../images/bannerI.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: 29px;
	width: 203px;
	background-position: left -175px;
	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 .news {
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.alone .article .list .news .litpic {
	float: left;
	height: 133px;
	width: 200px;
	overflow: hidden;
}
.alone .article .list .news .litpic img {
	height: 133px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alone .article .list .news .body {
	float: left;
	height: 133px;
	width: 535px;
	overflow: hidden;
	margin-left: 15px;
}
.alone .article .list .news .body h1 {
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 100%;
	color: #999;
}
.alone .article .list .news .body h1 strong {
	font-size: 20px;
	margin-right: 5px;
	font-weight: normal;
}
.alone .article .list .news .body h1 span {
	font-size: 12px;
}
.alone .article .list .news .body h2 {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.alone .article .list .news .body h2 a {
	color: #4089d1;
	text-decoration: none;
}
.alone .article .list .news .body h3 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}