@charset "utf-8";
/* CSS Document */

body{font-family: Arial, Tahoma, Helvetica, sans-serif; margin:0px; background:#d0e2b0; font-size:12px;}
.header{width:90%; display:table; margin:auto; margin-top:20px; height:150px; background:#fff; background:url(../image/bglogo.png) no-repeat left #fff; border-top:3px solid #7a9e1e; border-bottom:3px solid #7a9e1e;
position:relative;}
.header .logo{width:70px; height:70px; top:40px; left:40px; position:absolute}
.header .logo img{width:70px; height:70px; border:none;}
.header .logo-title{width:500px; height:70px; top:40px; left:130px; position:absolute; padding-top:10px}
.header .logo-title .logo-title-text{font-family:Open Sans, sans-serif; font-size:20px; color:#7a9e1e; font-weight:bold;}
.header .logo-title .logo-title-text-1{font-family:Open Sans, sans-serif; font-size:16px; color:#7a9e1e;line-height:200%}


.menu{width:90%; display:table; margin:auto; height:35px; background:#fff; border-bottom:1px solid #7a9e1e;}
.menu .menu-1{float:left}
.menu .menu-2{margin-right: 10px; float:right; padding:10px 10px; text-align:right;  color:#d0e2b0}
.menu .menu-1 ul{ font-family: Arial; font-size:14px; color:#7a9e1e; font-weight:bold}
.menu .menu-1 li{display:inline-block; width:150px; height:35px; line-height: 2.5; text-align:center}
.menu .menu-1 li:hover{display:inline-block; width:150px; height:35px; line-height: 2.5; text-align:center; background:#f3ffe6}
.menu .menu-1 .first{display:inline-block; width:150px; height:35px; line-height: 2.5; text-align:center; background:#f3ffe6}
.menu .menu-1 a{text-decoration:none; color:#7a9e1e; display:block}

.menu .menu-2 a{color:#d0e2b0; text-decoration:none}
.menu .menu-2 a:hover{color:#7a9e1e; text-decoration:underline}

.content{width:90%; display:table; margin:auto; min-height:400px; background:#fff; border-bottom:3px solid #7a9e1e;}
.content .nd{padding:30px 50px 30px 50px}
.bor-content{width:90%; display:table; margin:auto; height:10px; background:#fff;}
.footer{width:90%; display:table; margin:auto; margin-top:20px; height:40px; font-size:10px;}
.footer a{color:#fff; text-decoration:none;}
.footer a:hover{color:#fff; text-decoration:underline;}

.listBox {font-family: Arial; font-size:12px; padding:3px; border:solid 1px #999;}
.viewFrame {width:100%; height:600px; border:solid 1px #7a9e1e;}

