@charset "utf-8";
/* CSS Document */
/*内容页主体开始*/
a:link { text-decoration: none; color: #323433; }
a:visited { text-decoration: none; color: #176309; }
a:hover { text-decoration: none; color: #323433; }
a:active { text-decoration: none; color: #323433; }
#content { width: 980px; height: 600px; min-height: 600px; height: auto; background-color: #f5f6fa; margin: 0 auto; margin-top: 10px; display: block; background: url(../image/content_bg.jpg) repeat-y; }
/*内容页左侧开始  15-46行*/
#content #content_left { width: 207px; min-height: 600px; background-color: #ecf1ed; float: left; }
#content #content_left .main_left_bg { width: 207px; height: 37px; background: #006930; font-size: 14px; font-weight: 800; color: #fff; text-indent:10px; line-height: 37px; letter-spacing: 2px; margin-bottom: 10px; text-align: left; }
#content #content_left .main_list { width: 180px; height: 110px; margin-bottom: 30px; text-align: left; }
#content #content_left .main_list li { list-style: none; line-height: 23px; font-size: 12px; color: #000; display: block; padding-left: 0px; letter-spacing: 1px; text-align: left; }
/*内容页左侧结束*/


/*内容页右侧开始*/
#content #content_right { width: 750px; min-height: 600px; background-color: #f5f6fa; float: right; }
#content #content_right #main_right_bg { background: url(../image/about_right_bg.jpg) no-repeat; width: 750px; height: 37px; font-size: 12px; color: #176309; line-height: 38px; padding-left: 40px; text-align: left; }
#content #content_right #content_main { font-size: 12px; font-weight: 400; color: #313131; line-height: 22px; letter-spacing: 1px; text-indent: 2em; padding-left: 20px; padding-right: 20px; padding-bottom: 15px; text-align: left; }

/*内容页主体结束*/
