body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
a:ACTIVE,a:visited,a:LINK {text-decoration:none; color:#666;}
a:HOVER{color: #b3150c;}
ol,ul { list-style:none; list-style-image:none;}
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
h1,h2,h3,h4,em{ font-weight:normal; font-style:normal;}
li{ list-style:none;}
img{ border:0; -ms-interpolation-mode:bicubic;}
input,textarea,select{font-family:inherit;font-weight:inherit;font-size:100%;}

body{
	color:#666666; 
	background-color:#FFF;
	font-family:"microsoft yahei";	
}
.w1000{width:1000px;margin: 0 auto;}
.w700{width:700px;float: left;}
.w300{width:300px;float: right;}

.lw{width:700px;float: left;}
.rw{width:270px;float: right;}

.f_l{ float:left;}
.f_r{ float:right;}

.clear{ clear:both;}

/********************header 开始************************/

#header{background: #F9F5F6;border-bottom: 1px solid #B3140C;}
#header > ul{height: 53px;}
#header > ul > li{float: left;padding: 0 16px;height: 54px;line-height: 54px;position: relative;}
#header > ul > li  a{font-size: 14px;font-weight: bold;}
#header > ul > li:hover{background: url("../img/dh_01.png") no-repeat center;cursor: pointer;}
.select-nav{background: url("../img/dh_01.png") no-repeat center;}

.sub-channel {background: #fff;z-index:1;display: none;position: absolute;left: 50%;
    margin-left: -65px;
    width: 130px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
    }
.sub-channel > li {margin: 0;padding: 0;z-index:10;}
.sub-channel .sub-child {text-align: center;height: 35px;line-height: 35px;    
	}
.sub-channel .sub-child a:HOVER{color: #B3140C;}
/********************header 结束************************/

/********************面包屑 开始************************/
	.website{
	    border-bottom: 1px solid #dddddd;
	    height: 30px;
	    line-height: 30px;	
	    font-size:14px;
	}
	.newsTex {
	    margin: auto;
	    width: 100%;
	}	
	.newsTex h1 {
	    font-size: 26px;
	    line-height: 30px;
	    padding: 10px 0;
	    text-align: center;
	}
/********************面包屑  结束************************/

/********************footer 开始************************/

/********************footer 结束************************/

.pagesite/*第几页*/{ text-align:center; line-height:24px; height:24px; margin:10px auto;}

/* .ding{width:52px; height:51px; background:url(../../img/ding.gif) no-repeat center top; margin:5px; color:#217AB3; font-weight:bold; font-size:12px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; cursor:pointer; float:left;}
.cai{width:52px; height:51px; background:url(../../img/cai.gif) no-repeat center top; margin:5px; color:#f60; font-weight:bold; font-size:12px; line-height:23px; font-family: Georgia, "Times New Roman", Times, serif; cursor:pointer; float:left;}
.ding p,.cai p{display:block; font-weight:700;margin: 0;} */

.other {
    margin: 10px 0;
}

.round {
    padding:2px;
    border: 1px solid #999;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}