﻿/*
 * 网站公用样式定义
 *
 */

/*==默认样式重置(CSS Reset)开始==*/

html, body {
	padding: 0;
	margin: 0 auto;
}
body {
	background-color: #ffffff;
}
body, a {
	color: #333333;
	font-size: 12px;
	font-family: "宋体";
}
dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, th, td, hr, blockquote, form, label {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, strong, em {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
.contentField em {
	font-style: italic;
}
.contentField strong {
	font-weight: bolder;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #d92424;
}
a:active, a:focus {
	outline: none;
}
li {
	list-style: none;
}
img {
	border: 0;
}
/*==默认样式重置结束==*/


/*==网站通用定义开始==*/

/*溢出隐藏*/
.overflow_hidden {
    overflow: hidden;
}
/*间隔空白*/
.spacing {
	font-size: 0px;
	visibility: hidden;
	line-height: 4px;
	height: 4px;
}
/*图片容器*/
.showPic, .showPic div, .showPicL, .showPicR {
	margin: auto;
	font-size: 0px;
	text-align: center;
}
.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;
}

/*系统表单样式*/
.inputtext, #txtEndDate {
	border: 1px solid;
	border-color: #888 #ccc #ccc #888;
}
.list_intro
{
line-height:20px;
padding-top:10px;
}

/*==网站通用定义结束==*/

.new li {
float:left;
width:19%;
text-align:center;
margin:4px;
}

.title {
font:12px/120% Arial,"宋体",Helvetica,sans-serif;
height:16px;
margin:5px 5px 5px 0;
overflow:hidden;

word-wrap:break-word;
}
