@import url(common.css);
#article {
	padding: 40px;
	background-color: #FFF;
	line-height: 180%;
	margin-bottom: 50px;
}
#article a {
	color: #848484;
}
#article a:hover {
	color: #fff100;
}
#article img {
	max-width: 100%;
	width: expression(this.width>100%?100%:true);
}
#articleList {
	width: 919px;
}
#articleList li {
	position: relative;
	padding: 10px 0 0;
	color: #848484;
	margin-bottom: 30px;		padding-bottom: 30px;	    border-bottom: 1px dashed #979797;		height:235px;
}#articleList li div.title{		
	width: 590px;    
	line-height: 56px;    
	height: 56px;	margin-bottom:20px;	/*border-bottom:3px solid #bfbfbf;*/	background: url(../images/bbg.jpg) no-repeat 0 53px;
}#articleList li div.title .t{	width:590px;    line-height: 56px;    height: 56px;	font-size: 24px;	display: block;			overflow:hidden;    float: left;}#articleList li div .title .t a:hover {	color: #ff0000;	font-size: 24px;}#articleList li div.title .readMore{	font-size:16px;	color:#767473;	float: right;	width:100px;    line-height: 56px;    height: 56px;	display: block;	text-align:right;	}
#articleList li div .title .readMore a:hover {
	color: #ff0000;
	font-size: 16px;
}#articleList li .thumb{	float:left;	width:308px;	height:220px;overflow: hidden;}
#articleList li p {
	margin: 0;
	line-height: 28px;	height: 80px;    overflow: hidden;
	font-size: 16px;
	text-align:justify;
}
#articleList li .thumb img{
	width:100%;
	height:auto;
}
.textdomain{	
	float: left;	
	width: 590px;    
	margin-left: 20px;}
#articleList li .attr {
	height: 45px;
	border-bottom: 1px dashed #7b7b7b;
	line-height: 45px;
	padding-left: 25px;
	margin-top: 20px;
	overflow: hidden;
	background: #fff url(../images/iconClick.gif) left center no-repeat;
	font-size: 14px;
}

#articleList li .article {
	padding-left: 0px;
}

#sidebar,
#sidebar dt,
#sidebar dd,
#sidebar ul,
#sidebar li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar {
	width: 200px;
	float: right;
	border-top: 3px solid #c3c3c3;
	border-bottom: 1px dashed #c3c3c3;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#sidebar dt {
	font-size: 18px;
	font-weight: bold;
	color: #3f3e3e;
	margin-top: 7px;
	line-height: 35px;
}
#sidebar li a {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
#sidebar li a:hover {
	color: #333;
}

