﻿@charset "utf-8";
/* CSS Document */
* { margin:0 auto;}
body {margin:0px;padding:0px;font-size:12px;background:#fff;}
a:link,a:visited { text-decoration:none;color:#000000;}
a:active,a:hover { text-decoration:underline;color:red;}

/* 顶部 */
#head{width:960px;}
.head_tit { width:960px; background-color:#018911;}
.head_tit h1 { color:#FFFFFF; font-size:14px; padding-left:20px; line-height:24px;}
.head_tit h1 a:link{color:#FFFFFF;}
.head_tit h1 a:visited{color:#FFFFFF;}
.head_nr { width:953px; border-bottom:1px #018911 solid; border-left:1px #018911 solid; border-right:1px #018911 solid; line-height:30px; padding-left:5px;}

/* GD */
#gdlink { width:958px;border-bottom:1px #018911 solid; border-left:1px #018911 solid; border-right:1px #018911 solid; }
#gdlink li { width:310px; float:left; padding:4px;}

/* 中部 */
#box { width:960px; padding-top:5px; padding-bottom:5px;}
.box_left { float:left; width:130px;border:1px #018911 solid;}
.box_left ul li { float:left; line-height:30px; font-size:14px; width:120px; padding-left:5px;}
.box_left ul li a:link{color:#018911;}
.box_left ul li a:visited{color:#018911;}
.box_right { float:right; width:820px;border:1px #018911 solid;}
.list_ar { width:810px; margin:5px;}
.ar_tit {border-bottom:1px #999999 dashed; width:810px;}
.ar_tit h2 { font-size:14px; line-height:30px; color:#018911;}
.ar_nr { line-height:20px; color:#018911;}
.box_right ul { width:812px; margin:0 4px;}
.box_right ul li { width:406px; float:left; border-bottom:#666666 1px solid; margin-bottom:4px; height:80px;}
.box_right ul li h2 { color:#FFFFFF; width:406px; font-size:14px; border-bottom:1px #999999 dashed; line-height:25px; }
.box_right ul li h2 a:link{color:#018911;}
.box_right ul li h2 a:visited{color:#018911;}
.box_right ul li span {color:#666666;font-size:12px; margin:0 4px;}

/* 友链 */
#link {width:958px; border:1px solid #018911;}
#link ul { width:950px; margin:1px 4px;}
#link ul a:link {color:#666666;}
#link ul a:visited {color:#666666;}

/* 底部 */
#foot { width:960px; background-color:#018911;}
#foot p { line-height:20px; margin:5px; color:#FFFFFF;}
#foot p a { color:#FFFFFF;}

