@charset "gb2312";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
}
img{
	border:0px;
}
a{
	text-decoration: none;
	color:#000;
}
a:link{
	
}
a:visited{
}
a:hover{
	color:red;
}
a:active{
	
}
li{
	list-style: none;
}

/*主体容器*/
#container{
	height: 650px;
	width: 1032px;
	margin: 0 auto;
}
/* 主体内容 */
#content{
	width: 1032px;
}

/* 网页左侧 开始 */
#left{
	width: 223px;
	height: 610px;
	float: left;
	margin-right: 20px;
}
/* 左侧菜单 */
#left-menu{
	position: absolute;
	top:214px;
}
/* 网页左侧 结束 */


/* 网页中间 开始 */
#middle{
	width: 789px;
	height: 610px;
	float: right;
}
/*上方背景*/
#middle-top{
	margin-left: 10px;
	width: 789px;
	height: 280px;
	background: url(imagesmiddlemiddle-top.png) no-repeat;
}
/* 下方内容 */
#middle-bottom{
	width: 914px;
}
/* 中间左侧文字和图片 开始*/
#middle-left{
	width: 477px;
	float: left;
}
#middle-text{
	margin-left: 13px;
	width: 477px;
	float: left;
	/*clear: both;*/
}

#middle-images{
	width: 477px;
	height: 150px;
	margin-top: 30px;
	float: left;
}
#middle-images ul {
	width: 477px;
	height: 150px;
}
#middle-images ul li{
	width: 159px;
	height: 117px;
	float: left;
}
.text-content a p{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	/*margin-top: 10px;*/
}
.text-content a:hover{
	color:#D60050;
}
/*.text-content p a{
	float: right;
	color:#D60050;
	margin-top: 4px;
	margin-right: 19px;
}*/
/* 中间左侧文字和图片 结束*/

/* 中间右侧文章列表 开始*/
#middle-list{
	width: 282px;
	float: left;
	margin-left: 40px;
	/*border: 1px solid red;*/
}

.list-contet ul li a{
	color:#D60050;
	line-height: 20px;
}

.list-content-li{
	margin-top: 10px;
}

.list-ico{
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 3px;
	background: url(imagesmiddlelist-ico.png) no-repeat;
}
/* 中间右侧文章列表 结束*/

/* 尾部 开始 */
#footer{
	float: left;
	min-width: 1032px;
	width: 100%;
	height:132px;
	background:url(imagesfooterbg.png) repeat-x;
}
.footer-er{
	width: 117px;
	height: 116px;
	margin-top: 9px;
	margin-left: 230px;
	background: url(imagesfooterer.png);
	float: left;
}
.footer-info{
	float: left;
	width: 650px;
}

.footer-info div a{
	color: #FFF;
	font-size: 14px;
}
.footer-info div{
	float: left;
	margin-left: 80px;
	margin-top: 20px;
	color: #FFF;
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
}
/* 尾部 结束 */

/* 图片轮播插件样式重置 */
#prev{
	background: url(imagesmiddleleft_button.png);
	margin-top: -90px;
	width: 33px;
	height: 67px;
	position: absolute;
}
#next{
	background: url(imagesmiddleright_button.png);
	width: 33px;
	height: 67px;
	margin-top: -90px;
	margin-left:444px;
	position: absolute;
}
