@charset "utf-8";
/* CSS Document */
/*通知公告*/
.content{ width:100%; background:url(../images/mainBody.jpg) center center no-repeat;}
	.mainList{ width:1281px; margin:30px auto 0; border-top-left-radius:8px; border-top-right-radius:8px; overflow:hidden;
	 background:url(../images/mainListBack.png) repeat; }

/*list页面*/
.listUl{ margin-top:8px;}
.listUl li{ background:url(../images/weak_line.jpg) bottom repeat-x; height:59px; line-height:59px; 
margin:0 10px;}
	.listUl li a{ color:#333; font-size:16px;}
	.listUl li span{ float:right;color:#999; font-size:16px;}
	.listUl li b{ width:6px; height:6px;background:url(../images/spiritIcons.png) no-repeat; display:block; float:left; margin:26px 11px 0 0; }


.listPage{ min-height:30px; width:400px; margin:40px auto 0;}
	.listPage li{ float:left; }	
	.listPage li a{ font-size:16px; color:#737373; display:block; padding:0 12px;}
	.listPage li a:hover{ color:#bf0704; }
	
	.listArrow{ margin-top:7px;}
	.listArrow1{ width:11px; height:9px; background:url(../images/listArrow1.png) no-repeat;}
	.listArrow1:hover{ background:url(../images/listArrowHover1.png) no-repeat;}
	
	.listArrow2{ width:7px; height:9px; background:url(../images/listArrow2.png) no-repeat;}
	.listArrow2:hover{ background:url(../images/listArrowHover2.png) no-repeat;}
	
	.listArrow3{ width:7px; height:9px; background:url(../images/listArrow3.png) no-repeat; margin-left:16px;}
	.listArrow3:hover{ background:url(../images/listArrowHover3.png) no-repeat;}
	
	.listArrow4{ width:11px; height:9px; background:url(../images/listArrow4.png) no-repeat;}
	.listArrow4:hover{ background:url(../images/listArrowHover4.png) no-repeat;}
	
	
/*detail页面*/
.detail{ width:1200px; margin:50px auto 0;}
.scrollTitle{ min-height:43px; background:url(../images/scrollTitleBack.jpg) bottom center repeat-x;}
.importLeft{ float:left;}
	.scrollTitle h3{ float:left; font-size:24px; color:#333; font-weight:normal; margin-left:11px;}
	.scrollTitle span{ display:block; font-size:24px; color:#efc5c1; float:left; margin:3px 0 0 10px;}
	
.boread ul{float:right; margin-right:20px;}
.boread ul li{ float:left; line-height:37px; }
	.boread ul li a{ font-size:16px; color:#333; float:left;}
	.boread ul li b{ margin:0 7px 0; display:block; float:left;}
	.boread ul li b.icons01{ width:18px; height:24px; background:url(../images/borderIcons.png) no-repeat;
	 margin:7px 8px 0 0;}
	.boread ul li a.borderCur{ color:#bf0704;}
	
.detailTitle{ border-bottom:1px dashed #eee; padding-bottom:18px;}
	.detailTitle h3{ font-size:24px; color:#222; text-align:center; margin-top:25px; font-weight:normal;}
	.detailTitle p{ margin:22px auto 0; width:32%;}
	.detailTitle p span{ font-size:16px; color:#999; text-align:center; padding:0 10px;}

.detailPhase{ margin:21px;}
	.detailPhase p{ font-size:16px; color:#333; text-indent:30px; line-height:31px; margin-bottom:20px;}
	.detailPhase p:hover{ font-weight:bold;}
	
