@charset "utf-8";
/* CSS Document */
/*公共样式*/
div,html,body,p,h4,h3,h5,ul,li,span,img{margin:0;padding:0;}
h2,h3h4,h5,p,span{font-family:"微软雅黑";font-size:12px;color:#333;}
html,body{font-family:"微软雅黑";min-width:1200px;max-width:1920px;margin:0 auto;}
a{text-decoration:none;color:#333;}
ul,li{list-style:none;}
img{border: none;vertical-align: middle;list-style:none;}
.fl{float:left;}
.fr{float:right;}
input{outline:none;border:none;}
.clear{clear:both;}
/*main*/
.main{width:1024px;height:auto;margin:0 auto;background:#fff;padding:10px 0;}
.navigation{width:1004px;height:35px;border:1px solid #e2e2e2;margin:0 auto;}
.navigation a{font-size:14px;line-height:35px;color:#333;}
.navigation a:hover{text-decoration:underline;color:#116fd0;}
.mainWrap{width:1004px;height:auto;margin:0 auto;padding-top:10px;overflow:hidden;}
.mainLeft{width:220px;height:auto;;border:1px solid #e2e2e2;}
.mainLeftTitle{width:220px;height:50px;background:url(../images/titBg.jpg) repeat-x;font-size:16px;line-height:50px;text-indent:20px;font-weight:700;color:#2266c3;border-bottom:1px solid #e2e2e2;}
.mainLeft ul li{width:200px;height:50px;border-bottom:1px dotted #e2e2e2;margin:0 auto;}
.mainLeft ul li a{display:inline-block;font-size:15px;width:200px;line-height:50px;text-indent:20px;}
.mainRight{width:770px;height:743px;margin-left:10px;border:1px solid #e2e2e2;padding-bottom:20px;position:relative;}
.mainRightTitle{width:730px;height:55px;border-bottom:1px dotted #e2e2e2;margin:0 auto;}
.mainRightTitle h3{width:730px;line-height:55px;font-size:16px;color:#2266c3;text-align:center;}
.mainRightBody{width:730px;margin:0 auto;height:auto;}
.mainRighttitle{width:730px;height:30px;margin:0 auto;border-bottom:1px dotted #e2e2e2;padding:20px 0 10px 0;}
.mainRighttitle p{float:left;font-size:15px;line-height:30px;color:#333;padding-left:20px;background:url(../images/dot1.png) no-repeat 5px 15px;}
.mainRighttitle span{float:right;font-size:15px;line-height:30px;color:#999;padding-left:20px;;}
.mainRighttitle p:hover{color:#ffb71b;text-decoration:underline;background:url(../images/doty.png) no-repeat 5px 15px;}
/*分页*/
.cb{position:absolute;bottom:36px;right:0;}
#pageGro{ width:313px; height:25px; margin:0px auto; padding-top:30px;}
#pageGro div,#pageGro div ul li{ font-size:12px; color:#999; line-height:23px; float:left; margin-left:5px;}
#pageGro div ul li{ width:22px; text-align:center; border:1px solid #999; cursor:pointer;}
#pageGro div ul li.on{ color:#fff; background:#3c90d9; border:1px solid #3c90d9;}
#pageGro .pageUp,#pageGro .pageDown{ width:63px; border:1px solid #999; cursor:pointer;}
#pageGro .pageUp{ text-indent:23px; background:url(../images/pageUp.png) 5px 7px no-repeat;}
#pageGro .pageDown{ text-indent:5px; background:url(../images/pageDown.png) 46px 6px no-repeat;}