/* 二级页面 */
.whkt_s_list{
	float:left;
	width:1200px;
	margin:22px 0 50px 0;
}
.whkt_s_list li{
	float:left;
	width:1200px;
	margin-bottom:45px;
}
/*文化课堂-列表*/
ul.whkt_listbox{
	float:left;
	width:1200px;
	margin:15px 0 30px 0;
}
ul.whkt_listbox li{
	position:relative;
	float:left;
	width:386px;
	height:325px;	
	border:1px solid #f4f4f4;
	margin:0 6px 20px 6px;
	background:#fff;
	overflow:hidden;
}
ul.whkt_listbox li:hover{ -moz-box-shadow:2px 2px 5px #bdbcbc; -webkit-box-shadow:2px 2px 5px #bdbcbc; box-shadow:2px 2px 5px #bdbcbc; }
ul.whkt_listbox li .kt_imgbox{background:#000;width:388px;height:219px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
ul.whkt_listbox li .kt_imgbox .whkt_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
ul.whkt_listbox li:hover .whkt_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.8}
ul.whkt_listbox li .tag_play{
	position:absolute;
	left:0;
	top:5px;
	background:#00b0ec;
	min-width:103px;
	font-size:14px;
	color:#fff;
	line-height:30px;
	text-align:center;
	z-index:10
}
ul.whkt_listbox li .tag_play i{
	background:url(../images/index/icon_05.png) no-repeat;
	padding-left:25px;
}
ul.whkt_listbox li .tag_watch{
	position:absolute;
	right:0;
	top:5px;
	background:#9a9a9a;
	min-width:103px;
	font-size:14px;
	color:#fff;
	line-height:30px;
	text-align:center;
	z-index:10
}
ul.whkt_listbox li .tag_watch i{
	background:url(../images/index/icon_06.png) no-repeat;
	padding-left:35px;
}
ul.whkt_listbox  li .kt_title{
	float:left;
	width:366px;
	font-size:16px;
	height:65px;
	margin:5px 10px;
	overflow:hidden;
}
ul.whkt_listbox  li .kt_title a{ color:#000;}
ul.whkt_listbox  li:hover .kt_title a{ color:#075c83;}
ul.whkt_listbox  li .kt_data{
	float:left;
	width:366px; 
	font-size:14px; 
	color:#747373;
	margin:0 10px;
}
ul.whkt_listbox  li .kt_data span.c_data{
	float:left;
}
ul.whkt_listbox  li .kt_data span.c_data i{
	font-style:normal;
}
ul.whkt_listbox  li .kt_data span.c_data i.zan{
	display:inline-block;
	height:21px;
	background:url(../images/index/icon_07.png) no-repeat;
	padding-left:25px;
	margin-right:10px;
}
ul.whkt_listbox  li .kt_data span.c_data i.pl{
	display:inline-block;
	height:21px;
	background:url(../images/index/icon_04.png) no-repeat 0 1px;
	padding-left:25px;
	margin-right:6px;
}
ul.whkt_listbox  li .kt_data span.c_time{
	float:right;
}
/*文化课堂-详情*/
.whkt_dtl_left{
	float:left;
	width:850px;
	margin:20px 0 40px 0;
}
.whkt_dtl_handle{
	float:left;
	width:850px;
	margin-bottom:70px;
}
.whkt_dtl_handle .kt_handle_left{
	float:left;
	width:420px;
	height:270px;
	margin:0 20px 0 0;
    border: 1px solid #eee;
	text-align:center;
	overflow:hidden;
}
.kt_handle_left .handle_imgbox{
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	 /*设置水平居中*/
	text-align:center;
	 /* 针对IE的Hack */
	*display: block;
	*font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:420px;
	height:270px;
	overflow:hidden;
}
.kt_handle_left .handle_imgbox img {
	 /*设置图片垂直居中*/
	 width:420px;
	 height:auto;
	 vertical-align:middle;
}
.whkt_dtl_handle .kt_handle_right{
	float:left;
	width:408px;
}
.kt_handle_right .kt_handle_title{	
	float:left;
	width:408px;
	height:65px;
	font-size:18px;
	color:#434343;
	line-height:30px;
	padding:15px 0 0 0;
	overflow:hidden;
}
.kt_handle_right .kt_handle_con{
	float:left;
	width:408px;
	font-size:16px;
	color:#363636;
	line-height:35px;
}
.kt_handle_right .kt_handle_con a{
	display:inline-block;
	background:#4a72b4;
	font-size:20px;
	color:#fff;
	width:250px;
	height:50px;
	text-align:center;
	letter-spacing:2px;
	line-height:50px;
	margin-top:30px;
	overflow:hidden;
}
.whkt_dtl_left .intro_box{
	float:left;
	width:848px;
	border:1px solid #ededed;
	margin-bottom:60px;
}
.whkt_dtl_left .intro_main{ float:left; width:848px;}
.whkt_dtl_left .intro_main .hd{ /*float:left;*/ overflow:hidden; background:#f6f6f6; border-bottom:1px solid #ededed;}
.whkt_dtl_left .intro_main .hd li{ position:relative; margin-left:-1px;  height:45px; line-height:45px; text-align:center; width:120px; float:left; border-right:1px solid #ededed;
	font:normal 15px/45px "Microsoft YaHei"; _font-weight:bold; cursor:default; }
.whkt_dtl_left .intro_main .hd li.on{ width:120px; background:#e8e8e8; color:#525252;  }
.whkt_dtl_left .intro_main .hd li span{ font-size:13px; color:#f04400; margin-left:5px;}
.whkt_dtl_left .intro_main .hd li a{ color:#525252;}
.whkt_dtl_left .intro_main .bd{ /*float:left;*/ padding:30px 20px;}

.whkt_dtl_right{
	float:right;
	width:300px;
	border:1px solid #dedede;
	border-top:0;
	margin:20px 0 40px 0;
}
.whkt_dtl_right .groom_titlebox{
	float:left;
	width:276px;
	background:#fff;
	padding:20px 0 15px 0;
}
.whkt_dtl_right .groom_titlebox i{
	display:inline-block;
	font-size:16px;
	height:24px;
	background:url(../images/yyyd/icon_line.gif) no-repeat 10px 0;
	padding:0 20px;	
}
.whkt_dtl_right ul.whtk_hot{
	float:left;
	width:276px;
	margin:0 12px 20px 12px;
}
.whkt_dtl_right ul.whtk_hot li{
	position:relative;
	float:left;
	width:276px;	
	height:157px;
	margin-bottom:10px;
	overflow:hidden;
}
.whkt_dtl_right ul.whtk_hot li img{
	width:276px;	
	height:157px;
	border:0;
}
.whkt_dtl_right ul.whtk_hot li .title{
	position:absolute;
	left:0;
	bottom:0;
	width:256px;
	height:28px;
	font-size:15px;
	color:#fff;
	line-height:28px;
	padding:0 10px;
	background:url(../images/whkt/icon_01.png) repeat;
}

/*信息资讯*/
ul.whdt_list{
	float:left;
	width:1200px;
	margin:15px 0 30px 0;	
}
ul.whdt_list li{
	float:left;
	width:286px;
	height:260px;	
	border:1px solid #f4f4f4;
	margin:0 6px 20px 6px;
	background:#fff;
	overflow:hidden;
}
ul.whdt_list li:hover{ -moz-box-shadow:2px 2px 5px #bdbcbc; -webkit-box-shadow:2px 2px 5px #bdbcbc; box-shadow:2px 2px 5px #bdbcbc; }
ul.whdt_list li .dt_imgbox{background:#000;width:286px;height:182px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
ul.whdt_list li .dt_imgbox .whdt_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
ul.whdt_list li:hover .whdt_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.8}
ul.whdt_list li .dt_conbox{
	float:left;
	width:276px;
	margin:0 5px;
}
ul.whdt_list li .dt_conbox .datetime{
	float:left;
	width:43px;
	height:43px;
	background:#f2f2f2;
	font-size:12px;
	color:#303030;
	line-height:18px;
	text-align:center;
	margin:18px 7px 18px 0;
}

ul.whdt_list li .dt_conbox .datetime .year{ font-size:15px; font-weight:bold; padding:4px 0 0 0}
ul.whdt_list li .dt_conbox .titles{
	float:left;
	width:226px;
	font-size:13px;
	line-height:18px;
	margin:18px 0 18px 0;
}
ul.whdt_list li .dt_conbox .titles a{
	font-size:15px;
	color:#141313;
	line-height:22px;
}
ul.whdt_list li:hover .dt_conbox .titles a{ color:#075c83;}

/*信息资讯-政策*/
ul.zc_list{
	float:left;
	width:1200px;
	margin:15px 0 30px 0;	
}
ul.zc_list li{
	float:left;
	width:1200px;
	height:372px;
	margin-bottom:20px;
	overflow:hidden;
}
ul.zc_list li:hover{ -moz-box-shadow:2px 2px 5px #bdbcbc; -webkit-box-shadow:2px 2px 5px #bdbcbc; box-shadow:2px 2px 5px #bdbcbc; }
ul.zc_list li .zc_imgbox{
	float:left;
	width:578px;
	height:372px;
	margin-right:30px;
	overflow:hidden;
}
ul.zc_list li .zc_conbox{
	float:left;
	width:572px;
	height:372px;
	overflow:hidden;
}
ul.zc_list li .zc_conbox .title{
	font-size:21px;
	color:#070707;
	font-weight:700;
	line-height:45px;
	margin:20px 0;
}
ul.zc_list li .zc_conbox .title a{
	color:#070707;
}
ul.zc_list li .zc_conbox .title a:hover{
	color:#075c83;
}
ul.zc_list li .zc_conbox .simple{
	font-size:15px;
	color:#070707;
	line-height:34px;
	height:235px;
	margin:20px 0;
}
ul.zc_list li .zc_conbox .simple a{ color:#e02a41;}
ul.zc_list li .zc_conbox .datetime{ font-size:15px; color:#2a2b2a;}

/*信息资讯-详情*/
.xxzx_dtl_left{
	float:left;
	width:830px;
	margin:20px 10px 50px 0; 
}
.xxzx_dtl_left .titlebox{
	float:left;
	width:800px;
	margin:0 15px 25px 15px;
	text-align:center;
	background:url(../images/icon_14.png) no-repeat center bottom;
	padding-bottom:15px;
}
.xxzx_dtl_left .titlebox .title{
	font-size:26px;
	color:#181818;
	line-height:45px;
	letter-spacing:1px;
}
.xxzx_dtl_left .titlebox .simple{
	font-size:15px;
	color:#181818;
}
.xxzx_dtl_left .titlebox .simple span{ margin:0 10px;}
.xxzx_dtl_left .conbox{
	float:left;
	width:800px;
	margin:0 15px 40px 15px;	
}

.xxzx_dtl_right{
	float:left;
	width:360px;
	margin:40px 0 60px 0; 
}
.xxzx_dtl_right .right_box{
	float:left;
	width:328px;
	padding:40px 15px 30px 15px;
	border:1px solid #a8a6a7;
	margin-bottom:40px;
}
.xxzx_dtl_right .right_box .titlebox{
	float:left;
	width:328px;
}
.xxzx_dtl_right .right_box .titlebox span{
	display:inline-block;
	width:120px;
	height:35px;
	background:#e8e7e7;
	font-size:17px;
	color:#080808;
	line-height:35px;
	text-align:center;
}
.xxzx_dtl_right .right_box ul.rightlist{
	float:left;
	width:328px;
}
.xxzx_dtl_right .right_box ul.rightlist li{	
	float:left;
	width:328px;
	height:120px;
	margin-top:15px;
	-moz-box-shadow:2px 2px 5px #bdbcbc; 
	-webkit-box-shadow:2px 2px 5px #bdbcbc; 
	box-shadow:2px 2px 5px #bdbcbc; 
	overflow:hidden;
}
.xxzx_dtl_right .right_box ul.rightlist li .img_box{
	float:left;
	width:140px;
	height:95px;
	margin:12px 10px;
	overflow:hidden;
}
.xxzx_dtl_right .right_box ul.rightlist li .img_box img{
	width:140px;
	height:95px;	
}
.xxzx_dtl_right .right_box ul.rightlist li .con_box{
	float:left;
	width:158px;
	height:95px;
	margin:12px 10px 12px 0;
	overflow:hidden;
}
.xxzx_dtl_right .right_box ul.rightlist li .con_title{
	font-size:14px;
	color:#080808;
	line-height:20px;
}
.xxzx_dtl_right .right_box ul.rightlist li .datetime{
	font-size:12px;
	color:#565758;
	line-height:21px;
}
.xxzx_dtl_right .right_box ul.rightlist li .simple{
	font-size:12px;
	color:#7e7e7e;
	line-height:16px;
}

/*预约预订*/
ul.yyyd_list{
	float:left;
	width:1200px;
	margin:0 0 30px 0;	
}
ul.yyyd_list li{
	float:left;
	width:286px;
	height:385px;	
	border:1px solid #f4f4f4;
	margin:0 6px 20px 6px;
	background:#fff;
	overflow:hidden;
}
ul.yyyd_list li:hover{ -moz-box-shadow:2px 2px 5px #bdbcbc; -webkit-box-shadow:2px 2px 5px #bdbcbc; box-shadow:2px 2px 5px #bdbcbc; }
ul.yyyd_list li .yd_imgbox{background:#000;width:286px;height:191px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
ul.yyyd_list li .yd_imgbox .yyyd_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
ul.yyyd_list li:hover .yyyd_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.8}
ul.yyyd_list li .yd_conbox{
	float:left;
	width:276px;
	margin:5px 5px 0 5px;
}
ul.yyyd_list li .yd_conbox .yd_title{
	float:left;
	width:276px;
	height:50px;
	font-size:16px;
	color:#141313;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
ul.yyyd_list li .yd_conbox .yd_title a{color:#141313;}
ul.yyyd_list li:hover .yd_conbox .yd_title a{color:#075c83;}

ul.yyyd_list li .yd_conbox .yd_datetime{
	float:left;
	width:276px;
	font-size:13px;
	color:#747373;
	padding-bottom:12px;
	border-bottom:1px solid #dfdfdf;
    margin-top: 10px;
}
ul.yyyd_list li .yd_conbox p{
	margin-bottom:8px;
}
ul.yyyd_list li .yd_conbox i.icontime{
	display:inline-block;
	height:13px;
	background:url(../images/yyyd/icon_01.png) no-repeat;
	padding-left:20px;
	line-height:13px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}
ul.yyyd_list li .yd_conbox i.iconaddress{
	display:inline-block;
	height:28px;
	background:url(../images/yyyd/icon_02.png) no-repeat left top;
	padding-left:20px;
	line-height:14px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
ul.yyyd_list li .yd_conbox .link{
	float:left;
	width:276px;
	text-align:center;
}
ul.yyyd_list li .yd_conbox .link a{
	display:inline-block;
	font-size:16px;
	color:#fff;
	padding:4px 35px;
	background:#4a72b4;
	border-radius:2px;
	margin:15px 0 0 0;
}
ul.yyyd_list li:hover .yd_conbox .link a{ background:#5481cb;}

.yyyd_dtl_left{
	float:left;
	width:950px;
	margin:20px 0 40px 0;
}
.yyyd_dtl_left .handle_box{
	float:left;
	width:950px;
	margin-bottom:60px;
}

.handle_box .handle_left{
	float:left;
	width:320px;
	height:317px;
	margin:0 20px 0 0;
    border: 1px solid #eee;
	text-align:center;
	overflow:hidden;
}
.handle_left .handle_imgbox{
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	 /*设置水平居中*/
	text-align:center;
	 /* 针对IE的Hack */
	*display: block;
	*font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:320px;
	height:317px;
	overflow:hidden;
}
.handle_imgbox img {
	 /*设置图片垂直居中*/
	 width:320px;
	 height:auto;
	 vertical-align:middle;
}
.handle_box .handle_right{
	float:left;
	width:600px;
}
.handle_right .handle_titlebox{
	float:left;
	width:600px;
	font-size:18px;
	color:#434343;
	margin-bottom:30px;
}
.handle_titlebox span{ margin-right:15px;}
.handle_titlebox i{ font-size:13px; color:#fff; margin-right:3px; padding:1px 5px;}
.handle_titlebox i.yellow{ background:#e4c147;}
.handle_titlebox i.gray{ background:#797979;}
.handle_titlebox i.red{ background:#af5b5b;}
.handle_titlebox i.orange{ background:#c96539;}

.handle_right .handle_sales01,.handle_right .handle_sales02{
	float:left;
	width:600px;
	margin-bottom:23px;
	line-height:21px;
}
.handle_right .handle_sales span,.handle_right .handle_sales01 span{ color:#9c3737; margin-right:15px;}
.handle_right .handle_sales i{ display:inline-block; width:42px; height:16px; font-size:12px; color:#fff; line-height:16px; padding-left:5px; text-align:center; background:url(../images/yyyd/icon_tag.gif) no-repeat; margin-bottom:0;}
.handle_right .handle_sales01 i.gray{ display:inline-block; font-size:12px; color:#fff; line-height:16px; padding:1px 5px 0 5px; text-align:center; background:#a9a9a9; margin-bottom:0;}
.handle_right .handle_sales01 span.pf{ float:left; color:#434343; line-height:26px;}
.handle_right .handle_sales01 i.full{
	float:left; 
	display:inline-block;
	width:26px;
	height:24px;
	background:url(../images/wdwh/icon_05.png) no-repeat;
	margin:0 2px;
}
.handle_right .handle_sales01 i.half{
	float:left; 
	display:inline-block;
	width:26px;
	height:24px;
	background:url(../images/wdwh/icon_06.png) no-repeat;
	margin:0 2px;
}
.handle_right .handle_sales01 i.empty{
	float:left; 
	display:inline-block;
	width:26px;
	height:24px;
	background:url(../images/wdwh/icon_07.png) no-repeat;
	margin:0 2px;
}
.handle_right .handle_sales02{color:#363636;}
.handle_right .handle_sales02 span.sq{
	display:inline-block;
	background:url(../images/wdwh/icon_08.png) no-repeat;
	line-height:29px;
	padding-left:32px;
	margin-right:30px;
}
.handle_right .handle_sales02 span.ps{
	display:inline-block;
	background:url(../images/wdwh/icon_09.png) no-repeat;
	line-height:29px;
	padding-left:32px;
}

/*日期*/
.handle_right .handle_date{
	float:left;
	width:600px;
	height:48px;
	line-height:48px;
	margin-bottom:20px;
}
.handle_date span{ float:left; width:76px;}
.handle_date ul.datelist{
	float:left;
	width:524px;
}
.handle_date ul.datelist li{ float:left; height:48px; font-size:13px; position:relative; margin:2px 3px 2px 0; outline:none;}
.handle_date ul.datelist li a{ width:66px; height:48px; color:#434343; text-align:center; border:2px solid #f1f1f1; background:#f1f1f1; display:inline-block; line-height:24px;}
.handle_date ul.datelist li a:hover{ border:2px solid #229cd9; color:#229cd9; text-decoration:none;}
.handle_date ul.datelist li i{ position:absolute; width:14px; height:13px; font-size:0; line-height:0; right:2px; bottom:-2px; background:url(../images/yyyd/sys_item_selected.png) no-repeat right bottom; z-index:99; display:none;}
.handle_date ul.datelist li.selected a{ width:66px; height:48px; border:2px solid #229cd9;}
.handle_date ul.datelist li.selected i{ display:block;}

/*时间段*/
.handle_right .time_fieldbox{
	float:left;
	width:600px;
	margin-bottom:10px;
}
.time_fieldbox .time_box{	
	float:left;
	width:600px;
	line-height:34px;
	margin-bottom:10px;
}
.time_box span{ float:left; width:76px;}
.time_box ul.timelist{
	float:left;
	width:524px;
}
.time_box ul.timelist li{ float:left; height:30px; font-size:13px; position:relative; margin:2px 5px 10px 0; outline:none;}
.time_box ul.timelist li span{ width:122px; height:32px; color:#c6c6c6; text-align:center; border:1px dashed #c2c2c2; background:#f1f1f1; display:inline-block; line-height:32px;}
.time_box ul.timelist li a{ width:120px; height:30px; color:#434343; text-align:center; border:2px solid #f1f1f1; background:#f1f1f1; display:inline-block; line-height:30px;}
.time_box ul.timelist li a:hover{border:2px solid #229cd9; color:#229cd9; text-decoration:none;}
.time_box ul.timelist li i{ position:absolute; width:14px; height:13px; font-size:0; line-height:0; right:2px; bottom:-2px; background:url(../images/yyyd/sys_item_selected.png) no-repeat right bottom; z-index:99; display:none;}
.time_box ul.timelist li.selected a{width:120px; height:30px; border:2px solid #229cd9; text-align:center; background:#fff; color:#434343;}
.time_box ul.timelist li.selected i{ display:block;}
/*场地*/

.time_fieldbox .field_box{	
	float:left;
	width:600px;
	line-height:39px;
}
.field_box span{ float:left; width:76px;}
.field_box ul.fieldlist{
	float:left;
	width:524px;
}
.field_box ul.fieldlist li{ float:left; font-size:13px; position:relative; margin:2px 5px 10px 0; outline:none;}
.field_box ul.fieldlist li span{ padding:1px 0; color:#c6c6c6; text-align:center; border:1px dashed #c2c2c2; background:#f1f1f1; display:inline-block; line-height:37px;}
.field_box ul.fieldlist li a{padding:0 8px; color:#434343; text-align:center; border:2px solid #f1f1f1; background:#f1f1f1; display:inline-block; line-height:37px;}
.field_box ul.fieldlist li a:hover{border:2px solid #229cd9; color:#229cd9; text-decoration:none;}
.field_box ul.fieldlist li i{ position:absolute; width:14px; height:13px; font-size:0; line-height:0; right:2px; bottom:0px; background:url(../images/yyyd/sys_item_selected.png) no-repeat right bottom; z-index:99; display:none;}
.field_box ul.fieldlist li.selected a{padding:0 8px; border:2px solid #229cd9; text-align:center; background:#fff; color:#434343;}
.field_box ul.fieldlist li.selected i{ display:block;}

.handle_right .other_box{ float:left; width:500px;}
.other_box .price_box{
	float:left;
	width:600px;
	color:#4c73b5;
	margin-bottom:10px;
}
.price_box span{ float:left; width:76px; text-align:right; color:#434343;}
.price_box p.ts{ font-size:14px; color:#797979; margin-top:5px; margin-bottom:0; text-indent:76px;}
.other_box .price_box a.payChannelWraper{ margin-right:15px;}
.handle_right .btn_box{
	float:left;
	width:524px;
	margin-top:20px;
	margin-left:76px;
}
.handle_right .btn_box01{
	float:left;
	width:524px;
	margin-top:20px;
}
.handle_right .btn_box input,.handle_right .btn_box01 input{
	width:150px;
	height:40px;
	background:#229cd9;
	border:0;
	font-size:15px;
	color:#fff;
	cursor:pointer;
}
.handle_right .btn_box01 input.cancel{
	width:150px;
	height:40px;
	background:#fff;
	border:1px solid #229cd9;
	font-size:15px;
	color:#434343;
	cursor:pointer;
	margin:0 0 0 10px;
}
.handle_right .form_box{
	float:left;
	width:600px;
}
.handle_right .form_box li{
	float:left;
	width:600px;
	margin-bottom:15px;
}
.handle_right .form_box li .txt_input{
	width:200px;
	height:30px;
	border:1px solid #ebebeb;
	line-height:30px;
	text-indent:5px;
}

/*内容详情*/

.yyyd_dtl_left .intro_box{
	float:left;
	width:910px;
	border:1px solid #ededed;
	margin-bottom:60px;
}
.yyyd_dtl_left .intro_main{ width:910px;}
.yyyd_dtl_left .intro_main .hd{ overflow:hidden; background:#f6f6f6; border-bottom:1px solid #ededed;}
.yyyd_dtl_left .intro_main .hd li{ position:relative; margin-left:-1px;  height:45px; line-height:45px; text-align:center; width:120px; float:left; border-right:1px solid #ededed;
	font:normal 15px/45px "Microsoft YaHei"; _font-weight:bold; cursor:default; }
.yyyd_dtl_left .intro_main .hd li.on{ width:120px; background:#e8e8e8; color:#525252;  }
.yyyd_dtl_left .intro_main .hd li span{ font-size:13px; color:#f04400; margin-left:5px;}
.yyyd_dtl_left .intro_main .hd li a{ color:#525252;}
.yyyd_dtl_left .intro_main .bd{ padding:30px 20px;}
.yyyd_dtl_left .intro_main .bd .pf-star{	
	float:left;
	width:400px;
	margin:5px 0 30px 332px;
}
.yyyd_dtl_left .intro_main .bd .pf-hint{
	float:left;
	width:80px;
	font-size:20px;
	margin:13px 0 0 15px;
	color:#4a72b4;
	text-align:left;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form{
	float:left;
	width:870px;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form li{
	float:left;
	width:870px;
	margin:0 0 10px 0;
	padding-bottom:8px;
	border-bottom:1px solid #ededed;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form li .txt_box{
	float:left;
	width:80px;
	line-height:35px;
	margin-left:270px;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form li .control_box{
	float:left;
	width:510px;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form li .control_box01{
	float:left;
	width:200px;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form li .control_box .txt_input{
	float:left;
	width:510px;
	height:35px;
	border:0 solid #a5a4a5;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif,"Times New Roman", Times, serif;
	font-size:15px;
	color:#080808;
	line-height:45px;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form li .control_box01 .txt_input{
	float:left;
	width:385px;
	height:35px;
	border:0 solid #a5a4a5;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif,"Times New Roman", Times, serif;
	font-size:15px;
	color:#080808;
	line-height:45px;
}
.yyyd_dtl_left .intro_main .bd ul.apply_form li .control_box01 span{
	float:left;
	width:100px;
	height:35px;
	line-height:35px;
	border:0;
	color:#fff;
	background:#88888a;
	text-align:center;
	cursor:pointer;
}
.yyyd_dtl_left .intro_main .bd_bottom{ float:left; width:870px; padding:10px 0; text-align:center; border-top:1px solid #ededed;}
.yyyd_dtl_left .intro_main .bd_bottom01{ float:left; width:870px; padding:10px 0; text-align:center;}
.yyyd_dtl_left .intro_main .bd_bottom input,.yyyd_dtl_left .intro_main .bd_bottom01 input{
	width:190px;
	height:35px;
	font-size:16px;
	color:#fff;
	line-height:35px;
	border:0;
	background:#4a72b4;
	cursor:pointer;
	margin-top:6px;
}

.yyyd_dtl_right{
	float:right;
	width:240px;
	border:1px solid #dedede;
	border-top:0;
	margin:20px 0 40px 0;
}
.yyyd_dtl_right .yyyd_exclusive{
	float:left;
	width:240px;
	font-size:12px;
	color:#646464;
	text-align:center;
	margin:20px 0 35px 0;
}
.yyyd_dtl_right .yyyd_exclusive b{ color:#229cd9;}
.yyyd_dtl_right .yyyd_opentime{
	float:left;
	width:210px;
	font-size:15px;
	color:#434343;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px dashed #dcdcdc;
	margin:0 15px 15px 15px;
}
.yyyd_opentime i.phone{
	display:inline-block;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#606060;
	font-weight:bold;
	line-height:20px;
	background:url(../images/yyyd/icon_phone.gif) no-repeat 0 3px;
	padding-left:18px;
	margin-bottom:5px;
}
.yyyd_opentime p.times{ font-size:13px; color:#282828; margin-bottom:10px;}
.yyyd_opentime p.times span{ margin:0 8px;}
.yyyd_opentime p.address{ font-size:13px; margin-top:5px;}
.yyyd_dtl_right .yyyd_location{
	float:left;
	width:210px;
	margin:0 15px;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px dashed #dcdcdc;	
	margin-bottom:15px;
}
.yyyd_location .loction_map{
	float:left;
	width:210px;
	height:172px;
	margin-bottom:5px;
	overflow:hidden;
}
.yyyd_dtl_right .yyyd_score{	
	float:left;
	width:210px;
	margin:0 15px 20px 15px;
}
.yyyd_score .score_box{
	float:left;
	width:210px;
	font-size:13px;
	color:#6d6d6d;
	margin-bottom:5px;
}
.score_box span{ font-size:15px; font-weight:bold; color:#e5305d; line-height:15px; margin-left:5px;}
.score_box i.fullstar{
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/yyyd/star_full.gif) no-repeat 0 1px;
	margin:0 2px 0 2px;
}
.score_box i.halfstar{
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/yyyd/star_half.gif) no-repeat 0 1px;
	margin:0 2px 0 2px;
}
.score_box i.emptystar{
	display:inline-block;
	width:15px;
	height:15px;
	background:url(../images/yyyd/star_empty.gif) no-repeat 0 1px;
	margin:0 2px 0 2px;
}
.yyyd_score .score_review{
	float:left;
	width:190px;
	padding:15px 10px;
	background:#f6f6f6;
}
.score_review .review_link{
	float:left;
	width:190px;
	font-size:13px;
	color:#3ea0bb;
	border-bottom:1px dashed #dcdcdc;
}
.score_review .review_link a{ color:#3ea0bb;}
.score_review .review_link span{ color:#434343; margin:0 10px;}
.score_review .review_link i{ color:#e5305d;}
.score_review .review_con{ font-size:13px; padding:10px 0;}
.yyyd_dtl_right .groom_titlebox{
	float:left;
	width:240px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background:#f6f6f6;
	padding:10px 0;
}
.groom_titlebox i{
	display:inline-block;
	font-size:16px;
	height:24px;
	background:url(../images/yyyd/icon_line.gif) no-repeat 10px 0;
	padding:0 20px;	
}
.yyyd_dtl_right ul.hotlist{
	float:left;
	width:210px;
	margin:15px;
}
.yyyd_dtl_right ul.hotlist li{
	float:left;
	width:210px;
	text-align:center;
	margin-bottom:20px;
}
.yyyd_dtl_right ul.hotlist li img{
	width:210px;
	height:105px;
	border:0;
	margin-bottom:5px;
}


.yyyd_dtl_right01{
	float:right;
	width:240px;
	margin-top:20px;
}
.yyyd_dtl_right01 .yyyd_members_title{
	float:left;
	width:220px;
	margin:8px 10px;
	padding-bottom:4px;
	color:#434343;
	border-bottom:2px dotted #efefef;
}
.yyyd_dtl_right01 .yyyd_members_img{
	float:left;
	width:220px;
	margin:10px 10px;
	text-align:center;
}
.yyyd_dtl_right01 ul.members_list{
	float:left;
	width:240px;
	margin:10px 0;
	border-bottom:2px dotted #efefef;
}
.yyyd_dtl_right01 ul.members_list li{
	float:left;
	width:80px;
	font-size:12px;
	line-height:26px;
	text-align:center;
	margin-bottom:15px;
}
.yyyd_dtl_right01 ul.members_list li img{
	width:56px;
	height:56px;
	border:0;
	border-radius:50%;
}
.yyyd_dtl_right01 .select_both{
	float:left;
	width:240px;
	line-height:40px;
	text-align:center;
	margin-bottom:11px;
}
.yyyd_dtl_right01 .select_both a{ color:#434343; font-size:13px;}
.yyyd_dtl_right01 .groom_titlebox{
	float:left;
	width:240px;
	border-top:1px solid #e5e5e5;
	border-right:1px solid #dedede;
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #dedede;
	background:#f6f6f6;
	padding:10px 0;
}
.groom_titlebox i{
	display:inline-block;
	font-size:16px;
	height:24px;
	background:url(../images/yyyd/icon_line.gif) no-repeat 10px 0;
	padding:0 20px;	
}
.yyyd_dtl_right01 ul.hotlist01{
	float:left;
	width:210px;
	padding:15px 15px 0 15px;
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.yyyd_dtl_right01 ul.hotlist01 li{
	float:left;
	width:210px;
	padding-bottom:10px;
	border-bottom:2px dotted #efefef;
	text-align:center;
	margin-bottom:10px;
}
.yyyd_dtl_right01 ul.hotlist01 li img{
	width:210px;
	height:140px;
	border:0;
	margin-bottom:5px;
}
/*参与活动所有人员*/
.hdcy_popup{
	float:left;
	width:640px;
	padding:25px 25px 25px 10px;
}
.hdcy_popup li{
	display:inline;
	float:left;
	width:80px;
	font-size:12px;
	text-align:center;
	margin:0 5px 20px 5px;
}
.hdcy_popup li img{
	width:56px;
	height:56px;
	border:0;
	border-radius:50%;
	margin-bottom:5px;
}
.hdcy_popup li p.imgbox{
	position:relative;
	width:80px;
}
.hdcy_popup li p.imgbox span{
	position:absolute;
	right:0;
	top:0;
	width:20px;
	height:20px;
	background:#ff2626;
	font-size:12px;
	color:#fff;
}

/*场馆预订-订单*/

.yyyd_orderbox{
	position:relative;
	width:947px;
	margin:40px auto;
}
.yyyd_orderbox .order_step{
	float:left;
	width:947px;
	height:33px;
	margin-bottom:40px;
	overflow:hidden;
}
.yyyd_orderbox .order_box{
	float:left;
	width:946px;
	margin-bottom:20px;
}
.order_box .order_titlebox{
	float:left;
	width:946px;
	font-size:15px;
	color:#252525;
	background:url(../images/yyyd/title_icon.png) no-repeat bottom;
	padding:10px 0;
	text-indent:10px;
}
.order_box ul.personinfo{
	float:left;
	width:946px;
	background:#f4f4f4;
	padding:20px 0;
}
.order_box ul.personinfo li{
	float:left;
	font-size:14px;
	margin-left:30px;
	margin-right:60px;
}
.order_box ul.paybox{
	float:left;
	width:946px;
}
.order_box ul.paybox li{
	float:left;
	width:120px;
	margin:20px 20px 0 10px;
}
.order_box ul.paybox li img{ margin-left:10px;}
.order_box ul.titlebox{
	float:left;
	width:946px;
	padding:10px 0;
	background:#f4f4f4;	
	border-bottom:1px solid #fff;
	margin-top:15px;
}
.order_box ul.conbox{
	float:left;
	width:946px;
	padding:15px 0;
	background:#f4f4f4;
}
.order_box ul.titlebox li,.order_box ul.conbox li{
	float:left;
	font-size:14px;
	text-align:center;
}
.order_box ul.titlebox li.namebox{
	float:left;
	width:400px;
}
.order_box ul.conbox li.conname{ 
	float:left;
	width:380px;
	padding:0 10px;
	text-align:left;
}
.order_box ul.titlebox li.datebox,.order_box ul.conbox li.condate{
	float:left;
	width:135px;
}
.order_box ul.titlebox li.pricebox,.order_box ul.conbox li.conprice{
	float:left;
	width:135px;
}
.order_box ul.titlebox li.numbox,.order_box ul.conbox li.connum{
	float:left;
	width:135px;
}
.order_box ul.titlebox li.totalboxs,.order_box ul.conbox li.contotal{
	float:left;
	width:141px;
}
.yyyd_orderbox .yyyd_yhhdbox{
	float:left;
	width:946px;
	margin-bottom:30px;
}
.yyyd_yhhdbox .yhhd_titlebox{
	float:left;
	width:946px;
}
.yyyd_yhhdbox .yhhd_titlebox span{
	display:inline-block;
	width:86px;
	height:27px;
	font-size:14px;
	color:#fff;
	line-height:27px;
	text-align:center;
	background:url(../images/yyyd/icon_yhhd.png) no-repeat;
	overflow:hidden;
}
.yyyd_yhhdbox .yhhd_conbox{
	float:left;
	width:886px;
	font-size:14px;
	color:#252525;
	background:#f4f4f4;
	padding:15px 30px;
}
.yyyd_orderbox .btn_orderbox{
	float:left;
	width:946px;
	font-size:14px;
	color:#313030;
	line-height:24px;
	text-align:right;
	border-top:1px dashed #bdbdbd;
	margin-bottom:80px;
	padding:30px 0;
}
.btn_orderbox i{ color:#cb3535;}
.btn_orderbox a{ color:#a55252;}
.btn_order{
	width:155px;
	height:45px;
	border:0;
	border-radius:3px;
	background:#229cd9;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:45px;
	cursor:pointer;
	margin-top:10px;
}

/*订单成功*/
.yyyd_yhhdbox .success_conbox{
	float:left;
	width:946px;
	font-size:14px;
	color:#575757;
	background:#f4f4f4;
	padding:10px 0;
}
.success_conbox .number_box{
	float:left;
	width:886px;
	padding:10px 30px;
	border-bottom:1px solid #cecece;
}
.success_conbox .number_box1{
	float:left;
	width:886px;
	padding:10px 30px;
}
.success_conbox .number_box1 .img_box{
	float:left;
	width:134px;
	height:100px;
	margin-right:20px;
	overflow:hidden;
}
.success_conbox .number_box1 .img_box img{
	width:134px;
	height:100px;
	border:0;
}
.success_conbox .number_box1 .con_box{
	float:left;
	width:650px;
	font-size:15px;
	line-height:24px;
}
.success_conbox .number_box1 .con_box a{ font-size:16px;}
.success_conbox ul.dtl_table{
	float:left;
	width:886px;
	padding:10px 30px;
}
.success_conbox ul.dtl_table li{
	float:left;
	font-size:14px;
	color:#252525;
	text-align:center;
}
.success_conbox ul.dtl_table li.dtlname{
	float:left;
	width:350px;
}
.success_conbox ul.dtl_table li.dtldate{
	float:left;
	width:150px;
}
.success_conbox ul.dtl_table li.dtlprice{
	float:left;
	width:100px;
}
.success_conbox ul.dtl_table li.dtlnum{
	float:left;
	width:143px;
}
.success_conbox ul.dtl_table li.dtltotal{
	float:left;
	width:143px;
}
.txt_indent{ text-indent:10px;}
.yhhd_statu{
	float:left;
	width:946px;
	font-size:14px;
	color:#575757;	
	margin:10px 0;
}
.yhhd_statu span{ display:inline-block; padding:0 30px;}

.totalbox{
	float:left;
	width:886px;
	font-size:14px;
	color:#575757;
	line-height:24px;
	text-align:right;
	border-top:1px dashed #bdbdbd;
	margin-bottom:80px;
	padding:20px 30px;
}
.totalbox b{ font-size:15px; color:#313030;}
.totalbox i{ color:#cb3535;}

/*文化赶集*/
.whgj_banner{
	float:left;
	width:1200px;
	height:313px;
	margin-bottom:25px;
	overflow:hidden;
}
.whgj_ppfw_left{
	float:left;
	width:620px;
	height:465px;
	border:1px solid #eee;
	margin:30px 30px 70px 0;
	text-align:center;
	overflow:hidden;
}
.whgj_ppfw_left .gjhandle_imgbox{
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	 /*设置水平居中*/
	text-align:center;
	 /* 针对IE的Hack */
	*display: block;
	*font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:620px;
	height:465px;
	overflow:hidden;
}
.whgj_ppfw_left .gjhandle_imgbox img {
	 /*设置图片垂直居中*/
	 width:620px;
	 height:auto;
	 vertical-align:middle;
}
.whgj_ppfw_right{
	float:left;
	width:548px;
	margin:30px 0 70px 0;
}
.whgj_ppfw_right .ppfw_conbox{
	float:left;
	width:548px;
	font-size:16px;
	color:#363636;
	line-height:45px;
}
.whgj_ppfw_right .ppfw_conbox .title{
	float:left;
	width:548px;
	font-size:20px;
	font-weight:700;
	line-height:35px;
	margin:30px 0;
}
.whgj_ppfw_right .ppfw_pfbox{
	float:left;
	width:520px;
	height:200px;
	border:1px solid #e8e7e7;
	borer-radius:3px;
	margin-top:40px;
	overflow:hidden;
}
.ppfw_pfbox .pfbox_title{
	float:left;
	width:520px;
	height:32px;
	font-size:16px;
	color:#6a6a6a;
	line-height:32px;
	text-align:center;
	background:#e8e7e7;
}
.ppfw_pfbox .pfbox_con{
	float:left;
	width:520px;
	height:85px;
	margin-top:35px;
	border-bottom:1px solid #e8e7e7;
	overflow:hidden;
}
.ppfw_pfbox .pfbox_con .click-stars{
	float:left;
	width:400px;
	margin:5px 0 0 150px;
}
.ppfw_pfbox .pfbox_con .hints{
	float:left;
	width:80px;
	font-size:20px;
	margin:13px 0 0 15px;
	color:#4a72b4;
	text-align:left;
}
.ppfw_pfbox .pfbox_btn{
	float:left;
	width:520px;
	text-align:center;
}
.ppfw_pfbox .pfbox_btn input{
	width:190px;
	height:35px;
	font-size:16px;
	color:#fff;
	line-height:35px;
	border:0;
	background:#4a72b4;
	cursor:pointer;
	margin-top:6px;
}

/*文化地图*/
.whdt_box{
	position:relative;
	float:left;
	width:1200px;
	height:561px;
	-moz-box-shadow:2px 2px 10px #9C9C9C; 
	-webkit-box-shadow:2px 2px 10px #9C9C9C; 
	box-shadow:2px 2px 10px #9C9C9C;
	margin-bottom:50px;
	overflow:hidden;
}
.whdt_box .whdt_main{
	float:left;
	width:1200px;
	height:561px;
	overflow:hidden;
}
.whdt_box .whdt_list{
	position:absolute;
	right:100px;
	top:0;
	width:285px;
	height:561px;
	background:url(../images/whdt/icon_01.png) repeat;
	overflow:hidden;
}
.whdt_list .list_search{
	float:left;
	width:280px;
	margin:10px 5px 20px 5px;
}

.wt_txt_input{
	float:left;
	width:235px;
	height:28px;
	font-size:15px;
	color:#000;
	line-height:28px;
	background:#fff;
	border:0;
	text-indent:10px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
.wt_btn_input{
	float:left;
	width:40px;
	height:28px;
	font-size:15px;
	color:#fff;
	line-height:28px;
	background:#fff url(../images/icon_01.png) no-repeat center 5px;
	cursor:pointer;
	border:0;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}

.whdt_list li{
	float:left;
	width:280px;
	margin-bottom:10px;
}
.whdt_list li span{
	display:inline-block;
	width:3px;
	height:10px;
	background:url(../images/whdt/icon_li.png) no-repeat 0 3px;
	margin:0 10px 0 5px;
	overflow:hidden;
}
.whdt_list li a{ color:#fff;}
.whdt_list li .locations{ margin:0 0 0 18px; font-size:12px; color:#fff;}
.whdt_list .wtdt_page{
	float:left;
	width:280px;
	margin-top:20px;
	font-size:12px;
	color:#fff;
	text-align:center;	
}
.whdt_list .wtdt_page a{
	display:inline-block;
	padding:0 5px;
	border:1px solid #fff;
	margin:0 2px;
	color:#fff;
}
.whdt_list .wtdt_page a:hover{color:#fff;}
.whdt_list .wtdt_page a.on{
	background:#fff;
	border:1px solid #fff;
	color:#000;	
}
.whdt_jctj_title{
	float:left;
	width:1200px;
	font-size:18px;
	color:#060606;
	line-height:30px;
	margin-bottom:30px;
}
.whdt_jctj_title i{
	display:inline-block;
	background:url(../images/whdt/icon_02.png) no-repeat left 0;
	padding-left:15px;
}

/*预约申请*/
ul.wh_yysq_list{
	float:left;
	width:1200px;
	margin-bottom:30px;
}
ul.wh_yysq_list li{
	float:left;
	width:276px;
	height:293px;
	border:1px solid #f4f4f4;
	padding:7px;
	margin:0 4px 20px 4px;
	background:#fff;
	overflow:hidden;
}
ul.wh_yysq_list li:hover{ -moz-box-shadow:2px 2px 5px #bdbcbc; -webkit-box-shadow:2px 2px 5px #bdbcbc; box-shadow:2px 2px 5px #bdbcbc; }
ul.wh_yysq_list li .sq_imgbox{background:#000;width:276px;height:185px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
ul.wh_yysq_list li .sq_imgbox .yysq_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
ul.wh_yysq_list li:hover .yysq_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.8}
ul.wh_yysq_list li .sq_pf{ position:absolute; right:0; bottom:0; width:97px; height:14px; background:url(../images/wdwh/icon_01.png) no-repeat; padding:5px 8px;}
ul.wh_yysq_list li .sq_pf i.full{
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../images/wdwh/icon_02.png) no-repeat;
	margin:0 2px;
}
ul.wh_yysq_list li .sq_pf i.half{
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../images/wdwh/icon_03.png) no-repeat;
	margin:0 2px;
}
ul.wh_yysq_list li .sq_pf i.empty{
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../images/wdwh/icon_04.png) no-repeat;
	margin:0 2px;
}
ul.wh_yysq_list li .sq_conbox{
	float:left;
	width:266px;
	margin:5px 5px 0 5px;
}
ul.wh_yysq_list li .sq_conbox .yd_title{
	float:left;
	width:266px;
	height:55px;
	font-size:15px;
	color:#141313;
}
ul.wh_yysq_list li .sq_conbox .yd_title a{color:#141313;}
ul.wh_yysq_list li:hover .sq_conbox .yd_title a{color:#075c83;}
ul.wh_yysq_list li .sq_conbox .yd_simple{
	float:left;
	width:266px;
	font-size:13px;
	color:#8e8d8d;
}
ul.wh_yysq_list li .sq_conbox .yd_simple p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.yysq_btn{ padding:30px 0;}

/*群众评价与反馈*/
ul.qzpj_list{position:relative; float:left; width:1200px;}
ul.qzpj_list li{ float:left; width:388px; height:243px; margin:0 6px 30px 6px; overflow:hidden;}
ul.qzpj_list li img{ width:388px; height:243px; border:0;}
ul.qzpj_list li a,ul.qzpj_list li a img{display:block; width:388px; height:243px; position:relative}
ul.qzpj_list li a div.hot_wjdc{position:absolute;background:url(../images/wdwh/wjdc_01.jpg) no-repeat; width:100%; height:100%}
ul.qzpj_list li a div.hot_xqdj{position:absolute;background:url(../images/wdwh/xqdj_01.jpg) no-repeat; width:100%; height:100%}
ul.qzpj_list li a div.hot_ppdf{position:absolute;background:url(../images/wdwh/ppdf_01.jpg) no-repeat; width:100%; height:100%}
ul.qzpj_list li a div.hot_whlt{position:absolute;background:url(../images/wdwh/whlt_01.jpg) no-repeat; width:100%; height:100%}
ul.qzpj_list li a div.hot_smfk{position:absolute;background:url(../images/wdwh/smfk_01.jpg) no-repeat; width:100%; height:100%}

/*需求点击*/
ul.wh_xqdj_list{
	float:left;
	width:1200px;
	margin-top:30px;
	margin-bottom:30px;
}
ul.wh_xqdj_list li{
	float:left;
	width:276px;
	height:330px;
	border:1px solid #f4f4f4;
	padding:7px;
	margin:0 4px 20px 4px;
	background:#fff;
	overflow:hidden;
}
ul.wh_xqdj_list li:hover{ -moz-box-shadow:2px 2px 5px #bdbcbc; -webkit-box-shadow:2px 2px 5px #bdbcbc; box-shadow:2px 2px 5px #bdbcbc; }
ul.wh_xqdj_list li .dj_imgbox{background:#000;width:276px;height:185px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
ul.wh_xqdj_list li .dj_imgbox .xqdj_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
ul.wh_xqdj_list li:hover .xqdj_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.8}
ul.wh_xqdj_list li .dj_pf{ position:absolute; right:0; bottom:0; width:97px; height:14px; background:url(../images/wdwh/icon_01.png) no-repeat; padding:5px 8px;}
ul.wh_xqdj_list li .dj_pf i.full{
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../images/wdwh/icon_02.png) no-repeat;
	margin:0 2px;
}
ul.wh_xqdj_list li .dj_pf i.half{
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../images/wdwh/icon_03.png) no-repeat;
	margin:0 2px;
}
ul.wh_xqdj_list li .dj_pf i.empty{
	display:inline-block;
	width:15px;
	height:14px;
	background:url(../images/wdwh/icon_04.png) no-repeat;
	margin:0 2px;
}
ul.wh_xqdj_list li .dj_conbox{
	float:left;
	width:266px;
	margin:5px 5px 0 5px;
}
ul.wh_xqdj_list li .dj_conbox .xq_title{
	float:left;
	width:266px;
	height:55px;
	font-size:15px;
	color:#141313;
}
ul.wh_xqdj_list li .dj_conbox .xq_title a{color:#141313;}
ul.wh_xqdj_list li:hover .dj_conbox .xq_title a{color:#075c83;}
ul.wh_xqdj_list li .dj_conbox .xq_simple{
	float:left;
	width:266px;
	font-size:13px;
	color:#8e8d8d;
}
ul.wh_xqdj_list li .dj_conbox .xq_simple p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
ul.wh_xqdj_list li .dj_conbox .xq_data{
	float:left;
	width:266px;
	font-size:13px;
	color:#8e8d8d;
	margin-top:8px;
}
ul.wh_xqdj_list li .dj_conbox .xq_data span.data_left{
	float:left;
	display:inline-block;
	background:url(../images/wdwh/icon_08.png) no-repeat;
	line-height:29px;
	padding-left:32px;
}
ul.wh_xqdj_list li .dj_conbox .xq_data span.data_right{
	float:right;
	display:inline-block;
	background:url(../images/wdwh/icon_09.png) no-repeat;
	line-height:29px;
	padding-left:32px;
}
ul.wh_xqdj_list li .dj_conbox .xq_total{
	float:left;
	width:266px;
	font-size:13px;
	color:#8e8d8d;
	margin-top:8px;
}
ul.wh_xqdj_list li .dj_conbox .xq_total span{
	float:left;
	line-height:18px;
	margin-right:10px;
}
ul.wh_xqdj_list li .dj_conbox .xq_total span.score{ color:#075c83; margin-left:10px;}
ul.wh_xqdj_list li .dj_conbox .xq_total i{ margin:0 2px;}
ul.wh_xqdj_list li .dj_conbox .xq_total i.full{
	float:left;
	display:inline-block;
	width:19px;
	height:18px;
	background:url(../images/wdwh/icon_10.png) no-repeat;
}
ul.wh_xqdj_list li .dj_conbox .xq_total i.half{
	float:left;
	display:inline-block;
	width:19px;
	height:18px;
	background:url(../images/wdwh/icon_11.png) no-repeat;
}
ul.wh_xqdj_list li .dj_conbox .xq_total i.empty{
	float:left;
	display:inline-block;
	width:19px;
	height:18px;
	background:url(../images/wdwh/icon_12.png) no-repeat;
}

/*市民反馈*/
.smfk_box{
	float:left;
	width:1086px;
	margin:57px;
	font-size:18px;
	color:#434343;
	line-height:34px;
	letter-spacing:10px;
	text-align:center;
}
.smfk_box p{ margin-bottom:15px;}
.smfk_box p.btn{ text-align:right; padding-right:60px; padding-top:20px;}

.txt_area-feedback{
	width:1084px;
	height:300px;
	border:1px solid #dcdcdc;
	border-radius:3px;
	font-family:"Microsoft YaHei";
	font-size:16px;
	color:#434343;
	text-indent:10px;
	line-height:24px;
	resize: none;
}
.btn_yjfk{
	width:137px;
	height:42px;
	border:0;
	background:url(../images/wdwh/btn_tjfk.jpg) no-repeat;
	cursor:pointer;
}

/*志愿服务-文化社团*/
ul.whst_list{
	float:left;
	width:1200px;
	margin-bottom:30px;
}
ul.whst_list li{
	float:left;
	width:286px;
	height:357px;
	margin:0 7px 20px 7px;
	overflow:hidden;
}
ul.whst_list li .head_box{
	float:left;
	width:284px;
	height:260px;
	border:1px solid #f4f4f4;
	-moz-box-shadow:2px 2px 5px #bdbcbc; -webkit-box-shadow:2px 2px 5px #bdbcbc; box-shadow:2px 2px 5px #bdbcbc;
	text-align:center;
	overflow:hidden;
}
ul.whst_list li .whst_imgbox{background:#000;width:284px;height:205px;padding:0;margin:0;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
ul.whst_list li .whst_imgbox .whst_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
ul.whst_list li:hover .whst_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.8}

ul.whst_list li .head_box .whst_level{
	float:left;
	width:284px;
	margin:15px 0;
	text-align:center;
}
ul.whst_list li .head_box .whst_level i{ margin:0 1px;}
ul.whst_list li .head_box .whst_level i.full{
	display:inline-block;
	width:26px;
	height:25px;
	background:url(../images/zyfw/icon_01.png) no-repeat;
	overflow:hidden;
}
ul.whst_list li .head_box .whst_level i.empty{
	display:inline-block;
	width:26px;
	height:25px;
	background:url(../images/zyfw/icon_02.png) no-repeat;
	overflow:hidden;
}
ul.whst_list li .titlebox{
	float:left;
	width:286px;
	font-size:16px;
	line-height:30px;
	text-align:center;
	background:url(../images/zyfw/icon_03.png) no-repeat center bottom;
	margin:10px 0;
	padding-bottom:10px;
}
ul.whst_list li .titlebox a{
	color:#040404;
}
ul.whst_list li:hover .titlebox a{ color:#1d98d6;}
ul.whst_list li .address{
	float:left;
	width:286px;
	font-size:14px;
	color:#8e8d8d;
	line-height:24px;
	text-align:center;
}
ul.whst_list li .address i{
	display:inline-block;
	background:url(../images/zyfw/icon_04.png) no-repeat 0 3px;
	padding-left:18px;
}

/*文化社团-详情*/
.whst_dtl_box{
	float:left;
	width:1200px;
	margin-top:20px;
	margin-bottom:20px;
}
.whst_dtl_box .dtl_imgbox{
	float:left;
	width:370px;
	height:284px;
	margin-right:20px;
	overflow:hidden;
}
.whst_dtl_box .dtl_imgbox .images{
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	 /*设置水平居中*/
	text-align:center;
	 /* 针对IE的Hack */
	*display: block;
	*font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:370px;
	height:284px;
	overflow:hidden;
}
whst_dtl_box .dtl_imgbox .images img{
	width:370px;
	 /*设置图片垂直居中*/
	 height:auto;
	 vertical-align:middle;
	 border:0;
}
.whst_dtl_box .namebox{
	float:left;
	width:420px;
	font-size:15px;
	line-height:30px;
	margin-right:20px;
}
.whst_dtl_box .namebox .title{ /*margin:20px 0;*/ font-size:18px; letter-spacing:2px; font-weight:bold;}
.whst_dtl_box .mapbox{
	float:right;
	width:320px;
	height:215px;
	border:1px solid #c4c4c4;
	margin-top:30px;
	overflow:hidden;
}
.whst_titlebox{
	float:left;
	width:1200px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;	
}
.whst_titlebox span{
	display:inline-block;
	font-size:17px;
	color:#434343;
	line-height:34px;
	letter-spacing:5px;
	border-bottom:4px solid #4d75b5;
	padding:0 15px;
}
.whst_intro{
	float:left;
	width:1200px;
	font-size:15px;
	color:#434343;
	line-height:24px;
	margin-bottom:30px;
	text-indent:30px;
	letter-spacing:1px;
}
.whst_intro a{ color:#4d75b5;}

.slidesttp{ position:relative; float:left; width:1200px; text-align:left; margin:10px 0 50px 0;}
.slidesttp .sPrev{ position:absolute; left:0; top:90px; display:block; width:32px; height:56px; background:url(../images/zyfw/icon_05.png) center center no-repeat;}
.slidesttp .sNext{ position:absolute; right:0; top:90px; display:block; width:32px; height:56px; background:url(../images/zyfw/icon_06.png) center center no-repeat;  }

.slidesttp .parBd .slideBox{ float:left; width:1115px; margin-left:40px;}
.slidesttp .parBd ul{overflow:hidden; zoom:1;}
.slidesttp .parBd ul li{ margin:0 10px 0 10px; float:left; width:203px; height:250px; overflow:hidden; text-align:center;  }
.slidesttp .parBd ul li .pic{ 
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	 /*设置水平居中*/
	text-align:center;
	 /* 针对IE的Hack */
	*display: block;
	*font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:203px;
	height:250px;
	overflow:hidden;
}
.slidesttp .parBd ul li .pic img{
	width:203px;
	 /*设置图片垂直居中*/
	vertical-align:middle;
	border:0;
	display:block;
}



/*关于我们*/
.others_box{
	position:relative;
	float:left;
	width:1150px;
	margin-top:40px;
	margin-left:50px;
	margin-bottom:60px;
}
.others_box .others_title{
	float:left;
	width:1150px;
	font-size:17px;
	color:#434343;
	letter-spacing:27px;
	line-height:30px;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:12px;
	margin-bottom:20px;
}
.others_box .others_title p.yellow{ color:#4a72b4; letter-spacing:0;}
.others_box .others_con{
	float:left;
	width:1150px;
	line-height:24px;
}
.others_con_title{
	float:left;
	width:1150px;
	font-size:24px;
	color:#000;
	text-indent:15px;
	line-height:35px;
	border-bottom:3px double #ff2626;
	margin-bottom:20px;
}
.others_con p{
	float:left;
	width:1150px;
}
.others_con p.img{ text-align:center; margin:30px 0;}
.others_con p.img01{ text-align:center; margin:0 0 15px 0;}
.others_con p.titlefnt{
	font-size:16px;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
}
.others_con p.confnt{
	font-size:16px;
	line-height:25px;
	text-indent:30px;
	margin-bottom:20px;
}
.others_con .left_addressbox,.others_con .right_addressbox{
	float:left;
	width:500px;
	line-height:30px;
	margin-bottom:50px;
}
.others_con .other_fwtk{
	color:#333;
	line-height:28px;
}
.others_con .other_fwtk p{ margin-bottom:5px;}
.others_con .other_fwtk .contitle{ font-size:18px; color:#000; font-weight:bold; margin:10px 0;}
.others_con .other_fwtk .txtindt{ text-indent:24px;}
.others_con .yjfk_box{
	position:relative;
	width:700px;
	min-height:500px;
	font-size:16px;
	letter-spacing:3px;
	margin:0 auto;
	padding:30px 0;
}

/* 新修改申请加入 */
.enjoy_btn {
	width: 212px;
	height: 32px;
	border-radius: 5px;
	background: #4A72B4;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	margin-top: 10px;
}
/* 修改文化社团 */


.cd-popup-trigger {
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	
	border-radius: 5px;
}
.cd-popup-trigger:hover {
	color: #FFFFFF;
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background:url(../images/bgtm.png);
  opacity: 0.4;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 776px;
  height:596px;
  margin: 4em auto;
  background:#FFFFFF;
  text-align: center;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons { padding-top:125px;}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li a {
  color:#FFFFFF;
}
.cd-popup-container .cd-buttons li label{
	font-size: 24px;
}
.cd-popup-container .cd-buttons li label span {
	display: inline-block;
	width: 100px;
	text-align: right;
}
.cd-popup-container .cd-buttons li input {
	width: 309px;
	height: 40px;
	line-height: 40px;
	margin: 20px 0 0 20px;
	border: 1px solid #D9D9D9;
}
.cd-popup-container .cd-buttons li:nth-child(2) input {
	width: 24px;
	height: 24px;
}
.cd-popup-container .cd-buttons li:nth-child(2) label {
	font-size: 20px;
	margin-right: 30px;
}
.cd-popup-container .cd-buttons li:nth-child(2) span {
	    font-size: 26px;
	    margin-left: -150px;
}
.cd-popup-container .cd-buttons li:nth-child(2) i {
	position: absolute;
	margin-top: 20px;
	margin-left: 5px;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background:url(../images/icon_close.png) no-repeat;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.qxdd {
	margin-top: 20px;
	display: inline-block;
	width: 155px;
	height: 45px;
	background: #AFAFAF;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	line-height: 45px;
	margin-left: 27px;
	cursor: pointer;
}
.qxdd:hover {
	color: #FFFFFF;
}
.mt70 {
	margin-top: 70px;
	cursor: pointer;
}
.ddxx p {
	font-size: 24px;
	margin-top: -50px;
	position: absolute;
}
.ddxx {
	background: #6666;
    width: 776px;
    height: 60px;
    top: 0;
    position: absolute;
}
/*
.cd-popup-container .cd-buttons li:last-child {
	margin-left: 90px;
}*/
.cd-popup-container .cd-buttons li input {
	padding-left: 10px;
}
.cd-popup-container .cd-buttons li input.xxdz {
	width: 392px;
	height: 95px;
}
.cd-buttons input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#999999;
  font-size: 16px;
}
.cd-popup-container .qrdd {
	display: inline-block;
	width: 155px;
	height: 45px;
	background: #4683EE;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	line-height: 45px;
	margin-left: 148px;
	margin-top: 20px;
}
.cd-popup-container .cd-buttons li:nth-child(5) label span{
	position: absolute;
	margin: 50px 0 0 0px;
}
.xxdz {
     border: 1px solid #D9D9D9;
     width: 314px;
     height: 82px;
     font-size: 18px;
     outline: none;
     resize: none;
     margin: 20px 0 0 118px;
}