/* CSS Document */
/* IT服务应用CSS规范*/
/* 页面中常用的选择器*/
/* 通用样式：定义项目中通用的样式 */





body{
    margin: 0;
	padding: 0; 
	font-size: 9pt;
	color: #7c7c7c;
	text-align: center;
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background-position:center
	}

td{
	margin-top : 0;
	text-align : justify;
	font-family: "宋体";
	font-size: 12px;
	line-height: 200%;
	color: #000000;
} 

a{ 
   font-weight : normal;
   text-decoration : none;
   color : #000000;
   cursor:hand;
} 
a:visited { 
   font-weight : normal;
   text-decoration : none;
   color :  #000000;
} 
a:hover, a:active {
	text-decoration : none;
	color : #0066cc;
	font-weight: normal;
}

.bannar {
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 1000px;
	text-align:right;
	vertical-align:top;	
}
.bannar1 {
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 1000px;
	text-align:right;
	vertical-align:top;	
}
.topMenu {
	height: 35px;
	text-align: center;
	padding-right:20px;
}
.topMenuItem {
	display: inline;
	padding-left: 12px;
	padding-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
	background:url(../images/iconPlusArrow.gif) no-repeat left 8px;
}



/******************** 时间日期 ********************/
.search {
	height: 23px;
	text-align: center;	
	padding-right:20px;
}
.inputSearch {
	border: 1px solid #999999;
	width: 140px;
	height: 18px;
}
.input {
	border: 1px solid #999999;
	width: 110px;
	height: 18px;
}
.btnSearch {
	width: 23px;
	height: 18px;
	background: url(../images/btnGo.gif);
	border: none;
}
.menu_table {
	height: 27px;
	width:1000px;	
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
}

.menu{
	height:40px;
}
.menu .TabItemLeft {
	background-image:url(../images/menu_lbg1.jpg);
	background-repeat:no-repeat;
	width: 7px;
	background-position: left top;
}
.menu .TabItemCenter{
	padding-right: 8px;
	font-size: 12px;
	padding-bottom:3px;
	color: #FFFFFF;
	padding-top: 5px;
	cursor:hand;
	background-image:url(../images/menu_mbg1.jpg);
	background-repeat:repeat-x;
	padding-left: 8px;
	font-variant:normal;
}
.menu .TabItemCenter a{color: #000000; }

.menu .TabItemRight{
	width: 6px;
	background-image: url(../images/menu_rbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}
.menuAction{
	height:40px;
	margin-left: 2px;
}
.menuAction .TabItemLeft {
	width: 7px;
	background-image: url(../images/menu_activelbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.menuAction .TabItemRight{
	width:26px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/menu_activerbg.jpg);
}
.menuAction .TabItemCenter {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom:3px;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/menu_activembg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	cursor:hand;
	padding-top: 5px;
	font-variant:normal;
}
.menuAction .TabItemCenter a{ color: #0547AB;}

.maintable{
	width:1000px;
}
.maintableleft{
	width:420px;
	padding:8px;
	background-image:url(../images/dotline.jpg);
	background-repeat:repeat-y;
	background-position:right;
	vertical-align:top;
}
.maintableright{
	padding-left:4px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
	vertical-align:top;
}
.maintablecenter{
	padding-left:8px;
	padding-right:4px;
	padding-top:8px;
	padding-bottom:8px;
	vertical-align:top;
	width:320px
}
.maintable2{
	width:1000px;
}
.maintable2left{
	width:747px;
	padding-left:8px;
	padding-right:4px;
	padding-bottom:8px;
	vertical-align:top;
}
.maintable2right{
	padding-left:4px;
	padding-right:8px;
	padding-bottom:8px;
	vertical-align:top;
}

.newstable{
	border:1px solid #CCCCCC;
	background-color:#EBEBEB;
	width:409px;
	height:298px;
	padding:5px
}
.newslisttable{
	width:100%;
	background-image:url(../images/newsbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom
}
.newslisttable .content{
	padding:5px;
}
.listItem1 {
	display: inline;
	padding-left: 17px;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 15px;
	background:url(../images/1.gif) no-repeat left 8px;
}
.listItem2 {
	display: inline;
	padding-left: 17px;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 15px;
	background:url(../images/2.gif) no-repeat left 8px;
}
.listItem3 {
	display: inline;
	padding-left: 17px;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 15px;
	background:url(../images/3.gif) no-repeat left 8px;
}
.listItem4 {
	display: inline;
	padding-left: 17px;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 15px;
	background:url(../images/4.gif) no-repeat left 8px;
}
.listItem5 {
	display: inline;
	padding-left: 17px;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 15px;
	background:url(../images/5.gif) no-repeat left 8px;
}
.listItem6 {
	display: inline;
	padding-left: 17px;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 15px;
	background:url(../images/6.gif) no-repeat left 8px;
}
.listItem7 {
	display: inline;
	padding-left: 17px;
	padding-top: 12px;
	margin-left: 5px;
	margin-right: 15px;
	background:url(../images/7.gif) no-repeat left 8px;
}
.listItemtd{
	border-bottom:1px solid #CCCCCC;
	height:28px
}
.round{
	width:100%;
}
.roundtopleft{
	background-image:url(../images/roundleft.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:30px;
	width:21px;
}
.roundtopmain{
	background-image:url(../images/roundmain.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
	padding-top:2px
}
.roundtopright{
	background-image:url(../images/roundright.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	width:50px;
}
.roundbottomleft{
	background-image:url(../images/bottomleft.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:5px;
	width:5px;
}
.roundbottomright{
	background-image:url(../images/bottomright.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:5px;
	width:5px;
}
.roundcenter{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px;
}
.roundcenter li{
	background-image:url(../images/graydot.gif);
	background-position:left 5px;
	list-style-type:none;
	background-repeat:no-repeat;
}

.roundlinebottom{
	border-bottom:1px solid #CCCCCC;
}

.round2{
	width:100%;
}
.round2topleft{
	background-image:url(../images/roundleft2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:30px;
	width:21px;
}
.round2topmain{
	background-image:url(../images/roundmain2.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#0066CC;
	padding-left:10px;
	padding-top:2px
}
.round2topright{
	background-image:url(../images/roundright2.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	width:50px;
}
.round2bottomleft{
	background-image:url(../images/bottomleft2.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:7px;
	width:7px;
}
.round2bottomright{
	background-image:url(../images/bottomright2.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:7px;
	width:7px;
}
.round2center{
	border-left:1px solid #28BDE6;
	border-right:1px solid #28BDE6;
	padding:5px;
}

.round2linebottom{
	border-bottom:1px solid #28BDE6;
}


.weather{
	background-color:#00A7FF;
	width:229px;
}
.weather .dotline{
	background-image:url(../images/dotline2.jpg);
	background-repeat:repeat-x;
	height:2px

}
.date{
	padding-left:10px;
	color:#FFFFFF;
}
.day{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.daymore{
	text-align:right;
}
.daymore a{
	color:#FFFFFF;
}
.number{
	font-size:22px;
	font-weight:bold;
	color:#1360AD;
}
.number2{
	font-size:16px;
	font-weight:bold;
	color:#FFFF00;
}
.weather .content{
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
}
.weatherround1{
	width:4px;
	height:4px;
	background-image:url(../images/blueround1.jpg);
	background-repeat:no-repeat;
}
.weatherround2{
	width:4px;
	height:4px;
	background-image:url(../images/blueround2.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
.weatherround3{
	width:4px;
	height:4px;
	background-image:url(../images/blueround3.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.weatherround4{
	width:4px;
	height:4px;
	background-image:url(../images/blueround4.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.icoround{
	width:100%;
}
.icoroundtopleft{
	background-image:url(../images/icoroundleft.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:5px;
	width:5px;
}
.icoroundtopmain{
	border-top:1px solid #CCCCCC;
	background-color:#EFEFEF
}
.icoroundtopright{
	background-image:url(../images/icoroundright.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:5px;
	width:5px;
}
.icoroundbottomleft{
	background-image:url(../images/icobottomleft.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:5px;
	width:5px;
}
.icoroundbottomright{
	background-image:url(../images/icobottomright.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:5px;
	width:5px;
}
.icoroundcenter{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px;
	background-color:#EFEFEF
}

.icoroundlinebottom{
	border-bottom:1px solid #CCCCCC;
	background-color:#EFEFEF
}
.ico{
	padding-left:8px;
	padding-right:8px;
}
.icopictable{
	width:100%;
}
.icopictable td {
	text-align:center;
	cursor:hand;
}
.fourblock{
	width:100%;
	margin-bottom:8px
}
.fourblocktd{
	padding-top:8px;
	padding-right:8px;
}

.fourblocktd2{
	padding-top:8px;
}
.marqueepic{
	width:100%;
	background-color:#FFFBEC;
	padding:5px
}
.marqueepic a{
	text-decoration:underline;
	color:#0066CC
}
.dotlinegray{
	background-image:url(../images/dotline.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:250px;
}
.bule{ 
	padding-left:8px
}
.bule li{
	background-image:url(../images/bluedot.gif);
	background-position:left 5px;
	list-style-type:none;
	background-repeat:no-repeat;
}
.bluetable{
	border-left:1px solid #8DCBF8;
	border-right:1px solid #8DCBF8;
	border-bottom:1px solid #8DCBF8;
	background-color:#E2F3FC;
	width:100%;
	text-align:center;
}
.bluetittable{
	width:100%;
}
.bluetitleft{
	height:29px;
	width:27px;
	background-image:url(../images/blueroundleft.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.bluetitright{
	height:29px;
	width:53px;
	background-image:url(../images/blueroundright.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.bluetitmain{
	background-image:url(../images/blueroundmain.gif);
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:bold;
}
.heart{
	width:100%;
}
.heart td{
	text-align:center;
	padding:4px;
}
.contenttable{
width:100%
}
.contenttable td{
	padding:8px;
}
.remind{
	color:red;
}
.copyright{
	background-image:url(../images/copyright.jpg);
	color:#000000;
	text-align:center;
	height:83px;
	padding-top:8px;
	width:1000px
}
.pageleft{
	width:237px;
	background-image:url(../images/pageleftbg.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	vertical-align:top
}
.pageright{
	background-image:url(../images/pagerightbg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	vertical-align:top
}
.position{
	background-image:url(../images/positionbg.jpg);
	background-repeat:repeat-x;
	height:35px;
	width:100%;
	color:#000000;
	padding-left:30px;
	padding-bottom:4px
}
.detail{
	width:90%;
}
.list{
	width:95%;
	margin-bottom:10px;
	margin-left:20px;}
.detailtit{
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
	text-align:center
}
.yellowline{
	background-color:#FEF3E2;
	color:#999999;
	padding-left:30px;
	padding-right:30px;
	height:23px
}
.grayline{
	background-image:url(../images/grayline.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:20px;
}
.dotline{
	font-size: 10.5pt;
	line-height: 220%;
	background-image:url(../images/dotline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:10px
}

.date2 {
color: #999999
}

.textblue{
	color:#0066CC;
}
.extend{
	background-image:url(../images/xgbg.gif);
	background-position:center;
	height:27px;
	color:#0066CC;
	font-weight:bold
}
.textlink{
	color:#0066CC;
	text-decoration:underline;
}
.page {
	width: 95%;
	margin-left:20px
}
.page .pageInfo input {
	width: 25px;
	border: 1px solid #999999;
	text-align: center;
}
.page .pageBtn {
	text-align: right;
}
.page .pageBtn a {
	color: #0056A3;
}
.page .pageBtn .btnSpace {
	width: 10px;
}
.page a {
	color: #0066FF;
	text-decoration: underline;
}
.page a:hover {
	color: #CC0000;
}
.secondleft{
	width:206px;
	vertical-align:top;
}
.secondlefttable{
	width:206px;
	height:100%;
	background-image:url(../images/lefttablebg.jpg);
	background-repeat:repeat-y;
	margin-left:20px
}
.secondlefttable .top{
	background-image:url(../images/top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:37px;
	padding-left:50px;
	padding-top:12px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.secondlefttable .middle{
	background-image:url(../images/middle.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:10px;
	padding-right:12px;
	height:570px;
	vertical-align:top
}
.secondlefttable .bottom{
	background-image:url(../images/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:285px
}
.icotable{
	width:100%;
	background-color:#FFFFFF;
	background-image:url(../images/se.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:39px;

}
.icotable td{
	padding-left:40px;
}
.icotable td{
	color:#003399;
	cursor:pointer;
}
.icotableaction{
	width:100%;	
	background-image:url(../images/seactive.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:39px;
}
.icotableaction td{
	color:#003399;
	font-weight:bold;
	cursor:pointer;
	padding-left:40px
}
.detail{
	width:90%;
	margin-left:30px
}