/* 全局  */
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: none;
	margin: 0;
	padding: 0;
	font-family:"Microsoft YaHei",微软雅黑;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden;
}
body {

	font-family:"Microsoft YaHei",微软雅黑;

	font-size: 12px;
	color: #666;
}

i{
	font-style:normal;
	}
a {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	font-family: "microsoft yahei";
	text-decoration: none;
	color: #666;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}

ul, ol {
	list-style: none;
	vertical-align: middle;
}
img {
	border: 0px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.h10{ clear:both; overflow:hidden; height:10px;}
#mobileWrap {
	max-width:100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#pagebody {
	position: relative;
	left: 0;
	min-width: 320px;
	z-index: 99999;
	overflow: hidden;
}
.indexMenu{
	display:block;
	clear:both;
	overflow-x:hidden;
	overflow-y:auto;
	margin:0 auto;
	background:#f2f2f2
	}
/**
 * @author zhengxue
 * @return
 */	
/*********banner*********/
.slideBox{ position:relative; overflow:hidden; margin:0px auto; /* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; text-align:right; width:100%;}
.slideBox .hd li{ display:inline-block; width:8px; height:8px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 6px;}
.slideBox .hd li.on{ background:#152d79;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;}
.slideBox .bd li img{ display:block;width:100%;}
.slideBox .bd li a{ height:100%; display:block;}  /* 去掉链接触摸高亮 */
.slideBox .bd .title{ height:25px; line-height:25px; color:#fff; padding:0 10px; display:block; position:absolute; bottom:0; left:0;}
.slideBox .bd .title i{width:6px; height:6px; -webkit-border-radius:5px; float:left; display:inline; background:#fff; margin:8px 5px 0 0;}
/***********************************************************************/
/**
 * 二级页面左侧一级导航
 * @author 
 * @return
 */	
#mobileMenu {
	height: 100%;
	display: block;
	position: fixed;
	width: 200px;
	z-index: 99;
	background:#fff;
	right:-250px;
}
#mobileMenu_c {
	clear: both;
	overflow: hidden;
	overflow-y: auto;
}
#mobileMenu header {
	display:block;
	background:#000;
	height:40px;
}
#mobileMenu header h1 {
	text-align: center;
	padding-top: 10px;
	color: #401f0e;
	font-size: 16px;
	text-shadow: 1px 1px 0px #313131;
}
#mobileMenu ul {
	height: 100%;
}
#mobileMenu ul li {
	display: block;
}

#mobileMenu ul li a {
	display: block;
	border-bottom: 1px solid #f4f4f4;
	font-size: 15px;
	height: 43px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#mobileMenu ul li a em {
	display: block;
	width:3px;
	height:100%;
	float: left;
}
#mobileMenu ul li a span {
	display: block;
	line-height: 43px;
	float: left;
	padding:0 0 0 15px;
}
#mobileMenu ul li.hover em{
	background:#152d79;
}
/**
 * 二级页面二级导航
 * @author zhengxue
 * @return
 */	
.subNav{
	clear: both;
	background: #303030;
	height: 40px;
	z-index: 88;
	position: relative;
}
#subNavDl{ margin:0 auto; text-align:center;height: 40px; position:relative; padding:0 25px; overflow:hidden;}
#subNavDl .hd{ display: none;}
#subNavDl .bd ul{float:left; 
	height: 40px;
	overflow:hidden;
	}
#subNavDl .bd ul li{ 
	width:33.33%; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left; 
	height: 40px;
	font-size:14px;
	text-align:center;
	position:relative;
	z-index:2 ;
	overflow:hidden;
	}
#subNavDl .bd li a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #585858;
	overflow:hidden;
}
#subNavDl .bd li.hover a{ color:#f2c920; font-weight:bold;}
#subNavDl .prev{ display: block; position: absolute; left: 0; top: 0; z-index: 2; width:25px; height:40px; background: url(../images/ico-2.png) no-repeat center center; overflow:hidden; cursor: pointer; background-size:45% 35%}
#subNavDl .prevStop{ background:#303030;}
#subNavDl .next{ display: block; position: absolute; right: 0; top: 0; z-index: 2; width:25px; height:40px; background: url(../images/ico-1.png) no-repeat center center; overflow:hidden; cursor: pointer;}
#subNavDl .nextStop{ background:#303030;}

/**
 * 头部 right begin
 * @author 
 * @return
 */	
.indexTop{
	padding:0 10px;
	height:45px;
	position: relative;
	color:#fff;
	background:#eeeeee;	
}
.indexTop .logo{ height:30px; padding-top:10px; }
.indexTop .logo a{ height:30px; display:block;}
.indexTop .logo img{ height:30px;}
.indexTop h1 {
	text-align: center;
	display: block;
	line-height:45px;
	color:#152d79;
	font-size:16px;
	font-weight:100;
	float:left;
	height:45px;
	overflow:hidden;
}
.indexTop h2 {
	text-align: center;
	display: block;
	line-height:45px;
	color: #152d79;
	font-size:16px;
	font-weight:100;
	float:left;
	height:45px;
	overflow:hidden;
}
.indexTop #go-back {
	width: 40px;
	height:45px;
	display:inline;
	float:left;
}
.indexTop #go-back span{
	color:#152d79;
	font-size:32px;
	display:block;
	margin:7px 0 0 -5px;
	}
.indexTop #menu-btn {
	display: block;
	width: 40px;
	height: 45px;
	position: absolute;
	right:0;
	top:0;
}
.indexTop #menu-btn span {
	font-size:31px;
	color: #152d79;
	margin:8px 0 0 4px;
	display: block;
}
#mobileContent {
	display: block;
	background:#fff;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	line-height: 25px;
}
/**
 * 固定的底部
 * @author 
 * @return
 */	
.footer {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:50px;
	width: 100%;
	display: inline-block;
	background:#000;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	position: fixed;
	z-index:9999;
	left: 0;
	bottom: 0;
}
.footer div {
	height:50px;
	width:25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	text-align: center;
}
.footer div a{
	display: block;
	width: 100%;
	color: #666;
}
.footer div a em{
	height:20px;
	clear: both;
	text-align: center;
	display:block;
	padding:6px 0 0 0;
}
.footer div a em img{ height:80%; margin-top:5px 0 0 0;}
.footer div a span {
	display: block;
	clear: both;
	text-align: center;
}
.footer div.hover a{ color:#fff;}

/**
**** 首页内容区****
****@zhengxue
**/
.con1{overflow:hidden; clear:both; padding:0px 10px; background:#fff; padding-top:10px;}

.conBox{ padding:10px 20px 10px 0 ;clear:both; overflow:hidden; height:100%;}
.conBox .a1{ height:24px; line-height:24px; color:#555; font-weight:bold; clear:both; overflow:hidden; display:block;}
.conBox .a1:visited{ color:#555;}
.conBox .a1:hover{ color:#152d79;}
.conBox .a1:active{ color:#555;}
.conBox .divtext{ height:80px; line-height:25px; clear:both; overflow:hidden; color:#666;}
.conBox dl{ padding-top:0px;}
.conBox dl dd{ height:36px; line-height:36px; border-bottom:1px dotted #b2b2b2; overflow:hidden; clear:both;}
.conBox dl span{ float:right; display:inline; color:#999;}
.con1 .tempWrap{ height:100% !important;}
.con2{overflow:hidden; clear:both; padding:0px 5px;}
.con{ padding:10px 10px 10px 0 ;clear:both; overflow:hidden;}
.con ul{ width:100%; height:auto; clear:both; overflow:hidden; padding-bottom:20px;}
.con li{ width:50%; float:left;}
.con li a{ padding:5px; display:block;}
.con li p{ width:100%; height:auto;display:block; position:relative;}
.con li p:after{ content:'';display:block; width:100%; padding-top:77.586%}
.con li p img{ width:100%; display:block; height:100%; position:absolute; left:0px; top:0;}
.con li span{ height:25px; line-height:25px; text-align:center; display:block; background:#fff;}



/**
 * 文章阅读页
 * @author 
 * @return
 */	
.articleBox {
	line-height: 25px;
	color:#202022;
	background:#fff;
	margin: 15px 0px;
	padding: 15px;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.articleTitle {
	clear: both;
	text-align: center;
	padding:5px 10px 0 10px;
	line-height: 35px;
	font-size: 16px;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size:11px;
	padding:0 0 5px 0;
}

/**
 * 全文列表
 * @author 
 * @return
 */	
.newsList {
	display: block;
	clear: both;
	overflow: hidden;
}
.newsList dd {
	display: block;
	overflow: hidden;
	background:#f5f5f5;
	margin:10px 0;
}
.newsList dd a {
	display: block;
	clear: both;
	padding: 10px 0 0 10px;
}
.newsList dd a p {
	display: block;
	height: 20px;
	overflow: hidden;
}
.newsList dd a span {
	color: #D4D4D4;
	font-size: 10px;
	overflow: hidden;
	height: 15px;
}
/**
 * 全图列表 newsAllImg 左、右
 * @author 
 * @return
 */	
.newsAllImg {
	clear: both;
	overflow: hidden;
	padding:5px;
}
.newsAllImg dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding:5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg dd a {
	padding: 5px;
	background: #fff;
	display: block;
}
.newsAllImg dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg dd p img {
	width: 100%;
}
.newsAllImg dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding:0 0 3px 0;
}
/**
 * 全图列表2
 * @author 
 * @return
 */	
.newsAllImg2 {
	clear: both;
	overflow: hidden;
	padding: 5spx;
}
.newsAllImg2 dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding: 5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg2 dd a {
	padding: 5px;
	background: #fff;
	display: block;
}
.newsAllImg2 dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg2 dd p img {
	width: 100%;
}
.newsAllImg2 dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	font-size:14px;
	overflow: hidden;
	text-align: left;
	color:#333;
	padding: 0 0 5px 5px;
}
.newsAllImg2 div {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	overflow: hidden;
}

/**
 * 图文列表
 * @author 
 * @return
 */	
.newsImgList{
	width: 100%;
	overflow: hidden;
	padding:5px 0 0 0
}
.newsImgList dd{
	display:block;
	position:relative;
}
.newsImgList dd a{
	display:block;
	padding:5px 10px;
	overflow:hidden;
	background:#fff;
	}
.newsImgList p {
	position:absolute;
	top:5px;
	left:10px;
	height:90px;
	width:120px;
	display:block;
	float:left;
}
.newsImgList p img {
	height:90px;
	width:120px;
	display:block;
}
.newsImgList_c {
	overflow:hidden;
	padding-left:130px;
	height:90px;
}
.newsImgList_c strong {
	clear: both;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	color:#152d79;
	display:block;
}
.newsImgList_c div {
	clear: both;
	float: left;
	font-size:12px;
	color: #939393;
	line-height:20px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	height:60px;
} 

/**
 * 分享
 * @author 
 * @return
 */	
.mobileShare {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.shareBnt {
	height: 40px;
	clear: both;
	padding: 15px 0 0 0;
}
.shareBnt a {
	color: #fff;
	display: block;
	clear: both;
	line-height: 40px;
	text-align: center;
	background: #457fc4;
	border-radius: 6px;
	font-size: 16px;
}
.share {
	clear: both;
	overflow: hidden;
	padding: 0 0 0px 0;
}
.share dl dd {
	overflow: hidden;
}
.share dl dd a {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F3F3F3));
	background: -moz-linear-gradient(#FEFEFE, #F3F3F3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E8E8E8');
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 32px;
	clear: both;
	padding: 5px 0 5px 5px;
}
.share dl dd a span.jiathis_txt {
	width: 99%;
	background: none;
	display: block;
	clear: both;
	height: 32px;
	padding: 0;
}
.share dl dd em {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	overflow: hidden;
}
.share img {
	width: 32px;
	height: 32px;
}
.share dl dd a span.jiathis_txt p {
	line-height: 32px;
	display: block;
	float: left;
	color: #454545;
	font-size: 14px;
	padding: 0 0 0 6px;
}
.share dl dd a span.jiathis_txt i {
	line-height: 32px;
	display: block;
	float: right;
	color: #454545;
	font-size: 12px;
	padding: 0 10px 0 6px;
}
/**
 * 留言板 message
 * @author 
 * @return
 */	
.message_dl {
	clear: both;
	padding: 10px 0;
}
.message_dl dd {
	padding: 5px 0;
	clear: both;
}
.message_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}
.message_dl dd .divright{width: 70%;border: 1px solid #e6e6e6;padding: 0 0 0 5px;-moz-border-radius:1px;
-webkit-border-radius:1px;border-radius:1px;}
.messageInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	outline: medium;
}
.message_dl dd textarea {
	width: 70%;
	height: 150px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.message_btn {
	clear: both;
	height: 35px;
	padding:10px 0 20px 80px;
	height:35px;
}
.mobile_btn{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	border: none;
	cursor: pointer;
	margin: 0 5px;
	width:100px;
	font-family:"微软雅黑"	  
}
.mobile_btn.bg1{background:#bfbfbf; color:#333;}
.mobile_btn.bg2{background:#c5a86e; color:#fff;}
.message_dl .code{ height:35px; width:70px; overflow:hidden; padding:5px 0 0 5px;}
.message_dl .code img{ width:100%; display:block;}
.message_dl .change{ font-size:14px; color:#c5a86e; padding-left:85px; text-decoration:underline; height:25px; line-height:25px;}
.messageList {
	clear: both;
	padding: 0 5px;
}
.messageList dd {
	overflow: hidden;
	margin: 5px 0;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.2);
    -moz-border-radius:3px;      /* Gecko browsers */
    -webkit-border-radius:3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
}
.messageTitle {
	line-height: 30px;
	clear: both;
	height:30px;
	border-bottom:1px dotted #E6E6E6;
}
.messageTitle span{
	float:left;
	}
.messageTitle i{
	float:right;
	font-size:10px;
	}
.messageContent {
	line-height:20px;
	clear: both;
	padding:8px 0;
}
.messageReply {
	line-height:20px;
	clear: both;
	color: #cc0000;
	border:1px dotted #E6E6E6;
	padding:5px;
	background:#f8f8f8;
}
/**
 * 人才招聘 recruitment
 * @author 
 * @return
 */	
.recruitment{clear: both; overflow:hidden; padding:10px;}
.recruitment dd{ clear:both; overflow:hidden; background:#fff; margin-bottom:10px; height:110px; padding:0 10px;}
.recruitment p{
	display: block;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
	color:#222;
	font-size:14px;
}
.recruitment span {
	display: block;
	line-height:25px;
	height: 50px;
	overflow:hidden;
	clear:both;
}
.recruitment b{ height:30px; line-height:30px; background:url(../images/ico1.png) no-repeat left center; padding:0 10px 0 25px; color:#a2a2a2; float:left; display:inline; font-weight:normal;}
.recruitment i{ height:30px; line-height:30px; background:url(../images/ico2.png) no-repeat left center; padding-left:20px; color:#a2a2a2; float:left; display:inline; font-weight:normal;}
.rec_btn{ height:35px; width:120px; line-height:35px; background:#c5a86e; color:#fff; text-align:center; margin:20px auto; display:block; font-size:14px}
.rec_btn:visited{ color:#fff;}
.rec_btn:hover{ color:#fff;}
.rec_btn:active{ color:#fff;}

.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	padding:0 8px;
}
.page a, .page span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin: 5px 5px;
	text-align: center;
	color: #7f8487;
	text-decoration: none;
	line-height: 40px;
	background:#fff;
}
.page .select-change-container {
	position: relative
}
.page .select-change-container select {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 45px
}
.page .select-change-container .select-page-num {
	display: block;
	height: 30px;
	line-height: 30px
}
.page .select-change-container .select-page-num::after {
	content: '';
	display: block;
	border-top: 5px solid #ddd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 10px
}
.page .prev-page {
	margin-left: 0;
	color:#1370a5;
}
.page .next-page {
	margin-right: 0;
	color:#1370a5;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #fff;
	border: 0
}
.page .next {
	display: block;
	text-align: center
}


/**
 * 投票列表 newsAllImg3
 * @return
 */	
.voteList{display:block;clear:both;overflow:hidden;padding:6px 0;}
.voteList dd{display:inline;float:left;width:50%;padding:4px 4px 4px 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow:hidden;}
.voteList dd:nth-child(even){padding:4px 8px 4px 4px;}
.voteList dd a{display:block;width:100%;background:#fff;overflow:hidden;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:8px;border-radius:1px;}
.voteList dd .pic_box{position:relative;background:#f2f2f2 url(../images/loading.gif) no-repeat center center;}
.voteList dd .pic_box:after{content:'';display:block;width:100%;padding-top:111.32%;}
.voteList dd .pic_box img{width: 100%;height: 100%;position:absolute;left:0;top:0;display:block;}
.voteList dd .pic_box span{background:rgba(0,0,0,0.8);padding:4px 5px 2px 5px;color:#fff;font-size:10px;position:absolute;left:0;bottom:0;z-index:9;}
.voteName{height:30px;clear:both;overflow:hidden;}
.voteName B{display:inline-block;width:50%;float:left;text-align:left;color:#555;font-size:12px;line-height:30px;height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.voteName strong{display:inline-block;width:50%;float:right;text-align:right;color:#cc0000;font-size:12px;line-height:30px;height:30px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.voteInfo{line-height: 25px; color: #202022; padding:10px; font-size: 14px; background: #fff;margin:8px 8px 0 8px;}
.voteBanner{clear:both;overflow:hidden;}
.voteBanner img{max-width:100%;}
.voteTab{clear:both;overflow:hidden;padding:10px 0 0 8px; background:#fff;}
.voteTab dd{float:left;display:inline-block;}
.voteTab dd a{display:block;font-size:12px;background:#fff;padding:10px 15px 8px 15px;}
.voteTab dd.hover a{color:#fff;background:#152d79;}
.voteTab dt{float:right;font-size:12px;color:#cc0000;padding:7px 15px 5px 15px;}
/*2016-9-2*/
.voteDeta{
	padding-right:40px;
	overflow: hidden;
	height:40px;
	color:#454545;
	line-height: 20px;
	position: relative;
	margin-top:5px;
}
.voteright{
	display: block;
	width:40px;
	height:40px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:5px;
}
.voteright .checkbox{ height:18px; width:16px; border:1px solid #851111; margin:2px 7px 0 0; background:none}
.voteright .checkbox.hover{height:22px; width:25px; background:url(../images/check.png) no-repeat center center; border:none;margin:0px 0px 0 0;}
.voteform{ width:300px; margin:20px auto; overflow:hidden;}
.voteform dd{ clear:both; overflow:hidden; height:40px; margin-bottom:20px;}
.voteform span{ float:left; display:inline; width:88px; color:#454545; font-size:14px; line-height:40px; text-align:right;}
.voteform .input{ width:203px; height:38px; line-height:38px; border:1px solid #f5f5f5; overflow:hidden; padding-left:5px;}
.voteform .input2{ width:127px; height:38px; line-height:38px; border:1px solid #f5f5f5; overflow:hidden;padding-left:5px;}
.voteform .code{ width:48px; height:20px; overflow:hidden; border:1px solid #000; margin:10px;}
.voteform .code img{ width:48px; height:20px; display:block;}
.voteform .voteBt{ width:111px; height:40px; background:url(../images/voteBt.png) no-repeat center center; display:block; font-size:18px; color:#fff; line-height:40px; text-align:center; margin:0px auto;}

/*2016-9-1*/
.leadertype{margin:10px  auto; clear:both; overflow:hidden;}	
.leadertype a{ width:50%; height:26px; text-align:center; background:#f5f5f5; color:#666; font-size:12px; float:left; display:inline; line-height:26px; padding:3px 0;}	
.leadertype a.hover{ color:#fff; background:#152d79;}		


