﻿/* ------------------------通用图片切换---------------
.main02_left_column3 .research_focus{margin-bottom:15px;}
.main02_left .party_focus{float:left;}
.research_focus .pic,.main02_left .party_focus .pic{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3dee9;
}
.research_focus .pic li,.main02_left .party_focus .pic li{width: 300px;}
.research_focus .tit,.main02_left .party_focus .tit{
	float: left;
	height: 30px;
	padding-left: 5px;
}
.research_focus .tit li,.main02_left .party_focus .tit li{
	line-height: 30px;
	height: 30px;
	width: 180px;
}
.research_focus .num,.main02_left .party_focus .num{
	float: right;
	width: 115px;
	padding-top: 3px;
}
.research_focus .num li,.main02_left .party_focus .num li{
	line-height: 23px;
	float: left;
	height: 23px;
	width: 20px;
	cursor: pointer;
	text-align: center;
	padding-right: 3px;
}
.main02_left_column3 .research_focus .num li,.hos_infor_part1 .research_focus .num li,.survey_part1 .research_focus .num li{
	background-image: url(../images/index_slide_num.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main02_left .party_focus .num li,.main02_center_column3 .research_focus .num li{
	background-image: url(../images/party_slide_num.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main02_left_column3 .research_focus .num .s,.hos_infor_part1 .research_focus .num .s,.survey_part1 .research_focus .num .s{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/index_slide_num_c.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main02_left .party_focus .num .s,.main02_center_column3 .research_focus .num .s{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/party_slide_num_c.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main02_left_column3 .subjuct_build,.party_left1 .party_monitor {
	width: 307px;
	padding-top: 5px;
	background-image: url(../images/subject_build.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.main02_center_column3 .research_focus{
	margin-left:15px;
	margin-bottom: 15px;
} */

/*图片滚动*/
.scroll_img {
	position: relative;
	*zoom:1;
	_width:300px;
	margin-right:15px
}
.pic li {
	width:320px;
	height:260px;
}
.pic li img {
	width:100%;
	height:260px;
}
.tit {
	bottom:0;
	height:26px;
	left:0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	_width:300px;
	line-height:26px;
	*zoom:1
}
.tit li a {
	color:#333 !important;
	line-height:26px;
	padding:0 0 0 10px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	font-size: 14px;
}
.num {
	height:23px;
	overflow:hidden;
	position:absolute;
	right:0px;
	bottom:26px;
	width:auto!important;
	z-index: 10;
	*zoom:1;
}
.num li {
	float:left;
	color:#fff;
	width:23px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size:12px;
	background:url(/Content/Areas/Common/images/Article/op_bg.png) repeat;
	background-size: 100% 100%;
	cursor:pointer;
	margin: 0 0 0 2px;
}
.num li.s {
	background:#1297f1;
	color:#fff;
	/* height:16px; */
	/* line-height:18px; */
	font-size:12px;
	/* background:url(/Content/Areas/Common/images/Article/icon_7.png) no-repeat center; */
	background: #ce0609;
	margin-top:0;
	border:none
}
.flicking_con {
	width:60px !important;
}
.flicking_con span {
	float:left;
	width:10px;
	height:10px;
	font-size:0;
	background:#fff;
	font-size:0;
	line-height:0;
	cursor:pointer;
	margin-left:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s
}
.flicking_con .on {
	background:#1297f1;
}
.op_bg {
	position:absolute;
	width:100%;
	height:26px;
	bottom:0;
	_ bottom:-2px;
	left:0;
	background:#ccc !important;
	*zoom:1
}
.dis {
	display: block;
}
.undis {
	display: none
}