﻿@charset "utf-8";
/* CSS Document */

*{
	margin: 0;padding: 0;font-family: "微软雅黑";
}
body{
	width: 100%;padding: 0;margin: 0;font-family: "微软雅黑";background: #ffffff;
}

a{
	text-decoration: none;color: #333333;
}
ul li{
	list-style: none;
}

/*头部*/
.header,.content,.bocont{
	width: 1200px;margin: 0 auto;
}

.banner{
	background:url(/shangqiu/material/image/商丘.jpg) no-repeat top;background-size: 100% 100%;height: 230px;
}
.banner .topbox{
	font-size: 14px;color: #124796;line-height: 38px;margin: 0 20px;
}
.banner .topbox .welcome{
	float: right;
}
/*导航*/
.navbox{
	height: 46px;background: #1c69b4;
}
.navbox .nav{
	width: 78%;height: 46px;display: inline-block;
}
.navbox .nav li{
	float: left;line-height: 46px;width: 16.6%;
}
.navbox .nav .navsix{
	color: #ffffff;width: 100%;text-align: center;font-size: 18px;display: inline-block;
}
.nav .navsix.current,.nav .navsix:hover{
	background: #408dd8;font-weight: bold;
}

.navbox .search{
	float: right;margin-right: 20px;width: 18%;overflow: hidden;
}
.navbox .search .sea_button{
	background: url(/kaifeng/material/开封网站文件/image/icon_1.png) no-repeat center;width: 38px;height: 32px;float: right;margin: 7px 0;
}
.navbox .search .sea_in{
	height: 32px;margin: 7px 0;border: none;width: 70%;padding: 0 10px;float: right;color: #333333;
}
/*通知公告*/
.notice{
	height: 46px;line-height: 46px;
}
.notice .togz{
	color: #f8a051;float: left;
}
.notice .togz img{
	float: left;margin: 11px 8px 11px 20px; 
}
.notice .flows{
	display: inline-block;width: 88%;margin-left: 1%;overflow:hidden;
}
.notice .flows .flow_gd{
	width: 400%;height: 46px;
}
.notice .flows .flword{
	color: #777777;font-size: 14px;margin-right: 180px;display: inline; float:left;
}


/*内容*/
.content{
	margin-top: 30px;
}

/*底部*/
.friend{
	height: 46px;background: #1c69b4;line-height: 46px;float: left;
    width: 100%;
}
.friend .fellow{
	color: #eaeaea;text-align: center;margin-left: 5.2%;
}
.friend .fellow.felone{
	text-align: left;font-weight: bold;margin-left: 0;
}
.bottom{
	background: #f5f5f5;height: 230px;float: left;
    width: 100%;
}
.bottom .Cause{
	float: left;margin: 56px 15% 0 100px;width: 70px;
}
.bottom .boxinxi{
	display: inline-block; text-align: center;margin: 38px 0;line-height: 28px;font-size: 14px;color: #333333;
}
.bottom .boxinxi .botext{
	display: inline-block;
}
.bottom .boxinxi .botext img{
	float: left;width: 18px;margin: 6px 4px;
}

.bottom .error{
	float:right;margin: 68px 60px 0 0px;
}

/*分页*/
.content .Pagings{
	width: 100%; margin:0 auto;height: 40px; border-top:2px solid #EBF0F7; padding:20px 0 0 0;
}
.content .Pagings .page{
    list-style: none;font-size: 14px;width: 70%;margin: 0px 15%;
}
.content .Pagings .page>li{
    float: left;padding: 5px 10px; cursor: pointer;
}
.content .Pagings .page .pageItem{
    border: solid thin #cccccc;
    margin:5px 5px;
}
.content .Pagings .page .pageItemActive{
    border: solid thin #115691;
    margin: 5px;
   /* background-color: #0099FF;*/
    color:#115691;
}
.content .Pagings .page .pageItem:hover{
    border: solid thin #115691;
   /* background-color: #0099FF;*/
    color:#115691;
}
.content .Pagings .page .pageItemDisable{
    border: solid thin #dddddd;
    margin: 5px;
    background-color: #ffffff;
	color: #999999;
}












































