﻿
/* 全局样式 */
*{margin:0;padding:0;}
body{font:normal 12px/20px "宋体",Verdana,Arial,Helvetica,sans-serif;color:#4c4c4c;background-color:White;}
img{border:none;}
ul,li{list-style-type:none;}
/* 全局链接样式 */
a,a:link,a:visited{color:#6a6a6a;text-decoration: none;}
a:hover,a:active{color:#0b63ff;text-decoration:none;}
/* 其他属性 */
.txt-left{text-align:left;}
.txt-center{text-align:center;}
.txt-right{text-align:right;}
.text-bold{font-weight:bold;}
.left{ float: left;}
.right{ float: right;}
.hidden {display: none;}
.unline,.unline a{text-decoration: none;}
.noborder{border:none;	}
.nobg{background:none;}
.clear{font-size:0px;width:0px;height:0px;line-height:0px;visibility:hidden;clear:both;}



/*分页控件样式开始*/
.pages {color: #999;text-align:center; height:30px;}
.pages .cpb { font-weight: bold; color: #fff; background: #E61636; border:1px solid #E61636;}
.pages input{vertical-align:middle;} 
.pages a, .pages .cpb { height:14px; text-decoration:none; padding: 2px 2px; border: 1px solid #ddd;background: #ffff;margin:0 1px; font-size:11px; color:#000;}
.pages a:hover { height:14px;background-color: #E61636; color:#fff;border:1px solid #E61636; text-decoration:none;}


/*文字颜色*/
.color69{color:#696969;}
.colorRed{color:#ff0000;}

/*全局圆角样式*/
.xtop, .xbottom {display:block; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block;overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 { background-color:#f6f9f8;border-left:1px solid #eae8e9; border-right:1px solid #eae8e9;}
.xb1 {margin:0 5px; background:#eae8e9;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {background-color:#f6f9f8;border:0 solid #eae8e9; border-width:0 1px;}


/*网页头信息*/
#top{width:1004px;height:80px;margin:auto;background:url(../img/topbg.png) repeat-x;overflow:hidden;}
#top .logo{width:600px; margin:0 0 0 8px; float:left;}
#nav{width:396px;height:80px;float:left;text-align:right;}
#nav .sc{padding:2px 8px 0 0}
#nav span{height:38px;padding:35px 18px 0 0;float:right;display:block;text-align:right;}
#nav span a{color:#000000;text-decoration:none;}
#nav span a:hover{color:#CE0000;text-decoration:none;}

#smallNav{width:940px;height:31px;margin:0 auto; padding:0 32px;line-height:31px;background:url(../img/navbg.png) repeat-x;}
#smallNav  ul li{height:30px;display:inline;margin:0 10px;line-height:31px;font-family:arial;}

#smallNav a{ color:#ffffff;font-size:14px; font-weight:bold;font-family:arial;margin-right:16px;}
#smallNav a:hover,#smallNav a:active{ color:#ff9f6f;font-size:14px; font-weight:bold;font-family:arial;}
#smallNav .onmoue a{color:#ff9f6f;padding:7px 0;font-size:14px; font-weight:bold;font-family:arial;}


#main{width:1004px;margin:13px auto 0 auto;}

#left{width:240px;float:left;border-right:1px solid #94c6e1;}
#right{width:746px;padding-left:15px;float:left;background:#f8f8fe;}
.typeTitle{width:200px;height:25px;padding:3px 0 0 8px;margin:2px auto 5px auto; line-height:28px;color:#003365;font-weight:bold;overflow:hidden;border-bottom:2px solid #94c6e1;}
.typeContent{width:200px;margin:5px auto;padding:3px 0 0 8px;overflow-x:auto;}

#list{width:672px;margin:auto;}




/*网页尾信息*/
.copyright{width:1004px;height:76px;margin:15px auto 0 auto;line-height:26px;color:#07559d;text-align:center;border-top:4px solid #006bc6;background:url(../img/copyrightbg.png) repeat-x;padding-top:6px;}
.copyright a:link,.copyright a:visited,.copyright a:hover,.copyright a:active{color:#07559d;font-weight:bold;}
.copyright hr{width:100%;height:2px;margin:auto;border:none;border-top:2px solid #cccccc;}

/*按钮样式*/
.btn1{width:85px;height:26px; border:none;background:url(../img/button1.png) no-repeat;}

/*文本框样式*/
.text1{height:22px;line-height:24px;border:1px solid #cecece;}
