﻿@charset 'utf-8';
@import url(base.css);
html
{
	background:#0466bd url(../images/bg.gif) repeat-x center 32px;
}
body
{
	background:url(../images/banner.jpg) 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;
  background:#d3e8fc;
  color:#045782;
  height:20px;
  line-height:20px;
  padding-left:10px;
  *zoom: 1;
}
.w-box-hd-line
{
  position: relative;
  background:#d3e8fc url(../images/t2.gif) no-repeat top left;
  color:#045782;
  height:20px;
  line-height:20px;
  overflow:hidden;
}
.w-box-hd .title {
  margin-bottom: 10px;
  _margin-bottom: 6px;
  font: 16px/1.2 '微软雅黑','黑体','宋体',arial;
  color: #013881;
}
.w-box-hd .title_bg
{
	text-align:center;
}
.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: 15px;
  background: url(../images/ico3.gif) no-repeat 0 7px;
  margin:10px 0;
}
.w-list-float
{
	float:left;
}
.w-list-float span
{
	color:#014a8b;
}

/*
@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 .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.w-sections-item-txt .cnt {
  line-height: 1.7;
  color: #666;
}
.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;
}

/*
@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: 12px 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:672px;
  _width:670px;
  *width:670px;
  color:#014a8b;
	font-size:13px;
}
.w-table2
{
  width:680px;
  border-left:solid 1px #ddd;
  border-top:solid 1px #ddd;
  margin-top:10px;
}
.w-table3
{
	width:672px;
  _width:670px;
  *width:670px;
	margin-top:20px;
}
.w-table td {
  padding: 5px;
  line-height: 1.8;
  border-bottom:solid 1px #fff;
  border-right:solid 1px #fff;
  background:#deeffe;
}
.w-table2 td{
  padding: 5px 10px;
  line-height: 2.6;
  vertical-align: top;
  border-bottom:solid 1px #ddd;
  border-right:solid 1px #ddd;
}
.w-table3 td
{
  padding:15px 10px;
  line-height: 2.6;
  vertical-align:middle;
  border-bottom:dotted 1px #ddd;
  border-right:dotted 1px #ddd;
}
.w-table .title
{
	background:#45b1f6;
	padding:0 10px;
	color:#fff;
	height:20px;
	line-height:20px;
}
.w-table td p
{
	text-indent:2em;
}
.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: #cfdff5;
}
.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: 520px;
  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;
}
#header .nav {
  _position: relative;
  margin-top: 368px;
  width:100%;
  height:45px;
  background:#004f96;
}
#header .nav ul li
{
	color:#fff;
	font-size:14px;
	line-height:45px;
}
#header .nav-item {
  float: left;
  display: inline;
  padding-left: 2px;
  background: url(../images/bg-nav-item.gif) no-repeat 0 50%;
}
#header .nav-item.first {
  padding-left: 20px;
  background: none;
}
#header .nav-item a {
  float: left;
  padding: 0 10px;
  height: 45px;
  font: 15px/45px '微软雅黑','黑体','宋体',arial;
  color: #fff;
  text-decoration: none;
  outline: none;
  margin:0 10px;
}
#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;
  background: #fff;
  text-decoration: none;
  color:#005988;
  margin: 0 -2px;
}
#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: visible;
}
#content .main {
  margin: 0 20px 0 260px;
  _margin: 0 20px 0 257px;
}
#content .main .w-box-bd
{
	padding-left:8px;
}
#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;
  text-align: center;
}
#content .main .w-btn-wrapper .w-btn {
  margin: 0 25px;
}
#content .side {
  float: left;
  width: 210px;
  padding-left:20px;
}
#content .side .w-box-hd {
  border-color: #f7dab3;
}
#content .side .w-box-hd .title {
  font-size: 14px;
  color: #013881;
  line-height:20px;
}
#content .side .w-box-jbxx .w-list-item {
  overflow: hidden;
  *zoom: 1;
}
#content .side .w-box-bd .mater 
{
	border-bottom:dashed 1px #ccc;
	padding:5px 0;
}
#content .side .w-box-bd .mater img
{
	float:left;
	width:48px;
	height:60px;
	padding:5px;
	margin-right:10px;
	border:solid 1px #ddd;
}
#content .side .w-box-bd .mater .floatright p
{
	line-height:18px;
	color:#666;
}
#content .side .w-box-bd .mater .floatright p strong
{
	color:#333;
}
#content .side .w-box-bd .mater .floatright a:link,#content .side .w-box-bd .mater .floatright a:visited
{
	color:#0066cc;
	text-decoration:underline;
}
#content .side .w-box-bd .mater .floatright a:hover
{
	color:#f00;
}
#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%;
}
#bottom .bottom-110 a:link,#bottom .bottom-110 a:visited
{
	color:#243851;
}
#bottom .bottom-110 a:hover
{
	color:#c00;
}

/* 首页-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 li
{
	padding-left:20px;
	background:url(../images/ico3.gif) no-repeat left 8px;
}
.ps
{
	color:#999;
	padding-top:10px;
}
.w-wrapper
{
	border-left:dotted 1px #5d8bb5;
}
.jb-name
{
	display:block;
	float:left;
	width:50px;
}
.blue:link,.blue:visited
{
	color:#014a8b;
}
.blue:hover
{
	color:#C00;
}
.w-section-p
{
	padding-top:10px;
}
.w-section-p p
{
	line-height:22px;
	text-indent:0;
}
.mthz img
{
	width:192px;
	padding:10px;
}
.huigu_list li
{
	background:url(../images/ico4.gif) no-repeat center left;
	padding-left:15px;
	line-height:24px;
}
/*嘉宾介绍*/
.jiabin_list
{
	padding-top:20px;
}
.jiabin_list li
{
	width:159px;
	height:220px;
	text-align:center;
	float:left;
	font-size:12px;
	border:solid 1px #ddd;
	margin:0 0 10px 6px;
}
.jiabin_list li h6
{
	text-align:center;
	width:159px;
	padding-bottom:8px;
}
.jiabin_list li img
{
	width:100px;
	height:145px;
}
.s_title
{
	font-size:14px;
	font-weight:bold;
	clear:both;
}
.name_list
{
	height:325px;
	overflow:hidden;
	border:solid 1px #ddd;
	padding:8px;
	margin-top:10px;
}
.name_list li
{
	line-height:22px;
}
.jiabin_table
{
  border-top: solid 1px #bbb;
  border-left: solid 1px #bbb;
  margin-top: 20px;
  background: #fff;
}
.jiabin_table tr td
{
  border-bottom: solid 1px #bbb;
  border-right: solid 1px #bbb;
  padding:10px;
  line-height: 24px;
}
.jiabin_table tr td h4,.jiabin_table tr td h5
{
  font-weight: bold;
}
.mt15
{
  margin-top: 15px;
}
