/* CSS Document */
/*通用样式开始*/
*{margin:0;padding:0;}
body{font-size:14px;color:#333; font-family:"微软雅黑"}
a,img{display:block;}
a{text-decoration:none;}
.clearfix{clear:both;}
.fl{ float: left; }
.fr{ float: right; }
ul,li,h1,h2,h3,h4,p,dl,dt,sup{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,p,dl,dt,sup{font-weight:normal;}
/*通用样式结束*/
/*top*/
header{width:100%;height:50px;position:fixed;top:0;background-color:#fff; border-bottom:solid 1px #ccc; z-index:200}
.logo{float:left;margin-top:6px;margin-left:5%;}
.menu_btn{width:40px;height:30px;margin-top:10px;float:right;margin-right:5%;position:relative;}
.menu_btn img{margin-top:5px;}
.menu { display: none;position:absolute;top:50px;right:1px;font-size:14px;}
.menu .ul li{text-align:center;border-bottom:solid 1px #999;line-height:48px;background-image:url(../images/header_bg.png);background-repeat:repeat-x;}
.menu .ul li a{color:#FFF;padding-left:30px;padding-right:30px;}
.menu .ul li a:hover{color:red;background-color:#FFF;}
/*底部导航*/
.under{ height:65px; width:100%;}
.footer{width:100%;line-height:50px;margin:0 auto;position:fixed;bottom:0;font-size:18px; background-color:#fff;-moz-box-shadow:0px 0px 20px #999999; border-top:solid 1px #ccc;}
.foot{width:33%;float:left;text-align:center;cursor:pointer;position:relative;}
.foot a{color:#000000;}
.foot ul{width:100%;position:absolute;bottom:50px;left:0px;}
.foot ul li{text-align:center;border-bottom:solid 1px #999;line-height:48px;background-image:url(../images/header_bg.png);background-repeat:repeat-x;}
.foot ul li a{color:#FFF;}
.foot ul li a:hover{color:red;background-color:#FFF;}
.morekj{width:200px;margin:0 auto;text-align:center;line-height:36px;border:solid 1px #ff8a00;margin-bottom:10px;border-radius: 20px;    background: #ff8a00;}
.morekj a{color:#fff;}
.newslist li{
font-size: 14px;
color:rgb(102, 102, 102);
line-height:30px;
height:30px;
border-bottom:1px solid #eee;
padding:10px 0 10px 0;
}
.newslist li a{display: inline;}
.newslist li span{float:right}
.Paging{text-align: center;    padding: 20px 0;}
.Paging a,.Paging span{
    text-align: center;
    vertical-align: middle;
    margin: 0px 5px;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding:0 15px;
    line-height: 37px;
    background-color: #fff;
    display:inline-block;
}
.Paging .current ,.Paging a:hover {
    background-color:#f28200;
    color: #FFF;
}