*{ margin:0px;padding:0px;}
ul{ list-style-type:none;}
a{ text-decoration:none;}
/* 公共 */
.clear{
  clear:left;
}
#container{
	width:980px;
	margin:0px auto;
}
/* banner */
#container .banner{
	width:980px;
	margin:10px auto;
}
#container .banner img{
	width:980px;
}

/* showBox */
#container .showBox{
	width:980px;
	
	margin:0px auto;
	border:1px solid silver;
	overflow:hidden;
}
#container .showBox #showUl{
	width:980px;
	height:170px;
	margin:10px auto;
}
#container .showBox #showUl .show_list{
	width:980px;
	height:230px;
}
#container .showBox #showUl .show_list li{
	float:left;
	width:230px;
	height:230px;
	margin:0px 15px;
	overflow:hidden;
}
#container .showBox #showUl .show_list li .showpic{
	width:230px;
}

/* 主文章 */
#container  .Alist{
	margin:20px auto;
	width:980px;
	height:auto;
	border:1px solid #D7D7D7;
}
#container  .Alist .Alist_tit{
	width:980px;
	height:30px;
	line-height:30px;
	text-indent:20px;
	border-bottom:1px solid green;
}
#container .Alist .alistUl{
	width:980px;
	height:auto;
}
#container .Alist .alistUl li{
	float:left;
	width:980px;
	height:auto;
	margin:5px auto;
}
#container .Alist .alistUl li .liBox{
	width:960px;
	height:auto;
	margin:0px auto;
	border-bottom:1px solid #D7D7D7;
}
#container .Alist .alistUl li .liBox .li_pic{
	width:220px;
	height:200px;
	float:left;
	overflow:hidden;
}
#container .Alist .alistUl li .liBox .li_pic img{
	width:193px;
	height:214px;
	margin:10px;
}
#container .Alist .alistUl li .liBox .li_info{
	width:740px;
	height:autp;
	float:right;
	overflow:hidden;
	position:relative;
}
#container .Alist .alistUl li .liBox .li_info .li_tit,.li_tit1,.li_con,.li_btm{
	width:720px;
	height:35px;
	line-height:35px;
	font-size:16px;
	margin:5px auto;
	color:#444444;
}
#container .Alist .alistUl li .liBox .li_info .li_tit1 a{
	font-size:16px;
	color:#3B5998;
}
#container .Alist .alistUl li .liBox .li_info .li_con{
	height:auto;
	line-height:20px;
	text-indent:20px;
}
#container .Alist .alistUl li .liBox .li_info .li_btm{
	position:absolute;
	bottom:0px;
	left:10px;
	border-top:1px solid #D7D7D7;
}