﻿/*
 * 网站公用样式定义
 *
 */

/*==默认样式重置(CSS Reset)开始==*/

html, body {
	padding: 0;
	margin: 0 auto;
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
.c_content_text em {
	font-style: italic;
}
.c_content_text strong {
	font-weight: bolder;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
}
a:active, a:focus {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: 0;
}
table {   
/*	border-collapse: collapse;   
	border-spacing: 0;   
*/}
th {
	background: none;
}
/*==默认样式重置结束==*/


/*==网站通用定义开始==*/

/*溢出隐藏*/
.overflow_hidden {
    overflow: hidden;
}
/*分页样式*/
.showpage {
	margin: 10px auto;
	text-align: center;
}
.showpage a  {
	color: #0064c9;
	border: 1px solid #a2d3f2;
	background-color: #daeefb;
}
.showpage a {
	color: #666666;
	background: url(Images/bg_showpage.gif) repeat-x left top;
}

.showpage span {
	color: #fe0113;
	background: url(Images/bg_showpage.gif) repeat-x left -100px;
}

.showpage a, .showpage span {
	display: inline-block;
	margin: auto 2px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	border: 1px solid #cccccc;
}

/*间隔空白*/
.spacing {
	font-size: 0px;
	visibility: hidden;
	line-height: 8px;
}
/*图片容器*/
.showpic, .showpic div, .showpicL, .showpicR {
	margin: auto;
	font-size: 0px;
	text-align: left;
}
.showpicL {
	float: left;
}
.showpicR {
	float: right;
}

/*清除浮动*/
.clearbox {
	border-top: 1px solid transparent !important;
	margin-top: -1px !important;
	margin-top: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	border: 0px;
	visibility: hidden;
}

/*==网站通用定义结束==*/
.PBWrapper .PBMain .PBMainBorder .PBMainBox #tuoputu .showpic #endText table tbody tr td table tbody tr td {
	font-size: 14px;
}
.PBWrapper .PBMain .PBMainBorder .PBMainBox #tuoputu .showpic #endText div div div {
	font-size: 14px;
}
