@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:auto;margin-left:10px;border:1px solid #e2e2e2;padding-bottom:20px;}
.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;padding-top:20px;}
.mainRightBody p{font-size:14px;line-height:25px;text-indent:30px;color:#333;padding-bottom:20px;}