@charset "utf-8";
.b-left {
	*display: inline; 
	float: left !important;
}
.b-right { 
	*display: inline; 
	float: right !important;
}
.b-clear {
	*clear: both;
	*height: 0px;
}
.b-clear:after {
	content: '';
	display: block;
	width: 100%;
	height: 0px;
	margin: 0px ;
	padding: 0px;
	line-height: 0px;
	overflow: hidden;
}
.b-hide{ 
	display: none !important; 
}
body {
	font-family: "微软雅黑";
	background: none;
}
body.pingxuan2017 { background: url(../img/bg_body.gif) repeat-y center top;}
.header ,
.nav ,
.main { width: 1024px;}
.friend-link { margin-top: 0 !important;}
.footer-box {
	padding-top: 110px;
	background: url(../img/bg_footer.gif) no-repeat center top;
}
.friend-link ,
.footer { background: none;}
.footer-nav {
	width: 1024px;
	background-color: #fff;
}
.header { height: 575px;}
.banner {
	position: relative;
	height: 575px;
	background: url(../img/bg_banner3.png) no-repeat center top;
}
.banner .banner-btn {
	position: absolute;
	top: 404px;
	right: 28px;
	display: block;
	width: 160px;
	height: 44px;
	background: url(../img/btn_ljtp.png) no-repeat center top;
}
.banner .banner-btn:hover { opacity: .8;}
.nav {
	width: 949px;
	height: 22px;
	margin: 0;
	margin-top: -75px;
	padding: 0;
	padding-left: 50px;
	padding-right: 25px;
	line-height: 22px;
	background: none;
}
.nav .nav-item {
	float: left;
	margin: 0 15px;
	font-size: 16px;
	color: #fff;
}
.nav .nav-item.current ,
.nav .nav-item:hover { color: #c70a08;}
.nav .nav-tag {
	float: left;
	color: #fff;
}
.main { margin-bottom: 30px;}
.sidebar {
	float: left;
	width: 292px;
	padding: 0 18px;
}
.sidebar + .container {
	margin-left: 328px;
	padding-left: 40px;
}

/* box */
.box-pxbm { padding-top: 12px;}
.box-pxbm .box-cnt {
	position: relative;
	width: 967px;
	height: 515px;
	margin: 0 auto;
	margin-top: 7px;
	padding: 0 7px;
	padding-top: 60px;
	background: url(../img/bg_form.png) no-repeat left top;
}
.box-pxbz {
	float: right;
	width: 626px;
	padding-top: 12px;
	padding-right: 37px;
}
.box-pxbz .box-cnt { padding-top: 14px;}
.box-pxbz .box-cnt img { width: 626px;}
.box-pxlc { padding-top: 30px;}
.box-pxlc .box-cnt {
	padding-top: 14px;
	line-height: 17px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
}
.box-pxlc .box-cnt div {
	padding: 0 12px;
	font-weight: 700;
	background: url(../img/li_dot_w.png) no-repeat 3px 7px;
}
.box-pxlc .box-cnt p {
	padding: 0 16px;
	text-indent: 2em;
	color: #dcdcdc;
}
.box-pxjs { padding-top: 34px;}
.box-pxjs .box-cnt {
	padding-top: 14px;
	line-height: 17px;
	font-size: 13px;
	color: #dcdcdc;
	letter-spacing: 1px;
}
.box-pxjs .box-cnt p { text-indent: 2em;}
.box-jxsz {
	float: left;
	width: 292px;
	margin-left: 28px;
	padding-top: 12px;
}
.box-jxsz .box-cnt {
	padding: 28px 2px 0 10px;
	line-height: 34px;
	font-size: 14px;
	color: #465a56;
	letter-spacing: 1px;	
}
.box-jxsz .box-cnt div a {
	float: right;
	color: #538300;
}
.box-jxsz .box-cnt div a:hover { color: #c70a08;}
.box-tips {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.box-tips .box-cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 480px;
	height: 180px;
	margin-top: -92px;
	margin-left: -242px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.box-tips .box-header {
	height: 32px;
	padding-left: 22px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #2c8283;
}
.box-tips .box-header .box-btn {
	float: right;
	margin-right: 14px;
	color: #fff;
}
.box-tips .box-header .box-btn:hover { color: #f00;}
.box-tips .box-main {
	height: 90px;
	padding-top: 17px;
	padding-left: 26px;
	line-height: 21px;
	font-size: 13px;
	background-color: #fafafa;
}
.box-tips .box-footer {
	height: 40px;
	line-height: 40px;
	background-color: #f2f6f9;
	border-top: 1px solid #e9eaec;
}
.box-tips .box-footer .box-btn {
	display: block;
	float: right;
	width: 85px;
	height: 28px;
	margin-top: 5px;
	margin-right: 20px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #7fc678;
	border: 1px solid #5e985b;
	border-radius: 3px;
}
.box-tips .box-footer .box-btn:hover { opacity: .8;}
.box-tpgz { padding-top: 26px;}
.box-tpgz .box-cnt {
	padding-top: 14px;
	line-height: 17px;
	font-size: 13px;
	color: #dcdcdc;
	letter-spacing: 1px;
}
.box-tpgz .box-cnt div {
	padding: 0 12px;
	background: url(../img/li_dot_w.png) no-repeat 3px 7px;
}
.box-vote { padding-top: 52px;}
.container .box-vote:first-child { padding-top: 26px;}
.box-zhu {
	padding-top: 82px;
	padding-right: 37px;
	font-size: 13px;
	text-align: right;
	color: #465a56;
}
/* box */

/* form */
.form-pxbm .form-item {
	margin-bottom: 14px;
	line-height: 22px;
	font-size: 14px;
	color: #505050;
}
.form-pxbm .form-name {
	float: left;
	width: 260px;
	text-align: right;
}
.form-pxbm .form-cnt { margin-left: 266px;}
.form-pxbm .form-input {
	width: 478px;
	height: 22px;
	padding: 0 10px;
	background: url(../img/bg_input.png) no-repeat left top;
}
.form-pxbm .form-input input[type=text] {
	width: 478px;
	height: 22px;
	background: none;
	border: none;
}
.form-pxbm .form-textarea {
	width: 478px;
	height: 51px;
	padding: 0 10px;
	background: url(../img/bg_textarea.png) no-repeat left top;
}
.form-pxbm .form-textarea textarea {
	width: 478px;
	height: 51px;
	background: none;
	border: none;
}
.form-pxbm .form-btn {
	position: absolute;
	top: 432px;
	right: 52px;
	display: block;
	width: 155px;
	height: 55px;
	background: url(../img/btn_bmtj.png) no-repeat left top;
}
.form-pxbm .form-btn:hover { opacity: .8;}
/* form */

/* list */
.list-vote .list-item {
	float: left;
	width: 185px;
	height: 181px;
	margin-right: 34px;
	margin-bottom: 27px;
	background-color: #dcdcdc;
	border-bottom: 2px solid #b2b1b1;
}
.list-vote .list-item:nth-child(3n+3) { margin-right: 0;}
.list-vote .list-item-pic {
	width: 100%;
	height: 110px;
	text-align: center;
	border-bottom: 2px solid #b2b1b1;
}
.list-vote .list-item-pic img {
	max-width: 185px;
	max-height: 108px;
}
.list-vote .list-item-title {
	height: 34px;
	padding: 6px 10px;
	line-height: 17px;
	font-size: 13px;	
	background-color: #a5aeb5;
	border-top: 1px solid #f5f5f5;
	overflow: hidden;
}
.list-vote .list-item-title a { color: #13323c;}
.list-vote .list-item-title a:hover { color: #c70a08;}
.list-vote .list-item-cnt {
	height: 24px;
	line-height: 24px;
}
.list-vote .list-item-btn {
	display: block;
	float: right;
	width: 61px;
	height: 22px;
	margin-top: 1px;
	margin-right: 10px;
	background: url(../img/btn_vote.png) no-repeat left top;
}
.list-vote .list-item a:hover { opacity: .8;}
.list-vote .list-item-info {
	float: left;
	margin-left: 16px;
	font-size: 12px;
	color: #13323c;
}
/* list */

/* tab */
.tab-vote .tab-trigger {
	height: 30px;
	line-height: 25px;
	margin-bottom: 19px;
}
.tab-vote .tab-trigger-item {
	position: relative;
	display: block;
	float: left;
	min-width: 136px;
	height: 30px;
	margin-left: 29px;
	padding-left: 12px;
	padding-right: 20px;
	font-size: 15px;
	color: #fff;
	background: url(../img/bg_tab_trigger_item.gif) repeat-x left top;
}
.tab-vote .tab-trigger-item:first-child { margin-left: 22px;}
.tab-vote .tab-trigger-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -22px;
	display: block;
	float: left;
	width: 22px;
	height: 30px;
	background: url(../img/li_tab_trigger_item.gif) no-repeat left top;
}
.tab-vote .tab-cnt-item { display: none;}
.tab-vote .tab-trigger-item.current { color: #1b3d48;}
.tab-vote .tab-cnt-item.current { display: block;}
/* tab */

/* title */
.title1 { height: 40px;}
.title1 .title-pic { height: 40px;}
.box-pxbm .title1 {
	width: 969px;
	margin: 0 auto;
}
.title2 {
	height: 23px;
	padding-bottom: 9px;
}
.title2 .title-pic { height: 23px;}
/* title */