/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/tools/css/reset/

The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level playing field across 
A-grade browsers and providing a sound foundation upon which you can explicitly 
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {display:inline-block;}  /*为了修复ie7不能使用after伪类*/
/* 只在win系统的ie中有效Hide from IE Mac \*/
* html .clearfix {height: 1%;}  /*修复ie6中的bug*/
.clearfix {display:block;}   /*为了修复ie7不能使用after伪类*/
/* End hide from IE Mac */


body{
    color: #444444;
    font: 12px/180% Arial,"宋体",Helvetica,sans-serif,Verdana;
    background: url('bg_02.gif') repeat-x;
    text-align: center;
    width:960px;
    margin:0 auto;

}
a:link,a:visited{
    color:#444;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:active{
    text-decoration: underline;
}
#header{
    width:960px;
    text-align: left;
    margin:0 auto;
    background: url('top_04.jpg') left top no-repeat;
}
.top{
 
}
.top h1{
    float:right;
}

.logo{
    margin-left:10px;
    height:80px;
}

.nav{
    background: url('nav_08.gif') left top;
    height:42px;
}
.nav li{
    float:left;
}
.nav ul{
    padding-left:15px;
}
.nav li a{
    color:#fff;
    display: block;
    height: 42px;
    width:100px;
    text-align: center;
    line-height: 3em;
}
.nav li a:hover{
    text-decoration: none;
    background: url('hover_03.gif') left center no-repeat;
}
.nav li a:active{
    text-decoration: none;
}
#content{
    width:960px;
    margin:0 auto;
    text-align: left;
}
.content_right{
    float:right;
    width:675px;
}
.text{
    padding:10px 15px;
}
.text p{
    text-indent: 2em;

    
}
.box{
    padding-top:10px;
    padding-bottom:10px;
}
.content_box{
    margin-top:10px;
    overflow: hidden;
}
.title_b{
    background: url('left_class_bg.png') no-repeat;
    height:36px;
    padding-left:40px;
    line-height:3em;
}
.list_good li{
    float:left;width:160px;
    margin-top:20px;
    margin-bottom:20px;
}
.list_good ul{
    padding:10px 15px;
    overflow:hidden;
}
.list_good li img{
    width:133px;
    height:100px;
   display: block;
   margin-bottom:10px;
}

.content_left{
    width:270px;
}
.title_s{
    background: url('right_class_bg.gif') no-repeat;
    height:36px;
    padding-left:40px;
    line-height:3em;
}
.sub_nav{
    background: #f9f9f9;
    border:1px solid #F1F0F0;
}
.sub_nav li a{
    display: block;
    padding:10px 20px;
   border-bottom:1px dashed #ccc;
}
.sub_nav li{
     
     padding:0 20px;
}
.sub_nav li a:hover{
    text-decoration: none;
}
.news_left{
    padding:10px 15px;
    border:1px solid #F1F0F0;
    background: #f9f9f9;
}
.news_left li{
    background: url("news_arrow.gif") left center no-repeat;
    margin-top:6px;
    padding-left:14px;
}
#footer{
    margin:0 auto;
    width:960px;
    clear:both;

}
.links_friend{
    border:1px solid #f1f0f0;
    margin-top:20px;
    
}
.links_friend ul{
    overflow:hidden;

    padding:10px 20px;
}
.links_friend span{
    display: block;
    text-align: left;
    background: #eee;
    padding:5px 10px 5px;
}
.links_friend li{
    float:left;
    margin-right:15px;
}
.copyright{
    margin-top:10px;
    margin-bottom:10px;
}
.news_right a{
    font-size:14px;
}
.news_right {
    padding:10px 10px 15px;
}
.news_right li{
    padding-left:20px;
    background: url('news_arrow.gif') left center no-repeat;
    margin-top:5px;
    padding-bottom:5px;
    border-bottom: 1px dashed #CCCCCC;
}
.news_right li span{
    float:right;
    color:#7E7E7E;
}
.text_body{
    padding-top:10px;
    padding-bottom:10px;
}
.text_body h1{
    border-bottom: 2px solid #F5F5F5;
    font-size: 16px;
     height: 40px;
    line-height: 30px;
    margin-bottom: 6px;
    text-align: center;
}
.text_body p{
    text-indent: 2em;
    margin:10px 20px;
    line-height:2em;
    
}
p.info{
    text-align: center;
    margin-top:0;
}
p.info span{
    padding:4px 10px;
    color:#777;
}
h1.good{
    padding-left:0;
    border-bottom:none;
}
ul.category {
    margin-top:20px;
}
ul.category li{
     display: inline;
    float: left;
    margin-bottom: 5px;
    margin-left: 11px;
    margin-top: 5px;
}

ul.category li a{
     border-color: #F3F3F3 #C6C6C6 #C6C6C6 #F3F3F3;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    width: 115px;
}

ul.category li a:hover{
    background: #1689BB;

    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-weight: bold;
}
.copyright{
    border-top:1px solid #ddd;
    margin-top:20px;
    padding-top:20px;
}
.comment h2{
     border-bottom: 3px solid #1786B7;
    color:#1786B7;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;

}
.comment .content{
    padding:10px;
}
fieldset{
    margin:1em 0;
    padding:1em;
    border:1px solid #ccc;
    background:#f8f8f8;
    padding-left: 50px;
}
legend{
    font-weight: bold;
}

input{
    width:200px;
}
textarea{
    width:300px;
    height:100px;
}
input:focus,textarea:focus{
    background: #ffc;
}
.comment p {
    position: relative;
    
}
.comment p img{
    position: absolute;
    bottom: 0;
}
.comment p.button{
    margin-top:20px;
}
.comment p.button input{
    height:30px;
    width:120px;
}
.fr{
    float:right;
}
.date{
    text-align: right;
}
.page{
    padding-left: 20px;
}