@charset "utf-8";
/* CSS Document */
html{
    font: 12px/150% Microsoft YaHeis;
}
body {
  font: 10px Microsoft YaHeis;
  margin: 0;
  padding: 0;
  height: 100%;
}
a {
  color: #669;
  text-decoration: none;
}
li{
    list-style: none;
}
a:hover {
  text-decoration: underline;
}
img{
    width: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#header {
   padding: 10px 10px;
   position: relative;
   height: 112px;
}
.main{
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
}
#header .logo {
    width: 12%;
	position: absolute;
	padding-top: 10px;
}
.crumb {
    width: 70%;
    position: absolute;
    left: 15%;
    top: 50%;
    margin-top: -18.4px;
    font-size: 2.625rem;
    color: #127c3a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.crumb a{
	color: #127c3a;
}
.znav {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    width: 10%;
}
.nav li a{
     font: 2rem/150% Arial, Helvetica, sans-serif;
}
.bg_gray {
    height: 18px;
    background-color: #f4f5f7;
}
.footer{
    margin: auto;
    margin-top: 30px;
    width: 96%;
	position: relative;
}
.footer_address{
    height: 66px;
    color: #666666;
    background-color: #f4f5f7;
    border-radius: 25px;
    line-height: 66px;
    font-size: 2rem;
    text-align: center;
    
}
.footer_address img {
    width: 20px;
    height: 24px;
    margin-top: -10px;
    margin-right: 5px;
}
.footer_mail {
    margin-top: 20px;
   height: 66px;
    color: #666666;
    background-color: #f4f5f7;
    border-radius: 25px;
    line-height: 66px;
    font-size: 2rem;
    text-align: center;
}
.footer_mail img{
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
}
.footer_copyright{
    width: 65%;
    margin: auto;
   margin-top: 36px;
    color: #666666;
    border-radius: 25px;
    font-size: 2rem;
    text-align: center; 
}
.HomePage {
    width: 84px;
    position: absolute;
    bottom: 30px;
}
article{
	width:96%;
	margin: auto;
	border-bottom: 1px #999999 solid;
}
article h1{
	text-align: center;
	font-size: 2.625rem;
	margin-top: 42px;
	line-height: 40px;
}
article p{
	overflow: hidden;
}
article span{
	font-size: 2rem;
	color: #999999;
}
article span:first-child{
	float: left;
}
article span:last-child{
	float: right;
}
.content{
	width: 96%;
	margin: auto;
	margin-top: 20px;
}
.content p{
	font-size: 2.133rem !important;
	line-height: 46.5px !important;
	color: #666666 !important;

}
.content span{
	font-size: 2.133rem !important;
	line-height: 46.5px !important;
	color: #666666 !important;
	

}
.content img{
    width:96% !important;
}
.news_nav {
    padding-top: 24px;
    background-color: #f4f5f7;
}
.list_title{
	background: url("../img/bg_title.png") no-repeat center center;
	height: 66px;
	
}
.list_title h1{
	text-align: center;
	font-size: 2.8rem;
	color: #ffffff;
	height: 66px;
	line-height: 66px;
	margin:0;
	padding: 0;
}
.list_title img{
	width: 20px;
	margin-left: 10px;
}
.news_list_nav{
	display: none;
}
.news_list_nav ul li{
	border-bottom: 1px #999999 solid;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.news_list_nav ul li a{
	font-size: 2rem;
	color: #000000;
}
