@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px "微软雅黑",arial,sans-serif;
}
body{
    line-height: 1.5;
    color: #444;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
a{color: #444;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
    color: #f65600;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
.hezuo-mainframe{
	width:1004px;
	margin:20px auto;
}
.hezuo-mainframe .banner{
	width:100%;
}
.hezuo-mainframe .content{
	width:100%;
	margin:10px auto;
}
.hezuo-mainframe .content .hezuo-list{
	width:49%;
	float:left;
	border:1px solid #dedede;
}
.hezuo-mainframe .content h3{
	width:100%;
}
.hezuo-mainframe .content h3 .notice-title{
	background:url(../../../../images/notice-bg.gif) left top no-repeat;
	text-align:center;
	width:105px;
	height:36px;
	line-height:25px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	margin-bottom:10px;
}
.hezuo-mainframe .content .hezuo-list h3{
	width:100%;
	background-color:#f7f7f7;
	height:40px;
	line-height:40px;
}
.hezuo-mainframe .content .hezuo-list h3 .categoryname{
	background:url(../../../../images/hztc-01.gif) left center no-repeat;
	margin-left:10px;
	padding-left:10px;
	color:#0d7dc8;
	font-size:16px;
}
.hezuo-mainframe .content .hezuo-list h3 .more{
	float:right;
	color:#0d7dc8;
	padding-right:10px;
}
.hezuo-mainframe .content .hezuo-list ul{
	width:94%;
	margin:10px auto 10px auto;
	overflow:hidden;
}
.hezuo-mainframe .content .hezuo-list ul li{
	font-size:14px;
	line-height:30px;
	overflow: hidden;
  text-overflow:ellipsis;
    white-space:nowrap;
}
.hezuo-mainframe .content .hezuo-list ul li .title{
	width:70%;
	float:left;
	display:inline-block;
	overflow: hidden;
  text-overflow:ellipsis;
    white-space:nowrap;
}
.hezuo-mainframe .content .hezuo-list ul li .time{
	width:30%;
	float:right;
	display:inline-block;
	text-align:right;
}
.hehb-list-frame{
	width:100%;
	border:1px solid #dedede;
}
.hehb-list-frame h3{
	background:#f7f7f7 url(../../../../images/hztc-01.gif) 10px center no-repeat;
	color:#0d7dc8;
	height:40px;
	line-height:40px;
	font-size:16px;
}
.hehb-list-frame h3 .categoryname{
	padding-left:20px;
}
.hehb-list-frame .hehb-list-table{
	width:94%;
	margin:20px auto;
	font-size:14px;
}
.hehb-list-frame .hehb-list-table th{
	background-color:#f7f7f7;
	padding:10px;
}
.hehb-list-frame .hehb-list-table td{
	padding:10px;
}
.hehb-list-frame .conditions{
	width:94%;
	margin:20px auto;
	border-bottom:1px dashed #dcdcdc;
}
.hehb-list-frame .conditions h2{
	font-size:16px;
	float:left;
	height:30px;
	line-height:30px;
}
.hehb-list-frame .conditions ul{
	float:left;
}
.hehb-list-frame .conditions ul li{
	float:left;
	color:#0d7dc8;
	background-color:#e5f4fe;
	border:1px solid #aed8f6;
	font-size:14px;
	padding:0 5px;
	height:30px;
	line-height:30px;
	margin:0 10px;
}
.hehb-list-frame .conditions ul .item{
	background-color:#fac447;
	border:1px solid #fac447;
	color:#fff;
}
.hehb-list-frame .conditions .conditions-list{
	margin:10px 0;
}
.hehb-list-frame .conditions .search{
	float:left;
	margin-left:10px;
}
.hehb-list-frame .conditions .search .text-input{
	border:1px solid #dcdcdc;
	background-color:#f7f7f7;
	padding:0 5px;
	height:30px;
	line-height:30px;
	width:300px;
}
.hehb-list-frame .conditions .button-search{
	border:1px solid #dcdcdc;
	background-color:#f7f7f7;
	height:32px;
	padding:0 20px;
	color:#0d7dc8;
	font-size:14px;
	margin-left:10px;
	margin-top:2px;
}
.cqtz-div{
	width:580px!important;
	background:url(../../../../images/ad-01.gif) left center no-repeat;
	padding-left:400px;
	height: 200px;
}