@charset "utf-8";
.w{
	width: 1000px;
	margin: 0 auto;
}
.po-r{ position: relative; }
.po-a{ position: absolute; }
.tc{ text-align: center; }
.container{
	overflow: hidden;
	background: url(/statics/images/project/bg_main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #d1eaf3;
	font-family: "Microsoft YaHei";
	color: #323232;
}
.header .inner{
	width: 1000px;
	height: 512px;
}
.host{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 1000px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.content{
	padding: 0 30px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 40px;
}
.box{ 
	position: relative;
	margin-top: 64px; 
	border-top: 2px solid #a0a0a0;
}
.box1{
	width: 100%;
	height: 325px;
}
.box .title{
	left: 360px;
	top: -28px;
	width: 228px;
	height: 54px;
}
.link-more{
	right: 0;
	top: -18px;
	padding: 5px 10px;
	font-size: 16px;
	background-color: #fff;
	color: #323232;
	text-decoration: none;
}
.link-more:hover{
	color: #d80000;
	text-decoration: none;
}
/*mod-slide幻灯片*/
.mod-slide, .mod-slide .bd, .mod-slide .bd li, .mod-slide .bd li a, .mod-slide .bd li img, .mod-slide .bd li i{width:460px; height:270px;}
.mod-slide{position:relative; float:left; margin-top: 39px; overflow:hidden;}
.mod-slide .prev, .mod-slide .next{position:absolute; top:50%; z-index:3; width:32px; height:32px; margin-top:-32px; background:url(/statics/images/project/icon_slide.png) no-repeat; background-color:rgba(0, 0, 0, .5);border-radius:50%;}
.mod-slide .prev{left:5px; background-position:0 0;}
.mod-slide .next{right:5px; background-position:-31px 0;}
.mod-slide .prev:hover, .mod-slide .next:hover{background-color:#2e2e2e;}
.mod-slide .hd{position:absolute; bottom:23px; right:12px; z-index:2;}
.mod-slide .hd li{float:left; width:10px; height:10px; margin-left:9px; overflow:hidden; cursor:pointer; background:#fff;border-radius:5px;}
.mod-slide .hd li.on{background:#0030ff;}
.mod-slide .bd{position:absolute; top:0; left:0; z-index:1;}
.mod-slide .bd li{position:relative; float:left;}
.mod-slide .bd li a{display:block;}
.mod-slide .bd li a p{position:absolute; bottom:9px; left:0; z-index:1; display:block; width:460px; height:40px; padding-left:10px; font-size:16px; line-height:40px; color:#fff; overflow:hidden;}
.mod-slide .bd li a i{position:absolute; top:0; left:0; z-index:999; display:block; }
.mod-slide .bd li a:hover p{text-decoration:underline;}
.mod-slide .opacity {
    height: 60px;
    width: 100%;
    opacity: .5;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    line-height: 60px;
}
.box1 .list{
	width: 448px;
	height: 270px;
	overflow: hidden;
	float: right;
	margin-top: 39px;
}
.sub-title{
	height: 86px;
	overflow: hidden;
	border-bottom: 1px solid #d1cfcf;
}
.sub-title a{
	font-size: 20px;
	color: #323232;
	text-decoration: none;
}
.sub-title p{
	margin-top: 5px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #696969;
	text-indent: 2em;
	
}
.sub-title a:hover{
	color: #db111b;
}

.sub-list a{
	font-size: 16px;
	color: #323232;
	text-decoration: none;
}
.sub-list li{
	padding-left: 16px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d1cfcf;
	background: url(/statics/images/project/bg_listitem.png);
	background-repeat: no-repeat;
	background-position: 4px 15px;
}
.sub-list li:hover{
	background-position: 4px -19px;
}
.sub-list a:hover{
	color: #db111b;
}
.box2{
	width: 100%;
	min-height: 735px;
}
.vote-rule{
	width: 100%;
	min-height: 90px;
	overflow: hidden;
	margin-top: 27px;
}
.vote-rule .tip{
	width: 80px;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	font-size: 18px;
	color: #0937f9;
	background: url(/statics/images/project/icon_rule.png);
	background-repeat: no-repeat;
	background-position: 1px 0;
}
.vote-rule .text{
	width: 820px;
	min-height: 75px;
	height: auto;
	line-height: 28px;
	color: #696969;
}





.swiper-container {
    width: 100%;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
}

.pagination {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 7px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #8c97cb;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #0030ff;
}

.pagination-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px;
	text-align: center;
	z-index: 21;
}
.pagination-btn .pre,
.pagination-btn .next{
	margin: 0 40px;
	width: 35px;
	height: 35px;
	position: absolute;
	background: url(/statics/images/project/icon_slide.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	background-color: #c6c6c6;
	border-radius: 40px;
	cursor: pointer;
}
.pagination-btn .pre{
	left: 350px;
	background-position: 1px 2px;
}
.pagination-btn .pre:hover{
	background-color: #707070;
}
.pagination-btn .next{
	left: 478px;
	background-position: -30px 2px;
}
.pagination-btn .next:hover{
	background-color: #707070;
}
.swiper-slide .list{
	width: 1000px;
	height: 560px;
}
.swiper-slide .list .item{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 172px;
	height: 260px;
	font-size: 16px;
	color: #fff;
	background-color: #8c97cb;
}
.swiper-slide .item .inner{
	width: 152px;
	height: 240px;
	margin: 10px auto;
}
.photo{
	width: 152px;
	height: 152px;
}
.vote-name,
.vote-votes{
	width: 152px;
	height: 16px;
	overflow: hidden;
	margin-top: 8px;
	line-height: 16px;
	word-break: break-all;
}
.vote-btn{
	width: 106px;
	height: 32px;
	margin: 8px auto 0;
	padding-left: 24px;
	border-radius: 16px;
	line-height: 32px;
	background: url(/statics/images/project/icon_vote_heart.png);
	background-repeat: no-repeat;
	background-position: 11px 8px;
	background-color: #fcdd0f;
	color: #242424;
	font-size: 14px;
	cursor: pointer;
}
.vote-btn:hover{
	background-color: #ffaf04;
}
/*已投票按钮样式*/
.vote-btn.voted{
	width: 130px;
	padding: 0;
	background: none;
	background-color: #707070;
}
.box3{
	width: 940px;
	height: 355px;
}
.box3 .left,
.box3 .right{
	width: 450px;
	height: 312px;
	margin-top: 41px;
}
.first-item-photo{
	width: 180px;
	height: 120px;
}
.first-item-title{
	width: 261px;
	height: 120px;
	border: none;
}
.first-item-title p{
	line-height: 22px;
}
.box3 .sub-list{
	width: 100%;
}
.box3 .sub-list li{
	line-height: 36px;
	height: 37px;
}


.box4{
	position: relative;
	width: 100%;
	height: 540px;
}
.box4 .img-list{
	position: absolute;
	left: -30px;
	top: 64px;
	width: 940px;
	padding: 0 30px;
	height: 230px;
	background-color: #eee;
}
.box4 .img-list .title{
	width: 220px;
	height: 32px;
	overflow: hidden;
	word-break: break-all;
}
.box4 .link-more{
	top: 0;
	background: none;
	padding: 2px 10px;
}
/* 图片列表 */
.picScroll-left{ overflow:hidden; position:relative;  }
.picScroll-left .hd{ overflow:hidden;  height:30px; }
.picScroll-left .hd .prev,
.picScroll-left .hd .next{ 
	position: absolute;
	border-radius: 36px;
	display:block;  width:36px; height:36px; 
	overflow:hidden;cursor:pointer; 
	background:url("/statics/images/project/icon_slide.png") 0 0 no-repeat;
	background-color: #c6c6c6;
	z-index: 1;
}
.picScroll-left .hd .prev{
	background-position: 4px 2px;
	top: 97px;
	left: 0;
}
.picScroll-left .hd .prev:hover{
	left: 0;
}
.picScroll-left .hd .next{
	background-position: -30px 2px;
	top: 97px;
	right: 0;
}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; display: none;}
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .tempWrap{ width: 940px !important; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width: 220px; margin-right: 20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:220px; height:150px; display:block;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:32px;   }
.picScroll-left .bd ul li a{ text-decoration: none; }

.bottom-list{
	width: 976px;
	height: 210px;
	left: 0;
	top: 338px;
}
.bottom-list .link-more{
	right: 36px;
	top: -30px;
}
.bottom-list li{
	width: 428px;
	height: 35px;
	float: left;
	margin-right: 40px;
	padding-left: 20px;
	line-height: 36px;
	border-bottom: 1px solid #d1cfcf;
	background: url(/statics/images/project/bg_listitem.png);
	background-repeat: no-repeat;
	background-position: 4px 15px;
}
.bottom-list li:hover{
	background-position: 4px -19px;
}
.bottom-list li a{
	font-size: 16px;
	color: #323232;
	text-decoration: none;
}
.bottom-list li a:hover{
	color: #db111b;
}


/*活动动态列表页*/
.list-nav{
	position: absolute;
	width: 1000px;
	height: 76px;
	left: 0;
	top: 0;
	overflow: hidden;
}
.list-nav .nav-item{
	width: 170px;
	height: 76px;
	position: absolute;
	top: 0;
	text-align: center;
}
.list-nav .nav-item.on{
	background: url(/statics/images/project/bg_navitem.png);
}
.list-nav .nav-item:hover{
	background: url(/statics/images/project/bg_navitem.png);
}
.list-nav .nav-item img{
	margin-top: 23px;
}
.list-nav .nav-item a{
	display: block;
	width: 100%;
	height: 100%;
}
.list-nav .nav0{
	left: 0;
	width: 100px;
}
.list-nav .nav1{
	left: 140px;
}
.list-nav .nav2{
	left: 362px;
}
.list-nav .nav3{
	left: 600px;
}
.list-nav .nav4{
	left: 830px;
}
.route{
	font-size: 16px;
	color: #696969;
	border-bottom: 1px solid #4a9edb;
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.news-list{
	padding-bottom: 130px;
}
.news-list li{
	position: relative;
	width: 100%;
	height: 130px;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px dashed #c4c4c4;
}
.news-list li a{
	color: #323232;
	text-decoration: none;
}
.news-list li .left{
	float: left;
	margin-right: 20px;
	width: 200px;
	height: 130px;
	overflow: hidden;
}
.news-list li .left img{
	width: 200px;
	height: 130px;
}
.news-list li .news-title{
	font-size: 20px;
}
.news-list li .news-title:hover{
	color: #db111b;
}
.news-list li .news-describe{
	margin-top: 8px;
	font-size: 16px;
	color: #696969;
	line-height: 1.5;
	height: 75px;
	overflow: hidden;
}
.news-list li .news-date{
	float: right;
}
.pagenation{
	width: 100%;
	height: 60px;
	margin: 60px 0;
}


/*投票列表页*/
.vote-list {
	width: 960px;
	overflow: hidden;
}
.vote-list .item{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 172px;
	height: 260px;
	font-size: 16px;
	color: #fff;
	background-color: #8c97cb;
}
.vote-list .item .inner{
	width: 152px;
	height: 240px;
	margin: 10px auto;
}
/*往期回顾列表页*/
.wqhg-list{
	margin-top: 20px;
	width: 960px;
	overflow: hidden;
}
.wqhg-list li{
	width: 220px;
	height: 175px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.wqhg-list li .pic{
	width: 220px;
	height: 150px;
}
.wqhg-list li .pic img{
	width: 220px;
	height: 150px;
}
.wqhg-list li a{
	text-decoration: none;
	color: #323232;
}

/*详情页*/
.detail-vote-box{
	width: 100%;
	height: 220px;
	margin: 30px 0;
}
.detail-vote-box .left{
	width: 220px;
	height: 220px;
	float: left;
	margin-right: 50px;
}
.detail-vote-box .left img{
	width: 220px;
	height: 220px;
}
.detail-vote-box .right{
	vertical-align: middle;
	height: auto;
	max-height: 220px;
	width: 670px;
	float: right;
	overflow: hidden;
	padding-bottom: 40px;
}
.detail-vote-box .name{
	font-weight: bold;
	font-size: 20px;
}
.detail-vote-box .introduce{
	margin-top: 10px;
	font-size: 18px;
	text-indent: 2em;
	line-height: 22px;
	max-height: 135px;
	overflow: hidden;
}
.detail-vote-box .vote-amount{
	color: #f85d00;
	font-weight: bold;
}
.detail-vote-box .number{
	font-size: 18px;
	bottom: 5px;
	left: 0;
}
.detail-vote-box .number{
	bottom: 5px;
	left: 0;
}
.detail-vote-box .vote-btn{
	bottom: 0;
	left: 200px;
}
.detail {
	padding-bottom: 100px;
}
.detail p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
.pdt-78{
	padding-top: 78px;
}


.tougao .big-title{
	font-size: 36px;
	margin: 40px 0;

}
.tougao .des{
	color: #303030;
	font-size: 18px;
	text-indent: 2em;
	margin-bottom: 40px;
}
.tougao .form{
	width: 450px;
	height: auto;
	margin: 0 auto;
}
.tougao .form-item{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
}
.tougao .form-item input{
	width: 340px;
	padding: 0 5px;
}
.tougao .upload-submit{
	padding: 8px 15px;
	color: #fff;
	background-color: #4a9edb;
	width: 100px;
	height: 30px;
	margin: 10px auto;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
	border-radius: 6px;
	cursor: pointer;
}
/*footer*/
.footer{
	min-height:90px; text-align:center;
	background:#d1eaf3;
	/*! overflow: hidden; */
}
.footer .bor{
	padding-top:10px; padding-bottom:10px;}
.footer p{
	 line-height:34px; font-size:14px; color:#878787;}
.footer p a{
	padding:0 10px; color:#878787;
	text-decoration:none;
}
.footer p a:hover{
	color:#e33729; text-decoration:none;}
