
html,body{
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font: normal normal normal 14px/150% Verdana,"微软雅黑", "宋体", Arial,sans-serif;
    color: #000;
    text-align: center;
}

img{
    border: 0px none;
    vertical-align: middle;
}

#fade{
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    background-color: #f00;
    text-align: center;
    color: #fff;
    z-index: 99999;
}

#main{
    margin: 0px auto;
    padding: 0px;
    width: 900px;
    height: 100%;
    text-align: center;
}

#logo{
    background: url("http://www.cncmm.com/tpl/html/green/images/logo.png") no-repeat center top;
    height: 115px;
	font-size:xx-large;
	height:115px;
	line-height:115px;
	vertical-align:middle;
	color: #fff;
	font-family: "Comic Sans MS";
	padding-left: 150px;
	text-align: left;
}

#menu{
    background: #87bf23;
    clear: both;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

#menu ul {
    margin:0px;
    padding:0px;
    width: 100%;
    height: 30px;
    list-style-type: none; 
} 

#menu li { 
    float: left; 
    text-align: center;
    width: 10%;
    height: 30px;
} 

#menu li a { 
    display: block;
    font-family: "微软雅黑","黑体";
    font-weight: normal;
    font-size: 18px;
    text-decoration: none; 
    line-height: 30px;
    height: 30px;
    width: 100%;
    color: #fff; 
} 

#menu li a:hover { 
    background: #F39700; 
    color: #fff; 
}

#rpanel{
    margin-top: 10px;
    float: right;
    width: 242px;
    text-align: right;
    overflow: hidden;
}

.panelAD{
    background: #87bf23;
	height: 60px;
	text-align: center;
	padding: 5px 0px;
}

#view{
    float: left;/*900-242=658*/
    width: 655px;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
}

#view h1{
    margin: 5px 0px;
    padding: 5px 0px;
    text-align: center;
    font-family: "Comic Sans MS";
}
           
#view h3{
    background: #87bf23;
    color: #FFF;
    font-family: "微软雅黑", "黑体";
    font-weight: normal;
	font-size: 18px;
    padding: 2px 5px;
    margin: 0px;
}

#view .viewcontent{
    padding: 0px 5px;
}


.container{
    width: 242px;
    margin: 10px 0px;
    color: #fff;
    text-align: left;
}

.container h3{
    margin: 0px;
    color: #3E8B00;
    background: #fff url("http://www.cncmm.com/tpl/html/green/images/panel.png") no-repeat -484px 0;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family: "微软雅黑","黑体";
    font-weight: normal;
	font-size: 18px;
}

.container .menutop{
    background: url("http://www.cncmm.com/tpl/html/green/images/panel.png") no-repeat 0 0;
    height: 29px;
    width: 242px;
    margin: 0px;
}

.container .menubottom{
    background: url("http://www.cncmm.com/tpl/html/green/images/panel.png") no-repeat -242px 0;
    height: 30px;
    width: 242px;
    margin: 0px;
}

.container ul{
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    background: #87bf23;
}

.container li{
    padding: 2px 10px;
}
 

.container li a{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
} 

.container li a:hover{
    color:#FFF100;
    text-decoration: underline;
}

.pagelist{
    clear: both;
    margin: 5px 0px;
    padding: 2px 0px;
    color: #D23D24;
    text-align: center;
    vertical-align: middle;
    font-size: small;
}

.pagelist a{
    margin: 0px 3px;
    padding: 0px 2px;
    font-size: small;
    color: #646E7C;
    background-color: #fff;
}

.pagelist a:hover{
    color: #f00;
}

.bannerAD{
	clear: both;
	text-align: center;
	height: 95px;
	line-height: 95px;
    background-color: #eee;
}

#foot{
    clear: both;
    background-color: #eee;
}


