/*@media screen and (min-width:960px) {*/
.unscramble{
	margin: 27px auto 14px;
	overflow: hidden;
}
.file{
	width: 57.5%;
	float: left;
}
.file ul{
	float: left;
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
}
.file ul li{
	float: left;
	height: 60px;
	margin-bottom: 15px;
	padding-left:80px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.file ul li em{
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid #b9b9b9;
	border-radius: 58px;
	font-size: 12px;
	text-align: center;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
}
.file ul li em i{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;
}
.file ul li div{
	display: block;
	height: 60px;
	float: left;
	padding-right: 80px;
	box-sizing: border-box;
	width: 100%;
}
.file ul li div span{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 33px;
	height: 33px;
	font-size: 16px;
	color: #454545;
	width: 100%;
}
.file ul li div p{
	height: 27px;
	line-height: 27px;
	color: #333;
	font-size: 12px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.file ul li a:hover span{
	color: #0069c5;
}
.file ul li a.down{
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	color: #004480;
	background: #e8f1f5;
	top: 15px;
	right: 0;
}
.meeting{
	width: 39.17%;
	float: right;
	overflow: hidden;
}
.meeting ul{
	padding-top: 14px;
	overflow: hidden;
}
.meeting ul li{
	width: 100%;
	overflow: hidden;
	height: 43px;
	line-height: 43px;
}
.meeting ul li a{
	display: block;
	padding-left: 24px;
	background: url(../images/list_right.png) left center no-repeat;
	width: 80%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
}
.meeting ul li a:hover{
	color: #0069c5;
}
.meeting ul li em{
	display: block;
	float: right;
	color: #333;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
}
.respond{
	width: 48.33%;
	float: left;
}
.respond ul{
	padding-top: 16px;
}
.policy h3.public_h3{
	border: none;
}
.policy{
	display: block;
	width: 48.33%;
	height: 363px;
	float: right;
}
.policy_box{
	position: relative;
	width: 100%;
	height: 318px;
}
.respond_box{
	margin-bottom: 60px;
}
.swiper-slide span{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 42px;
	line-height: 42px;
	background: #0069c5;
	color: #fff;
	font-size: 16px;
	width: 100%;
	max-width: 590px;
	box-sizing: border-box;
	padding-left: 20px;
	text-align: left;
}
.swiper-slide img{
	width: 100%;
	min-height: 318px;
}
.swiper-pagination{
	/* bottom: 10px !important; */
	text-align: right;
	/* padding-right: 10px; */
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	bottom: 12px;
	z-index: 2;
}
.swiper-pagination-bullet{
	background:#b4b5b8;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background:#fff;
}