@charset "utf-8";
body {
	font-size: 13px;
}
a:visited {
	color:#333;
}
.wb-main {
	width: 1200px;
	margin: 0px auto;
}
/* 1200像素宽度页面 */
.wb-main-1200 {
    width: 1200px;
    margin: 0px auto;
}
.wb-container {
	width: 100%;
}
.select-box {
	padding: 4px 0px;
}
.select-box .select {
	padding: 0px 10px;
}

/**各页面头部 广告+logo+搜索 start*/
.pub-adbox {
	width: 100%;
}
.pub-ad {
	width: 100%;
	height: 100px;
}
.pub-head {
	width: 100%;
	float: left;
	margin-top:5px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 3px solid #626262;
	padding: 10px 0px;
}

.pub-head-titlebox {
	float: left;
	width: 45%;
}
.pub-head-title {
	float: left;
	font-size: 26px;
	color: red;
}
.pub-head-subtitle {
	float: left;
	margin-top: 15px;
	font-size: 14px;
}
.pub-head-newsold {
	float: left;
	margin-top: 17px;
	font-size: 12px;
}
.pub-head-newsold a {
	color: blue;
}
.pub-head-search {
	float: right;
}
.pub-head-search .pub-head-seaItem {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
}
.pub-head-search .pub-head-seaInp {
	width: 100%;
	float: left;
	padding-top: 5px;
}
.pub-head-search .pub-head-seaInp input {
	width: 350px;height: 32px;
}
.pub-head-search .pub-head-seaInp button {
	height: 32px;border-radius: 5px; 
}
.pub-head-search .pub-head-seaInp span.select-box {
	padding: 4px 0px;
	margin-right: 5px;
	float: left;
	font-size: 14px;
}
.pub-head-search .pub-head-seaInp span.select-box select {
	width: 85px;
}
/**各页面头部 广告+logo+搜索 end*/

/**分页样式 start*/
.pub-PagingBox{
	float: left;
	width: 100%;
}
.pub-PagingBox .getPagingTitle {
	float: left;
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 30px;
	border-bottom: 2px solid #999999;
}
.pub-PagingBox .getPagingTitle li,
.pub-PagingBox .getPagingTitle span {
	float: left;
	text-align: center;
	font-size: 15px;
}
.pub-PagingBox #getPagingListShow {
	float: left;
	width: 100%;
}
.pub-PagingBox #getPagingListShow ul {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.pub-PagingBox #getPagingListShow ul li.style-one{
	float: left;
	width: 100%;
	line-height:36px;
	border-bottom: 1px dotted #e1e1e1;
	font-size: 16px;
}
.pub-PagingBox #getPagingListShow ul li.style-bgone{
	background-color: #F0F0F0;
}
.pub-PagingBox #getPagingListShow ul li.style-one span{
	float: left;
}
.pub-PagingBox #getPagingPageBox {
	display: none;
	float: left;
	width: 100%;
	margin-top: 20px
}
.pub-PagingBox .pub-PagingPageSizeBox {
	float: right;
}
.pub-PagingBox .pub-PagingPageSizeBox .select-box {
	width: 60px;
	line-height: 20px;
	padding: 2px 0px;
}
.pub-PagingBox #getPagingLaypageBox {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 70px
}
#getPagingLaypageBox .laypage_main .laypage_curr {
	color: #5e9dfb;
}
.laypage_main a,
.laypage_main span {
	font-size: 14px;
}
/**分页样式 end*/