﻿@charset "utf-8";
/* CSS Document */
/*通知公告*/
.content{ width:1200px; margin:30px auto 0; background:#fff; padding-bottom:130px; border-top:3px solid #0173cc;}
	

/*list页面*/
.main{ width:1200px; margin:29px auto 0; overflow:hidden; }
.listLeft{ width:268px; float:left;}
.listLeft h3{ width:268px; height:64px; background:#000e59; font-size:30px; color:#fff; line-height:64px;
text-align:center; font-weight:normal;}
.listLeftUl{ border-left:4px solid #e0ebf4; padding:17px 0;}
.listLeftUl li{ padding:26px 28px 0; position:relative; line-height:24px;}
	.listLeftUl li a{ font-size:20px; color:#555;}
	.listLeftUl li b{ width:4px; height:24px; position:absolute; left:-4px;}
	.listLeftUl li:hover b,.listLeftUl li.listSelect b{ background:#0173cc;}
	.listLeftUl li:hover a,.listLeftUl li.listSelect a{ color:#0173cc;}
.listRight{ width:900px; background:#fff; float:right; border-top:3px solid #0173cc;}
.listRightUl{ width:800px; margin:32px auto 0; overflow:hidden;}
.listRightUl li{ margin-top:20px; overflow:hidden;}
	.listZero{ display:block; float:left; font-size:16px; color:#0173cc; padding:1px 25px 0 0;}
.compute{ float:left; width:743px; padding-bottom:15px; border-bottom:1px solid #e6e6e6;}
	.compute h3{ font-weight:normal;}
	.compute h3 a{ font-size:18px; color:#555;}
	.compute h3 a:hover{ color:#0173cc; text-decoration:underline;}
	.compute span{ font-size:16px; color:#888; display:block; float: right;}
	.compute p{ font-size:14px; color:#888; margin-top:15px; line-height:21px;}



.pageUl{ width:800px; margin:40px auto 45px; overflow:hidden;} 
	.pageUl li{ float:left; margin:0 10px;}
	.pageUl li a{ color:#555; font-size:16px; padding:0 2px; display:block;}
	.pageUl li a:hover,.pageUl li a.pageSelect{ color:#0173cc; border-bottom:1px solid #0173cc;}
	
	
/*detail页面*/
.detail{ width:1054px; margin:0 auto;}
.detailTitle{ border-bottom:1px solid #e6e6e6; padding-bottom:18px;}
	.detailTitle h3{ font-size:24px; color:#222; text-align:center; margin-top:55px; font-weight:normal;}
	.detailTitle p{ margin:22px auto 0; width:50%;}
	.detailTitle p span{ font-size:14px; color:#555; text-align:center; padding:0 16px;}
	.detailTitle p span a{ color:#0173cc;}

.detailPhase{ margin:28px 22px 0;}
	.detailPhase p{ font-size:14px; color:#555; text-indent:30px; line-height:24px; margin-bottom:20px;}
	.detailImg{ margin:60px 0 35px; display:block;}
	.detailImg img{ display:block; margin:0 auto;}
	.detailImg span{ font-size:12px; color:#888; display:block; text-align:center; margin-top:12px;}

.pageUl table a {padding-left:15px;}
.pageUl table span {padding-left:10px;}
	
