@charset 'utf-8';
@import url(base.css);

html
{
	background:#fff url(../images/bg.gif) repeat-x center 32px;
}
body
{
	background:url(../images/banner.gif) no-repeat center 32px;
}

/* 链接样式 */
a, a:link {
  color: inherit;
  *color: #000;
}
a:hover, a:active {
  color: #AD2305;
}

/* 清除图片底部空白间隙 */
img {
  vertical-align: bottom;
}

/* 默认表单样式 */
input, textarea {
  color: #999;
}
input:focus, textarea:focus {
  color: #444;
}

/* 分割线：重定义 <hr /> 元素的样式，去除默认边距，定义 1px 高度实线样式 */
hr {
  display: block;
  /* clear: both; */
  *margin: -7px 0 -9px;
  height: 1px;
  border: none;
  color: #ddd;
  background: #ddd;
}
.hr-dash { /* 定义 1px 高度虚线样式的 <hr /> 元素 */
  height: 0;
  border-top: 1px dashed #ddd;
  color: transparent;
  background: transparent;
}
.hr-dot { /* 定义 1px 高度点样式的 <hr /> 元素 */
  height: 0;
  border-top: 1px dotted #ddd;
  color: transparent;
  background: transparent;
}
.hr2 { /* 定义 2px 高度实线样式的 <hr /> 元素 */
  height: 2px;
}
.hr3 { /* 定义 3px 高度实线样式的 <hr /> 元素 */
  height: 3px;
}

/* 排版 */
.highlight {
  color: #AD2305;
}
#w .f12 {
  font-size: 12px;
}
#w .f14 {
  font-size: 14px;
}
#w .mt0 {
  margin-top: 0;
}
#w .mt5 {
  margin-top: 5px;
}
#w .mt8 {
  margin-top: 8px;
}
#w .mt10 {
  margin-top: 10px;
}
#w .mt15 {
  margin-top: 15px;
}
#w .mt20 {
  margin-top: 20px;
}
#w .mt30 {
  margin-top: 30px;
}
#w .mb0 {
  margin-bottom: 0;
}
#w .mb5 {
  margin-bottom: 5px;
}
#w .mb8 {
  margin-bottom: 8px;
}
#w .mb10 {
  margin-bottom: 10px;
}

/* TPL
----------------------------------------------------------------------------- */
/*
@name: w-cnt
@overview: 通用内容块样式
@require: null
*/
.w-cnt {
  margin: 0 auto;
  width: 960px;
}

/*
@name: w-box
@overview: 通用盒样式
@require: null
*/
.w-box {
  margin-bottom: 20px;
}
.w-box-hd {
  position: relative;
  border-bottom: 2px solid #f7dab3;
  *zoom: 1;
}
.w-box-hd .title {
  margin-bottom: 10px;
  _margin-bottom: 6px;
  font: 16px/1.2 '微软雅黑','黑体','宋体',arial;
  color: #940605;
}
.w-box-hd .link {
  position: absolute;
  right: 0;
  bottom: 5px;
  line-height: 1.2;
}
.w-box-hd .link a {
  color: #ED271F;
}

/*
@name: w-section
@overview: 段落样式
@require: null
*/
.w-section {
  margin: 10px 0 15px;
  line-height: 1.8;
  text-indent: 2em;
}
.w-section .more {
  margin-left: .5em;
  color: #0066CC;
}

/*
@name: w-title
@overview: 标题样式
@require: null
*/
.w-title {
  font-weight: bold;
  margin: 20px 0 5px;
  font-size: 16px;
}
.w-subtitle {
  font-weight: bold;
  margin: 20px 0 5px;
  font-size: 13px;
}

/*
@name: w-list
@overview: 列表样式
@require: null
*/
.w-list {
  margin: 10px 0;
  line-height: 1.8;
}
.w-list-item {
  margin-bottom: 5px;
  *zoom: 1;
}
.w-list-item .date {
  margin-left: 1em;
  color: #666;
}
.w-list-nowrap .w-list-item {
  height: 21px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.w-list-dot .w-list-item {
  padding-left: 8px;
  background: url(../images/icon-dot.png) no-repeat 0 50%;
}
.w-list-dh .w-list-item {
  padding-left: 22px;
  background: url(../images/icon-dh.png) no-repeat 0 7px;
}

/*
@name: w-sections
@overview: 文章样式
@require: null
*/
.w-sections {
  overflow: hidden;
}
.w-sections-item {
  position: relative;
  top: -1px;
  padding: 15px 0;
  border-top: 1px dotted #DDD;
  overflow: hidden;
  *zoom: 1;
}
.w-sections-item-img {
  float: left;
  width: 40px;
  overflow: hidden;
}
.w-sections-item-txt {
  margin-left: 52px;
}
.w-sections-item-txt .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.w-sections-item-txt .cnt {
  line-height: 1.7;
  color: #666;
}
.w-sections-item-txt .download {
  color: #0066CC;
  text-decoration: underline;
}
.w-sections-item-txt .download:hover {
  *color: #0066CC;
  text-decoration: none;
}

/*
@name: w-article
@overview: 带图片和文字的文章
@require: null
*/
.w-article {
  padding: 15px 10px;
  border-bottom: 1px dotted #DDD;
  overflow: hidden;
  *zoom: 1;
}
.w-article img {
  float: left;
  border: 1px solid #eee;
}
.w-article p {
  margin-left: 95px;
  line-height: 2;
}
.w-article p .more {
  text-decoration: underline;
  color: #0066CC;
}
.w-article p .more:hover {
  text-decoration: none;
}
.w-article-odd {
  background: #FAFAFA;
}
.w-article-odd img {
  /* float: right; */
}
.w-article-odd p {
  /* margin: 0 205px 0 0; */
}

/*
@name: w-art
@overview: 文章样式
@require: null
*/
.w-art {
  padding: 15px 10px;
  border-bottom: 1px dotted #DDD;
  overflow: hidden;
  *zoom: 1;
}
.w-art .title {
  font-size: 14px;
  font-weight: bold;
}
.w-art .cnt {
  margin-top: 7px;
  line-height: 2;
}
.w-art .cnt .more {
  color: #AD2305;
}
.w-art .list {
  margin-top: 4px;
  color: #999;
  line-height: 2;
}

/*
@name: w-btn
@overview: 按钮样式
@require: null
*/
.w-btn {
  display: inline-block;
  text-indent: -9999px;
  *text-indent: 0;
  *font-size: 0;
  width: 190px;
  height: 50px;
  overflow: hidden;
  outline: none;
}
.w-btn-zc {
  background: #F22A22 url(../images/btn-zc.png) no-repeat;
}
.w-btn-zz {
  background: #FB9727 url(../images/btn-zz.png) no-repeat;
}

/*
@name: w-imglink
@overview: 图片链接样式
@require: null
*/
.w-imglink {
  overflow: hidden;
}
.w-imglink-item {
  position: relative;
  padding: 10px 0;
  top: -1px;
  border-top: 1px dashed #DDD;
}
.w-imglink-item a {
  display: block;
}

/*
@name: w-table
@overview: 表格样式
@require: null
*/
.w-table {
  margin-top: 15px;
  width:680px;
  border-left:solid 1px #ed1c24;
  border-top:solid 1px #ed1c24;
}
.w-table2
{
  width:680px;
  border-left:solid 1px #ddd;
  border-top:solid 1px #ddd;
  margin-top:10px;
}
.w-table thead th {
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  background: #ed1c24;
}
.w-table td {
  padding: 5px 10px;
  line-height: 2.6;
  border-bottom:solid 1px #ed1c24;
  border-right:solid 1px #ed1c24;
  vertical-align:middle;
}
.w-table2 td,.w-table2 th {
  padding: 5px 10px;
  line-height: 2.6;
  border-bottom:solid 1px #ddd;
  border-right:solid 1px #ddd;
}
.w-table tbody th h3 {
  font-weight: bold;
  font-size: 14px;
  color:#fff;
}
.w-table2 th h3
{
	font-weight:bold;
	font-size:14px;
}
.w-table tbody td h4 {
  font-weight: bold;
}
.w-table tbody td p {
  margin: 0 0 5px;
}
.w-table tbody tr.even {
  background: #fffae0;
}
.w-table tbody tr.odd {
  background: #fff;
}
.w-table tbody tr.subth {
  background: #6a0146;
}
.w-table tfoot td {
  padding: 15px 0 10px;
  color: #999;
}

/*
@name: w-switchable
@overview: 焦点图样式
@require: jquery-switchable
*/
.w-switchable {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
}
.w-switchable-slide {
  position: relative;
  float: left;
  width: 537px;
  height: 335px;
  overflow: hidden;
}
.w-switchable-slide-item {
  position: absolute;
}
.w-switchable-slide .active {
  z-index: 1;
}
.w-switchable-slide-item .img,
.w-switchable-slide-item img {
  display: block;
  width: 520px;
  height: 324px;
}
.w-switchable-slide-item .title {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  font: 18px/40px '微软雅黑','黑体','宋体',arial;
  color: #fff;
  text-indent: 1em;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');
  background: rgba(0,0,0,0.5);
}
.w-switchable-slide-item .title a {
  color: #fff;
}
.w-switchable-trigger {
  float: right;
}
.w-switchable-trigger li {
  margin-bottom: 11px;
  /* *margin-bottom: 5px; */
}
.w-switchable-trigger img {
  display: block;
  width: 130px;
  height: 56px;
  filter: alpha(opacity=60);
  opacity: .6;
  cursor: pointer;
}
.w-switchable-trigger .active img {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* Layout
----------------------------------------------------------------------------- */
/** 页眉 **/
#header {
  position: relative;
}
#header .topbar {
  height: 32px;
  line-height: 32px;
  background: #F5F5F5 url(../images/t1.gif) repeat-x;
}
#header .topbar .menu {
  float: left;
  display: inline;
}
#header .topbar .menu-item {
  float: left;
  display: inline;
  margin-right: 4px;
  _margin-right: 2px;
  color: #444;
}
#header .topbar .menu-item a {
  margin-right: 4px;
  color: #1E376D;
}
#header .topbar .menu-user {
  float: right;
}
#header .topbar .menu-user .menu-item {
  margin-right: 0;
  margin-left: 4px;
  _margin-left: 2px;
}
#header .topbar .menu-user .menu-item a {
  margin-left: 0;
  margin-right: 4px;
}
#logininfo a {
  color: #1E376D;
}
.banner
{
	width:100%;
	height:450px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.banner .top_banner,.banner .bot_banner
{
	position:absolute;
	right:0;
}
.banner .top_banner
{
	right:-250px;
}
.banner .bot_banner
{
	right:50%;
	margin-right:-380px;
	bottom:-122px;
}
.banner img
{
	position:absolute;
}
.banner .img8
{
	right:0;
	top:60px;
}
.banner .img7
{
	right:102px;
	top:97px;
}
.banner .img6
{
	right:0;
	top:225px;
}
.banner .img5
{
	right:102px;
	top:225px;
}
.banner .img4
{
	right:2px;
	bottom:-99px;
}
.banner .img3
{
	right:105px;
	bottom:-122px;
}
.banner .img2
{
	right:208px;
	bottom:-93px;
}
.banner .img1
{
	right:311px;
	bottom:-122px;
}
#header .nav {
  _position: relative;
 /* margin-top: 450px;*/
  width:100%;
  height:56px;
  background:url(../images/nav_bg.gif) repeat-x center top;
}
#header .nav ul li
{
	color:#fff;
	font-size:14px;
	line-height:45px;
	position:relative;
}
#header .nav-item {
  float: left;
  display: inline;
  padding-left: 2px;
  background: url(../images/bg-nav-item.png) no-repeat 0 50%;
}
#header .nav-item.first {
  padding-left: 0;
  background: none;
}
#header .nav-item a {
  float: left;
  padding: 0 12px;
  height: 45px;
  font: 15px/45px '微软雅黑','黑体','宋体',arial;
  color: #fff;
  text-decoration: none;
  outline: none;
  margin:0 9px;
}
#header .nav-item.first a
{
	margin:0 10px 0 0;
}
#header .nav-item a:hover {
  text-decoration: underline;
}
#header .nav-item.current a {
  position: relative;
  padding: 0 28px 0 30px;
  /*line-height: 49px;*/
  background: #df0000;
  text-decoration: none;
  color:#fff;
  margin: 0 -2px;
  z-index:5;
}
#header .banner-links a {
  position: absolute;
  left: 50%;
  margin-left: -86px;
  top: 62px;
  display: block;
  width: 258px;
  height: 45px;
  /* border: 1px solid #fff; */
  text-indent: -9999px;
  overflow: hidden;
}
#header .banner-links a:hover {
  /* filter: alpha(opacity=10); */
  opacity: .08;
  background: #fff;
  border-radius: 5px;
}

/** 内容 **/
#content {
	position: relative;
	padding: 30px 0 20px;
	background: #fff;
	overflow: hidden;
}
#content .main {
  margin: 0 20px 0 260px;
  _margin: 0 20px 0 257px;
}
#content .main .w-box-bd .txt {
  margin: 5px 0;
}
#content .main .w-box-bd .x-logos {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  /*text-align: justify;*/
  text-align: center;
}
#content .main .w-box-bd .x-logos img {
  margin: 0 24px;
  /*width: 120px;*/
  width: 87px;
  vertical-align: middle;
}
#content .main .w-box-bd .x-logos img.logos {
  width: 680px;
  margin: 0;
}
#content .main .w-btn-wrapper {
  margin: 30px 0;
  padding-top: 60px;
  border-top: 2px solid #E4E4E4;
  text-align: center;
}
#content .main .w-btn-wrapper .w-btn {
  margin: 0 25px;
}
#content .side {
  float: left;
  width: 230px;
}
#content .side .w-box-hd {
  border-color: #f7dab3;
}
#content .side .w-box-hd .title {
  font-size: 14px;
  color: #940605;
}
#content .side .w-box-jbxx .w-list-item {
  overflow: hidden;
  *zoom: 1;
}
.xiaz
{
	padding-top:15px;
	text-align:left;
}
.xiaz li
{
	line-height:24px;
	padding-left:22px;
	margin:0 0 0 15px;
	background:url(../images/word.png) no-repeat center left;
}
.xiaz li.pdf
{
	background:url(../images/pdf.png) no-repeat center left;
}
#content .side .w-box-jbxx .w-list-item .dt {
  float: left;
}
#content .side .w-box-jbxx .w-list-item .dd {
  display: block;
  overflow: hidden;
  *zoom: 1;
}

/* 精彩回顾页 */
.yant {
  overflow: hidden;
  *zoom: 1;
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.yant .tup {
  float: left;
}
.yant .tup img {
  display: block;
  width: 270px;
  height: 160px;
  padding: 2px;
  border: 1px solid #ccc;
}
.yant dl {
  margin-left: 286px;
  overflow: hidden;
  *zoom: 1;
}
.yant dt {
  font-size: 14px;
  color: #cc0000;
  font-weight: bold;
}
.yant dd {
  padding-top: 5px;
  line-height: 20px;
  overflow: hidden;
  *zoom: 1;
}
.yant dd a {
  color: #020346;
}
.yant dd a:hover {
  color: #cc0000;
}
.webtw {
  margin: 15px 0 10px;
  overflow: hidden;
  *zoom: 1;
}
.webtu {
  width: 230px;
  float: left;
  text-align: center;
  padding-top: 13px;
}
.webtur {
  margin-left: 240px;
  overflow: hidden;
  *zoom: 1;
}
.webtur p {
  margin: 5px 0;
  line-height: 24px;
  font-size: 14px;
}
.webtur p a {
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
}
.webtext {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 5px;
}
.webtext p {
  margin: 5px 0;
  text-indent: 2em;
}
.clearline {
  display: block;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px #CCCCCC dashed;
}

/** 浮窗 **/
.smartfloat {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 220px;
  overflow: hidden;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
.smartfloat .closer {
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  filter: alpha(opacity=0);
  opacity: 0;
}

/** 页脚 **/
html .foot {
  border-top: 1px solid #ddd;
  background: #fff;
}
html #bottom {
  margin: 10px auto 0;
  padding-top: 10px;
  overflow: hidden;
  text-align: left;
  width: 990px;
  font: 12px/1.5 \5b8b\4f53, arial;
}
#bottom .bottom-m {
  float: left;
  height: 33px;
  width: 988px;
  border: none;
  background: none;
}
#bottom .bottom-m-1 {
  height: 29px;
  line-height: 29px;
  text-align: center;
  width: 984px;
  border: none;
}
#bottom .bottom-m-1 a {
  color: #1a4991;
  text-decoration: none;
}
#bottom .bottom-m-1 a:hover {
  color: #cc0000;
  text-decoration: underline;
}
#bottom .bottom-2 {
  color: #666666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#bottom .bottom-2 a {
  color: #253751;
}
#bottom .bottom-110 {
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

/* 首页-2013部分特邀嘉宾及评委 */
.w-list-jb {
  margin: 5px -30px 15px 0;
  overflow: hidden;
  *zoom: 1;
}
.w-list-jb .w-list-item {
  float: left;
  display: inline;
  /*margin: 10px 10px 0 0;*/
  margin: 10px 30px 0 0;
  _margin: 10px 15px 0 0;
  /*width: 126px;*/
  width: 145px;
  border: 1px solid #ddd;
}
.w-list-jb .w-list-item .photo {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.w-list-jb .w-list-item .photo a {
  display: block;
  /* width: 100px; */
  height: 120px;
  overflow: hidden;
  vertical-align: bottom;
}
.w-list-jb .w-list-item .photo img {
  /* margin-left: -5px; */
  width: auto;
  height: 100%;
}
.w-list-jb .w-list-item .txt {
  padding: 5px 10px;
}
.w-list-jb .w-list-item .txt .name a {
  color: #0066CC;
}
.w-list-jb .w-list-item .txt .intro {
  margin-top: 3px;
  height: 54px;
  /*height: 144px;*/
  line-height: 18px;
  overflow: hidden;
}

/* 嘉宾介绍 */
.xtable {
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 1px;
  _width: 99%;
  font-size: 12px;
  color: #000;
}
.xtable td {
  padding: 4px 8px;
}
.xtable td.photo {
  padding: 3px;
}
.xtable .more {
  margin-left: 5px;
  color: #0033CC;
  text-decoration: underline;
}

/* followbox */
#followbox {
  position: fixed;
  z-index: 11;
  right: 10px;
  bottom: 10px;
  padding-top: 10px;
  width: 150px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  background: #FF6500;
  _position: absolute;
  _top: expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.clientHeight - 10);
}
#followbox .closer {
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 14px;
  font: 12px/14px Arial;
  overflow: hidden;
  color: #fff;
  background: #341302;
  text-decoration: none;
}
#followbox .closer:hover {
  opacity: .88;
  filter: alpha(opacity=88);
}
#followbox dt {
  margin: 5px 0 3px;
}
#followbox dt.code {
  font-size: 14px;
}
#followbox dd.code {
  width: 117px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #fff;
}
#followbox dd.wb {
  width: 67px;
  margin-left: auto;
  margin-right: auto;
}
#followbox dd.code strong {
  font-weight: normal;
  color: #FE020F;
}
#followbox dt.share {
  margin-bottom: 0;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  color: #fff;
  background: #0A284D;
  cursor: pointer;
}
#followbox dd.share {
  display: none;
}
/*会议介绍列表*/
.huiyi_list li,.huiyi_list strong
{
	background:url(../images/ico.gif) no-repeat left 8px;
	padding-left:15px;
	line-height:24px;
}
.huiyi_list strong
{
	display:block;
	margin-top:10px;
	padding-left:23px;
	background:url(../images/ico.gif) no-repeat left center;
}
.huiyi_list p
{
	line-height:24px;
	padding-top:10px;
	text-indent:2em;
}
.ps
{
	color:#999;
	padding-top:10px;
}
.news_list li
{
	line-height:26px;
	background:url(../images/ico.gif) no-repeat left center;
	padding-left:15px;
	color:#333;
}
.news_list li strong
{
	padding-right:20px;
}
.news_list li span
{
	float:right;
	color:#666;
}

.trafic p
{
	line-height:22px;
	padding:5px 0;
}
.huiyi_list2
{
	padding-top:20px;
}
.huiyi_list2 p
{
	text-indent:2em;
}
.huiyi_list2 ul
{
	padding-top:15px;
}
.huiyi_list2 ul li
{
	line-height:32px;
	font-size:12px;
	background:url(../images/dh.gif) no-repeat center left;
	padding-left:25px;
}
/*会议亮点*/
.liangdian,.tese,.tiaojian,.program,.service
{
	padding-top:15px;
}
.liangdian h3
{
	font:bold 14px/45px "Microsoft Yahei","黑体";
	padding:10px 0;
}
.liangdian h3 .num
{
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:url(../images/num_bg.gif) no-repeat center left;
	display:inline-block;
	color:#fff;
	font:italic bold 30px/45px "Arial";
	margin-right:15px;
}
.liangdian p
{
	font-size:12px;
	background:#fdf6e0;
	padding:5px;
	text-indent:2em;
	line-height:22px;
}
/*路演特色*/
.tese .model
{
	width:120px;
	height:195px;
	float:left;
	background:url(../images/t2.gif) no-repeat center;
	padding:10px 15px 0 30px;
}
.tese .model p
{
	line-height:20px;
}
.ez-box
{
	overflow:hidden;
	position:relative;
}
/*路演条件*/
.tiaojian .model
{
	width:150px;
	height:150px;
	float:left;
	margin-right:13px;
	_margin-right:7px;
	background:url(../images/t3.gif) no-repeat center;
	padding:60px 35px 0 25px;
}
.tiaojian .model p
{
	line-height:20px;
}
/*路演程序*/
.program ul li
{
	line-height:22px;
	padding:5px 0;
}
.program ul li span.num2
{
	display:inline-block;
	width:16px;
	height:17px;
	background:url(../images/num_bg2.gif) no-repeat center left;
	text-align:center;
	line-height:17px;
	color:#fff;
	font-weight:bold;
	margin-right:10px;
}
/*清除浮动*/
.ez-wr:after, .ez-box:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.ez-box {
    overflow: hidden;
    position: relative;
}
.btn
{
	text-align:center;
	padding-top:30px;
}
/*嘉宾介绍*/
.jiabin_list
{
	padding-top:20px;
	height:657px;
}
.jiabin_list:after
{
	clear:both;
	content:" ";
	overflow:hidden;
	font-size:0;
	display: block;
	height: 0;
	visibility: hidden;
	*zoom:1;
}
.jiabin_list li
{
	width:130px;
	height:215px;
	line-height: 18px;
	text-align:center;
	float:left;
	font-size:12px;
	margin:0 15px 10px;
}
.jiabin_list li h6
{
	text-align:center;
	width:130px;
	padding-bottom:8px;
}
.jiabin_list li img
{
	width:130px;
	height:150px;
}
.detail-jj td{
	padding:5px 10px;
	line-height:20px;
}

/* ui-table */
.ui-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 15px;
  width: 680px;
  border: solid 1px #A00000;
  font-size: 12px;
  line-height: 1.5;
}
.ui-table td, .ui-table th {
  padding: 5px 10px;
  border: solid 1px #A00000;
  vertical-align: middle;
}
.ui-table thead th {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #A00000;
}
.ui-table tbody th {
  background: #F7DAB3;
}
.ui-table tbody tr.even {
  background: #f4f4f4;
}
.ui-table tbody tr.odd {
  background: #fff;
}