@charset "gb2312";
/* CSS Document */

/*list_article.html==========================*/
#content{
	height: auto;
	width: 1180px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*overflow:auto;*/
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666;
	font-size: 15px;
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 25px;
}
.news{
	float: left;
	height: 240px;
	width: 46%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-left: 2%;
}
.news_r{
	float: right;
}
.news_pic{
	margin: 0px;
	padding: 10px;
	float: left;
	height: 169px;
	width: 244px;
}
.news_pic img{
	margin: 0px;
	padding: 2px;
	float: left;
	height: 165px;
	width: 240px;
	border: 1px solid #dddddd;
}

.news .title,.news .title a{
	margin: 10px 0px;
	padding: 0px;
	height: auto;
	width: 96%;
	line-height: 28px;
	color: #F60;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 20px;
	font-weight: normal;
}

.news h1,.news h1 a{
	margin: 10px 0px;
	padding: 0px;
	height: auto;
	width: 96%;
	line-height: 28px;
	color: #F60;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 20px;
	font-weight: normal;
}
.news h1 a:hover{
	margin: 10px 0px;
	padding: 0px;
	height: auto;
	width: 96%;
	line-height: 28px;
	color: #F90;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 20px;
	font-weight: normal;
}
.news_detail{
	margin: 0px;
	height: auto;
	width: 96%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow:auto;
}
.news_more{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 96%;
	color: #666;
	font-size: 13px;
}
#content p{
	color: #666;
	font-size: 15px;
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 28px;
	margin-bottom: 15px;
}

.pagelist{
	margin-top: 30px;
}
.pagelist ul{
	margin: 20px 10px 50px;
}
.pagelist ul:after{
	display: block;
	height: 0;
	content: ".";
	overflow: hidden;
	clear: both;
}
.pagelist li{
	float: left;
	line-height: 25px;
	margin: 0 3px;
	text-align: center;
}
.pagelist li.thisclass{
	background: #FF7300;
	border: 1px #FF7300 solid;
	color: #fff;
	padding: 0 5px;
	min-width: 25px;
	font-weight: bold;
}
.pagelist li select{
	width: 50px;
	height: 27px;
	border-radius: 0;
}
.pagelist li a{
	display: block;
	padding: 0 5px;
	min-width: 25px;
	border: 1px #ccc solid;
}
.pagelist li a:hover{
	color: #fff;
	background: #FF7300;
	border: 1px #FF7300 solid;
	color: #fff;
}


.pages{
	text-align: right;
	margin: 0px;
	padding: 0px;
	/*float: right;*/
	height: 50px;
	width: auto;
}
.pages ul{
	/*float:left;*/
	padding:12px 0px 12px 16px;
}
.pages ul li{
	float:left;
	font-family:"Î¢ÈíÑÅºÚ";
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.pages ul li a:hover{
	color:#F60;
	text-decoration:none;
	padding:2px 4px 2px;
}
.pages ul li.thisclass,
.pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F90;
	padding:1px 4px 2px;
	font-weight:bold;
	color: #FFF;
}
.pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#666;
}
.pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

