@charset "utf-8";
/* topnav开始 */
#topnav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	background: -webkit-linear-gradient(#fff, #f4f4f4);
	background: -o-linear-gradient(#fff, #f4f4f4);
	background: -moz-linear-gradient(#fff, #f4f4f4);
	background: linear-gradient(#fff, #f4f4f4);
	background-color: #f7f7f7\9;
}

#topnav ul {
	font-size: 14px;
	float: right;
	margin: 0 27px 0 0;
	line-height: 40px;
}

#topnav ul>li {
	display: inline-block;
	padding: 0 15px;
}

#topnav ul>li>a {
	color: #535353;
	font-family: "微软雅黑", "宋体";
}

#topnav ul>li>a:hover {
	color: red;
}
/* topnav结束 */

/* logo开始 */
#logo {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
}
/* logo结束 */

/* nav开始 */
#nav {
	width: 1000px;
	height: 45px;
	background-color: #dd1416;
	margin: 0 auto;
}

#nav ul {
	float: left;
	font-size: 0;
	height: 45px;
	line-height: 56px;
	margin-left: 22px;
}

#nav ul>li {
	display: inline-block;
	padding: 0 18px;
}

#nav ul>li+li {
	background: url(../party_img/navBorder.png) no-repeat 0 32.5%;
}

#nav ul>li>a {
	color: #fff;
	font: bold 16px "微软雅黑";
}
/* nav结束 */

/* newsContent开始 */
#newsContent {
	border: 1px solid #eaeaea;
	width: 998px;
	height: 310px;
	margin: 10px auto;
}

#newsContent>div {
	float: left;
}

#newsContent .title {
	width: 225px;
	height: 32px;
	line-height: 30px;
	margin-left: 12px;
	font-size: 16px;
	color: #970000;
}
/* 党务公开 */
#newsContent .public {
	width: 250px;
	height: 310px;
}

#newsContent .public>.title {
	background: url(../party_img/leftContent.gif) no-repeat 0 100%;
}

#newsContent .public>.newsList {
	height: 255px;
	overflow: hidden;
	padding: 2px 0 12px 4px;
}

#newsContent .public>.newsList li {
	padding: 5px 0 5px 12px;
	background: url(../party_img/circle.gif) no-repeat 0 50%;
}

#newsContent .public>.newsList li>a {
	color: #363636;
	font: 12px "宋体";
	display: inline-block;
	width: 205px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#newsContent .public>.newsList li>a:hover {
	color: red;
}
/* 最新动态 */
#newsContent .dynamic {
	width: 500px;
	height: 310px;
}

#newsContent .dynamic>.title {
	width: 475px;
	background: url(../party_img/middleContent.gif) no-repeat 0 100%;
}

#newsContent .dynamic>.broadCast>.imgBc {
	position: relative;
	margin-top: 25px;
	margin-left: 10px;
	width: 200px;
	height: 180px;
	float: left;
}

#newsContent .dynamic>.broadCast>.imgBc>.image img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 180px;
}

#newsContent .dynamic>.broadCast>.imgBc>.image>a:first-child img {
	display: block;
}

#newsContent .dynamic>.broadCast>.imgBc>ul {
	position: absolute;
	bottom: 0;
	right: 0;
}

#newsContent .dynamic>.broadCast>.imgBc>ul>li {
	float: left;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #484848\9;
	background-color: rgba(109, 109, 109, .7);
	margin: 0 1px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-family: "黑体";
}

#newsContent .dynamic>.broadCast>.imgBc>ul>li.active {
	background-color: #970000;
}

#newsContent .dynamic>.broadCast>.newslistBc {
	width: 280px;
	height: 265px;
	display: inline-block;
	overflow: hidden;
	margin: 2px 0 5px 8px;
}

#newsContent .dynamic>.broadCast>.newslistBc li {
	padding: 5px 0 5px 12px;
	background: url(../party_img/circle.gif) no-repeat 0 50%;
}

#newsContent .dynamic>.broadCast>.newslistBc li>a {
	display: inline-block;
	width: 185px;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #363636;
	font: 12px "宋体";
}

#newsContent .dynamic>.broadCast>.newslistBc li>a:hover {
	color: red;
}

#newsContent .dynamic>.broadCast>.newslistBc li>span {
	float: right;
	color: #b7b7b7;
}
/* 用户登入 */
#newsContent .login {
	width: 248px;
	height: 310px;
}

#newsContent .login>.title {
	background: url(../party_img/leftContent.gif) no-repeat 0 100%;
}

#newsContent .login>.loginBar {
	text-align: center;
	width: 250px;
	margin-top: 18px;
}

#newsContent .login>.loginBar input[type=text],#newsContent .login>.loginBar input[type=password]
	{
	width: 170px;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
	border-radius: 5px;
	border: 1px solid #E1E2DE;
	text-indent: 30px;
	color: #3E3F36;
	behavior: url(PIE.htc);
}

#newsContent .login>.loginBar #user {
	background: #f9f9f9 url(../party_img/user.gif) no-repeat 10px 50%;
}

#newsContent .login>.loginBar #password {
	background: #f9f9f9 url(../party_img/pwd.gif) no-repeat 10px 50%;
}

#newsContent .login>.loginBar .psw {
	text-align: left;
	text-indent: 2px;
	margin: 12px 0 20px 0;
	height: 12px;
}

#newsContent .login>.loginBar .psw input[type=checkbox] {
	float: left;
	margin-left: 50px;
	margin-top: 1px;
}

#newsContent .login>.loginBar .psw span,#newsContent .login>.loginBar .psw a
	{
	color: #5D5D5D;
}

#newsContent .login>.loginBar .psw a>span {
	margin-left: 12px;
}

#newsContent .login>.loginBar .psw a>span:hover,#newsContent .login>.loginBar .psw a:hover
	{
	color: red;
}

#newsContent .login>.loginBar .submit {
	text-align: center;
}

#newsContent .login>.loginBar .submit button {
	text-indent: 0\9;
	border: none;
	width: 80px;
	height: 30px;
	font-size: 15px;
	border-radius: 3px;
	background-color: #d20c0e;
	color: #fff;
	cursor: pointer;
	font-family: "微软雅黑";
	behavior: url(PIE.htc);
}

#newsContent .login p.error {
	text-align: center;
	margin-top: 10px;
	color: red;
}
/* 登录成功 */
#newsContent .login>.loginSuccess p {
	text-indent: 2.5em;
	height: 16px;
	line-height: 16px;
	margin: 15px 0;
	font-size: 13px;
	background: url(../party_img/user.gif) no-repeat 1em 0;
}

#newsContent .login>.loginSuccess p a {
	color: red;
}

#newsContent .login>.loginSuccess h1.title {
	background: url(../party_img/leftContent.gif) no-repeat 0 100%;
}

#newsContent .login>.loginSuccess .email>a {
	display: block;
	width: 200px;
	height: 16px;
	margin: 17px 0;
	line-height: 16px;
	text-indent: 2.5em;
	font-size: 13px;
	color: #363636;
	background: url(../party_img/email1.gif) no-repeat 1em 0;
}

#newsContent .login>.loginSuccess .email>a:hover {
	color: red;
}

#newsContent .login>.loginSuccess .research ul {
	width: 210px;
	height: 110px;
	overflow: hidden;
}

#newsContent .login>.loginSuccess .research ul>li {
	text-indent: 1.5em;
	background: url(../party_img/questionaire.gif) no-repeat 1em 3px;
	padding-left: 10px;
	line-height: 1.4em;
	margin: 5px 0;
}

#newsContent .login>.loginSuccess .research ul>li a {
	color: #363636;
}

#newsContent .login>.loginSuccess .research ul>li a:hover {
	color: red;
}
/* newsContent结束 */

/* 图片横屏滚动轮播开始 */
#newsImage {
	width: 1000px;
	height: 213px;
	margin: 0 auto;
	background: url(../party_img/newsBg.png);
}

#newsImage p {
	padding: 35px 0 17px;
}

#newsImage p>a {
	float: right;
	margin-right: 10px;
	color: #919582;
}

#newsImage p>a:hover {
	color: red;
}

#newsImage .image {
	margin-left: 20px;
	width: 957px;
	height: 156px;
}

#newsImage .image span.arrow {
	float: left;
	width: 60px;
	height: 60px;
	margin-top: 48px;
	cursor: pointer;
	opacity: .4;
	filter: alpha(opacity = 40);
}

#newsImage .image span.arrow:hover {
	opacity: .8;
	filter: alpha(opacity = 80);
}

#newsImage .image span.back {
	background: url(../party_img/back.png) no-repeat 5px 50%;
}

#newsImage .image span.forward {
	background: url(../party_img/forward.png) no-repeat 5px 50%;
}

#newsImage .image .imageBc {
	float: left;
	width: 836px;
	height: 156px;
	overflow: hidden;
}

#newsImage .image .imageBc>.imgContainer {
	width: 100000px;
}

#newsImage .image .imageBc a {
	float: left;
	width: 206px;
	height: 146px;
	padding: 5px 2px;
}

#newsImage .image .imageBc img {
	width: 206px;
	height: 146px;
}
/* 图片横屏滚动轮播结束 */

/* 在线留言开始 */
#onlineMessage {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

#onlineMessage .cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../party_img/glass.jpg) center no-repeat;
	background-size: cover;
	z-index: 90;
}

#onlineMessage .container {
	background-color: #2C2D32;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -225px;
	z-index: 900;
}

#onlineMessage .container .message>p {
	width: 480px;
	height: 40px;
	border-radius: 5px;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 40px;
	text-indent: 20px;
	margin-top: 10px;
	background: #1B1C20;
	position: relative;
}

#onlineMessage .container .message>p img {
	position: absolute;
	left: 450px;
	top: 7px;
	cursor: pointer;
}

#onlineMessage .container .input>input {
	width: 180px;
	height: 30px;
	text-indent: 5px;
	margin-left: 10px;
	margin-top: 15px;
	border-radius: 5px;
	line-height: 30px;
}

#onlineMessage .container .textarea>textarea {
	width: 480px;
	height: 280px;
	margin: 10px;
	border-radius: 5px;
	text-indent: 5px;
	padding-top: 4px;
	line-height: 1.3em;
}

#onlineMessage .container .submit {
	text-align: right;
	padding: 5px 0;
}

#onlineMessage .container .submit>button {
	margin-right: 30px;
	width: 60px;
	height: 30px;
	font-size: 14px;
	background-color: #f2f2f2;
	border-radius: 3px;
}
/* 在线留言结束 */

/* footer开始 */
#footer {
	width: 1000px;
	margin: 15px auto;
}

#footer>.footerNav {
	text-align: center;
	width: 1000px;
	height: 40px;
	background-color: #dd1416;
}

#footer>.footerNav ul>li {
	display: inline-block;
	padding: 12.5px 12px 12.5px 14px;
}

#footer>.footerNav ul>li+li {
	background: url(../party_img/footerBorder.png) no-repeat 0 50%;
}

#footer>.footerNav ul>li a {
	color: #fff;
	font-size: 14px;
	font-family: "宋体";
}

#footer p {
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}

#footer p.make {
	color: #d50000;
}

#footer p.icp {
	color: #000;
}
/* footer结束 */

/* panel导航条开始 */
#panel {
	margin: 8px auto 2px;
	width: 1000px;
	height: 32px;
}

#panel .panelNav>li {
	padding: 9px 8px;
	float: left;
	height: 32px;
	background-color: #A5630D;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#panel .panelNav>li:first-child>a:hover {
	text-decoration: none;
	cursor: default;
}

#panel .panelNav>li:first-child:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #A5630D;
	z-index: 2;
}

#panel .panelNav>li+li {
	margin-left: 17px;
}

#panel .panelNav>li.li2 {
	background-color: #D58011
}

#panel .panelNav>li.li2:before {
	position: absolute;
	left: -16px;
	top: 0;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: 16px solid #D58011;
	border-bottom: 16px solid #D58011;
	border-left: 16px solid transparent;
	z-index: 2;
}

#panel .panelNav>li.li2:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #D58011;
	z-index: 2;
}

#panel .panelNav>li.li3 {
	background-color: #EE992A
}

#panel .panelNav>li.li3:before {
	position: absolute;
	left: -16px;
	top: 0;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: 16px solid #EE992A;
	border-bottom: 16px solid #EE992A;
	border-left: 16px solid transparent;
	z-index: 2;
}

#panel .panelNav>li.li3:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #EE992A;
	z-index: 2;
}

#panel .panelNav>li.li4 {
	background-color: #F2B05A
}

#panel .panelNav>li.li4:before {
	position: absolute;
	left: -16px;
	top: 0;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: 16px solid #F2B05A;
	border-bottom: 16px solid #F2B05A;
	border-left: 16px solid transparent;
	z-index: 2;
}

#panel .panelNav>li.li4:after {
	position: absolute;
	right: -16px;
	top: 0;
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid #F2B05A;
	z-index: 2;
}

#panel .panelNav>li>a {
	font-size: 14px;
	color: #F7F7F4;
	font-family: "宋体";
}
/* panel导航条结束 */

/* 分页新闻列表开始 */
#newsList {
	width: 1000px;
	background: url(../party_img/party_bg.jpg) repeat-y 0 0;
	margin: 0 auto;
	border: 1px solid #EBEBEB;
}
/*左侧通用样式*/
#newsList .sideLeft {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	min-height: 190px;
	margin: 8px 10px 10px 8px;
	padding-bottom: 50px;
	background-color: #DD1416;
	box-shadow: 2px 3px 5px rgba(139, 139, 139, .5);
}

#newsList .sideLeft h1 {
	color: #fff;
	font-size: 16px;
	padding: 8px 15px;
	border-bottom: 1px solid #C30204;
}

#newsList .sideLeft h2 {
	font-size: 14px;
	background-color: #FFCD8C;
	margin: 3px 3px 0;
	padding: 4px 0;
	line-height: 18px;
}

#newsList .sideLeft h2 a {
	color: #FF3539;
	display: block;
	width: 98%;
	padding: 2px 0 2px 3px;
}

#newsList .sideLeft h2 a[href="###"].show {
	background-color: #CC0C0E;
	color: #F7EDE0;
}

#newsList .sideLeft h2 ul.toggle {
	display: none;
	margin-top: 2px;
}

#newsList .sideLeft h2>ul.toggle {
	text-indent: 18px;
}
#newsList .listRight #list a:hover{
	color:red;
}
#newsList .listRight #list a:hover span{
	color:red;
}
/*右侧列表样式*/
#newsList .listRight {
	display: inline-block;
	width: 800px;
	padding: 10px 8px;
	margin: 10px auto;
	padding-bottom: 60px;
	min-height: 560px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#newsList .listRight ul>li {
	width: 780px;
	padding: 5px 0;
	text-indent: 4px;
}

#newsList .listRight ul>li+li {
	border-top: 1px dashed #999;
}

#newsList .listRight ul>li:first-child {
	padding-top: 0;
}

#newsList .listRight a {
	letter-spacing: .1em;
	color: #333;
}

 
#newsList .listRight>ul>li span.timer {
	color: #666;
	float: right;
	margin-right: 5px;
}

#newsList .listRight>ul>li span.title {
    display: inline-block;
    width: 626px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 14px;
}

#newsList .listRight .page {
	margin: 15px 5px;
	float: right;
 	color: red; 
	position: absolute;
	bottom: 0;
	right: 0
}

#newsList .listRight .page button {
	cursor: pointer;
	padding: 6px 8px;
	margin: 0 3px;
	border: none;
	background-color: #DD1416;
	background: linear-gradient(#DD1416, #B70001);
	color: #EFEFED;
	border-radius: 3px;
}
/* 分页新闻列表结束 */

/* 分页新闻内容开始 */
#newsList .contentRight {
	display: inline-block;
	width: 800px;
	min-height:500px;
	padding: 25px 22px 15px;
	margin: 8px 5px 10px 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #F3F3F3;
	background: linear-gradient(to left bottom, transparent 49%, rgba(0, 0, 0, .2)
		0 ) no-repeat 100% 0/4em 4em,
		linear-gradient(-135deg, transparent 2.8em, #F3F3F3 0);
	background: -moz-linear-gradient(to left bottom, transparent 50%, rgba(0, 0, 0, .2)
		0 ) no-repeat 100% 0/4em 4em,
		-moz-linear-gradient(-135deg, transparent 2.9em, #F3F3F3 0);
}

#newsList .contentRight h1 {
	font-size: 22px;
	text-align: center;
	padding-bottom: 10px;
	width: 690px;
}

#newsList .contentRight h5 {
	text-align: center;
	color: #999;
	margin: 5px 0 15px 0;
}

#newsList .contentRight .text p {
	text-indent: 2em;
	letter-spacing: .1em;
	padding-top: 5px;
	line-height: 2em;
	font-size: 14px;
	text-align: justify;
	text-justify: distribute;
}

#newsList .contentRight span {
	display: block;
	color: #595B4F;
}

#newsList .contentRight span a {
	color: #595B4F;
}

#newsList .contentRight span a:hover {
	color: red;
}

#newsList .contentRight span.previous {
	margin: 20px 0 8px;
}

#newsList .contentRight .comment {
	margin-top: 30px;
	border-top: 1px dashed #BABCB1;
	padding-top: 10px;
}

#newsList .contentRight .comment .commentArea {
	margin-bottom: 15px;
}

#newsList .contentRight .comment .commentArea h3 {
	color: #666;
	margin-bottom: 5px;
}

#newsList .contentRight .comment .commentArea textarea {
	resize: vertical;
	width: 760px;
}

#newsList .contentRight .comment .commentArea button {
	margin-left: 688px;
	margin-top: 5px;
	border: none;
	background-color: #484848;
	color: #fff;
	width: 68px;
	height: 30px;
	border-radius: 2px;
	box-shadow: 1px 1px 3px #6F7261;
}

#newsList .contentRight .comment .commentList {
	border-top: 1px solid #828572;
	padding: 10px;
}

#newsList .contentRight .comment .commentList ul>li:first-child {
	margin-bottom: 5px;
}

#newsList .contentRight .comment .commentList ul>li+li {
	border-top: 1px dotted #848774;
	padding-top: 10px;
}

#newsList .contentRight .comment .commentList .left {
	text-align: center;
	width: 110px;
	display: inline-block;
}

#newsList .contentRight .comment .commentList .left img {
	width: 80px;
	padding: 3px;
	border: 1px solid #CACBC2;
}

#newsList .contentRight .comment .commentList .left span {
	margin-top: 3px;
}

#newsList .contentRight .comment .commentList .right {
	width: 620px;
	min-height: 110px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

#newsList .contentRight .comment .commentList .right p {
	padding-left: 5px;
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
	text-justify: distribute;
	line-height: 1.7em;
}

#newsList .contentRight .comment .commentList .right p:after {
	content: '';
	display: block;
	height: 25px;
}

#newsList .contentRight .comment .commentList .right div {
	color: #999;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
/* 分页新闻内容结束 */

/* 分页问卷开始 */
#newsList .questionaire {
	display: inline-block;
	width: 800px;
	margin: 8px 0 20px;
	padding: 10px 0 15px;
	background-color: #f9f9f9;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#newsList .questionaire .title {
	text-align: center;
	color: red;
	margin: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

#newsList .questionaire .title h1 {
	font-size: 20px;
}

#newsList .questionaire .research {
	margin: 0 15px;
}

#newsList .questionaire .research>div+div {
	border-top: 1px dashed #999;
	padding-top: 6px;
}

#newsList .questionaire .research>.option,#newsList .questionaire .research>.suggest
	{
	margin: 6px 0;
}

#newsList .questionaire .research>.option h3,#newsList .questionaire .research>.suggest h3
	{
	padding: 3px 0;
}

#newsList .questionaire .research>.option p {
	padding: 3px 10px;
}

#newsList .questionaire .research>.option p span {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	padding: 2px 4px;
}

#newsList .questionaire .research>.option p span input {
	width: 14px;
	height: 14px;
}

#newsList .questionaire .submit {
	text-align: center;
}

#newsList .questionaire .submit button {
	padding: 8px 15px;
	margin-left: 15px;
	font-size: 14px;
	background-color: #f2f2f2;
	border-radius: 3px;
	color: #333;
}
/* 分页问卷结束 */

/* 问卷结果开始 */
#qnResult {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	overflow: scroll;
}

#qnResult .cover {
	position: fixed;
	top: 0;
	left: 0;
	height: 1000%;
	width: 100%;
	background: #fff;
	opacity: .9;
	filter: alpha(opacity = 90);
	background-size: cover;
	z-index: 90;
}

#qnResult .container {
	width: 500px;
	background-color: #2C2D32;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	z-index: 900;
	padding-bottom: 30px;
}

#qnResult .container .message>p {
	width: 480px;
	height: 40px;
	border-radius: 5px;
	margin: 10px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 40px;
	text-indent: 20px;
	background: #1B1C20;
	position: relative;
}

#qnResult .container .message>p img {
	position: absolute;
	left: 450px;
	top: 7px;
	cursor: pointer;
}

#qnResult .container .result {
	width: 480px;
	margin: 0 auto;
	color: #fff;
	padding-left: 20px;
	line-height: 25px;
}

#qnResult .container .result h2.main {
	margin-bottom: 10px;
}

#qnResult .container .result h3.title {
	text-indent: 1em;
}

#qnResult .container .result p {
	text-indent: 2em;
}

#qnResult .container .result .final>div+div {
	margin-top: 10px;
}

#qnResult .container .result .final .rate {
	padding-left: 3em;
}

#qnResult .container .result .final .rate .bar {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	height: 24px;
	background-color: #fff;
	border-radius: 5px;
}

#qnResult .container .result .final .rate .bar span.width {
	display: inline-block;
	margin: 2px;
	margin: 0px\9;
	height: 20px;
	height: 24px\9;
	background: orange;
	background-image: repeating-linear-gradient(-45deg, orange, orange 11px, #eee 10px, #eee
		20px);
	background-size: 28px 28px;
	border-radius: 3px;
	box-shadow: 0 0 0 2px #FFAD17;
	box-shadow: 0 0 0 0\9;
}

#qnResult .container .result .final .rate .number {
	margin-left: 15px;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover
	{
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover
	{
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ddd;
    border-color: #ddd;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li {
	display: inline;
}

/* 分页登入 */
	#Login{
		display: none;
		position: fixed;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 90;
	}
	#Login .cover{
		z-index: 90;
		position: fixed;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		background-color:#eee;
		opacity: .9;
		filter:alpha(opacity=90);
	}
	#Login .modal{
		background-color: #444444;
		width: 350px;
		height: 250px;
		margin-top: -125px;
		margin-left:-200px;
		border-radius: 3px;
		position: absolute;
		left:50%;
		top: 50%;
		z-index: 999;
		box-shadow: 2px 2px 5px #666;
	}
	#Login .modal h1{
		color:#eee;
		padding:10px;
		border-bottom:1px solid #CCCDC5;
	}
	#Login .modal span{
		float: right;
		width: 25px;
		height: 25px;
		display: inline-block;
		background:url(../party_img/close.png);
		margin-top: -33px;
		margin-right: 3px;
		cursor:pointer;
	}
	#Login .modal div{
		margin-top: 20px;
		margin-left:-15px;
		text-align: center;
		color:#eee;
	}
	#Login .modal #user,#Login .modal #password{
		width: 150px;
		height: 30px;
		border-radius: 3px;
		text-indent: 5px;
	}
	#Login .modal p.error{
		margin-left: 138px;
		margin-top:10px;
		color:#F51E1E;
	}
	#Login .modal button{
		width: 80px;
		height: 30px;
		background-color: #eee;
		margin-top:20px;
		margin-left: 147px;
	}

/* 图片上传开始 */
#uploaderImg{
	display: none;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 90;
}
#uploaderImg .cover{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #eee;
	opacity: .9;
	filter:alpha(opacity=90);
	z-index: 90;
}
#uploaderImg .container{
	position: fixed;
	left:50%;
	top:50%;	
	margin-left:-230px;
	margin-top:-140px;
	z-index: 999;
	background-color: #fff;
	padding:40px 80px;
	border:1px solid #F2F2F2;
	box-shadow: 3px 3px 5px #DCDDD7;
}
#uploaderImg .container img{
	position: absolute;
	right:3px;
	top:3px;
	cursor:pointer;
	opacity: .7;
	filter:alpha(opacity=70);
}
#uploaderImg .container img:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}
#uploaderImg .container h1{
	margin-bottom: 5px;
	color:#666;
}
#uploaderImg .uploader{
	position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: default;
    padding: 30px;
    margin: 10px 0px;
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 3px;
}
#uploaderImg .uploader input[type=text]{
	float: left;
    display: inline-block;
    outline: 0 none;
    height: 32px;
    width: 180px;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    cursor: default;
    border: 1px solid;
    border-right: 0;
    font: 9pt/100% Arial, Helvetica, sans-serif;
    color: #777;
    text-shadow: 1px 1px 0px #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
    border-color: #ccc;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#uploaderImg .uploader .find{
    float: left;
    height: 32px;
    display: inline-block;
    outline: 0 none;
    padding: 8px 12px;
    margin: 0;
    cursor: pointer;
    border: 1px solid;
    font: bold 9pt/100% Arial, Helvetica, sans-serif;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
    color: #fff;
    text-shadow: 1px 1px 0px #111111;
    background: #222222;
    background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #222222));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
    border-color: #111111;
}
#uploaderImg .uploader input[type=file]{
    position: absolute;
    top: 30px;
    left: 30px;
    border: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#uploaderImg .uploader p{
	clear:both;
	color:darkred;
	margin:15px 0;
}
#uploaderImg .uploader .submit,#uploaderImg .uploader .cancel{
	width: 70px;
    height: 32px;
    outline: 0 none;
    padding: 8px 12px;
    margin-left: 25px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid;
    font: bold 9pt/100% Arial, Helvetica, sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 1px #fff inset;
    -webkit-box-shadow: 0px 0px 1px #fff inset;
    box-shadow: 0px 0px 1px #fff inset;
    color: #fff;
    text-shadow: 1px 1px 0px #111111;
    background: #222222;
    background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #222222));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
    border-color: #111111;
}
/* 图片上传结束 */

/* 问卷结果结束 */