﻿/*
Author:		kuangxiaoqin & Daviv
*/
	@import url("master.css");
	@import url("layout.css");
	@import url("font.css");
/*公告*/
#sysboard .red{
	color:red;
}

#pAnnun span{
	color: Red;
}
/*
每个具体页面样式控制
News
*/
/*-----新闻中心-----start----leftmenu------*/
.leftad
{
	text-align:center;
	margin-left:30px;
	margin-top:10px;
}
#newsLeftList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
#newsLeftList li{		
	background-image: url(../Img/policy_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	margin: 1px 0px 2px 0px ;
	text-align: center;
}

	/*-------新闻首页右侧标题样式------------*/
 #cecmnews  .rightClass  h4 ,#cecmnews  .rightClass h5{	 
	background-image: url(../Img/TitleBg1.gif);
	background-repeat: repeat-x;		
	
}
	/*-------政策文件首页右侧标题样式------------*/
 #cecmpolicy  .rightClass  h4, #cecmpolicy  .rightClass h5{	 
	background-image: url(../Img/TitleBg1.gif);
	background-repeat: repeat-x;	
}
/*列表页面标题*/
#cecmnews .rightClass h3{
	width: 100%;
	background-image: url(../Img/TitleBg1.gif);
	background-repeat: repeat-x;		
}
#cecmpolicy .rightClass h3{
	width: 100%;
	background-image: url(../Img/TitleBg1.gif);
	background-repeat: repeat-x;		
}

/*新闻内容页面样式*/
#sContent{
	background-color: #F2FFFF;
	text-align: center;
}
.ncTitle{
	height:40px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
}
.ncTitleAd{
	height:60px;
	line-height: 60px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	margin-top:5px;
        display:none;
}
.ncContent{
	text-align: left;
	text-indent: 2em;
	font-size:14px;
	font-family: Verdana, Geneva,"宋体", sans-serif;
	line-height: 1.6em;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 1em;
}
.ncContentol{
	float: none;
}
 #cecmnews .rightClass .ncContent h5, #cecmnews .rightClass .ncContent h4{
	width: 100%;
	background-image: none;
	font-weight: bold;
	font-size: 14px;
	float: none;
}
.ncContent img{
	margin:5px auto;
	clear:both;
	display: block;
}
.ncAuthor{
	color: gray;
	font-size:12px;
	height:30px;
	background-color: #f2ffff;
}
.ncAuthor ul{
	list-style: none;
	background-color: #f2ffff;
}
.ncAuthor li{
	float:left;
	margin-right: 1em;
}

#pControl{
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;	
	height:30px;
	line-height: 30px;
	background-color: #f2ffff;
}
#pControl ul{
	list-style: none;
	margin:0px;
	padding:0px;
}
#pControl li{
	float:right;
	margin:4px 0 0 0;
	padding:0;
}
#pControl input {
	border:1px solid white;
	color:white;
	background-color: #FF6600;
	text-align:center;
	padding:1px 4px;
	font-size:12px;
}
#sRealtet{
	width:100%;
	height:25px;
	color:white;
	background-color: #ff6600;
	font-size:14px;
	font-weight: bold;
	text-indent:1em;
	line-height:25px;
	margin:3px 0;
}
#sRelate{
	text-indent: 2em;
}
#ListWork,#ListElec,#ListRegion,#ListLocal{
	width: 100%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow : ellipsis ;	
}
/*-----新闻中心-----end---------*/
/*
Policy
*/
/*-----政策文件----start---------*/
	/*-----leftmenu------*/
#pList{
	background-image: url(../Img/policy_lefttop.gif); /*leftmenu顶部图片*/
	background-repeat: no-repeat;
	padding: 120px 0px 0px 0px;	
}
#pList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
#pList li{		
	background-image: url(../Img/policy_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	margin: 1px 0px 2px 0px ;
	text-align: center;
}

#pPolicySearch
{
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1em;
}
#pPolicySearch span
{
	display:block;
}
.pSearchTxt
{
	width:150px;
	height:16px;
}
.pSearchBtn
{
	width:22px;
	border:0px solid #CCCCCC;
	margin-left:2px;
	background: url(../img/search.jpg) no-repeat center center;
	height:22px;	
}
#pPolicySearchOption
{
	margin-top:1em;
	margin-left:1em;
}
#pPolicySearchOption span
{
	display:block;
}
.pSearchChk
{
	height:22px;
	float:left;
	width:70px;
}

#ListContent li,#PolicyGj li,#policyZx li,#policyDf li{
	width: 95%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow : ellipsis ;	
}
#cecmpolicy .rightClass #sContent{
	background-color: White;
	width: 90%;
	margin: 0px auto;
}
.pcred
{
	color: Red;
	font-size:24px;
	font-weight: bold; 
	margin: 30px 0px 30px 0px;
}
#leftc{
		float: left;
		width: 400px;
		text-align: justify;
		text-justify : distribute-all-lines;
}
#leftc p
{
	line-height:50px;
}
#rightc
{
	float:right;
	text-align:center;
	width:120px;
}
p{
	margin: 0px;
}
.pcNumber
{
	width: 100%;	
	border-bottom: 1px solid red;
}
.pcNumber2{
	width: 100%;	
	margin: 10px 0px 10px 0px;	
}
.pchNumber
{
	width:100%;
	border-top:1px solid red;
	text-align:right;
	padding-right:1em;
}
p.pctitle{
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0px 25px 0px;	
}
#cecmpolicy .rightClass h3.pcSend{
	width: 100%;
	background-image: none;	
	text-align: left;
	line-height: 1.6em;
	height: auto;
	text-indent: 0px;
	font-size: 14px;	
	margin: 0px;		
}
.pcContent{
	width: 100%;
	text-indent: 2em;
	text-align: left;
	line-height: 1.6em;
	font-size: 14px;
	margin: 0px auto;		
}
 #cecmpolicy  .rightClass  .pcContent h4 ,#cecmpolicy  .rightClass  .pcContent h5{
	background-image: none;
	width:100%;
	font-size: 14px;
	font-weight: bold;
	float: none;
}

.pcContent img{
	margin:5px auto;
	clear:both;
	display: block;
}
#cecmpolicy  .rightClass  .pcContent ol{
	width: 100%;
}
#cecmpolicy  .rightClass  .pcContent li{
	float:none;
	height: auto;
}
.pcdate{
	text-align: right;
}
.pckey{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	text-indent: 0px;
	border-bottom: 1px solid Black;
	line-height: 1.6em;
}
.pccopy ,.pcreport{
	text-align: left;	
	font-size: 14px;
	text-indent: 0px;
	line-height: 1.6em;
}
#cecmpolicy .rightClass #pControl{
	background-color: White;
}
.des{
	background: #f7f7f7;
	border: 1px solid Silver;
	color:#333333;
	font-size:12px;
	padding:3px;
	line-height: 2em;
}
/*-----政策文件----end--------*/

/*---------资格资质------start-----*/
#cecmquality .leftClass {
	background-image: url(../Img/Qualitylefttop.gif);
	background-repeat: no-repeat;
	padding: 120px 0px 0px 0px;
}
#cecmquality .leftClass h4{
	background-image: url(../Img/Qualityleft.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: White;
}
#cecmquality .leftClass h4 span{
	float: right;	
	margin: -30px 6px 0px 0px;
	height: 30px;
	line-height: 30px;
	text-align:right;
	color: White;
	font-size:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
marquee{
	margin: 0px 5px 0px 5px;	
	height:150px;
}
#pPolicy,#pInfo{
	margin: 0px 5px 0px 5px;	
}
#cecmquality .leftClass ul{
	margin: 0px 0px 0px 20px;		
	list-style: square;	
}
#cecmquality .leftClass li{
	width:100%;
	height: 25px;
	line-height: 25px;
	white-space:nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}
#cecmquality .leftClass   #qList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
#cecmquality .leftClass  #qList li{			
	background-image: url(../Img/policy_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;	
	margin: 1px 0px 2px 0px ;
	text-align: center;
}
#sList{
	width: 100%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow : ellipsis ;	
}
.QQuery{
	width: 500px;	
	border-top: 1px solid #99CCFF;		
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;		
}
.QQuery ul{
	list-style: none;
	margin: 0px;	
}
.QQuery li{
	float: left;
	width:298px;
	border-right: 1px solid #99CCFF;	
	border-bottom: 1px solid #99CCFF;		
	text-align: left;	
	height:20px;
	margin: 0px;
}
.QQuery  .QQueryleft{
	width:198px;
	background-color: #CCFFFF;
	border-left: 1px solid #99CCFF;	
	text-align:center;	
}
.QQuery   #QCompriseUser li {
	height: 100px;
}
/*资格资质滑动门效果样式------------start*/
#cecmquality .rightClass h3{
	width: 100%;
	background-image: url(../Img/TitleBg1.gif);
	background-repeat: repeat-x;		
	float: none;
}
 #cecmquality  .rightClass  h4, #cecmquality  .rightClass h5{	 
	background-image: url(../Img/TitleBg1.gif);
	background-repeat: repeat-x;	
}
.hidecontent {display:none;}
#pQuery {
	text-align: left;
	width: 98%;
	height: 150px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1em;
}

#pQuery #title {
	margin:0;
	height: 28px;
}
#pQuery #title li {
	float: left;
	list-style-type: none;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 1px;
}
#pQuery #title ul {
	background-color: #FFFFFF;
	height: 28px;
}
#pQuery #title a {
	text-decoration: none;
	color: #000000;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -29px;
}
#pQuery #title a span{
	display: block;
	background: url(../img/quality_selectbg2.gif) no-repeat right -29px;
	padding: 0 15px 0 15px;
}
#pQuery #title #tag1 a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -87px;
}
#pQuery #title #tag1 a:hover span{
	display: block;
	background: url(../img/quality_selectbg2.gif) no-repeat right -87px;
	padding: 0 15px 0 15px;
}
#pQuery #title #tag2 a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left 0px;
	
}
#pQuery #title #tag2 a:hover span{
	display: block;
	background: url(../img/quality_selectbg2.gif) no-repeat right 0px;
	padding: 0 15px 0 15px;	
}
#pQuery #title #tag3 a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -58px;
}
#pQuery #title #tag3 a:hover span{
	display: block;
	background: url(../img/quality_selectbg2.gif) no-repeat right -58px;
	padding: 0 15px 0 15px;	
}
#pQuery #title #tag4 a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -145px;
}
#pQuery #title #tag4 a:hover span{
	display: block;
	background: url(../img/quality_selectbg2.gif) no-repeat right -145px;
	padding: 0 15px 0 15px;
}
#pQuery #title #tag5 a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -174px;
}
#pQuery #title #tag5 a:hover span{
	display: block; 
	background: url(../img/quality_selectbg2.gif) no-repeat right -174px;
	padding: 0 15px 0 15px;
}
#pQuery #title .selectli1 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -87px;
}
#pQuery #title a .selectspan1 {
	display: block;
	background: url(../img/quality_selectbg2.gif) no-repeat right -87px; 
	padding: 0 15px 0 15px;
}
#pQuery #title .selectli2 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left 0px;
}
#pQuery #title a .selectspan2 {
	display: block; 
	background: url(../img/quality_selectbg2.gif) no-repeat right 0px; 
	padding: 0 15px 0 15px;
}
#pQuery #title .selectli3 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -58px;
}
#pQuery #title a .selectspan3 {
	display: block; 
	background: url(../img/quality_selectbg2.gif) no-repeat right -58px; 
	padding: 0 15px 0 15px;
}
#pQuery #title .selectli4 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -145px;
}
#pQuery #title a .selectspan4 {
	display: block; 
	background: url(../img/quality_selectbg2.gif) no-repeat right -145px; 
	padding: 0 15px 0 15px;
}
#pQuery #title .selectli5 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(../img/quality_selectbg.gif) no-repeat left -174px;
}
#pQuery #title a .selectspan5 {
	display: block; 
	background: url(../img/quality_selectbg2.gif) no-repeat right -174px; 
	padding: 0 15px 0 15px;
}
#pQuery #content ul {
	margin: 10px;
	list-style: none;
	text-align:left;
}
#pQuery #content li {margin: 2px;}
#pQuery #content {
	height: 100px;
	padding: 10px;
}
.content1 {
	border-top:3px solid #3A81C8;
	border-right:1px solid #3A81C8;
	border-left:1px solid #3A81C8;
	border-bottom:1px solid #3A81C8;
	background-color: #DFEBF7;
}
.content2 {
	border-top:3px solid #ff950b;
	border-right:1px solid #ff950b;
	border-left:1px solid #ff950b;
	border-bottom:1px solid #ff950b;
	background-color: #FFECD2;
	text-align:center;
}
.content3 {
	border-top:3px solid #FE74B8;
	border-right:1px solid #FE74B8;
	border-left:1px solid #FE74B8;
	border-bottom:1px solid #FE74B8;
	background-color: #FFECF5;
	text-align:center;
}
.content4 {
	border-top:3px solid #00988B;
	border-right:1px solid #00988B;
	border-left:1px solid #00988B;
	border-bottom:1px solid #00988B;
	background-color: #E8FFFD;
	text-align:center;
}
.content5 {
	border-top:3px solid #A8BC1F;
	border-right:1px solid #A8BC1F;
	border-left:1px solid #A8BC1F;
	border-bottom:1px solid #A8BC1F;
	background-color: #F7FAE2;
	text-align:center;
}
/*资格资质滑动门效果样式------------end*/
/*---------资格资质------end-----*/


/*---Advisory------专家咨询---start--*/
#btnControl
{
	width:90%;
	padding:1em;
	margin:1em auto;
	text-align:center;
}
div .ErrClass
{
	color:#ff6600;
	padding:14px;
}
div .ErrClass a
{
	color:#ff6600;
	text-decoration:underline;
	
}
/*右侧列表背景图片*/
#cecmadvisory .leftClass{
	background-image: url(../Img/Advisory_lefttop.gif);
	background-repeat: no-repeat;
	padding: 120px 0px 0px 0px;
}
/*右侧列表背景图片*/
#aLeft ul{
	list-style: none;
	margin: 0px;
}
#aLeft li{
	background-image: url(../Img/Advisory_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 1px 0px 2px 0px ;
}	
#cecmadvisory .leftClass h4{
	background-image: url(../Img/Advisory_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#cecmadvisory .leftClass  #faqlist ul{     /*---常见问题更多...----*/
	margin: 0px 0px 0px 30px;		
	list-style: square;
}
#cecmadvisory .leftClass #faqlist li{
	height: 25px;
	line-height: 25px;
	background-image: none;
	text-align: left;
	white-space:nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}
#aTitle {		
	width: 200px;
	text-align: center;
}
#aTitle ul{	
	margin: 0px auto;
	width: 151px;	
	text-align: center;
	list-style: none;
}
#aquestion{
	text-align: center;
}
#cecmadvisory .rightClass {
	background-image: url(../Img/Advisory_leftbg.gif);
	background-repeat: repeat-x;	
}
#aquestionhelp
{
	padding:1em;
}
#lContent h4
{

	width:60%;
}
#gurl{	
	margin: 4px 0px 0px 0px;	
}
#qstate
{
	margin: 4px 0px 0px 0px;	
}
/*---------------------*/
#addQuestionForm{		
	width: 500px;	
	border-top: 1px solid #99CCFF;		
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;	
}
#addQuestionForm ul{
	list-style: none;
	margin: 0px;
}
#addQuestionForm li {
	float: left;
	width: 344px;
	border-right: 1px solid #99CCFF;	
	border-bottom: 1px solid #99CCFF;		
	text-align: left;	
	height:30px;
	padding: 4px 0px 0px 2px;
}
#addQuestionForm .addQuestionright{
	float: left;	
	width: 148px;
	text-align: center;
	background-color: #EEFFFF;
	border-left: 1px solid #99CCFF;		
}
#addQuestionForm #qtitle{
	border:1px solid gray;
	padding:2px;
	height:14px;
	font-family: arial,verdana,sans-serif,'宋体';
	font-size:12px;	
	width: 320px;
}
#lblError{
	display: block;
	color: Maroon;
	width: 100%;
	text-align: center;
}
#addQuestionForm textarea{
	border:1px solid gray;
	width: 320px;
	height:150px;
}
#addQuestionForm .qtextbox{
	height: 160px;
}
#addQuestionForm  #qtextboxright{
	float: left;	
	width: 148px;
	text-align: center;
	background-color: #EEFFFF;
	border-left: 1px solid #ccc;	
}
#cecmadvisory .rightClass h5{
	text-align:left;
	width: 100%;		
	height: 20px;
	line-height: 20px;
	float: none;
}
#aquestionhelp ul{
	list-style: none;			
}	

#aquestionhelp li{
	height: 20px;
	line-height: 20px;
}
#cecmadvisory .rightClass h3{
	float: none;
}
#sQuestion ul{
	list-style: none;	
	margin: 0px;
}
#sQuestion table{
	width:100%;			
}
#sQuestion table th{
	text-align: center;	
	background-color: #f7f7f7;
	height: 25px;
	border-left:1px solid white;
	border-right:1px solid white;
}
#sQuestion table td{
	border-bottom: 1px dotted #ccc;
}
#sQuestion  td.Quetitle{	
	text-align: left;		
}
.Quetitle{
	width:50%;
}
.Quetitle2{
	width:20%;
}
#sQuestion table td{
	text-align: center;
	height: 25px;
}
#sQuestion li.Quetitle2{
	width: 15%;		
}
#sQuestion .info ul{
	list-style: none;		
}
#sQuestion .info li{
	float: right;
	width: 200px;	
	text-align: right;
}
/*------list问题栏-----------*/
#sQuestion{
	width: 95%;
	margin: 10px auto;
}
#sQuestion  h4{
width:20%;
text-indent:0;
float:left;
height:30px;
background-color:#7EB5EB;
border-bottom:1px solid #7EB5EB;
text-align:center;
color:white;	
font-weight: bold;
}
#cecmadvisory .rightClass #sQuestion  h5{
width:80%;
float:right;
height:30px;
line-height:30px;
text-align:right;
border-bottom:1px solid #7EB5EB;
}
#sQuestion  h6{
clear: both;
float: left;
width: 100%;
text-indent:2em;	
margin: 5px 0 2px 0;
}
.Ccontent{
text-indent:2em;		
margin: 0 0 0 25px;
}
/*------list回复栏-----------*/
#sAnswer{	
	width: 95%;
	margin: 10px auto;
}
#sAnswer  h4{
width:20%;
text-indent:0;
text-align:center;
float:left;
height:30px;
background-color:#7EB5EB;
border-bottom:1px solid #7EB5EB;
color:white;	
font-weight: bold;
}
#cecmadvisory .rightClass #sAnswer h4.ErrTitle
{
	background-color:#ff6600;
	border-bottom:1px solid red;
}
#cecmadvisory .rightClass #sAnswer h5.ErrTitle
{
	border-bottom:1px solid red;
}
#cecmadvisory .rightClass #sAnswer  h5{
width:80%;
float:right;
height:30px;
line-height:30px;
text-align:right;
border-bottom:1px solid #7EB5EB;
}
#sAnswer  h6{
clear: both;
float: left;
width: 100%;
text-indent:2em;	
margin: 5px 0 2px 0;
}
#sReply {	
	width: 500px;
	border-top: 1px solid #99CCFF;		
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;	
}

#sReply ul{
	margin: 0px;
	list-style: none;
}
#sReply li{
	float: left;
	width: 384px;
	border-right: 1px solid #99CCFF;	
	border-bottom: 1px solid #99CCFF;		
	height:160px;
	margin: 0px;
	padding: 4px 0px 0px 2px;
	text-align: left;
}
#sReply .sReplyright{
	width:108px;
	border-left: 1px solid #99CCFF;	
	background-color: #EEFFFF;
	text-align: center;
}
#rContent{
	border: 1px solid gray;	
	width: 350px;
	height: 150px;
}
#expertimg{
	margin:10px auto;
	text-align: center;
}
#expertimg img{
	border: 1px solid gray;
}
.expertinfo{
	width: 98%;
	margin:20px auto;
	padding: 10px 0;
	border: 1px solid #ccc;
	height: 350px;
}
.expertinfo img{
	border: 1px solid #ccc;
}
#cecmadvisory .rightClass .expinfoleft{
	float: left;
	width: 30%;
	clear: none;	
	text-align: center;
}
#cecmadvisory .rightClass .expinforight{
	float: left;
	width: 70%;
	clear: none;	
}
.expinfoleft ul{
	list-style: none;
	margin: 0px;
	width:100%;
	text-align: left;
}
.expinfoleft ul li.posleft{
	text-align: right;
	width: 58%;	
}
.expinfoleft li{
	float: left;
	width: 38%;	
}
.expinforight h4{
	width: 100%;
	text-indent: 0px;
}
.expinforight p{
	text-indent: 0em;
	margin-top:5px;
}
/*---Advisory------专家咨询----end-*/


/*--------管理机构-------start-----------*/
#cecmagencies .leftClass h4{
	background-image: url(../Img/policy_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#cecmagencies .leftClass{
	background-image: url(../Img/Agenciesleftpic.gif);
	background-repeat: no-repeat;
	padding: 120px 0px 0px 0px;
}
#cecmagencies .leftClass ul{
	list-style: none;
	text-align: center;
	margin:0;
}
#cecmagencies .leftClass li{
	height: 25px;
	line-height: 25px;
}
#jjzx{
	padding:10px;
	text-indent: 2em;
}
#jjzx p{
	margin: 0;
	line-height: 1.8em;
}

 #cecmagencies .rightClass  h4{	 
	background-image: url(../Img/agentBg1.gif);
	background-repeat: repeat-x;	
	width: 100%;
	border-bottom: 1px solid #ff6600;
	font-weight: bold;
	margin:0;
	padding: 0;
}
#cecmagencies  .rightClass h5{
	background-image: url(../Img/agentBg1.gif);
	background-repeat: repeat-x;	
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#AgResutl .msgClass{
	position:absolute;
	display: none;
	width: 300px;
	height:180px;
	background-color: #f7f7f7;
	border:1px solid #ccc;
}
#AgResutl .msgClass h4{
	width:100%;
	text-align:center;
	text-indent:0;
	background-color: ThreedLightShadow;
	font-weight: bold;
}
#AgResutl .msgClass ul{
	clear: both;
}
#AgResutl .msgClass li{
	width:100%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow : ellipsis ;	
}
#AgResutl .msgClass .msgLeft{
	background-color: red;
}
#AgResutl .msgClass .msgLeft ul{
	list-style: none;
	margin:0;
}
#AgResutl .msgClass .msgLeft li{
	margin:4px 1px 0px 1px;
	padding:0 3px;
	float:left;
	background-color: white;
	background-image: url(../img/barbg.gif);
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:60px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow : ellipsis;
	cursor:pointer;
}
/*--------管理机构-------end-----------*/

/*--------计价依据-------start-----------*/
#pbLeftList h4{
	background-image: url(../Img/PriceBasisleft.gif);
	background-repeat: repeat-x;
	height:30px;
	line-height: 30px;
	text-align: center;
	color: White;
}
#pbLeftList ul{
	list-style: none;
}
#pbLeftList li{
	background-image: url(../Img/PriceBasisul.gif);
	background-repeat: no-repeat;
	height:30px;
	width: 85%;
	line-height: 30px;	
	padding: 0px 0px 0px 15px;
}
#pBasis .rightClass{
	background-image: url(../Img/PriceBasistoppic.gif);
	background-repeat: no-repeat;
	padding: 80px 0px 0px 0px; 
}
#pBasis .rightClass h3{
	background-image: url(../Img/policy_leftbg.gif);	
	float: none;
}
#selectBar{
	background-color:#DDEEFF;
	height: 30px;
	margin: 2px 0px 5px 0px; 
	padding: 6px 0px 0px 0px;
}
#selectBar ul{
	list-style: none;
}
#selectBar li{
	float:left;	
}
#prblisttitle{
	background-color:#DDEEFF;	
	width: 570px;
	text-align: center;
	margin: 2px auto;
}
#prblisttitle ul{
	list-style: none;		
	margin: 0px;	
	background-color:#DDEEFF;	
	text-indent: 0px;
}
#prblisttitle li{
	width: 284px;
	float: left;	
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#prbContent table {
	clear: both;
	width: 98%;
	text-align: center;
	background-color: #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 5px auto;
}
#prbContent2{
	text-indent: 2em;
	font-family: Verdana, Geneva,"宋体", sans-serif;
	line-height: 1.6em;
	width: 90%;	
	font-size: 14px;
	margin: 0px auto;
}


#prbContent td {	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
#prbContent tr {
	height: 30px;
}
#prbContent tfoot{
	text-align: left;
}
#prbContent tbody td.prbcleft{
	text-align: left;
}
#prbContent tbody td.prbcright
{
	padding-right:4px;
	text-align: right;
}
#prbContent td.pCenter
{
	text-indent:2em;
	text-align:left;
}


/*--------计价依据-------end-----------*/	

/*-----首页----start----*/
#midimg span{
				display:none;
}
#midimg{
	clear: both;
	background-image: url(img/midimg.gif);
	background-repeat: no-repeat;
	height:79px;
	margin: 1px auto 0px auto;
	width: 776px;
}

.indexcontent{
	margin: 0px auto;
	padding: 1px 0px 0px 0px;
	width: 776px;
	clear: both;
	text-align: left;			
	background-color: white;	
}
.indexcontent ul{
	list-style: none;
	margin: 0px 0px 0px 30px;					
}
.indexcontent li{
	width: 100%;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow:hidden;		
	text-overflow : ellipsis;			
}
.indexcontextbg{
	width: 776px;
	float: left;		
	background-color:White;
	background-image: url(../Img/indexcontentbg.gif);
	background-repeat: repeat-y;					
}
.indexcontent h3,.indexcontent h4{
	height: 30px;
	line-height: 30px;				
}



.indexleft1{
	float: left;
	width: 200px;					
}
.indexleft1 img
{
	padding:1px;
	width:198px;
	height:120px;
}
.indexleft1 h3{
	line-height:23px;
	height:23px;
	background-image: url(../Img/indexleft1.gif);
	background-repeat: no-repeat;
	text-indent: 2.5em;			
	font-weight: bold;
	color:white;
	padding:0;
	margin:0;
}	

#dfNews h3{
	background-image: url(Img/sysboardbg.gif);
	background-repeat: no-repeat;
	text-indent: 2.5em;			
	font-weight: bold;
	color:white;
}
#dfNews
{

}	
#dfNews ul{	
	margin: 0px 0px 0px 0px;
}	
#dfNews li{
	text-align: left;
	text-indent: 2em;
	background-image: url(../Img/listicon.gif);
	background-repeat: no-repeat;
	background-position: 1em;
}

.indexleft2{
	float: left;
	width: 200px;					
}
.indexleft2 h3{
	background-image: url(../Img/indextitlebg2.gif);
	background-repeat: repeat-x;
	text-align: center;	
	height: 28px;
	line-height: 28px;	
}	
#bookintro{
	text-align: center;			
	width: 100%;		
	margin: 25px 0 0 0;
}			
#softintro{
	float: left;
	width:100%;
	margin: 25px 0 0 0;
	height:149px;
	text-align: center;
}
#bookintro p,#softintro p{
	line-height: 30px;
}


#indexmiddle1{
	float: left;	
	width: 383px;		
	text-align: center;	
}

#indexmiddle1 h4{						
	text-indent: 2em;				
	background-image: url(../Img/middlebg1.gif);
	background-repeat: repeat-x;
	height: 23px;
	text-align: left;
	line-height: 23px;
	border-left: 1px solid #ccc;
	border-right:1px solid #ccc;	
	width: 98%;
	margin: 0px auto;
}	
#indexmiddle1 ul{
	text-align: left;
	list-style: none;
	margin: 0px;
}
#indexmiddle1 li{
	text-align: left;
	background-image: url(../Img/listicon.gif);
	background-repeat: no-repeat;
	text-indent: 2em;
	background-position: 1em;	
}
#indexmiddle1 h4 span{
	margin: -23px 0px 0px 0px;	
	width: 60px;
	text-align: center;
	text-indent: 0em;							
	float: right;
}

/*TopNews头条新闻
*/
#topTitle
{
	height:122px;
	width: 98%;
	text-align:center;
	background:#f7f7f7;
}
#topTitle img
{
	margin:0 auto;
}
#topTitle p
{
	border-top:1px solid silver;
	padding-top:2px;
	width:98%;
	margin:5px auto;
	text-align:left;
	text-indent:2em;
	line-height:1.6em;
}
#topTitle a
{
	color:#06C;	
}

#indexmiddle2{
	float: left;	
	width: 383px;					
}		
#indexmiddle2 h4 span{
	margin: -27px 0px 0px 0px;
	float: right;
	color: Black;
	width: 60px;
	text-align: center;
	text-indent: 0em;			
}	
#indexmiddle2 h4{	
	text-indent: 2em;				
	background-image: url(../Img/midddlebg2.gif);
	height:27px;	
	line-height: 27px;
	color: White;
}	
#dlNews ul,#indexbbs ul,#indexfaq ul{
	margin: 0px;
	list-style:none;
}
#dlNews li,#indexbbs li,#indexfaq li{
	text-align: left;
	text-indent: 2em;
	background-image: url(../Img/listicon.gif);
	background-repeat: no-repeat;
	background-position: 1em;
}
#indexpriceinfo
{
	padding-left:10px;
	background-color:#F7FBFF;
	margin:0;
	text-align:left;
	height:376px;
}
#indexpriceinfo ul{
	margin: 0px;
}
#indexpriceinfo li
{
	margin:0;
	height:26px;
}

 .uhead {
	background-color: #f7f7f7;
	text-align: center;
	text-indent: 0;
	font-weight: bold;
}

.umon{
	text-align: right;
}

.indexright{
	float: left;
	width: 193px;
	text-align: center;
}
.indexright h4{
	background-image: url(../Img/indextitlebg2.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 28px;
	line-height: 28px;
}
.indexright  ul{
	margin: 0px auto;
	list-style: none;
}
.indexright li{
	width:100%;
	height:40px;
	margin: 5px 0px 5px 0px;				
}
#qualification {
	text-align: center;
	background-color: #C1DBFF;
	height: 160px;
	margin-top:0px;
	margin-bottom:60px;
}
#RightAdPic{
	margin-top:30px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	border-top:1px dotted white;			
}
#tradelink{
	background: #f7f7f7;
	text-align: center;
	padding: 5px 0;
}
/*友情连接*/
#demo{
overflow:hidden;
height:167px;
width:180px;
color:#ffffff;
margin: 0px auto;
}
#demo img{
	margin:1px auto;
}
#lastestfile li.new,#dfNews li.new,#dlNews li.new,#indexmiddle1 li.new,#indexbbs li.new,#indexfaq li.new{	
	background-image: url(../Img/newicon.gif);
}

#jjNews .new span,#lastestfile .new span,#dlNews .new span,#dfNews .new span,#indexfaq .new span{
	color:#FF6600;
}
/*-----首页----end----*/

/*-----会员中心----start----*/
#MemberCenter .rightClass textarea{
	width: 320px;
	height: 150px;
	margin: 5px 0;
}
#MemberCenter .rightClass {
	margin-bottom: 10px;
	text-align: center;
}
#MemberCenter .rightClass table{
	width: 85%;
	margin: 0px auto 0px auto;		
	border-left: 1px solid #D4E2FC;	
	border-right: 1px solid #D4E2FC;		
	text-align: left;	
}
#MemberCenter .rightClass caption{
	border-top: 1px solid #D4E2FC;		
	border-left: 1px solid #D4E2FC;	
	border-right: 1px solid #D4E2FC;	
	background-color:#D4E2FC;
	height: 25px;
	line-height: 25px;	
	color:#336699;	
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
}
#MemberCenter .rightClass  th{
	border-bottom: 1px solid #D4E2FC;
	border-right: 1px solid #D4E2FC;	
	height: 35px;
	font-weight: normal;
	text-align: center;
	width: 100px;
}
#MemberCenter .rightClass  td{
	border-bottom: 1px solid #D4E2FC;
	height: 35px;
	font-weight: normal;
	padding:0 0 0 10px;
}
#MemberCenter .cm{
	background-color: red;
	text-align: left;
	text-indent: 0;
	padding:0;
}
#MemberCenter tfoot td{
	background-color: #CCFFFF;
	text-align: right;
}
#MemberCenter tfoot a{
	color:#555FFF;
	font-weight: bolder;
	margin:auto 1em;
	padding:2px;
	border:1px solid #ccffff;
}
#MemberCenter tfoot a:link,#MemberCenter tfoot a:visited{
	text-decoration: none;
}
#MemberCenter tfoot a:hover,#MemberCenter tfoot a:active{
	border:1px solid #FFCC00;
	background-color: Orange;
	color:white;
	text-decoration: none;
}
#editinfosend{
	width: 85%;
	margin: 0px auto;	
	padding: 10px 0 0 0;		
	background-color:#D4E2FC;
	height: 35px;
	line-height: 35px;	
}
#baseinfo{
	font-size: 14px;
}
#f fieldset{
	background-color: #f7f7f7;
}
#MemberCenter .rightClass  fieldset{
	width: 50%;
	margin: 0 auto;
	padding: 0 0 5px 0;
	text-align: center;	
	line-height: 300%;	
}

#MemberCenter .rightClass  fieldset label{	
	float: left;
	text-align: right;
	width: 35%;		
}
#MemberCenter .rightClass  fieldset{
	width: 50%;
	margin: 0 auto;
	text-align: center;	
	line-height: 300%;	
}

#MemberCenter .rightClass  fieldset label{	
	float: left;
	text-align: right;
	width: 35%;		
}
#MemberCenter .leftClass ul{
	list-style: none;
	margin: 0px;
}
#MemberCenter .leftClass li a{
	margin: 3px 0 0 0;
	display: block;
	background-color: #EDEDED;
	text-indent: 3em;
	width:200px;
	height: 25px;
	line-height: 25px;
	background-image: url(../Img/menleftbg2.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#MemberCenter .leftClass li a:hover{
	background-color:#DFDFDF;
	background-image: url(../Img/menleftbg1.gif);
	background-repeat: no-repeat;
	background-position: 10px;	
}
.memberinput{
	border:1px solid gray;
	margin:0 2px 2px 2px;
	padding:2px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 200px;
}
.memberpwdinput{
	border:1px solid gray;
	margin:0 2px 2px 2px;
	padding:2px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 150px;
}
/*-----会员中心----end----*/
/*-------软件推荐-----start----*/
#cecmsoft .rightClass h5 {
	float: none;
	clear: both;
	background-image: url(../img/soft-index_19.gif);
	background-repeat: no-repeat;
	width:575px;
	height: 30px;
	padding-bottom:2px; 
	border-bottom: 1px solid #C9C9C9 ;
}

#leftmenu li { border-bottom: #D6D6D6 solid 1px;  MARGIN: 0px; WIDTH:100%;}

#leftmenu li a {
DISPLAY: block;
margin: 3px 0 0 0 ;
BACKGROUND: url(../Img/menleftbg2.gif) transparent no-repeat 6px 7px; 
height: 25px;
line-height: 25px;
text-indent:3em;
background-color: #ECECEC;
 TEXT-DECORATION: none;
}

#leftmenu li a:hover {
BACKGROUND: url(../Img/menleftbg1.gif) #DFDFDF no-repeat 12px 7px; 
COLOR:Black; 
}

#softskill{
    background: bottom no-repeat  url(../img/soft-index1.gif);
	 width: 200px;
	 height:210px;	
	 margin: 5px 0 0 0;
	 padding: 0px;
}
#softskill ul{
	 list-style: none;
	 margin: 0px;
	 padding: 0px;
	 background: center repeat-y  url(../img/soft-index2.gif);
}
#softskill li{
	 padding: 0 0 0 25px;
	 height: 25px;
    line-height: 25px;
	 width:148px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow : ellipsis;		 
}

#softskill h4{
	background: no-repeat top url(../img/soft-index.gif);		
	padding:28px 0px 8px 50px;
	font-weight: bold;
	margin: 0px;
}

#leftmenu ul {
LIST-STYLE-TYPE: none;
MARGIN: 0px;
PADDING:0px;
BORDER:medium none;
WIDTH:200px;
}

#softdynamic ul{ 
   text-align: left;
	list-style: none;
	
}
#softdynamic li{ 
  	height: 25px;	
	line-height: 25px;
	text-indent: 3em;
	background-image: url(../Img/menleftbg1.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width:148px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow : ellipsis;		
}

#softdynamic h4{
    font-size: 12px;
	 font-weight: bold;
	 background-image: url(../img/policy_leftbg.gif);
	 background-repeat: repeat-x;
	 width: 180px;
	 height: 30px;
	 line-height: 30px;
	 padding: 0 0 0 20px;
}
#cecmsoft .rightClass h4{
	border-top: 2px solid #FFA800;
	background-color: #F7F7F7;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	width:100%;
	float: none;
}
#rightr{ 
   text-indent:2em;	
   line-height: 20px;
	margin: 0px;		
}
#rightr img{
	margin: 0px;
	width: 164px;
	height: 107px;
}
#rightmi{
	width: 90%;
	margin: 0 auto;		
}
#rightmi h3{
   font-size: 14px;
	font-weight: bold;
}
#rightmi ul{
   list-style: none;
   text-indent: 2em;
}
#rightmi li{
   border-bottom: dotted 1px #E2E2E2;
	margin: 10px 0 0 0;
	width: 500px;	
	height: auto;
}
#softdemo{
	width:500px;
	height: 150px;
	padding: 10px 0 0 30px;
}
#softdemo a{
	margin:0 0 0 5px;
}
#softdemo a span{	
	font-weight: bold;
}
#cecmsoft .rightClass  p{  
	text-indent: 2em;
   line-height: 30px;	
	margin: 20px;	
}
#cecmsoft .rightClass  p span{
	font-weight: bold;
	margin:  0 0 0 5px;
}
#cecmsoft .rightClass img{
	float: left;
	margin: 20px;

}
#cecmsoft .rightClass{  
   background-image: url(../img/softbantou.gif);	
	background-repeat: no-repeat;
	background-position: center 2px;
	padding: 122px 0 0 0;
}
#cecmsoft .rightClass #rightmi p{
	width: 100%;	
	margin: 0px;

}
#softnews  .leftClass  .sSkill{
	background: transparent url(../Img/softskill.gif) no-repeat;
	padding: 120px 0 0 0;
}
#softnews .leftClass  .sSoft{
	background: transparent url(../Img/softdynamic.gif) no-repeat;
	padding: 120px 0 0 0;
}
#softnews .leftClass  h4{
	background: transparent  url(../Img/policy_leftbg.gif) repeat-x;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#softnews .leftClass ul{ 
   text-align: left;
	list-style: none;
}
#softnews .leftClass  li{ 
  	height: 25px;	
	line-height: 25px;
	text-indent: 3em;
	background-image: url(../Img/menleftbg1.gif);
	background-repeat: no-repeat;
	background-position: 0px;

}
#softnews  .rightClass h3{
	border-bottom: 1px solid  #FFA800 ;
	background:transparent url(../Img/agentBg1.gif) repeat-x;
}

/*-------软件推荐-----end----*/
/*-------推荐书刊-----start----*/
#cecmbook .leftClass{
	background-image: url("../Img/introbookleftbg.gif");
	background-repeat: no-repeat;
	padding: 120px 0 0 0; 
}
#TopNew{
	width:90%;
	margin: 0 auto;
	padding: 20px 0  20px 0;
	text-align: center;	
}
#cecmbook img{
	width: 110px;
	height: 150px;
}
#cecmbook .leftClass h4{
	background: transparent  url("../Img/magList.gif") no-repeat center ; 
	line-height: 33px;
	height: 33px;
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#magList{
	width: 190px;
	background-color: White;
	margin:0 auto;
}
#magList ul{
	list-style: none;
	margin: 0px;	
}
#magList li{
	margin: 0 0 0 1em;
	height: 25px;
	width:90%;
	line-height: 25px;
}
#cecmbook .rightClass h3{	
	width: 100%;
	float: none;
	margin:2px auto;
	border-bottom: 1px solid #1A5BA2;	
	background-color: #F1EFF1;
	background-image: url(../Img/bookrighttitlebg.gif);
	background-repeat: no-repeat;
	height:26px;
	line-height: 26px;
	text-indent: 2.5em;
	color: White;
}
#cecmbook .rightClass h4{
	border-bottom: 1px solid #1A5BA2;	
	background-color: #F1EFF1;
	background-image: url(../Img/bookrighttitlebg.gif);
	background-repeat: no-repeat;
	height:26px;
	line-height: 26px;
	text-indent: 2.5em;
	color: White;
}
#cecmbook .rightClass h5{
	border-bottom: 1px solid #1A5BA2;	
	background-color: #F1EFF1;	
	height:26px;
	line-height: 26px;
}
.rightClass .newBook{
	width: 30%;
	text-align: center;
	float: left;
	clear: none;	
	margin: 10px 7px 20px 7px;	
	background-color: #f7f7f7;
}
.bookname{
	height: 40px;		
	font-weight: bold;
}
#newBookList .newBook ul{
	list-style: none;
	width: 100%;
	margin: 0px;
	text-indent: 0.5em;
	text-align: left;
}
#newBookList{
	text-align: center;
}
#BookLeftList ul{
	margin: 0px;
	list-style: none;
	width: 100%;
}
#BookLeftList li{		
	background-image: url(../Img/policy_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	margin: 1px 0px 2px 0px ;
	text-align: center;
}
#listContent .bookl{
	width: 30%;
	text-align: center;
	float: left;
	clear: none;	
	margin: 10px 7px 20px 7px;	
	background-color: #f7f7f7;
}
#listContent .bookl p{
	height: 50px;
	line-height: 25px;	
}
#cecmbook .rightClass  #sContent{
	background-color: White;
}
.BkBaseInfo{
	margin: 10px auto 0 auto;
	border: 1px solid #ccc;
	width: 540px;	
	height: 250px;
}
#cecmbook .rightClass .BkBaseInfo h3{
	padding: 10px 0 10px 0;	
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	background-image: none;
	background: #F5F6F5;
	width: 100%;
	font-weight: bold;
	color: Black;
	font-size: 14px;	
}
#cecmbook .rightClass .BkBaseInfo img
{
	float: left;
	margin: 0 50px 0 50px;		
}
.BkBaseInfo ul{	
	margin: 0px;
	list-style:none;
	text-align: left;
}
.BkInfo{
	margin: 10px auto 10px auto;
	padding: 0px  15px  10px 15px ;	
	border: 1px solid #ccc;
	width:510px;	
	text-align: left;
	font-size: 14px;	
	background-color: #f5f5f5;
}

.BkInfo p{
	line-height: 25px;
	text-indent: 2em;
}
#cecmbook .rightClass .BkInfo h3{
	background-image: none;
	border: none;
	color: Black;
	font-weight: bold;
	font-size: 14px;
	text-indent: 0px;
	background-color: transparent;
	height: 40px;
	line-height: 30px;
}
#cecmbook .rightClass .BkInfo h4,#cecmbook .rightClass .BkInfo h5{
	clear: both;
	float: none;
	background-image: none;
	border: none;
	color: Black;
	font-weight: bold;
	width:100%;
	text-indent: 0px;
	background-color: transparent;
	height: 40px;
	line-height: 30px;
}
.hCenter{
	text-align:center;
}
#cecmbook .rightClass .BkInfo h4{
	font-size: 13px;
}
#cecmbook .rightClass .BkInfo h5{
	font-size: 12px;
}
#cecmbook .rightClass #pControl{
	background-color: White;
}
/*-------推荐书刊-----end----*/
/*-------学习园地-----start----*/
#cecmStudy .leftClass{
	background: transparent url(../Img/studyleftbg.gif) no-repeat ;
	padding: 120px 0 0 0;
}
#cecmStudy .leftClass h4{
	background-color: #1A5BA2;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: White;
	font-weight: bold;
}
#cecmStudy .leftClass span{	
	float: right;
	pointer:cursor;
}
#cecmStudy .StudyTool 
{
	float:left;
	text-align:center;
	width:100%;
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
}
#doclist  ul{
	list-style: none;	
}
#doclist li{
	background-image: url(../Img/studyrighticon.gif);
	background-repeat: no-repeat;
	background-position:  0 center;
	width:100%;
	height: 25px;
	text-indent: 1em;
	line-height: 25px;
	white-space:nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}
#cecmStudy .rightClass h4,#cecmStudy .rightClass h3{
	border-bottom: 1px solid #1A5BA2;	
	background-color: #F1EFF1;
	background-image: url(../Img/bookrighttitlebg.gif);
	background-repeat: no-repeat;
	height:26px;
	line-height: 26px;
	text-indent: 2.5em;
	color: White;
	margin: 2px 0 0 0;
}

#cecmStudy .rightClass h5{
	border-bottom: 1px solid #1A5BA2;	
	background-color: #F1EFF1;	
	height:26px;
	line-height: 26px;
	margin: 2px 0 0 0;
}
#cecmStudy .rightClass2
{
	width:575px;	
	margin: 0px 0px 0px 1px;
	float: left;		
	line-height: 150%;	

}
#cecmStudy h5 a{
	color:white;
}
#cecmStudy #jijing{
	background-image:url(../img/study-bg.gif);
	background-repeat:repeat-x;
	margin:0 2px 0 2px;
}
#cecmStudy #jijing h4{
	width:150px;
	float:left;
	text-indent:24px;
	line-height:30px;
	background:url(../img/soft-index_22.gif) no-repeat 6px 9px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
#cecmStudy #jijing h5{
	text-indent:370px;
	line-height:30px;
	color:#FFFFFF;
}

#techList ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;	
}
#techList li{
	background: transparent no-repeat url(../Img/studyrighticon.gif)  10px center;
	background-repeat: no-repeat;
	height:20px;
	line-height:21px;
	margin: 1px 0px 2px 0px ;
	text-indent: 20px;
	width:100%;
	white-space: nowrap;
	overflow:hidden;
	text-overflow : ellipsis;
}

#cecmStudy .midbig .midleftclass{
	float:left;
	background-image:url(../img/study-bg1.gif);
	background-repeat:no-repeat;
	width:280px;
	margin-left:2px;
}
#cecmStudy .midbig .midleftclass h4{
	width:75%;
	font-size:12px;
	color: #0066CC;
	font-weight:bold;
	padding-top:14px;
	line-height:12px;
	text-indent:30px;
	float:left;
}
#cecmStudy .midbig .midleftclass h5{
	float:right;
	text-indent:2em;
	width:25%;
	margin-top:10px;
	font-size:12px;
	color:#FFFFFF;
}
#cecmStudy .midbig .midrightclass{
	float:right;
	background-image: url(../img/study-bg1.gif);
	background-repeat:no-repeat;
	width:280px;
	margin-right:2px;
}
#cecmStudy .midbig .midrightclass h4{
	width:75%;
	font-size:12px;
	color: #0066CC;
	font-weight:bold;
	padding-top:14px;
	line-height:12px;
	text-indent:20px;
	float:left;
}
#cecmStudy .midbig .midrightclass h5
{
	float:right;
	text-indent:2em;
	width:25%;
	margin-top:10px;
	font-size:12px;
	color:#FFFFFF;
}
#adclass{
	float:right;
	width:528px;
	height:70px;
	padding-left :40px;
	padding-top :10px
	/*background-color:#F3F3F3;
	border:1px #CCCCCC solid;
	background: no-repeat url(../Img/studyad.gif) center;*/
}
#cecmStudy .studynews{
	border-bottom:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	margin-bottom:10px;
	height:190px;
	width:278px;
	float:left;
}
#cecmStudy .studynews ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height:190px;
	
	
}
.rightClass #listContent ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

#cecmStudy .studynews li,#listContent li{
   background: transparent no-repeat url(../Img/studyrighticon.gif) 10px center;
	background-repeat: no-repeat;	
	height:20px;
	line-height:21px;
	margin: 1px 0px 2px 0px ;
	text-indent: 20px;
	width:100%;
	white-space: nowrap;
	overflow:hidden;
	text-overflow : ellipsis;		
}

.sDownClass{	
	width: 100%;
	text-align: left;
	text-indent: 4em;
	color: Orange;
	font-weight:bold;
}

#studyLeftList ul{
	list-style: none;
	margin: 0px;
}
#studyLeftList li{
	background: url(../Img/policy_leftbg.gif);
	height:30px;
	line-height: 30px; 
	text-align: center;
	margin:  0 0 2px 0; 
}

.payclass{
	font-size:12px;
	text-align: left;
	background-color: #f2ffff;
	font-weight:bold;	
	margin-top:2em;
}
.payclass ul{
	list-style: none;
	background-color: #f2ffff;
}
.payclass li
{
	height:18px;
	line-height:18px;
}
.paypriceclass{
	margin-left: 5px;
	margin-right: 5px;
	color:#FF6600;
}
.paytipclass{
	font-size:12px;
	color: #FF6600;
}
.payclass a{
	font-size:12px;
	margin-left: 4px;
	margin-right: 4px;
	color:#555FFF;
}
.paytipclass a{
	font-size:12px;
	margin-left: 4px;
	margin-right: 4px;
	color:#555FFF;
}

#StudyWarn{
	font-size:12px;
	text-align: left;
	background-color: #f2ffff;
	font-weight:bold;	
	margin-top:2em;
}
#StudyWarn ul{
	list-style: none;
	background-color: #f2ffff;
}
#StudyWarn li
{
	height:18px;
	line-height:18px;
	color:Red;
}

#studypay textarea{
	width: 320px;
	height: 150px;
	margin: 5px 0;
}
#studypay{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#studypay table{
	width: 75%;
	margin: 0px auto 0px auto;		
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;		
	text-align: left;	
}
#studypay caption
{
	background-image: url(../img/paybg.gif);
	border-top: 1px solid #CCCCCC;		
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;		

	height: 25px;
	line-height: 25px;	
	color:#336699;	
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 2em;
}
#studypay th{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
	height: 35px;
	font-weight: normal;
	text-align: left;
	text-indent:1em;
	width: 150px;
}
#studypay td{
	border-bottom: 1px solid #CCCCCC;
	height: 35px;
	font-weight: normal;
	padding:0 0 0 10px;
}
#studypay .cm{
	background-color: red;
	text-align: left;
	text-indent: 0;
	padding:0;
}
#studypay tfoot td{

	text-align: center;
}
#studypay tfoot a{
	color:#555FFF;
	font-weight: bolder;
	margin:auto 1em;
	padding:2px;
	border:1px solid #ccffff;
}
#studypay tfoot a:link,#studypay tfoot a:visited{
	text-decoration: none;
}
#studypay tfoot a:hover,#studypay tfoot a:active{
	border:1px solid #FFCC00;
	background-color: Orange;
	color:white;
	text-decoration: none;
}
#studypay .btnClass{
	border:1px solid #0066CC;
	background-color: gray;
	text-align:center;
	padding:1px 4px;
	font-size:12px;
	font-family: arial,verdana,sans-serif,'宋体';
	pointer:cursor;
}
#studypay .inputClass{
	border:1px solid #CCCCCC;
	padding:2px;

	margin-right:10px;
	font-family: arial,verdana,sans-serif,'宋体';
	font-size:12px;	
	height:24px;
}

/*-------学习园地-----end----*/

/*------出错提示界面----start----*/
#cecmerror{
	background-image: none;
	text-align:center;
}
#sError{
	width: 405px;
	margin:10px auto;
	text-align: center;
	background-image: url(../Img/error.gif);
	background-repeat: no-repeat;
	height:148px;
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}
#sError1{
	width: 405px;
	text-align: center;
	background-image: url(../Img/error1.gif);
	background-repeat: no-repeat;
	height:458px;
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}

#sError p{
	margin-top:100px;
}


.saey p,.saeyright p{
	color:#FF6600;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	text-indent:30px;
}
.saey p{
	margin-top:15px;
}
.saeyright p{
	margin-top:10px;
}
.saey ul{
	font-size: 12px;
	font-weight:normal;
	text-align:left;
	list-style:none;
	width:350px;
	margin-left:25px;
}
.saey li{
	line-height:20px;
}
.saey{
	font-size:14px;
	font-weight: bold;
	float:left;
}
.saeyright img{
	margin-top:30px;
}
.saey a,.saeyright a{
	color:#FF6600;
	font-size:12px;
}
/*------出错提示界面----end----*/


/**远程教育**/
#cecmEducation,#cecmEdumenu{
	background-image: none;	
}
#cecmEducourse .leftClass ul{
	list-style: none;
	margin:0;	
}
#cecmEducourse .leftClass li{
	background-image: url(../img/policy_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	text-align: center;
	}
#cecmEducourse .rightClass h3{
	width: 98%;
	border-bottom: 1px dotted #ccc;
	margin:0 auto;
	float: none;
	font-size: 14px;
	font-weight: bold;color: #FF6600;
	
}
#cecmEdumenu{
	background: transparent url(../Img/edumenubg.gif) repeat-x;
	
}
#Educationmenu{
	background-image:url(../img/teachbg2.gif);
	background-repeat: no-repeat;
	width: width;
	height: 45px;
   border-bottom: #BABABA solid 1px;
}
#Educationmenu ul{
	margin: 0;
	list-style: none;
}
#Educationmenu li{
   float:right;
	padding: 20px 10px 0 0;
}
.contents{  
	width: 55%;
	float: left;	
	margin:  0 0 0 10px;	
}
.contents p{
	width: 96%;	
	text-align: left;
	text-indent: 24px;	
	margin: 10px 0 10px 20px;
}
.contents p span{
	font-weight: bold;
}
.contents h4{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 30px;
	height: 22px;
	line-height: 22px;
	background: #FF5a00 no-repeat url(../img/jy-index.gif);
	margin: 5px 0 5px 5px;
	color: White;
}
.contents h5{
   text-align: left;
	width: 96%;
	font-size: 12px;
	font-weight: bold;
	text-indent: 30px;
	height: 22px;
	line-height: 22px;
	background-color: #E7E7E7;
	margin: 5px 0 0 15px;
}
.contents ol{
	text-align:left;
	float: left;
	width: 100%;
	padding-left:60px;
}

.contents ul{
	text-align: left;
	float: left;
	width: 100%;
	padding-left:25px;
	list-style: none;
}   
#cecmEducontent{
		background-image: url(../Img/teachbg.gif);
		background-repeat: no-repeat;
		background-position:top right;	
}
#cecmEducsign{
	background-image: url(../Img/sign.gif);
	background-repeat: no-repeat;
	background-position:top right;	
	height: 400px;	
}
#cecmEducourse table{
	width: 98%;
	margin:10px auto;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
}
#cecmEducourse td{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#cecmEducourse th{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #437FDF;
	color: White;
}
#cecmEducourse td.bgcolor{
	background-color: #f7f7f7;
}
 /*远程教育首页完*/
 /*------关于我们---广告服务---服务条款---start---*/
#cecmabout .rightClass h3{
	border-left: 12px solid #115CB1;
	background-image: url(../Img/lxwm.gif);
	background-repeat: repeat-y;
	float: none;	
	margin:15px auto;	
	width:94%;
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-indent: 1em;
}
#cecmabout .rightClass h4{
	border-left: 12px solid #115CB1;	
	background-image: url(../Img/lxwmbg2.gif);
	background-repeat: repeat-y;
	height: 25px;
	line-height: 25px;
	margin:15px auto;	
	width:94%;	
	text-indent: 1em;	
	font-weight: bold;
	color: White;
	float: none;	
}
#cecmabout .syearlist
{
	background-color: #FAFAD2;
	border-top:1px solid #DAA520;
	border-bottom:1px solid #DAA520;
	width:100%;
	margin:0 auto;
}
#cecmabout .syearlist ul{
	margin-left:0px;
	width:100%;
}
#cecmabout .syearlist li{
	float: left;
	display: block;
	width:80px;
	text-align: center;
}
#cecmabout .syearlist a{
	color:black;
	display: block;
}
#cecmabout .syearlist a:link,#cecmabout .syearlist a:visited{
	text-decoration: none;
	
}
#cecmabout .syearlist a:hover,#cecmabout .syearlist a:active{
	background-color: Orange;
	color:white;
}
#Announcecontents{
	margin:10px auto;	
	width:92%;	

	
}
#Announcecontents p{
width: 100%;
text-indent: 2em;
line-height: 25px;
color: #205A9D;
}
.aboutcontents{
	margin:10px auto;	
	width:92%;
}
.aboutcontents img
{
	display:inline;
}
.aboutcontents table{
	width: 100%;
	border-right: 2px solid white;
	border-top: 2px solid white;
	text-align: center;
}
.aboutcontents th,.aboutcontents td{
	background-color: #F1F1F1;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
}
.aboutcontents p{
width: 100%;
text-indent: 2em;
line-height: 25px;
color: #205A9D;
}
.aboutcontents ul
{
	color:#205A9D;
}
.aboutcontents a
{
	color:#205A9D;
}
.aboutcontents a:link,.aboutcontents a:visited
{
	color:#205A9D;
	text-decoration:none;
}
.aboutcontents a:hover,.aboutcontents a:active
{
	background-color:gray;
	color:white;
}
#aboutleftlist ul{
	margin: 0px;	
	list-style: none;
	width: 100%;
}
#aboutleftlist li{		
	background-image: url(../Img/policy_leftbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 30px;
	margin:1px 0px 0px 0px;
	text-align: center;
}
#navh3 {
	background-color: white;
	width:776px;
	margin:0 auto;
	text-align:left;
	text-indent: 1em;
}
.navcontents{
	width:776px;
	margin:0 auto;
	background-color: white;
	text-align:left;	
}
.navcontents dl{
	padding-left:1%;
	float: left;
	width:48%;
	margin:1em auto;
}
.navcontents dt{
	/*background-image: url(../Img/icon_left.gif);*/
	background-repeat: no-repeat;
	background-position: left;
	margin-left:20px;
	text-indent:1em;
	font-weight:bold;
	background-color: #f7f7f7;
	height:20px;
	line-height: 20px;
	border:1px solid #ccc;
}
.navcontents dd{
	color:#0033CC;
	text-indent: 1em;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-decoration: underline;
}
.navcontents dd a,.navcontents dd a:link,.navcontents dd a:visited{
	padding:2px;
	color:#0033CC;
	text-decoration: underline;
}
.navcontents dd a:hover,.navcontents dd a:active{
	padding:2px;
	color:white;
	background-color: #4169E1;
}
/*------关于我们---广告服务---服务条款 ---end---*/
/*-------意见反馈 ----start---*/
#usermind{
  	width: 500px;
	margin:20px auto;
	text-align: center;
	border-top: 1px solid #99CCFF;		
}
#cecmabout .rightClass #usermind ul{
	list-style: none;
	margin: 0;
	text-align: left;
}
#usermind li{
	float: left;
	width: 345px;	
	border-right: 1px solid #99CCFF;	
	border-bottom: 1px solid #99CCFF;
	padding:0 0 0 2px;
}
#usermind .usermleft{
	width: 148px;
	text-align: center;
	border-left: 1px solid #99CCFF;	
	background-color: #EEFFFF;
}
#usermind #usermcontleft{
	width: 148px;
	text-align: center;
	border-left: 1px solid #99CCFF;	
	background-color: #EEFFFF;	
}
#usermind li.usermcontent{
	height: 120px;
}
#usermind ul input{
	border: 1px solid gray;
	width: 200px;
	font-size: 12px;
}
#usermind ul li img
{
	display:inline;
}
.usermcontent textarea{
	border: 1px solid gray;
	width: 320px;
	height: 110px;
	font-size: 12px;
}
 /*-------意见反馈 -----end-----------*/
#prbContent h5{
	width: 100%;
	font-weight: bold;
	background-color: #f7f7f7;
}
#prbContent ul{
	list-style: none;
	border-bottom: 1px solid #ccc;
}
#prbContent li{
	width: 25%;
	float: left;
}
/*---------搜索中心--------------*/
.seaBg{
	width:776px;
	background-color: white;
	margin:0 auto;
	padding:1em 0 1em 0;
}
#SearchMenu{
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	width:500px;
	height:40px;
	margin:0 auto;
	padding-top:1.5em;
}
#SearchMenu ul,#adSearch ul{
	list-style: none;
	width:100%;
}
#SearchMenu li,#adSearch li{
	float: left;
	margin-right:1em;
	height:30px;
	
}
#SearchMenu .biginput{
	border: 1px solid gray;
	background-color: white;
	width:250px;
	font-size:14px;
	color:black;
}
#SearchMenu input{
	border: 1px solid #ccc;
	padding:1px;
	color: Gray;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#adSearch{
	border:1px solid #DAA520;
	background-color: #FAFAD2;
	width:500px;
	height:80px;
	margin:1em auto;
	padding:.5em 0 1.5em 0;
	display: none;
	text-align: left;
}
#adSearch input{
	border:1px;
}
#adSearch li{
	float: none;
}
#adSearch span{
	color: Gray;
	float: right;
	cursor: pointer;
}
.searchList{
	width:776px;
	margin:0 auto;
	background-color:white;
	padding:1em 0;
}
.searchItem{
	line-height: 1.6em;
	width:90%;
	text-align: left;
	margin:1em auto;
}
.searchItem a{
	font-size:14px;
	height:25px;
	line-height: 25px;
	padding:2px;
}
.searchItem a:link{
	color:#261CDC;
	background: White;
	text-decoration: underline;	
}
.searchItem a:visited{
	color:#993399;
	background: White;
	text-decoration: underline;	
}
.searchItem a:hover,.searchItem a:active{
	color:black;
	background-color: #99CCFF;
}
.searchItem .green{
	color: Green;
}
#topKeyWords,#pageData{
	border-top:1px solid #3366CC;
	background: #E5ECF9;
	width:776px;
	margin:0 auto;
	height:30px;
	line-height: 30px;
	text-align: right;
}
#pageData ul{
	list-style: none;
	float:right;
}
#pageData li{
	float:left;
	margin:0 .5em;
}

.pageSplitInfo{
	color:black;
	font-size:12px;
	margin-right:1em;
	height: 20px;
	line-height: 20px;
}

.pageSplitIndex a{

	width: 20px;
	text-align: center;
	height:16px;
	border: 1px solid #ccc;
	margin:1px;
	padding:1px;
	cursor:pointer;
}
.pageSplitSelected{
	width: 20px;
	text-align: center;
	height:16px;
	border: 1px solid #ccc;
	margin:1px;
	padding:1px;	
	font-weight: bold;
	background-color: Black;
	text-decoration: none;	
}
.pageSplitSelected a{
	color:white;
}
/*专家咨询远程教育等临时页面*/
#tempContent{
	padding:1em;
}

/*入网指南*/
#rightclass{
	float:right;

	width:575px;
}
#jointoppic{
	background-image: url(../img/newpad.gif);  /*leftmenu顶部图片*/
	background-repeat: no-repeat;
	padding: 123px 0px 0px 0px;	
}

#jointoppic h4{
	background-image: url(../img/policy_leftbg.gif);
	color: black;
	height: 30px;
	line-height: 30px;
	width: 200px;
	font-weight: bold;
	text-align: center;
}


#jointoppic ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
#jointoppic li{	
	background-repeat: no-repeat;	
	height: 25px;
	line-height: 25px;
	margin:  1px 0px 2px 0px ;
	text-align:left;
	text-indent:10px;
}

.joinziliao ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.joinziliao li{
   background: transparent no-repeat url(../img/xx_index.gif) 5px 10px;
	background-repeat: no-repeat;	
	height:20px;
	line-height:20px;
	margin: 1px 0px 2px 0px ;
	text-indent: 15px;
}
#rightclass p{
	font-size:12px;
	text-indent:24px;
	width:560px;
	margin-top:10px;
}
#rightclass h4{
	font-size:12px;
	font-weight:bold;
	text-indent:24px;
	margin-top:10px;
}
#rightclass table{
	text-align:center;
	border-top:1px #CCCCCC solid;
	border-left:1px #CCCCCC solid;
	width:550px;
	margin-top:10px;
}
#rightclass td{
	border-bottom:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	height:25px;
	text-align: left;
	text-indent:30px;
}
#rightclass h3{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	text-indent:40px;
}
#rightclass ol{
	width:500px;
	font-size:12px;
	margin-top:0px;
}
#rightclass li{
	text-indent:24px;
}
#rightclass ul{
	list-style:none;
}

#liucheng ol{
	width:500px;
	font-size:12px;
	color:#000000;
}
#liucheng li{
	text-indent:24px;
	line-height:24px;
}
#shenqing{
	width:400px;
}
.ruwangbg{
	background-color:#F7F7F7;
	width:100px;
}
#rightclass img
{
	display:inline;
}
#hongtouwenjian{
	width:100%;
	text-align:center;
	height:30px;
	font-size:18px;
	color:#FF0000;
	padding-top:30px;
	font-weight:bold;
	border-bottom:1px #FF0000 solid;
}
#biaotip{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:96%;
	height:50px;
	padding-top:20px;
}
#jieshao1 p{
	width:280px;
	float:left;
	padding-left:10px;
}
.STYLE1 {color: #FF3300}
.STYLE2 {color: #0033CC}


/*常见问题*/
#sQuestion  h3{
	color: #FF6600;
	height:20px;
	line-height:20px;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
}
#sQuestion p{
	font-size:12px;
	text-indent:26px;
	color:#003399;
	margin:10px 0 10px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:12px;
}

/*企业之窗*/
#qyzcright{
	float:left;
	background-image:url(../img/qyzc_index_03.gif);
	background-repeat:no-repeat;
	padding-top:106px;
	background-position:2px 2px;
	width:574px;

}
.fadian{
	float:left;
	background-image:url(../img/qyzc_index_10.gif);
	background-repeat:repeat-x;
	width:287px;
}
.fadian1{
	float:left;
	background-image:url(../img/qyzc_index_10.gif);
	background-repeat:repeat-x;
	width:100%;
}
.dianwang{
	float:right;
	background-image:url(../img/qyzc_index_10.gif);
	background-repeat:repeat-x;
	width:287px;
}
.fadian h4,.dianwang h4,.fadian1 h4{
	height:27px;
	line-height:27px;
	float:left;
	background-image:url(../img/qyzc_index_13.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
	text-indent:35px;
}
.dianwang h5,.fadian h5{
	height:27px;
	line-height:27px;
	float:right;
	margin-right:5px;
}
.fadian ul,.dianwang ul,.fadian1 ul{
	list-style:none;
	margin-top:30px;
}
.fadian li,.dianwang li,.fadian1 li{
	border-bottom:1px #CCCCCC dashed;
	height:26px;
	line-height:26px;
	text-indent:24px;
	width:96%;
}
.fadian li a:link,.dianwang li a:link,.fadian1 li a:link{
	color:#000000;
}
.fadian li a:visited,.dianwang li a:visited,.fadian1 li a:visited{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.fadian li a:hover,.dianwang li a:hover,.fadian1 li a:hover{
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
#qiyetuijian{
	background-image: url(../img/qyzc_index_06.gif);  /*leftmenu顶部图片*/
	background-repeat: no-repeat; 
}

#qiyetuijian h4{
	background-image:url(../img/qyzc_index_19.gif);
	color:#fff;
	height:27px;
	line-height:27px;
	width: 200px;
	font-weight: bold;
	text-indent:35px;
	margin-bottom:5px;
	margin-top:40px;
}
#qiyetuijian img{
	padding:6px 0 0 7px;
}


#qiyetuijian ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}
#qiyetuijian li{	
	background-repeat: no-repeat;	
	height:60px;
	line-height:60px;
	margin: 1px 0px 2px 0px ;
	text-align:center;
}
/*企业之窗完*/
/*入网名单*/
#ruwangmd{
	width:100%;
	background-color:#FFFFFF;
	text-align:center;	
}
#ruwangmd ul{
	width:98%;
	list-style:none;
	margin:20px 0 30px 50px;
}
#ruwangmd li{
	float:left;
	margin-right:30px;
	width:200px;
	text-align:left;
	height:40px;
}
#ruwanggengduo{
	float:right;
	margin-right:10px;
}
