﻿
body{margin:0px;
     font-family: '宋体';
     font-size:12pt;
     color:#000;
     background: #cdcdcd;
     } 

/* General Links */
a{text-decoration: underline;
   color : #0000ee; 
   border: 0px;} 
a:hover{color: #0000ee;
        } 


/* General Class */

img {border: none;}
form {padding: 0px; margin: 0px; }
input{background: #ebf7ff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00557b; }
select { background: #ebf7ff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00557b; }
textarea { background: #ebf7ff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#3a5c73; padding: 6px;}
ul a:link{color:#000;text-decoration:none}
ul a:visited{color:#555;text-decoration:none}
ul{line-height:180%;
   }


/* wrapper (FULL PAGE) */

#wrapper{margin-left:auto;
         margin-right:auto;
         width:778px;
           }


/* header*/

#header{width:100%;}
#header div.logo{background:url(images//logo_content.jpg);
                 height:113px;
                 }
#header div.nav{background-color:#1F4D94;
                font-size:10pt;
                color:#fff;
                border-top:solid #fff 1px;
                line-height:17pt;
                padding-left:2px;
                }
#header a{text-decoration: none;
          color: #fff; 
          border: 0px;}
#header a:hover{text-decoration: underline;
                color:#ffff00;}

/* container*/
#container{background-color:#eee;         
           }
#container div.control{background-color:#A7D0DF;
                       color:#555;
                       line-height:15pt;
                       text-align:center;  
                       font-size:10pt; 
                       width:100%;
					   border-top:2px solid #ccc;
                       }
#container div.control a{text-decoration: none;
                         color: #555; 
                         border: 0px;}
#container div.control a:hover{text-decoration: underline;
                               color: #aa0000; 
                               }
#container span.left{display:block;
                    float:left;
                    width:500px;
                    text-align:right
}
#container span.right{display:block;
                      float:right;
                      width:70px;
                      background-color:#6F89AD;
                      margin:1px 3px 1px 0px;
                      color:#fff;
                      }
#container span.right a{text-decoration: none;
                        color: #fff; 
                        background-color:#6F89AD;
                        border: 0px;}
#container span.right a:hover{text-decoration: none;  
                        background-color:#aa3300;
                        color:#fff
}
#container div.content{
                margin:0px auto;
                border:1px solid #ccc;
                border-top:2px;
                background-color:#fafafa;
                }
#container div.content p {
		margin:0;
		padding:0 18px;
}
#container div.content ul li {
		margin:0 18px;
		padding:0;
}
#container div.time{clear:both;
                width:778px;
                background-color:#e0e0e0;
                text-align:right;
                height:20px;
                line-height:18pt;
                font-size:0.8em;
                margin-top:20px;}

#container h2{color:#5599ff;
             font-size:1.4em;
             color:#bb0000;
             text-align:center;
             padding:25px 50px 7px 50px;
             }
#container p{text-align:left;
             line-height:180%;
             text-indent:2em;
             padding:0 30px 10px 30px;
             margin:0;
            }
#container p.center{text-align:center;
                    text-indent:0em;}

#container ul{
         list-style:square;
         padding-left:20px;
         margin:3px;
         margin-bottom:20px;
		 }
#container li{margin-top:5px;
         margin-bottom:5px;
         }



p.name{background-color:#eee;
      font-weight:bold;
	  padding:3px;
	  }
/* info */
#info{clear:both;   
      width:90%;
      margin-left:30px;
      margin-top:20px;
      }
#info h3{color:#000088;
         margin-top:20px;
         margin-bottom:0;
         font-size:1.2em;}
#info ul{
         
         border-top:1px solid #666666;
         border-bottom:1px solid #666666;
         list-style:square;
         padding-left:20px;
         margin:3px;
         margin-bottom:20px;
}
#info li{margin-top:5px;
         margin-bottom:5px;
         }
#info li a{text-decoration: none;
           color: #000; 
           border: 0px;
         }
#info li a:hover{text-decoration: underline;
           color: #aa0000; 
           border: 0px;
         }

/* table */
#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}
th {
	font-size:11pt;
	/*color: #4f6b72;*/
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images//bg_header.jpg) repeat-x;
	width:140px;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
	/*color: #4f6b72;*/
}
#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	text-align: left;
	padding: 6px 6px 6px 12px;
	line-height:180%;
	font-size:10pt;
	/*color: #4f6b72;*/
}

td.alt {
	background: #F5FAFA;
	/*color: #797268;*/
}
th.tos {
	border-left: 1px solid #C1DAD7;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	/*color: #797268;*/
}


/* footer */
#footer{background-color:#666;
        color:#fff;
        line-height:180%;
        font-size:10pt;
        text-align:center;
        padding-top:10px;
        margin-top:1px;}
#footer a{color: #fff; 
          text-decoration:underline;
          }

/* ye wu guan li */
#ywwrapper{margin-left:auto;
         margin-right:auto;
         width:900px;
           }
#ywwrapper div.logo{background:url(images/titlebg900.jpg);
                 height:98px;
                 }
div.title{border:solid 2px #66A8C8;
       font-size:20pt;
	   font-weight:bold;
	   color:#075D87;
	   width:896px;
	   text-align:center;
	   padding:15px 0px 15px 0;
	   background:url(images/yegl_title.gif) no-repeat;
	   }

div.left{background:url(images//yegl_left_bg.jpg) repeat-x;
         height:500px;
		 float:left;
		 width:150px;}
div.left ul{list-style:none;
            margin:20px 10px 10px 0px;
			padding:0px;}
div.left li{list-style:none;
            background:url(images//arrow_right.gif) no-repeat right;
            font-size:11pt;
			font-weight:bold;
			color:#012A3E;
			margin-left:-20px;
			padding-left:20px;
			padding-top:0px;
			border-bottom:#fff 1px solid;}
div.left a:{font-size:11pt;
			font-weight:bold;
			color:#012A3E;
			text-decoration:none;}
div.left a:visited{color:#012A3E;}
div.left a:hover{
			color:#e0e0e0;}
#ywwrapper div.content{float:right;
                margin:0px auto;
                border:1px solid #ccc;
                border-top:2px;
                background-color:#fafafa;
				width:745px;
				height:500px;
				min-height:500px;
                }
#ywwrapper [class].content{height:auto;} 
#ywwrapper div.time{clear:both;
                width:900px;
                background-color:#e0e0e0;
                text-align:right;
                height:20px;
                line-height:18pt;
                font-size:0.8em;
                margin-top:20px;}
/* zhengwugongkai mulubiao*/
table.table_zwgk,table.table_zwgk td,table.table_zwgk th{
	border:#1C4E8F solid 1px;
	border-collapse:collapse;
	font-size:12px;
	text-align:center;
	}
table.table_zwgk th{
	background:#FFFFee;
	padding:3px;
	}
th.no1{width:6%;}
th.no2{width:28%;}
th.no3{width:9%;}
th.no4{width:16%;}
th.no5{width:16%;}
th.no6{width:12%;}
th.no7{width:13%;}

table.table_minlu,table.table_minlu td table.table_minlu th{
padding: 0;margin: 0;border:1px solid; border-collapse:collapse; table-layout: fixed; width=650px; font-size:12px}
table.table_minlu th{font-size:11pt;	color: #4f6b72;	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images//bg_header.jpg) repeat-x;}
th.col1{width:25px}
th.col2{width:180px}
th.col3{width:140px}
th.col4{width:150px}
th.col5{width:40px}
th.col6{width:95px}


div.div_zwgk{
	margin:10px 10px 10px 0px;
	padding:10px 10px 10px 0px;
	}

/* search*/
#search{background:#fff;
}
#search div.item{padding:20px;
        padding-bottom:0px;}
#search ul{padding:20px;padding-bottom:0px;}
#search li{padding:10px;}
#search input,select{margin-left:10px;
             }
#search div.button{margin-left:250px;
        margin-bottom:20px;
         margin-top:0px;}
#search div.result{border-top:#000 solid 2px;
        padding:10px;}
#search div.tip{background-color:#D4F4F7;}
#search div.resultitem{line-height:150%;
                     
					   margin:5px 5px 5px 10px;;
					   padding-left:10px;
					   background-color:#F4FCFD
					   }
#search a{color:#000;font-size:11pt;text-decoration:none;}
#search a:hover{color:#990000;}
#search div.pages{font-size:10pt;margin-top:25px;margin-bottom:10px;text-align:center;}

div.leader{margin-bottom:100px;
            }
div.leader li{list-style:none;
		   }
