body {
	margin: auto; margin:0px;
	font-family: "microsoft yahei"; Arial, Helvetica, sans-serif; color: #666;
 background:#fff; 
}
.bg{background-color:#efefef; width:100%; margin:0 auto;}

*{ 
	margin:0; 
	padding:0;
 }
 
.clear{ clear:both;}

ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px; vertical-align:top;width: 100%;height: auto;}
a { text-decoration:none;}
a:hover{color:red;}

.top{ width:100%;background-image: url("../images/top_bg.jpg");background-repeat:repeat-x;height: 80px;}
.top .top_hh{ width:45px; height:12px; float:left; left:10px;position:absolute; top:10px;}
.top .top_ss{ width:45px; height:12px; float:right; right:40px;position:absolute; top:10px;}
.top .top_title{ background: url("../images/top.jpg") center no-repeat;height:80px;width:100%}

.mid{ width:width:100%; margin:0px auto;}
.ind1{ width:width:100%;height:auto; margin:0 auto;overflow: hidden;background-color:#efefef;padding: 5px 0;}
.ind2{}
.ind2 ul li{width:27%;text-align:center; background:url(../images/ind1.jpg) top no-repeat;
height: 100%;overflow: hidden;background-size:100%     100%;margin: 10px;display:inline-block;}
.ind2 ul li span{ text-align:center;font-size:120%; color:#666666;float: left;display: block;width: 100%;margin-bottom: 10px;}

.list{ width:100%; margin:0 auto;}
.list ul li{ width:33%;height:35px;float:left; background:url(../images/listbg.jpg); text-align:center;background-repeat:repeat-x;line-height: 35px;
border-right: 1px solid #9f9594;border-bottom: 1px solid #e9d1c5;overflow: hidden;white-space: nowrap;word-break: keep-all;text-overflow: ellipsis;}
.list ul li a{font-size:120%; color:#313131;font-weight: bold;}
.listliover{background:url(../images/list1.jpg) center right repeat-x;height:35px;display: inline-block;width:100%;color: #fff;}

.list_t{width:100%;margin:0px auto;float: left;}
.list2{padding:10px;margin: 10px;height:auto;border: 1px solid #d4d4d4; -webkit-border-radius:8px;-moz-border-radius:8px;background-color: #fff;}     
	.list2_tit{font-size:140%;color:#1f1a1a;font-weight: bold;padding-bottom: 10px;}
	.list2_text{font-size:120%; color:#ada8a8;}
	.time{color:#ada8a8;font-size:120%;text-align: right;}
	
.ss{padding:10px;}
	.enter {width:73%;height:30px;color:#5e5e5e;line-height:30px;font-size:100%;outline:none; border:1px solid #787878;float:left;
	font-family: "microsoft yahei",Arial, Helvetica, sans-serif;background-color: #fff; border-top-left-radius:8px;
	  -webkit-border-top-radius:8px;
        -moz-border-top-radius:8px;
	border-bottom-left-radius:8px;
        -webkit-border-bottom-left-radius:8px;
        -moz-border-bottom-left-radius:8px;
	padding: 4px 10px;text-align: left;margin-left: 10px;}
	.sb{background:url(../images/ss4.jpg) no-repeat 0px 0;border:0;width:48px;height:40px; float:left;vertical-align:baseline;}

.onepage1{ background:#fff; border-bottom:1px solid #999;  border-top:1px solid #999;padding: 10px;}
.art_title{font-size:130%;color:#1f1a1a;font-weight: bold;border-bottom: 1px solid #d4d4d4;text-align: center;padding-bottom: 5px;}
.art_info{text-align: right;padding-bottom: 10px;padding-right: 10px;}
.art_content{font-size:120%;}

.fot{width:100%;height:100px; margin: 0 auto; background:url(../images/fotbg.png) top repeat-x;background-size:100% 100%;float: left;
z-index: 100;
bottom: 0px;
left: 0;
position: fixed;
}
.fot ul li{ float:left;background:url(../images/var_line.png) center right no-repeat;width: 33%;}		
.pagerbar{float: left;margin: 0 0 10px 40px;}


.conts{width: 45%;float: left;padding:8px;}
.conts .pic{width:100%;}
.conts .title{width:100%;}


/**竖屏*/
@media screen and (orientation:portrait) {
   .fot{height:55px;}
   .fpaddding{padding: 30px 0;}
}

/**横屏*/ 
@media screen and (orientation:landscape) {  
   .fot{height:95px;}
   .fpaddding{padding: 60px 0;}
} 