@charset "utf-8";
/* CSS Document */
body {
	font: 100% "Microsoft YaHei",Verdana, Arial, Helvetica, sans-serif;
	/*background: #666 url(themes/gray/images/ui-bg_diagonals-medium_75_cccccc_40x40.png) 50% 50% repeat;*/
	background-color:#FFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:12px;
}

span, ul, ol, dl, dt, dd, form, p{ /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
}
a:link {
	color: #000;/****#009DE1****/
	text-decoration: none; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #9C0E0E;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	text-decoration: underline;
	color:#CC0000;
}

.container, .wrap {
	width: 1000px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
}
.head .wrap{
	display:block;
	height:440px;
	background-image:url(../images/meeting/head_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}
.shortcut {	/*~顶部快捷导航~*/
	background:#F5F5F5;
	border-bottom:1px solid #CCC;
	height:28px;
	line-height:28px;
	clear:both;
}
.shortcut .fl a, .shortcut .fl a:visited {
	padding:0 5px 0 5px;
	height:20px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#999;
}
.shortcut .fr a, .shortcut .fr a:visited {
	padding:0 5px 0 5px;
	height:20px;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	color:#999;
}
.shortcut .fl a:hover, .shortcut .fl a:active, .shortcut .fl a:focus, .shortcut .fr a:hover, .shortcut .fr a:active, .shortcut .fr a:focus {
	height:18px;
	background-color:#CCC;
	color:#FFF;
}
/* ~~ 头部 ~~ */
.header {
	background:#9C0E0E;
	height:440px;
	clear:both;
	background-image:url(../images/meeting/head_bg2.png);
	background-position:top;
	background-repeat:repeat-x;
}
.header h1{
	display:none;
}

/*********头部导航**************/
.topBar {
	background-image:url(../images/meeting/topnav_bg.png);
	background-position:left;
	background-repeat:repeat-x;
	height:46px;
	border-bottom:1px solid #CCC;
	clear:both;
}
ul.topNav a, ul.topNav a:visited {
	padding:10px;
	display:block;
	width:auto;
	height:28px;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	line-height:31px;
	float:left;
	color:#333;
	word-wrap: break-word;
	overflow: hidden;
}
ul.topNav a:hover, ul.topNav a:active, ul.topNav a:focus {
	padding:10px;
	border:0px;
	background-color:#9C0E0E;
	display:block;
	height:28px;
	color:#FFF;
}
/* ~~ 首页内容页 ~~ */

.leftContent {
	margin:0;
	padding:20px 0 0 10px;
	display:block;
	width:680px;
	float:left;
	background-color:#FFF;
	overflow:hidden;
	border:0;
	color:#666;
	font-size:14px;
	line-height:26px;
}
.leftContent br{
	margin:0;
	padding:0;
}

.listContent h2{
	margin:20px 0;
	padding:5px 0;
	border-bottom:4px solid #9C0E0E;
	color:#666;
	line-height:60px;
	position:relative;
	overflow:hidden;
	font-size:20px;
}
.leftContent h2 {
	margin:20px 0;
	padding:5px 0;
	border-bottom:4px solid #9C0E0E;
	color:#666;
	display:inline;
	line-height:60px;
	position:relative;
	overflow:hidden;
	font-size:20px;
}
.leftContent h3{
	font-size:18px;
	margin:10px 0;
	padding:0;
	color:#666;
}
.listContent h4,
.leftContent h4{
	font-size:18px;
	margin:10px 0;
	padding:0;
	color:#666;
}
.sidebar3 p,
.leftContent p{
	font-size:14px;
	line-height:200%;
	margin:0 0 10px 0;
	padding:0;
	position:relative;
	text-indent:28px;
}
.leftContent ul{
	margin:0 0 20px 0;
	padding:0;
	font-size:14px;
	line-height:200%;
	list-style:none;
}
.listContent table,
.leftContent table{
    margin: 0 0;
	border-collapse: collapse;
	border:1px solid #CCC;
	background-color:#F5F5F5;
	font-size:12px;
	line-height:20px;
}
.listContent td,.listContent th,
.leftContent td,.leftContent th{
	border:1px solid #CCC;
	padding:5px 10px;
}
.leftContent table ul{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
}
.leftContent table h3{
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
}
.listContent a:link,.listContent a:visited,
.pollContent li a:link,.pollContent li a:visited,
.leftContent a:link,.leftContent a:visited,
.leftContent li a:link,.leftContent li a:visited{
	text-decoration:none;
	color:#990000;
}
.listContent a:hover,.listContent a:active,
.pollContent li a:hover,.pollContent li a:active,
.leftContent a:hover,.leftContent a:active,
.leftContent li a:hover,.leftContent li a:active{
	text-decoration:underline;
	color:#CC0000;
}
.pollContent .shareTo,
.leftContent .shareTo {
	margin:15px auto;
	padding:10px 5px;
	display:block;
	text-align:center;
	border:0px solid #CCC;
}
.pollContent .shareTo ul{
	margin:0 60px;
}
.pollContent .shareTo li{
	margin:0 10px;
	display:inline;
}

.listContent .pageNum{
	margin:0;
	padding:10px;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#F5F5F5;
}
/*********左侧浮动*************/

.sidebar3 {/***首页侧栏***/
	float:right;
	margin:30px 0 0 0;
	padding:10px;
	background: #F5F5F5;
	border:1px solid #CCC;
	display:block;
	width:258px;
	overflow:hidden;
}
.sidebar3 h2{
	margin:0;
	padding:0 0 5px 0;
	border-top:0px;
	border-bottom:4px solid #9C0E0E;
	color:#666;
	display:inline;
	line-height:40px;
	overflow:hidden;
	font-size:17px;
	background-color:#F5F5F5;
	font-weight:normal;
}
.sidebar3 p{
	margin:0;
}
.sidebar3 ul{
	margin:10px 0 10px 0;
	font-size:14px;
	list-style:none;
	line-height:200%;
	}
.clogo{
	display:block;
	margin-top:10px;
}
.clogo li{
	display:inline;
	float:left;
}
.clogo img{
	margin:5px 0;
}
/******投票页面********/
.pollContent{
	margin:20px auto;
	padding:20px 0 0 0;
	display:block;
	width:960px;
	background-color:#FFF;
	border:0;
	color:#666666;
}
.pollContent .more{
	color:#9C0E0E;
}
/******企业投票********/
.pollCompany{
	margin:10px!important;
	margin:9px;
	padding:0;
	display:inline;
	width:138px;
	height:180px;
	border:1px solid #CCC;
	float:left;
	text-align:center;
	background-color:#FFF;
}

.comLogo{
	width:120px;
	height:50px;
	border:1px solid #EEE;
	margin:8px;
	padding:0;
}
.comLogo img{
	width:120px;
	height:50px;
}
.brandName{
	margin:0 0 10px 0;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	color:#000;
	width:120px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.pollCompany .voteCount{
	margin:10px 0 5px 0;
	color:#CC6600;
}
.pollCompany .poll{
	margin:10px 0 5px 0;
	padding:5px;
	display:block;
}
.totalComm{
	color:#999999;
}
.pollContent h2{
	font-size:20px;
	color:#666;
	padding:5px 0;
	border-bottom:4px solid #9C0E0E;
	position:relative;
}
.pollContent ul{
	margin:0 15px 0 15px;
	list-style:none;
	line-height:200%;
	font-size:14px;
	}
.totalComm a:link,.totalComm a:visited{
	color:#999999;
}
.totalComm a:hover,.totalComm a:active,.totalComm a:focus{
	text-decoration: underline;
	color:#CC0000;
}
/*******精英投票*********/
.pollPeople{
	margin:10px 16px;
	padding:0;
	display:inline;
	width:160px;
	height:274px;
	border:0px solid #CCC;
	float:left;
	text-align:center;
	background-color:#FFF;
	color:#666666;
}
.pollPeople a:link,.pollPeople a:visited{
	color:#333333;
	text-decoration:none;
}
.pollPeople a:hover,.pollPeople a:active{
	color:#CC0000;
	text-decoration:underline;
}
.peoImg img{
	width:160px;
	height:160px;
}

.peoName{
	margin:10px 0 5px 0;
	font-size:14px;
	width:160px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.comName{
	width:160px;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */
}
.pollPeople .voteCount{
	margin:5px 0 5px 0;
	color:#B81010;
}
/*******营销创新*********/
.pollInnovation{
	width:270px;
	height:280px;
	margin:10px 25px!important;
	margin:10px 24px;
	display:inline;
	background-image:url(../images/meeting/inno_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
}
.pollInnovation img{
	margin:8px 5px 0 0;
	width:250px;
	height:188px;
}
.pollInnovation p{
	margin:0;
	padding:0;
}
.innoImg{
	position:relative;
}
.innoTitle{
	padding:5px 10px;
	display:block;
	width:230px;
	height:40px;
	line-height:20px;
	font-size:16px;
	color:#FFFFFF;
	background:rgba(153, 0, 0, 0.8)!important;
	background-color:#990000;
	filter:Alpha(opacity=80);
	position:absolute;
	top:146px;
	left:7px!important;
	left:0px;
	text-align:center;
	overflow:hidden;
	word-break:break-all;
	white-space:nowrap;
	-o-text-overflow: ellipsis;    /* Opera */
	text-overflow: ellipsis;    /* IE, Safari (WebKit) */司
}
.innoTitle strong{
	font-family: "Microsoft YaHei", Verdana, Arial, Helvetica;
	font-weight:bold;
}
.innoTitle a:link,.innoTitle a:visited{
	color:#FFFFFF;
}
.innoTitle a:hover,.innoTitle a:active{
	color:#CCC;
}
.pollContent .voteCount{
	margin:5px 0 0 0;
	color:#B81010;
}

/********按钮************/
.pollCompany .poll input{
	width:70px;
	height:20px;
	border:0px;
	background-image:url(../images/meeting/button_2_bg.gif);
	background-repeat:no-repeat;
	color:#333333;
}
.poll{
	margin:5px 0 0 0!important;
	margin:2px 0 0 0;
	padding:0;
	/*display:none;*/
}
.poll input{
	margin:0;
	padding:0;
	color:#FFFFFF;
	width:80px;
	height:20px;
	border:0px;
	background-image:url(../images/meeting/button_bg.gif);
	background-repeat:no-repeat;
	/*display:none;*/
}
/**********获奖页面*************/
.medal{
	position:absolute;
	background-image:url(../images/medal.gif);
	background-repeat:no-repeat;
	display:block;
	width:45px;
	height:70px;
}
.pollPeople,
.pollInnovation,
.pollCompany{
	position:relative;
}
.pollCompany .medal{
	right:5px;
	bottom:-20px;
}
.pollInnovation .medal{
	right:15px;
	bottom:10px;
}
.pollPeople .medal{
	right:-5px;
	top:120px;
}
.mdownloadList{/***文章导读****/
	margin:10px 0;
	padding:0;
}
.mtblist td a:link, .mtblist td a:visited {
	text-decoration:none;
	font-size:14px;
}
.mtblist th {
	background-color:#F5F5F5;
	padding:10px;
}
.mtblist td {
	border-bottom:1px dashed #CCC;
	background-color:#FFFFFF;
	padding:10px;
}
/* ~~ 其它浮动/清除类 ~~ */
.footer{
	border-top:5px solid #CCC;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
